Compare commits

...

16 commits

Author SHA1 Message Date
00cbc489bf
chore: bump compatibility
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
2023-07-09 19:30:24 +02:00
5874208bf5
feat: use new ActiveEffect transferral system
Closes #68
2023-07-09 19:30:23 +02:00
6485275b1b
refactor: use new format for packs 2023-07-09 19:30:08 +02:00
cc2d473246
feat: organize checks in columns 2023-07-09 19:27:28 +02:00
cbc3c9b9f0
fix: make ActiveEffects work properly 2023-07-09 19:27:19 +02:00
4646491fd4 chore(deps): update dependency vite to v4.4.2
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-09 02:02:08 +00:00
da9e1cb6e9 chore(deps): update dependency semver to v7.5.4
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-07 23:02:21 +00:00
443cb2bfd5 chore(deps): update dependency vitest to v0.33.0
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-07 22:01:23 +00:00
80e95d1dc1 chore(deps): update dependency rollup to v3.26.2
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-06 20:00:50 +00:00
3121a71191 chore(deps): update dependency @swc/core to v1.3.68
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-05 18:01:07 +00:00
bf493e8709 chore(deps): update typescript-eslint monorepo to v5.61.0
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-05 17:02:21 +00:00
ff2c94a36d chore(deps): update pnpm to v8.6.6
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-04 14:01:42 +00:00
33ad505909 chore(deps): update dependency vitest to v0.32.4
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-03 12:00:40 +00:00
7c1b418a22 chore(deps): update dependency eslint to v8.44.0
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-02 11:00:53 +00:00
112a0c1889 chore(deps): update dependency @types/node to v18.16.19
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-01 08:01:51 +00:00
92191cb128 chore(deps): update dependency rollup to v3.26.0
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-06-30 05:00:43 +00:00
1474 changed files with 67320 additions and 79638 deletions

View file

@ -46,3 +46,32 @@ License: CC-BY-3.0
Files: assets/tokens/devin-night/*
Copyright: Devin Night, https://immortalnights.com/
License: LicenseRef-DevinNightTokenUsageRights
Files: packs/creatures/*
Copyright: 2021 Sascha Martens
2021 Johannes Loher
License: CC-BY-NC-SA-4.0
Files: packs/items/*
Copyright: 2021 Johannes Loher
License: CC-BY-NC-SA-4.0
Files: packs/languages-and-scripts/*
Copyright: 2021 Johannes Loher
License: CC-BY-NC-SA-4.0
Files: packs/racial-abilities/*
Copyright: 2021 Johannes Loher
License: CC-BY-NC-SA-4.0
Files: packs/special-creature-abilities/*
Copyright: 2021 Johannes Loher
License: CC-BY-NC-SA-4.0
Files: packs/spells/*
Copyright: 2021 Sascha Martens
License: CC-BY-NC-SA-4.0
Files: packs/talents/*
Copyright: 2022 Johannes Loher
License: CC-BY-NC-SA-4.0

View file

@ -59,5 +59,6 @@ steps:
group: build
image: *node_image
commands:
- export APPDATA=$(pwd)
- <<: *enable_pnpm
- pnpm build

View file

@ -28,6 +28,7 @@ steps:
environment:
NODE_ENV: production
commands:
- export APPDATA=$(pwd)
- <<: *enable_pnpm
- pnpm build
package:

View file

@ -173,11 +173,11 @@
"DS4.SpellCasterClassWizard": "Zauberer",
"DS4.SpellPrice": "Preis (Gold)",
"DS4.SpellPriceDescription": "Der Kaufpreis des Zauberspruchs.",
"DS4.EffectEnabled": "Aktiv",
"DS4.EffectEnabledAbbr": "A",
"DS4.EffectEffectivelyEnabled": "Effektiv Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)",
"DS4.EffectEffectivelyEnabledAbbr": "E",
"DS4.EffectLabel": "Bezeichnung",
"DS4.EffectEnabled": "Eingeschaltet",
"DS4.EffectEnabledAbbr": "E",
"DS4.EffectActive": "Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)",
"DS4.EffectActiveAbbr": "A",
"DS4.EffectName": "Name",
"DS4.EffectSourceName": "Quelle",
"DS4.EffectFactor": "Faktor (wie oft der Effekt angewendet wird)",
"DS4.EffectFactorAbbr": "F",
@ -267,7 +267,6 @@
"DS4.CreatureBaseInfoSizeCategory": "Größenkategorie",
"DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte",
"DS4.CreatureBaseInfoDescription": "Beschreibung",
"DS4.WarningManageActiveEffectOnOwnedItem": "Das Verwalten von aktiven Effekten innerhalb eines besessen Items wird derzeit nicht unterstützt und wird in einem nachfolgenden Update hinzugefügt. Falls Sie eigentlich den auf den Aktor übertragenen Effekt verwalten wollen, können Sie dies im 'Effekte'-Tab des Aktorbogens tun.",
"DS4.WarningActorCannotOwnItem": "Der Aktor '{actorName}' vom Typ '{actorType}' kann das Item '{itemName}' vom Typ '{itemType}' nicht besitzen.",
"DS4.ErrorDiceCoupFumbleOverlap": "Es gibt eine Überlappung zwischen Patzern und Immersiegen.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.",
@ -314,10 +313,10 @@
"DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen",
"DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.",
"DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der ID '{id}'.",
"DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "Es gab einen unerwarteten Fehler im Dungeonslayers 4 System. Für mehr Details schauen Sie bitte in die Konsole (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifikator",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator",
@ -382,7 +381,7 @@
"DS4.NewLanguageName": "Neue Sprache",
"DS4.NewAlphabetName": "Neue Schriftzeichen",
"DS4.NewSpecialCreatureAbilityName": "Neue Besondere Kreaturenfähigkeit",
"DS4.NewEffectLabel": "Neuer Effekt",
"DS4.NewEffectName": "Neuer Effekt",
"DS4.ActiveEffectApplyToItems": "Auf Items Anwenden",
"DS4.ActiveEffectItemName": "Itemname",

View file

@ -175,9 +175,9 @@
"DS4.SpellPriceDescription": "The price to purchase the spell.",
"DS4.EffectEnabled": "Enabled",
"DS4.EffectEnabledAbbr": "E",
"DS4.EffectEffectivelyEnabled": "Effectively Enabled (taking into account whether a potential source item is equipped etc.)",
"DS4.EffectEffectivelyEnabledAbbr": "EE",
"DS4.EffectLabel": "Label",
"DS4.EffectActive": "Active (taking into account whether a potential source item is equipped etc.)",
"DS4.EffectActiveAbbr": "A",
"DS4.EffectName": "Name",
"DS4.EffectSourceName": "Source",
"DS4.EffectFactor": "Factor (the number of times the effect is being applied)",
"DS4.EffectFactorAbbr": "F",
@ -267,7 +267,6 @@
"DS4.CreatureBaseInfoSizeCategory": "Size Category",
"DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
"DS4.CreatureBaseInfoDescription": "Description",
"DS4.WarningManageActiveEffectOnOwnedItem": "Managing Active Effects within an Owned Item is not currently supported and will be added in a subsequent update. If you actually want to manage the effect that has been transferred to the actor, you can do so in the 'Effects' tab in the actor sheet.",
"DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.",
"DS4.ErrorDiceCoupFumbleOverlap": "There is an overlap between Fumbles and Coups.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.",
@ -314,10 +313,10 @@
"DS4.DialogRollOptionsDefaultTitle": "Roll Options",
"DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.",
"DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the id '{id}'.",
"DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "There was an unexpected error in the Dungeonslayers 4 system. For more details, please take a look at the console (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the id '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the id '{id}'.",
"DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifier",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier",
@ -382,7 +381,7 @@
"DS4.NewLanguageName": "New Language",
"DS4.NewAlphabetName": "New Alphabet",
"DS4.NewSpecialCreatureAbilityName": "New Special Creature Ability",
"DS4.NewEffectLabel": "New Effect",
"DS4.NewEffectName": "New Effect",
"DS4.ActiveEffectApplyToItems": "Apply to Items",
"DS4.ActiveEffectItemName": "Item Name",

View file

@ -39,7 +39,9 @@
"type": "module",
"scripts": {
"build": "run-s clean:files build:files",
"build:files": "rollup -c",
"build:files": "run-p build:rollup build:packs",
"build:rollup": "rollup -c",
"build:packs": "./tools/packs.sh pack",
"watch": "rollup -c -w",
"link-package": "node ./tools/link-package.js",
"clean": "run-p clean:files clean:link",
@ -57,23 +59,23 @@
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"bump-version": "node ./tools/bump-version.js",
"convert-packs-to-json": "node ./tools/convert-packs-to-json.js",
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@foundryvtt/foundryvtt-cli": "0.0.9",
"@guanghechen/rollup-plugin-copy": "5.0.1",
"@ironkinoko/rollup-plugin-styles": "4.0.3",
"@swc/core": "1.3.67",
"@swc/core": "1.3.68",
"@types/fs-extra": "11.0.1",
"@types/jquery": "3.5.16",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"conventional-changelog-cli": "3.0.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"fs-extra": "11.1.1",
@ -82,15 +84,14 @@
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.25.3",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-swc3": "0.8.2",
"sass": "1.63.6",
"semver": "7.5.3",
"semver": "7.5.4",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.32.2",
"vite": "4.4.2",
"vitest": "0.33.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@8.6.5"
"packageManager": "pnpm@8.6.6"
}

File diff suppressed because it is too large Load diff

View file

@ -1,4 +0,0 @@
SPDX-FileCopyrightText: 2021 Sascha Martens
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: CC-BY-NC-SA-4.0

View file

@ -0,0 +1,166 @@
{
"_id": "HjpxMlpyjPr3hd3r",
"name": "Adler",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/eagle.png",
"items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 3,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 1,
"mod": 0
},
"constitution": {
"base": 0,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 1,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -6,
"value": 7
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:11)",
"foeFactor": 1,
"creatureType": "animal",
"sizeCategory": "small",
"experiencePoints": 52,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Adler",
"displayName": 20,
"width": 1,
"height": 1,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/eagle.png",
"scaleX": 0.7,
"scaleY": 0.7,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346489,
"modifiedTime": 1687731798482,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!HjpxMlpyjPr3hd3r"
}

View file

@ -0,0 +1,166 @@
{
"_id": "ttzlBKtMWz981WF3",
"name": "Alligator",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/alligator-green.png",
"items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 10,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 5,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 52,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 10,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 151,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Alligator",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": true,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/alligator*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995347112,
"modifiedTime": 1687731798596,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!ttzlBKtMWz981WF3"
}

View file

@ -0,0 +1,30 @@
{
"_id": "U6mQ5sQwMjdLgUww",
"name": "Alterung (1 Jahr pro Schadenspunkt)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>",
"experiencePoints": -1
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww"
}

View file

@ -0,0 +1,30 @@
{
"_id": "U95WXWQaKfIPiJZK",
"name": "Alterung (1 Jahr pro Schadenspunkt)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>",
"experiencePoints": -1
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK"
}

View file

@ -0,0 +1,30 @@
{
"_id": "gfZuHfJiCyZUskwn",
"name": "Alterung (1 Jahr pro Treffer)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.e9F812racwKeZPgR"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Bei einem Treffer altert das Ziel um 1 Jahr.</p>",
"experiencePoints": 1
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn"
}

View file

@ -0,0 +1,30 @@
{
"_id": "wqzMhcBGP8qbClRW",
"name": "Anfällig (Erde)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mAWyVCfTFH6JiEIu"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Erd-, Fels- und Steinangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW"
}

View file

@ -0,0 +1,30 @@
{
"_id": "Kf2kAdMidDaK1SVD",
"name": "Anfällig (Feuer)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD"
}

View file

@ -0,0 +1,30 @@
{
"_id": "NKUKD1KfNTpKZygj",
"name": "Anfällig (Feuer)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj"
}

View file

@ -0,0 +1,30 @@
{
"_id": "X9jyAzrnyxuikyg3",
"name": "Anfällig (Feuer)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3"
}

View file

@ -0,0 +1,30 @@
{
"_id": "XBYL6p6Lh2di3cL0",
"name": "Anfällig (Licht)",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.aOsmsf7jIK7hU9U8"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Lichtangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0"
}

View file

@ -0,0 +1,30 @@
{
"_id": "23wk4FP7dNTkLgB5",
"name": "Anfällig (Luft)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5"
}

View file

@ -0,0 +1,30 @@
{
"_id": "ur7rgX6JTOwscpm5",
"name": "Anfällig (Luft)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5"
}

View file

@ -0,0 +1,30 @@
{
"_id": "MPb5ZrTIutJ291XD",
"name": "Anfällig (Wasser)",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD"
}

View file

@ -0,0 +1,30 @@
{
"_id": "c95cnrJtMG20InKV",
"name": "Anfällig (Wasser)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>",
"experiencePoints": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV"
}

View file

@ -0,0 +1,30 @@
{
"_id": "4JCW7iKb2e9I2ZSj",
"name": "Angst (1)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj"
}

View file

@ -0,0 +1,30 @@
{
"_id": "J2eP8hBIWtgayfhH",
"name": "Angst (1)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH"
}

View file

@ -0,0 +1,30 @@
{
"_id": "k4syi7gvtjmG6yVt",
"name": "Angst (1)",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt"
}

View file

@ -0,0 +1,30 @@
{
"_id": "yUtiK9PSMcNcvXfr",
"name": "Angst (1)",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr"
}

View file

@ -0,0 +1,30 @@
{
"_id": "IolX9qsFGSxYN38o",
"name": "Angst (2)",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o"
}

View file

@ -0,0 +1,30 @@
{
"_id": "QkZT7930qdhuLFxw",
"name": "Angst (2)",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw"
}

View file

@ -0,0 +1,30 @@
{
"_id": "tWwaC91MGIR4k3Uy",
"name": "Angst (2)",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy"
}

View file

@ -0,0 +1,30 @@
{
"_id": "pX6BSfPqftBLxuhf",
"name": "Angst (3)",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.blDuh7uVVhaNSUVU"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 30
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf"
}

View file

@ -0,0 +1,30 @@
{
"_id": "z3o1FUNSKhEWkcpX",
"name": "Antimagie (10 Meter)",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.oUR6JglLxmJZduZz"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>S&auml;mtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht f&uuml;r die eigene Magie der Kreatur oder deren Zauber.</p>",
"experiencePoints": 50
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX"
}

View file

@ -0,0 +1,73 @@
{
"_id": "quDuDAGeMVUvF3WD",
"name": "Arkanes Schwert",
"type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg",
"effects": [],
"folder": null,
"sort": 0,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.VjvrapwDmBvGYmfj"
}
},
"system": {
"description": "<p>Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.</p>\n<p>Innerhalb dieses Wirkungsbereiches k&auml;mpft es v&ouml;llig selbstst&auml;ndig, h&ouml;rt jedoch auf gedankliche Kampfkommandos seines Beschw&ouml;reres wie &bdquo;Greif den gro&szlig;en Troll an&ldquo; oder &bdquo;Sch&uuml;tze mich&ldquo;.</p>\n<p>Bewegt sich der Zauberwirker, wandert der Wirkungsbereich des Schwertes mit ihm mit, so dass die magische Klinge niemals mehr als VE in Metern von ihm getrennt sein kann.</p>\n<p>Das Schwert l&ouml;st sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.</p>\n<p>S&auml;mtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.</p>\n<p>Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": ""
},
"allowsDefense": false,
"spellGroups": {
"lightning": false,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": true,
"air": false,
"transport": false,
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE",
"unit": "meter"
},
"duration": {
"value": "VE x 2",
"unit": "rounds"
},
"cooldownDuration": "1d",
"minimumLevels": {
"healer": null,
"wizard": 10,
"sorcerer": 8
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.quDuDAGeMVUvF3WD"
}

View file

@ -0,0 +1,33 @@
{
"_id": "joNh3JSsqfqXk4lU",
"name": "Ast",
"type": "weapon",
"sort": 100000,
"flags": {},
"effects": [],
"img": "icons/svg/item-bag.svg",
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": false,
"attackType": "melee",
"weaponBonus": 0,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!vXmTcBUKZkB2UBD7.joNh3JSsqfqXk4lU"
}

View file

@ -0,0 +1,33 @@
{
"_id": "CM1yKVLm6mhG2eQE",
"name": "Asthiebe",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 2,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!WboyONCY2UZildi9.CM1yKVLm6mhG2eQE"
}

View file

@ -0,0 +1,184 @@
{
"_id": "8E7Mm0LsiqFm6syY",
"name": "Augenball",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [
"V7Qw97Fk5MJgijNs",
"z3o1FUNSKhEWkcpX",
"tKiwh730ZOGMICdg",
"SZ8rvHDbY67EqjDN",
"v6ojDNs7V5QqwKgT",
"coIsPp1V166g8IAm",
"kY4uQF3t99ANzx5T",
"JMp5LjImHvoKsbGo",
"K3QPHlqz66xolbzw",
"16dN0fMIjJwdhvGF",
"u3CLqxahFyF7kVpa",
"BkokuzUTP9U6LtBp",
"lIchGK1m7Y7fMcKG",
"f0MedvERq1s8hy4z",
"cnl7AuqByHHjW1zd",
"D3McezCJz6afqzmR",
"bKyT6b0j4wLXbL7O"
],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 8,
"mod": 0
},
"mobility": {
"base": 4,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 0,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 66,
"value": 88
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW #5A:20, #5M:20",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Augenball",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346257,
"modifiedTime": 1687731798445,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!8E7Mm0LsiqFm6syY"
}

View file

@ -0,0 +1,166 @@
{
"_id": "InLjj4RGxfkDrtXr",
"name": "Bär",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/bear-1.png",
"items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 50,
"value": 75
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:16)",
"foeFactor": 9,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 139,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Bär",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": true,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/bear*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346499,
"modifiedTime": 1687731798486,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!InLjj4RGxfkDrtXr"
}

View file

@ -0,0 +1,33 @@
{
"_id": "Icq7W8YrjXTIlb7C",
"name": "Bandagen",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 1,
"armorMaterialType": "cloth",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.Icq7W8YrjXTIlb7C"
}

View file

@ -0,0 +1,173 @@
{
"_id": "GVLSLNSoMybeWhBP",
"name": "Basilisk",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png",
"items": [
"y5i2zrZBp74DKQrQ",
"3CFakJA3eQJYSFN7",
"x7vdeybwnlRnlqTu",
"kQZnCtDlaCaKc38S",
"cZa7Ms69DWYg8Pgz",
"Hn8EIElYWelAKxiD"
],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 14,
"mod": 0
},
"mobility": {
"base": 7,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 140,
"value": 168
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:20)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 206,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Basilisk",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": true,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/basilisk*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346388,
"modifiedTime": 1687731798472,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!GVLSLNSoMybeWhBP"
}

View file

@ -0,0 +1,174 @@
{
"_id": "WboyONCY2UZildi9",
"name": "Baumherr",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [
"CM1yKVLm6mhG2eQE",
"sZw8glq3cnPHu6yq",
"X9jyAzrnyxuikyg3",
"B1Sw09kZopPZB8ys",
"x0mAm5abWWHlKJLz",
"2bA1MnqkTTwKtMoS",
"fKCcOlyaebvj1HuL"
],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 20,
"mod": 0
},
"mobility": {
"base": 1,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 35,
"value": 70
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Lediglich Brennholz",
"foeFactor": 23,
"creatureType": "plantBeing",
"sizeCategory": "large",
"experiencePoints": 158,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Baumherr",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346710,
"modifiedTime": 1687731798527,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!WboyONCY2UZildi9"
}

View file

@ -0,0 +1,33 @@
{
"_id": "ndjWMSfPfmPY9AUY",
"name": "Baumstamm",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 4,
"opponentDefense": -4
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!rULL0cHbyACJsHDC.ndjWMSfPfmPY9AUY"
}

View file

@ -0,0 +1,30 @@
{
"_id": "VXyznv68DT2Guc0A",
"name": "Bezaubern",
"type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png",
"effects": [],
"folder": null,
"sort": 0,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.HMCFkxVzU2b3KkSA"
}
},
"system": {
"description": "<p>Kann Gegner mit einem &bdquo;Lockruf&ldquo; bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des <em>Lockrufs</em>: 10 Kampfrunden</p>",
"experiencePoints": 25
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A"
}

View file

@ -0,0 +1,33 @@
{
"_id": "8Um85s0Ayigqse3B",
"name": "Biss",
"type": "weapon",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 2,
"opponentDefense": -1
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!PVuNoFILDAHpqGsa.8Um85s0Ayigqse3B"
}

View file

@ -0,0 +1,33 @@
{
"_id": "9olbXmWVzPkmPhvu",
"name": "Biss",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 1,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!O2maANGDJHPLX8aE.9olbXmWVzPkmPhvu"
}

View file

@ -0,0 +1,33 @@
{
"_id": "j0NbwyhdJPipL7Rl",
"name": "Biss",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 1,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!Qm2toXbf6EVmvRS1.j0NbwyhdJPipL7Rl"
}

View file

@ -0,0 +1,73 @@
{
"_id": "16dN0fMIjJwdhvGF",
"name": "Blenden",
"type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg",
"effects": [],
"folder": null,
"sort": 100000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.JldAx8a91vVO2wUf"
}
},
"system": {
"description": "<p>Ein glei&szlig;ender Lichtstrahl schie&szlig;t aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr w&uuml;rfeln darf).</p><p>Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen k&ouml;nnen sollte.</p><p>Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.</p>",
"equipped": true,
"spellType": "targetedSpellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(AGI+AU)/2 des Ziels"
},
"allowsDefense": false,
"spellGroups": {
"lightning": false,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": true,
"air": false,
"transport": false,
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE x 5",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "Prb.",
"unit": "rounds"
},
"cooldownDuration": "5r",
"minimumLevels": {
"healer": 1,
"wizard": 5,
"sorcerer": null
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.16dN0fMIjJwdhvGF"
}

View file

@ -0,0 +1,30 @@
{
"_id": "MuXvP2TjwvevxLpo",
"name": "Blickangriff",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo"
}

View file

@ -0,0 +1,30 @@
{
"_id": "x7vdeybwnlRnlqTu",
"name": "Blickangriff",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>",
"experiencePoints": 10
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu"
}

View file

@ -0,0 +1,30 @@
{
"_id": "yjkoipelFXEzcy1x",
"name": "Blitz-Odem",
"type": "specialCreatureAbility",
"sort": 800000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schie&szlig;en-Angriff) &ndash; nur f&uuml;r magische Abwehrboni wird gew&uuml;rfelt (PW: Bonush&ouml;he). GE x 5 m langer Kegel (am Ende GE x 3 m breit).</p>",
"experiencePoints": -1
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x"
}

View file

@ -0,0 +1,73 @@
{
"_id": "aa8a89EaVy8fjgLn",
"name": "Blitz",
"type": "spell",
"sort": 900000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.Senq5ub2Cx0agJgi"
}
},
"img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg",
"effects": [],
"folder": null,
"system": {
"description": "<p>Der Zauberwirker schie&szlig;t einen Blitz auf einen Feind. Gegner in Metallr&uuml;stung d&uuml;rfen keine Abwehr gegen Blitze w&uuml;rfeln.</p>",
"equipped": false,
"spellType": "targetedSpellcasting",
"spellModifier": {
"numerical": 3,
"complex": ""
},
"allowsDefense": true,
"spellGroups": {
"lightning": true,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": false,
"air": false,
"transport": false,
"damage": true,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE x 10",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "1r",
"minimumLevels": {
"healer": 10,
"wizard": 7,
"sorcerer": 7
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!sCBrVIDh2umWr63g.aa8a89EaVy8fjgLn"
}

View file

@ -0,0 +1,33 @@
{
"_id": "hcB5LcidhVSW5rI7",
"name": "Brennendes Fell",
"type": "armor",
"sort": 300000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 1,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!O2maANGDJHPLX8aE.hcB5LcidhVSW5rI7"
}

View file

@ -0,0 +1,33 @@
{
"_id": "b1YoPObYAlp0qgLo",
"name": "Chitinpanzer",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 3,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!WYvb8G0z5GuNi7kO.b1YoPObYAlp0qgLo"
}

View file

@ -0,0 +1,166 @@
{
"_id": "PKPmkOMLDGwS9QZJ",
"name": "Dämonenfürst",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 20,
"mod": 0
},
"mobility": {
"base": 20,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 10,
"mod": 0
},
"constitution": {
"base": 10,
"mod": 0
},
"agility": {
"base": 10,
"mod": 0
},
"dexterity": {
"base": 10,
"mod": 0
},
"intellect": {
"base": 5,
"mod": 0
},
"aura": {
"base": 5,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 360,
"value": 400
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 42,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 579,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Dämonenfürst",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346629,
"modifiedTime": 1687731798504,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!PKPmkOMLDGwS9QZJ"
}

View file

@ -0,0 +1,33 @@
{
"_id": "N6MfjihlDL9hfse6",
"name": "Dämonenhaut",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 2,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!RxSUSzQBSTFYHOlV.N6MfjihlDL9hfse6"
}

View file

@ -0,0 +1,33 @@
{
"_id": "DDaq3xgZrGuEl4Dc",
"name": "Dicke Borstenhaut",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 2,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!FxGhbznQbwd0jRUT.DDaq3xgZrGuEl4Dc"
}

View file

@ -0,0 +1,33 @@
{
"_id": "pSQjVkwbjngPoEPZ",
"name": "Dicke Borstenhaut",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 2,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!GWNFUkgxocfKchIQ.pSQjVkwbjngPoEPZ"
}

View file

@ -0,0 +1,33 @@
{
"_id": "sZw8glq3cnPHu6yq",
"name": "Dicke Rinde",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 2,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!WboyONCY2UZildi9.sZw8glq3cnPHu6yq"
}

View file

@ -0,0 +1,33 @@
{
"_id": "b80BR5n1f6WvGavG",
"name": "Dicke Spinnenhaut",
"type": "armor",
"sort": 300000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 1,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!4276kgAddflo3bwN.b80BR5n1f6WvGavG"
}

View file

@ -0,0 +1,33 @@
{
"_id": "OehvVDNjDg4xbsW7",
"name": "Dickhäuter",
"type": "armor",
"sort": 200000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"armorValue": 2,
"armorMaterialType": "natural",
"armorType": "body"
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!BIyY1wlxWtJ5FRQJ.OehvVDNjDg4xbsW7"
}

View file

@ -0,0 +1,166 @@
{
"_id": "US32MfI48tX5x8Kz",
"name": "Drachenwelpe (Blau)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": ["2lkp7kvBk98s2WcR"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346697,
"modifiedTime": 1687731798524,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!US32MfI48tX5x8Kz"
}

View file

@ -0,0 +1,166 @@
{
"_id": "tchJggykZKx2ctBv",
"name": "Drachenwelpe (Bronze)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": ["yjkoipelFXEzcy1x", "yTFT0UXNa9s9pbM4"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995347091,
"modifiedTime": 1687731798595,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!tchJggykZKx2ctBv"
}

View file

@ -0,0 +1,166 @@
{
"_id": "uomniEHbTAek8ERH",
"name": "Drachenwelpe (Gelb)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": ["yjkoipelFXEzcy1x", "3wfMRBF49WH74mt2"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995347121,
"modifiedTime": 1687731798597,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!uomniEHbTAek8ERH"
}

View file

@ -0,0 +1,166 @@
{
"_id": "owGq4n7KX2P1o9em",
"name": "Drachenwelpe (Gold)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": ["yjkoipelFXEzcy1x"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346962,
"modifiedTime": 1687731798581,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!owGq4n7KX2P1o9em"
}

View file

@ -0,0 +1,166 @@
{
"_id": "kFieLVdVz8XittRw",
"name": "Drachenwelpe (Grün)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": ["qYO8vFpNBw2wQLIJ"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346875,
"modifiedTime": 1687731798563,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!kFieLVdVz8XittRw"
}

View file

@ -0,0 +1,166 @@
{
"_id": "7CvWSMFqWHvwajP1",
"name": "Drachenwelpe (Rot)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": ["F5KCKyCC8nD8lrn2"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346249,
"modifiedTime": 1687731798440,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!7CvWSMFqWHvwajP1"
}

View file

@ -0,0 +1,166 @@
{
"_id": "GeUXlf57uWcGVGRH",
"name": "Drachenwelpe (Silber)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346414,
"modifiedTime": 1687731798475,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!GeUXlf57uWcGVGRH"
}

View file

@ -0,0 +1,166 @@
{
"_id": "vsKKpweX6I1TQYBj",
"name": "Drachenwelpe (Weiß)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": ["yjkoipelFXEzcy1x", "xUH4ga5oyxeT3mW2"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995347204,
"modifiedTime": 1687731798603,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!vsKKpweX6I1TQYBj"
}

View file

@ -0,0 +1,180 @@
{
"_id": "wqgUDJc7Qb28hBBo",
"name": "Drachenwelpe (schwarz)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": [
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"hoqMl7N1bv8BKJA5"
],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Drachenwelpe",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995347224,
"modifiedTime": 1687731798608,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!wqgUDJc7Qb28hBBo"
}

View file

@ -0,0 +1,30 @@
{
"_id": "3L2HJX2p7uIpxTjJ",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ"
}

View file

@ -0,0 +1,30 @@
{
"_id": "BDsxMEuEKfjEgFk3",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3"
}

View file

@ -0,0 +1,30 @@
{
"_id": "BQoKmcUMRg4cmoXq",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq"
}

View file

@ -0,0 +1,30 @@
{
"_id": "DuBcMQTb1e7mIe79",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 100000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79"
}

View file

@ -0,0 +1,30 @@
{
"_id": "JxIUfRCSTQ3e5BFg",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg"
}

View file

@ -0,0 +1,30 @@
{
"_id": "LNrmUjNRidA3PoHN",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN"
}

View file

@ -0,0 +1,30 @@
{
"_id": "VFP6bNPYcASg0JWE",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE"
}

View file

@ -0,0 +1,30 @@
{
"_id": "XSowCGPLnuUUt0gb",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb"
}

View file

@ -0,0 +1,30 @@
{
"_id": "lB0BTGi2Qp2IpbTp",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 400000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp"
}

View file

@ -0,0 +1,30 @@
{
"_id": "oT9c8PFOqW9NjOKA",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA"
}

View file

@ -0,0 +1,30 @@
{
"_id": "tKiwh730ZOGMICdg",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 300000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg"
}

View file

@ -0,0 +1,30 @@
{
"_id": "ut3GaXn0lU6CJO2f",
"name": "Dunkelsicht",
"type": "specialCreatureAbility",
"sort": 500000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
}
},
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [],
"folder": null,
"system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f"
}

View file

@ -0,0 +1,73 @@
{
"_id": "NeFjvRQWZSKtxAMm",
"name": "Ebenentor",
"type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg",
"effects": [],
"folder": null,
"sort": 0,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.MKlGqhjQa3GZu4gq"
}
},
"system": {
"description": "<p>&Ouml;ffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schlie&szlig;t sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": -8,
"complex": ""
},
"allowsDefense": false,
"spellGroups": {
"lightning": false,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": false,
"air": false,
"transport": false,
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "VE",
"unit": "minutes"
},
"cooldownDuration": "d20d",
"minimumLevels": {
"healer": null,
"wizard": 18,
"sorcerer": 16
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.NeFjvRQWZSKtxAMm"
}

View file

@ -0,0 +1,166 @@
{
"_id": "HgTRHAjq1YBk40sO",
"name": "Echsenmensch",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png",
"items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 3,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 21
},
"defense": {
"mod": 2
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 3,
"creatureType": "humanoid",
"sizeCategory": "normal",
"experiencePoints": 71,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Echsenmensch",
"displayName": 20,
"width": 1,
"height": 1,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": true,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/lizard-man*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346458,
"modifiedTime": 1687731798480,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!HgTRHAjq1YBk40sO"
}

View file

@ -0,0 +1,176 @@
{
"_id": "SQv63FQBjA5jW5xv",
"name": "Einhorn",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [
"o8CRX0tj3mrixbeV",
"k4syi7gvtjmG6yVt",
"ywm8DSneqBXy2Pk9",
"RWRBDrcHL1YK6MvZ",
"m78risNOMkOZtoix",
"WLc6j329EiSfsRj5",
"ysPz3YM2HzR9rptL",
"As31RtyHN8S4aN7O",
"mwMtV9vS293KeF3Q"
],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 13,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 6,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 9,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 189,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Einhorn",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346679,
"modifiedTime": 1687731798519,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!SQv63FQBjA5jW5xv"
}

View file

@ -0,0 +1,73 @@
{
"_id": "1q93yorTXMMaRAcg",
"name": "Einschläfern",
"type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg",
"effects": [],
"folder": null,
"sort": 0,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0"
}
},
"system": {
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels"
},
"allowsDefense": false,
"spellGroups": {
"lightning": false,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": false,
"air": false,
"transport": false,
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": true,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE x 2",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.1q93yorTXMMaRAcg"
}

View file

@ -0,0 +1,73 @@
{
"_id": "u3CLqxahFyF7kVpa",
"name": "Einschläfern",
"type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg",
"effects": [],
"folder": null,
"sort": 200000,
"flags": {
"core": {
"sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0"
}
},
"system": {
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>",
"equipped": true,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels"
},
"allowsDefense": false,
"spellGroups": {
"lightning": false,
"earth": false,
"water": false,
"ice": false,
"fire": false,
"healing": false,
"light": false,
"air": false,
"transport": false,
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": true,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE x 2",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.u3CLqxahFyF7kVpa"
}

View file

@ -0,0 +1,33 @@
{
"_id": "KzEfCqb54s8Ju7x1",
"name": "Eisenpranke",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 6,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!dnX0uQXQCEnGs7dM.KzEfCqb54s8Ju7x1"
}

View file

@ -0,0 +1,166 @@
{
"_id": "mOQ21HFNisTfu7ve",
"name": "Erdelementar III",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 22,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 7,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 39,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 124,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erdelementar III",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346894,
"modifiedTime": 1687731798571,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!mOQ21HFNisTfu7ve"
}

View file

@ -0,0 +1,166 @@
{
"_id": "S8DNL5XpmNRSNJhD",
"name": "Erdelementar II",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 17,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 32
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 15,
"creatureType": "magicalEntity",
"sizeCategory": "normal",
"experiencePoints": 70,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erdelementar II",
"displayName": 20,
"width": 1,
"height": 1,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346676,
"modifiedTime": 1687731798516,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!S8DNL5XpmNRSNJhD"
}

View file

@ -0,0 +1,166 @@
{
"_id": "1PYYg60DHC6RA3oO",
"name": "Erdelementar I",
"type": "creature",
"img": "icons/svg/mystery-man.svg",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -13,
"value": 13
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 8,
"creatureType": "magicalEntity",
"sizeCategory": "small",
"experiencePoints": 44,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erdelementar I",
"displayName": 20,
"width": 1,
"height": 1,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 0.7,
"scaleY": 0.7,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346142,
"modifiedTime": 1687731798416,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!1PYYg60DHC6RA3oO"
}

View file

@ -0,0 +1,166 @@
{
"_id": "e1oy4levSO4VOQx8",
"name": "Erwachsener Drache (Blau)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": ["pX6BSfPqftBLxuhf", "6oHGA6nCXRiuAY2O"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346843,
"modifiedTime": 1687731798558,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!e1oy4levSO4VOQx8"
}

View file

@ -0,0 +1,166 @@
{
"_id": "Ko3jVM757Kr89IQr",
"name": "Erwachsener Drache (Bronze)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346542,
"modifiedTime": 1687731798492,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!Ko3jVM757Kr89IQr"
}

View file

@ -0,0 +1,166 @@
{
"_id": "bEKen2GJBc6d0nix",
"name": "Erwachsener Drache (Gelb)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": ["XdTwK8lRxVvGfKja"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346793,
"modifiedTime": 1687731798546,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!bEKen2GJBc6d0nix"
}

View file

@ -0,0 +1,166 @@
{
"_id": "6Ezz8k1SB64HQ9o5",
"name": "Erwachsener Drache (Gold)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346215,
"modifiedTime": 1687731798428,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!6Ezz8k1SB64HQ9o5"
}

View file

@ -0,0 +1,166 @@
{
"_id": "FYpSMLagk6Qs6MWS",
"name": "Erwachsener Drache (Grün)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": ["3bhEx0YT3KTgl19E"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346356,
"modifiedTime": 1687731798464,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!FYpSMLagk6Qs6MWS"
}

View file

@ -0,0 +1,166 @@
{
"_id": "7B1AJKsZ9OBmj46R",
"name": "Erwachsener Drache (Rot)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": ["WG8AshF0brFilFXB"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346243,
"modifiedTime": 1687731798435,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!7B1AJKsZ9OBmj46R"
}

View file

@ -0,0 +1,166 @@
{
"_id": "DoaYEZc7DgLJQ8yg",
"name": "Erwachsener Drache (Schwarz)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": ["YH44ChGg43M1zfJV"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346320,
"modifiedTime": 1687731798459,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!DoaYEZc7DgLJQ8yg"
}

View file

@ -0,0 +1,166 @@
{
"_id": "OsCyBwPcejWRSqLr",
"name": "Erwachsener Drache (Silber)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": ["yjkoipelFXEzcy1x"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346608,
"modifiedTime": 1687731798498,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!OsCyBwPcejWRSqLr"
}

View file

@ -0,0 +1,166 @@
{
"_id": "KlpfMH3L3pL82SSd",
"name": "Erwachsener Drache (Weiss)",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": ["27WSvh2zN2Th7iAs"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": "<h1>Drachenarten</h1>\n<table style=\"width: 634px;\" border=\"1\">\n<tbody>\n<tr>\n<td>Farbe</td>\n<td>Odem</td>\n<td>Wesen...</td>\n</tr>\n<tr>\n<td>Blau</td>\n<td>Blitz-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Bronze</td>\n<td>Schallwellen-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gelb</td>\n<td>Sandsturm-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Gold</td>\n<td>Licht-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gr&uuml;n</td>\n<td>Giftgas-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Rot</td>\n<td>Feuer-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Schwarz</td>\n<td>S&auml;ure-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Silber</td>\n<td>Quecksilber-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Weiss</td>\n<td>Frost-</td>\n<td>...der Dunkelheit</td>\n</tr>\n</tbody>\n</table>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Erwachsener Drache",
"displayName": 20,
"width": 4,
"height": 4,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": false,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346527,
"modifiedTime": 1687731798490,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!KlpfMH3L3pL82SSd"
}

View file

@ -0,0 +1,166 @@
{
"_id": "Z5eEkZjZ525N90ai",
"name": "Eulerich",
"type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png",
"items": ["3yCyEbqp9F3TgJkS", "3L2HJX2p7uIpxTjJ", "gzsgGDcT6pGXHxIZ"],
"effects": [],
"folder": null,
"sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 14,
"mod": 0
},
"mobility": {
"base": 6,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 27,
"value": 54
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 11,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 115,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {},
"name": "Eulerich",
"displayName": 20,
"width": 2,
"height": 2,
"lockRotation": false,
"rotation": 0,
"actorLink": false,
"disposition": -1,
"displayBars": 40,
"bar1": {
"attribute": "combatValues.hitPoints"
},
"bar2": {
"attribute": null
},
"randomImg": true,
"alpha": 1,
"light": {
"alpha": 0.5,
"angle": 360,
"bright": 0,
"coloration": 1,
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/owldritch*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.3",
"coreVersion": "11.302",
"createdTime": 1668995346738,
"modifiedTime": 1687731798536,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!Z5eEkZjZ525N90ai"
}

View file

@ -0,0 +1,33 @@
{
"_id": "MxXeRwM7Mw1OqmAC",
"name": "Fäulnispranke",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 1,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.MxXeRwM7Mw1OqmAC"
}

View file

@ -0,0 +1,33 @@
{
"_id": "NdunVanOXm7hG0rX",
"name": "Fäulnispranke",
"type": "weapon",
"sort": 100000,
"flags": {},
"img": "icons/svg/mystery-man.svg",
"effects": [],
"folder": null,
"system": {
"description": "",
"quantity": 1,
"price": 0,
"availability": "unset",
"storageLocation": "-",
"equipped": true,
"attackType": "melee",
"weaponBonus": 2,
"opponentDefense": 0
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!rLUCyWfSBebB8cSC.NdunVanOXm7hG0rX"
}

Some files were not shown because too many files have changed in this diff Show more