diff --git a/.reuse/dep5 b/.reuse/dep5 index 5102c356..7fe4fa3e 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -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 diff --git a/package.json b/package.json index 17683841..fdf25402 100644 --- a/package.json +++ b/package.json @@ -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,12 +59,12 @@ "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", @@ -82,7 +84,6 @@ "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", diff --git a/packs/creatures.json b/packs/creatures.json deleted file mode 100644 index 38df2a43..00000000 --- a/packs/creatures.json +++ /dev/null @@ -1,42594 +0,0 @@ -[ - { - "_id": "1PYYg60DHC6RA3oO", - "name": "Erdelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "VHt6K5ArvzyfTEje", - "name": "Steinpranke", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fIoBfLmNCxGfGzEX", - "name": "Steinwesen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346142, - "modifiedTime": 1668995460492, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "22pkyKnZoRLG0nnY", - "name": "Teufelchen III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "L9utJ9BJSLkYbUjN", - "name": "Fliegen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OaZjNMhyCyxRKA8C", - "name": "Krallen", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0, - "action": "create" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "W2e5m1533YiEPsdg", - "name": "Feuerstrahl", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.kudkdrpMU0C83vM7" - } - }, - "system": { - "description": "

Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.

", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 1, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "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 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 4, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 3, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 6, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -7, - "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": "", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 44, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Teufelchen I", - "displayName": 0, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "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 - }, - "disposition": -1, - "displayBars": 0, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": { - "darkness-dependent-vision": { - "dimVisionDarknessMin": null, - "dimVisionDarknessMax": null, - "brightVisionDarknessMin": null, - "brightVisionDarknessMax": null - } - }, - "randomImg": false, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346173, - "modifiedTime": 1668995460523, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2MFCw32xgaic6YGx", - "name": "Riesenratte", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/giant-rat-gray.png", - "items": [ - { - "_id": "dVCq0990d0o158yt", - "name": "Scharfe Zähne", - "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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xMPWpgWRrjacTpYQ", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "EcGjrMRAXOOGHGY1", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 4, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -4, - "value": 11 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "animal", - "sizeCategory": "small", - "experiencePoints": 41, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Riesenratte", - "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/giant-rat*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346177, - "modifiedTime": 1668995460532, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3iMmLEmB0NEpyFGd", - "name": "Jungdrache (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Quecksilber-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346186, - "modifiedTime": 1668995460547, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "4276kgAddflo3bwN", - "name": "Monsterspinne", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/monster-spider.png", - "items": [ - { - "_id": "5KumsWj49saU3R8P", - "name": "Spinnenbiss", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nU2FCLS66oVDnMkw", - "name": "Netzflüssigkeit", - "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": "ranged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_id": "v7zlqw9oygaGg5RF", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vNnnWKNHFzvSlquf", - "name": "Lähmungseffekt", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5maJ8tHAVZCxHGW6" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", - "effects": [], - "folder": null, - "system": { - "description": "

Netzflüssigkeit (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vYPD5Je4xRUgTqcp", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 12, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 48, - "value": 72 - }, - "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:12)", - "foeFactor": 11, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 165, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Monsterspinne", - "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/monster-spider.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346201, - "modifiedTime": 1668995460565, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6Ezz8k1SB64HQ9o5", - "name": "Erwachsener Drache (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Licht-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346215, - "modifiedTime": 1668995460575, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6KmAeL9lVxWXIeU6", - "name": "Todesfee", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "0tHp37tNXFa9akK0", - "name": "Geisterklaue", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "quc1WJJwo4UMlkg3", - "name": "Körperlos", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "w1h6K90G0l0RXQy5", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eSMM4Zq5UPWN31iB", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "VHUCIwHGz93rL2db", - "name": "Nur durch Magie verletzbar", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.FCxjdPJ1L8EJd0IF" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", - "effects": [], - "folder": null, - "system": { - "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vcdY5BrydMFLsnRU", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "We3eGY2UjINy3lRZ", - "name": "Wehklagen", - "type": "spell", - "sort": 1000000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

Jeder im Umkreis von 9 m um die Todesfee erleidet nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "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": true - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "9", - "unit": "meter" - }, - "duration": { - "value": "", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "aTr4fC2AuCJ5PLGF", - "name": "Totenkraft", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", - "effects": [ - { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" - } - }, - "system": { - "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [ - { - "_id": "EeRWStF1rRiIO5Ar", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "origin": "Compendium.ds4.creatures.6KmAeL9lVxWXIeU6.Item.aTr4fC2AuCJ5PLGF", - "tint": null, - "transfer": false, - "flags": {} - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 6, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 10, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 3, - "mod": 0 - }, - "aura": { - "base": 9, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 35 - }, - "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": "undead", - "sizeCategory": "normal", - "experiencePoints": 284, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Todesfee", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346224, - "modifiedTime": 1668995462763, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6YqxYCWfWVm6c8qM", - "name": "Schlachtross", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/war-horse.png", - "items": [ - { - "_id": "7rFkQfTzgSOYmhNP", - "name": "Huf", - "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 - } - }, - { - "_id": "DzisICBhJKo3U7PX", - "name": "Rammen", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Mx15GW5ApV4HImpy", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "VQpngugF60q18Gpp", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": 4, - "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": "-", - "foeFactor": 9, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 121, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Schlachtross", - "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/war-horse.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346236, - "modifiedTime": 1668995460649, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7B1AJKsZ9OBmj46R", - "name": "Erwachsener Drache (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Feuer-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WG8AshF0brFilFXB", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346243, - "modifiedTime": 1668995460664, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7CvWSMFqWHvwajP1", - "name": "Drachenwelpe (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Feuer-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "F5KCKyCC8nD8lrn2", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346249, - "modifiedTime": 1668995460684, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7kXHNCARsD0nZCqr", - "name": "Hai", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "LddIU7JRhnrzFzgr", - "name": "Großer Biss", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "4QWPtzkl6EncykP4", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ncn9gc2yJOMhWGhb", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Q5TlvXVEyjer5YIG", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 13, - "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": 13, - "value": 39 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:12)", - "foeFactor": 9, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 106, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Hai", - "displayName": 20, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "alpha": 1, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": {}, - "randomImg": false, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346252, - "modifiedTime": 1668995460696, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8E7Mm0LsiqFm6syY", - "name": "Augenball", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "V7Qw97Fk5MJgijNs", - "name": "Warzenhaut", - "type": "armor", - "sort": 100000, - "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 - } - }, - { - "_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": "

Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "SZ8rvHDbY67EqjDN", - "name": "Mehrere Angriffe (+4)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.1JDyMkVOlho7IuiN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 4 zusätzliche Zaubersprüche in jeder Runde aktionsfrei wirken, keinen einzelnen Zauberspruch jedoch mehr als einmal. Abklingzeiten müssen weiterhin berücksichtigt werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "v6ojDNs7V5QqwKgT", - "name": "Mehrere Angriffglieder (+4)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R6jT1GYF13ZijtM0" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "system": { - "description": "

Greift mit 5 von insgesamt 10 Augen gleichzeitig an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "coIsPp1V166g8IAm", - "name": "Schweben", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.05D4DdnbcQFoIllF" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "kY4uQF3t99ANzx5T", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "JMp5LjImHvoKsbGo", - "name": "Kettenblitz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", - "effects": [], - "folder": null, - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.gePnhgqnsmdEbj3Z" - } - }, - "system": { - "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.

\n

Getroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.

", - "equipped": true, - "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": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 16, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "K3QPHlqz66xolbzw", - "name": "Schleudern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/heavenly-dog/catapult.svg", - "effects": [], - "folder": null, - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.bKCGwIne0uoWZiY0" - } - }, - "system": { - "description": "

Dieser Zauberspruch, gegen den das Ziel keine Abwehr würfeln kann, schleudert das Ziel (Probenergebnis/3) Meter weit fort.

\n

Das Ziel erhält für die Distanz, die es geschleudert wird (auch wenn eine Wand den Flug bremst) Sturzschaden (DS4 S. 85), gegen den es ganz normal Abwehr würfelt.

\n

Nach dem Fortschleudern liegt das Ziel immer am Boden.

", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE / 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 16, - "wizard": 12, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).

Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.

Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.

", - "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 - } - }, - { - "_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": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", - "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 - } - }, - { - "_id": "BkokuzUTP9U6LtBp", - "name": "Gehorche", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", - "effects": [], - "folder": null, - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" - } - }, - "system": { - "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lIchGK1m7Y7fMcKG", - "name": "Schutzschild", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/bell-shield.svg", - "effects": [], - "folder": null, - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.dpz383XbGFXEsGot" - } - }, - "system": { - "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis die Dauer des Zaubers abgelaufen ist.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 4, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "f0MedvERq1s8hy4z", - "name": "Schutzfeld", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/omega.svg", - "effects": [], - "folder": null, - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.NWPoiZHCmZ7ZJud4" - } - }, - "system": { - "description": "

Ein Schutzfeld mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, an dem nichtmagische Geschosse von außen her wirkungslos abprallen.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 4, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "cnl7AuqByHHjW1zd", - "name": "Telekinese", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/sbed/weight-crush.svg", - "effects": [], - "folder": null, - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.VGeMfTNSKWzNGm6r" - } - }, - "system": { - "description": "

Mit diesem Zauber lässt der Zauberwirker einen unbelebten Gegenstand mit einer Geschwindigkeit von 1 m pro Kampfrunde schweben, solange er sich ununterbrochen konzentriert (zählt als ganze Aktion).

", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-1 pro (Stufe x 5) kg Gewicht" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "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": "Konzentration", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "D3McezCJz6afqzmR", - "name": "Unsichtbarkeit", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", - "effects": [], - "folder": null, - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.EXqdD6yddQ4c0zAw" - } - }, - "system": { - "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 20, - "wizard": 12, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "bKyT6b0j4wLXbL7O", - "name": "Verwirren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", - "effects": [], - "folder": null, - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.niQVUxJHzdMDlwXc" - } - }, - "system": { - "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2" - }, - "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": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 8, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346257, - "modifiedTime": 1668995460713, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "95N3CQpgVqg4zz0k", - "name": "Minotaurus", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/minotaur-brown.png", - "items": [ - { - "_id": "WnNygCJUgl9nJVDV", - "name": "Massive Keule", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hZvwSk1wun8Qjlmk", - "name": "Horn", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "CES4HTOhBcNY0c6G", - "name": "Huf", - "type": "weapon", - "sort": 300000, - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "jhC7DbwCOazDTTVU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "mOcmV58FSVafekAU", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "gPsGJGaDRosWvEEL", - "name": "Fell", - "type": "armor", - "sort": 600000, - "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 - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 14, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 1, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 1, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 27, - "value": 54 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 1 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:16), BW 2B:20", - "foeFactor": 12, - "creatureType": "humanoid", - "sizeCategory": "large", - "experiencePoints": 138, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Minotaurus", - "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/minotaur*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346270, - "modifiedTime": 1668995460720, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "A4zxgFGkMQpm67TR", - "name": "Jungdrache (Schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Säure-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "TVxn2FjSGirdC90w", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346280, - "modifiedTime": 1668995460725, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ABiPZtu7q8KhWzXL", - "name": "Fliegendes Schwert", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "iVH3BR6wH35UTmmW", - "name": "Langschwert", - "type": "weapon", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "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 - } - }, - { - "_id": "r0mQXKDTdvRjlSze", - "name": "Metallwesen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XfgWdbwMTVhcS3A9", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": -12, - "value": 12 - }, - "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": "construct", - "sizeCategory": "small", - "experiencePoints": 57, - "description": "

Herstellung: 1513 GM + Waffenschmied

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Fliegendes Schwert", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346283, - "modifiedTime": 1668995460733, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BIyY1wlxWtJ5FRQJ", - "name": "Kriegselefant", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "5qBHfTnJAXibKNWs", - "name": "Rammen", - "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 - } - }, - { - "_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 - } - }, - { - "_id": "QwtwJGcSVFimiHM0", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "iVORjCynScc6kVsS", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 62, - "value": 93 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2.5 - }, - "meleeAttack": { - "mod": -1 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:20)", - "foeFactor": 16, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 142, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Kriegselefant", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346286, - "modifiedTime": 1668995460742, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "C4xijAwQdhRHz0Cs", - "name": "Hobgoblin", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/hobgoblin-sword-purple.png", - "items": [ - { - "_id": "wTcga48GOVD8cQV3", - "name": "Kettenpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "EkJB0kpYFHRMYSgl", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.09Hp2c2jgoXx7cV0" - } - }, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "whLRBkMseej6C3IG", - "name": "Metallhelm", - "type": "armor", - "img": "icons/equipment/head/helm-barbute-reinforced.webp", - "effects": [ - { - "_id": "wlQWjU1kXovR5G1J", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.fKhTsMO4YXDYY8GX" - } - }, - "system": { - "description": "

Initiative -1

", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "helmet" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "n3SYaxRnVV0nTKtq", - "name": "Holzschild", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.J7d2zx4kqKEdMR1j" - } - }, - "system": { - "description": "

Zerbricht bei einem Abwehr-Patzer

", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QXzGnyknBZaJqCIc", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xAd7jo7Ni2KSl16I", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "MSuVIzM2MRDSyujQ", - "name": "Langschwert", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "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 - } - }, - { - "_id": "lXtH1PL4nnpzMGkI", - "name": "Kurzbogen", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-leather.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.QsnvAep80sSVJToD" - } - }, - "system": { - "description": "

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [ - { - "_id": "JHK7Wjpao2TJM9FZ", - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.wTcga48GOVD8cQV3", - "tint": null, - "transfer": false, - "flags": {} - }, - { - "_id": "ZtHVENPFHCbXGOig", - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -1", - "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.whLRBkMseej6C3IG", - "tint": null, - "transfer": false, - "flags": {} - }, - { - "_id": "dNE6ol93DRVL7KwH", - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.lXtH1PL4nnpzMGkI", - "tint": null, - "transfer": false, - "flags": {} - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 3, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 24 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:18", - "foeFactor": 4, - "creatureType": "humanoid", - "sizeCategory": "normal", - "experiencePoints": 71, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Hobgoblin", - "displayName": 20, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "alpha": 1, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": {}, - "randomImg": true, - "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/hobgoblin-*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346292, - "modifiedTime": 1668995460748, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "CIzMY691MK016h4E", - "name": "Luftelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "PL4rUPVh5MRMW796", - "name": "Luftstoß", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB/2 m

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ghW7FO5d2do95peV", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3yeOHhXD8iJrtRJL", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 6, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 10 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 68, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346301, - "modifiedTime": 1668995460757, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DNbOkqUg7jitTTbw", - "name": "Luftelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "PL4rUPVh5MRMW796", - "name": "Luftstoß", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB/2 m

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ghW7FO5d2do95peV", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3yeOHhXD8iJrtRJL", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 7, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 32, - "value": 64 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 16, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 143, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346310, - "modifiedTime": 1668995460764, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DoaYEZc7DgLJQ8yg", - "name": "Erwachsener Drache (Schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Säure-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "YH44ChGg43M1zfJV", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346320, - "modifiedTime": 1668995460767, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "EItxqEiDUOmJdy4n", - "name": "Troll", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/troll-blue.png", - "items": [ - { - "_id": "k4z8YIPc1sSdgAuf", - "name": "Massive Keule", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "SUbNCeLDrM29kOjI", - "name": "Geworfener Fels", - "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": "ranged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2t0pWjoVV6V1XL7m", - "name": "Warzenhaut", - "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": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Lichtangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "wxRyDYdcYDvfRLsw", - "name": "Regeneration", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Mh6bLPD3N29ybeLq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", - "effects": [], - "folder": null, - "system": { - "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hutBK3nVQ2TZBivP", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "275bgVmTqYULPH3V", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 30, - "value": 60 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 3 - }, - "movement": { - "mod": 1 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "#BW 1B16", - "foeFactor": 14, - "creatureType": "humanoid", - "sizeCategory": "large", - "experiencePoints": 202, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Troll", - "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/troll*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346327, - "modifiedTime": 1668995460770, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "F3zJ4xbHwN9syuK8", - "name": "Medusa", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/medusa-pale.png", - "items": [ - { - "_id": "08rqhbd0eadzrJxS", - "name": "Klauen", - "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 - } - }, - { - "_id": "YL8uGdXD9QX45OvA", - "name": "Schlangen", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3Gxud5Mn5gy97Qie", - "name": "Schuppen", - "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 - } - }, - { - "_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": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "RhdH7ESwq8ukGvTy", - "name": "Mehrere Angriffe (+5)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Von den zahlreichen Geschwindigkeit an Wänden und Decken aktionsfrei Schlangen auf ihrem Kopf können jeweils 5 in jeder Runde klettern. Kann auf Gegner herabfallen, wobei Schlagen um Nahkampfgegner angreifen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "CTAZdf7uuEQ4sWA9", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "NEEOtiJGhOpZ7RuW", - "name": "Versteinern", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5eB5a0FnygbaqWPe" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber Allheilung aufgehoben werden.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 12, - "value": 36 - }, - "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 A:18), BW #5A:20, #5M:20", - "foeFactor": 18, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 205, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Medusa", - "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/medusa*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346341, - "modifiedTime": 1668995460772, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FYpSMLagk6Qs6MWS", - "name": "Erwachsener Drache (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Giftgas-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3bhEx0YT3KTgl19E", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346356, - "modifiedTime": 1668995460774, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FxGhbznQbwd0jRUT", - "name": "Keiler", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", - "items": [ - { - "_id": "wQm8AMxYF0NKZhQE", - "name": "Hauer", - "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": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_id": "yru5VWx93wWmOXZA", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DyCGJ2kxHV5QYgWK", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 13, - "value": 38 - }, - "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 1A:10)", - "foeFactor": 6, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 79, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Keiler", - "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/boar*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346363, - "modifiedTime": 1668995460777, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GMUTgcbmahiwgXSj", - "name": "Hydra", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/hydra-blue.png", - "items": [ - { - "_id": "TEjCLP10Mjf8XqCl", - "name": "Großer 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": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "jcgmsC6XoKcSpu6a", - "name": "Schuppenpanzer", - "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 - } - }, - { - "_id": "jtnlL78QKAyrNEey", - "name": "Mehrere Angriffe (+5)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit seinen insgesamt sechs Köpfen 5 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "dnGDZ0R98VlEskVv", - "name": "Mehrere Angriffglieder (+5)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.e6VuJIL8ocXQDQ2V" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "system": { - "description": "

Greift mit insgesamt 6 Köpfen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "KwCXBwhluHD0uHIW", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "CIzNpB4GXHkdFsAI", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "HOykiW9ZmatUSUKm", - "name": "Regeneration", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Mh6bLPD3N29ybeLq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", - "effects": [], - "folder": null, - "system": { - "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "YvT74RD5F3M4DMEx", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 14, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 6, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 60, - "value": 90 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 4 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:20)", - "foeFactor": 23, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 246, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Hydra", - "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/hydra*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346375, - "modifiedTime": 1668995460780, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GVLSLNSoMybeWhBP", - "name": "Basilisk", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png", - "items": [ - { - "_id": "y5i2zrZBp74DKQrQ", - "name": "Großer 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": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3CFakJA3eQJYSFN7", - "name": "Schuppenpanzer", - "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 - } - }, - { - "_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": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "kQZnCtDlaCaKc38S", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "cZa7Ms69DWYg8Pgz", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Hn8EIElYWelAKxiD", - "name": "Versteinern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5eB5a0FnygbaqWPe" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber Allheilung aufgehoben werden.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346388, - "modifiedTime": 1668995460783, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GWNFUkgxocfKchIQ", - "name": "Reitkeiler", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", - "items": [ - { - "_id": "nUiNfU3pFgeeoRNR", - "name": "Hauer", - "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": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_id": "VfFAFdeQ7jhTlAz1", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "MMjbCu5tz7v52LOJ", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 12, - "value": 35 - }, - "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:10)", - "foeFactor": 5, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 76, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Reitkeiler", - "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/boar*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346399, - "modifiedTime": 1668995460786, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GeUXlf57uWcGVGRH", - "name": "Drachenwelpe (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Quecksilber-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346414, - "modifiedTime": 1668995460789, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GnW2ELzTtLoJmUQ1", - "name": "Gargyl", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/gargoyle-gray.png", - "items": [ - { - "_id": "XGrSqryhxGUlUJkC", - "name": "Steinklaue", - "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 - } - }, - { - "_id": "e28wsq9gdMv8u94N", - "name": "Steinwesen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "IEf4b9ukDhSecShW", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7x3a6bQcUXDNNjfx", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ILpCHZ6o5GV4NakU", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "iZL3YxmtOHvZvYgW", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "FydhkYVuUuHNXzxS", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 1, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 1, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 10 - }, - "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:8)", - "foeFactor": 6, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 91, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Gargyl", - "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/gargoyle*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346440, - "modifiedTime": 1668995460797, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HSgR2FXUmsT2zfIc", - "name": "Golem, Knochen-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Knochenpranke", - "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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7HsvjAKlmOXSvm6e", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "y8yRArJSJhHTdPXU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "43U10Znpq4coew6C", - "name": "Mehrere Angriffe (+3)", - "type": "specialCreatureAbility", - "sort": 550000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit seinen insgesamt vier Armen 3 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Lu7kcH5ekEpY8YDU", - "name": "Mehrere Angriffglieder (+4)", - "type": "specialCreatureAbility", - "sort": 575000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R6jT1GYF13ZijtM0" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "system": { - "description": "

Greift mit insgesamt 4 Armen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 6, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 20, - "value": 40 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 11, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 148, - "description": "

Herstellung: 2613 GM + Schreinern

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Knochen-", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346447, - "modifiedTime": 1668995460802, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HgTRHAjq1YBk40sO", - "name": "Echsenmensch", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png", - "items": [ - { - "_id": "5X3YrQ6PeuexE5QD", - "name": "Speer", - "type": "weapon", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.oWvJfxEBr83QxO9Q" - } - }, - "img": "icons/weapons/polearms/spear-hooked-simple.webp", - "effects": [], - "folder": null, - "system": { - "description": "

Zerbricht bei Schießen-Patzer

", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "CylYyspqzzOiD3QA", - "name": "Schuppenpanzer", - "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 - } - }, - { - "_id": "tOY9c09eNSqmJHki", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "G0avaPXmxplRB8al", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346458, - "modifiedTime": 1668995460805, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HgfrjXKUApOXvkUX", - "name": "Pony", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/horse-brown.png", - "items": [ - { - "_id": "jpyXagx6Gqji5I09", - "name": "Huf, in Notwehr", - "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 - } - }, - { - "_id": "7I2yvv1ctfP1BND7", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "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": 42, - "value": 63 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 3, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 92, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Pony", - "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/horse*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346482, - "modifiedTime": 1668995460807, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HjpxMlpyjPr3hd3r", - "name": "Adler", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/eagle.png", - "items": [ - { - "_id": "9vJL3lyC4RTQCZ7e", - "name": "Krallen", - "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 - } - }, - { - "_id": "zYQAanmjVsNytqBl", - "name": "Federkleid", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ysyoJA3dYTu4XXvt", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "k9Ng7RdfvSRN5JVW", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "zUXT2ZkY12TAu5CU", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346489, - "modifiedTime": 1668995460809, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "InLjj4RGxfkDrtXr", - "name": "Bär", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/bear-1.png", - "items": [ - { - "_id": "qZayWokGcZreHpfI", - "name": "Pranke", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ayDGYJevUkbQ3N0c", - "name": "Fell", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "PKewYpkEmAWTc1j5", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WbEsNLQpzoWJlJyj", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346499, - "modifiedTime": 1668995460812, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JGpIh3oCK1Vx3NnZ", - "name": "Kriegsdämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "bXEiQJc7aJmLW1K4", - "name": "Pranke", - "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 - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "AHJhJgRCvw2dKx78", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DURD01IkVxPAwlxf", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hvOFruV5fmieLXnk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 10, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 7, - "mod": 0 - }, - "constitution": { - "base": 7, - "mod": 0 - }, - "agility": { - "base": 5, - "mod": 0 - }, - "dexterity": { - "base": 5, - "mod": 0 - }, - "intellect": { - "base": 5, - "mod": 0 - }, - "aura": { - "base": 5, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 128, - "value": 160 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 23, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 297, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Kriegsdämon", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346506, - "modifiedTime": 1668995460814, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KlpfMH3L3pL82SSd", - "name": "Erwachsener Drache (Weiss)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Frost-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "27WSvh2zN2Th7iAs", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": "

Drachenarten

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FarbeOdemWesen...
BlauBlitz-...der Dunkelheit
BronzeSchallwellen-...des Lichts
GelbSandsturm-...der Dunkelheit
GoldLicht-...des Lichts
GrünGiftgas-...der Dunkelheit
RotFeuer-...der Dunkelheit
SchwarzSäure-...der Dunkelheit
SilberQuecksilber-...des Lichts
WeissFrost-...der Dunkelheit
" - } - }, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346527, - "modifiedTime": 1668995460818, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Ko3jVM757Kr89IQr", - "name": "Erwachsener Drache (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Schallwellen-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346542, - "modifiedTime": 1668995460823, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "LgtcLrKtCa496ih6", - "name": "Kampfdämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "bXEiQJc7aJmLW1K4", - "name": "Pranke", - "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": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "AHJhJgRCvw2dKx78", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DURD01IkVxPAwlxf", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hvOFruV5fmieLXnk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 8, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 4, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 4, - "mod": 0 - }, - "aura": { - "base": 4, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 23, - "value": 46 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 1 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 8, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 152, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Kampfdämon", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346560, - "modifiedTime": 1668995460832, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "LtsbT2DHYKs9Catm", - "name": "Hoher Dämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "bXEiQJc7aJmLW1K4", - "name": "Pranke", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "AHJhJgRCvw2dKx78", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DURD01IkVxPAwlxf", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hvOFruV5fmieLXnk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 6, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 3, - "mod": 0 - }, - "aura": { - "base": 3, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 20 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 104, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Hoher Dämon", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346576, - "modifiedTime": 1668995460842, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "O2maANGDJHPLX8aE", - "name": "Unwolf", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/nether-wolf.png", - "items": [ - { - "_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 - } - }, - { - "_id": "p3zhDhgstlj2JMxe", - "name": "Feuerodem", - "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": "ranged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fMULyKcCpn2tVMPO", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "qLG2ZZPYGAbLzpBf", - "name": "Odem", - "type": "specialCreatureAbility", - "sort": 600000, - "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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "4851TNs45Q3hSrU1", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "NXxoBj91nyeyBm4M", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 12, - "value": 35 - }, - "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 1A:16)", - "foeFactor": 7, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 115, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Unwolf", - "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/nether-wolf.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346597, - "modifiedTime": 1668995460893, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OsCyBwPcejWRSqLr", - "name": "Erwachsener Drache (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Quecksilber-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346608, - "modifiedTime": 1668995460957, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "P3mlpN2JrbnDtLwJ", - "name": "Mumie", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_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 - } - }, - { - "_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 - } - }, - { - "_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": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "F3UjrYhsbCLoyFm3", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hewKWM2G62KKAj7L", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "PFpQT1jYCeKy2yuk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nX0rcnKD1xHYwysw", - "name": "Totenkraft", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", - "effects": [ - { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" - } - }, - "system": { - "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fdt4YJVWp3XylED1", - "name": "Werteverlust (KÖR)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", - "effects": [], - "folder": null, - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.RwT0NBwkc1TuAR1e" - } - }, - "system": { - "description": "

Pro schadensverursachendem Treffer wird KÖR um 1 gesenkt (bei KÖR Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [ - { - "_id": "xOFATK3tVf0XChho", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "origin": "Compendium.ds4.creatures.P3mlpN2JrbnDtLwJ.Item.nX0rcnKD1xHYwysw", - "tint": null, - "transfer": false, - "flags": {} - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 12, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 32 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 1 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW #2A:18, #1M:16", - "foeFactor": 18, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 124, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Mumie", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346620, - "modifiedTime": 1668995462861, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PKPmkOMLDGwS9QZJ", - "name": "Dämonenfürst", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "bXEiQJc7aJmLW1K4", - "name": "Pranke", - "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": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "AHJhJgRCvw2dKx78", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DURD01IkVxPAwlxf", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hvOFruV5fmieLXnk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346629, - "modifiedTime": 1668995461020, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PVuNoFILDAHpqGsa", - "name": "Raubkatze", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/feline-predator-panther.png", - "items": [ - { - "_id": "LZJzGcDrnXdAEPkP", - "name": "Pranke", - "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": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_id": "J1JDirHXfexacI9G", - "name": "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 - } - }, - { - "_id": "h9DFDddV6zHABNNR", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "X8PG6Z929me6Fewo", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vyDe0soNx67ZePNM", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 1, - "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": 9, - "value": 27 - }, - "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:18)", - "foeFactor": 2, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 84, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Raubkatze", - "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/feline-predator*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346633, - "modifiedTime": 1668995461060, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QWC9LW1g4aMUHZNc", - "name": "Riesenechse", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/giant-lizard-olive.png", - "items": [ - { - "_id": "0EPSA2vb34Nilg91", - "name": "Grausamer Biss", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2C5NsY0F4qndyWGS", - "name": "Schuppenpanzer", - "type": "armor", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "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 - } - }, - { - "_id": "I5qUZBkW7JLwuCze", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "system": { - "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xtiIwy6EYYRPkXN9", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OBlOP38tzoxwhNuj", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WiyqJV69YblM42Ot", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "T8SibpTZqhohwVkB", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält. Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 14, - "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": 179, - "value": 218 - }, - "defense": { - "mod": -10 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 4.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 2A:16)", - "foeFactor": 25, - "creatureType": "humanoid", - "sizeCategory": "huge", - "experiencePoints": 316, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Riesenechse", - "displayName": 20, - "actorLink": false, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "alpha": 1, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": {}, - "randomImg": true, - "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/giant-lizard*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346636, - "modifiedTime": 1668995461076, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Qm2toXbf6EVmvRS1", - "name": "Hund", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png", - "items": [ - { - "_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 - } - }, - { - "_id": "PlB4iu4DBqxypeR0", - "name": "Fell", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lmc1Llwdx3k697VS", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 0, - "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": -4, - "value": 11 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "animal", - "sizeCategory": "small", - "experiencePoints": 31, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Hund", - "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/dog*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346645, - "modifiedTime": 1668995461103, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QudriM5XZhEC7D6v", - "name": "Oger", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/ogre-blue.png", - "items": [ - { - "_id": "hYNvoybPpmNB7ldb", - "name": "Massive Keule", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "M90M3KCsByyNno2f", - "name": "Felle", - "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 - } - }, - { - "_id": "yIAptcyyzAytAPRc", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "u8EFs9MhGH4cjqzI", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "THrZ1zvzJTdJ0413", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 12, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 25, - "value": 50 - }, - "defense": { - "mod": 1 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:8, #1B18", - "foeFactor": 10, - "creatureType": "humanoid", - "sizeCategory": "large", - "experiencePoints": 121, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Oger", - "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/ogre*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346647, - "modifiedTime": 1668995461120, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RWNocIHuXIWwUwJu", - "name": "Jungdrache (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Licht-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346651, - "modifiedTime": 1668995461126, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Rvu16XzEjizdqNsu", - "name": "Skelett", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/skeleton-green.png", - "items": [ - { - "_id": "PhvbJ2VSw3ivWS3F", - "name": "Knochenklaue", - "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 - } - }, - { - "_id": "jmoVrv9FCX28B4PJ", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "e5PbQLkYj3kldXil", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 22 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 72, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Skelett", - "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/skeleton*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346657, - "modifiedTime": 1668995461131, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RxSUSzQBSTFYHOlV", - "name": "Niederer Dämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "bXEiQJc7aJmLW1K4", - "name": "Pranke", - "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": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "AHJhJgRCvw2dKx78", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DURD01IkVxPAwlxf", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hvOFruV5fmieLXnk", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 5, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -8, - "value": 9 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 71, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Niederer Dämon", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346666, - "modifiedTime": 1668995461134, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "S8DNL5XpmNRSNJhD", - "name": "Erdelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "VHt6K5ArvzyfTEje", - "name": "Steinpranke", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fIoBfLmNCxGfGzEX", - "name": "Steinwesen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346676, - "modifiedTime": 1668995461139, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SQv63FQBjA5jW5xv", - "name": "Einhorn", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "o8CRX0tj3mrixbeV", - "name": "Mehrere Angriffe", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ywm8DSneqBXy2Pk9", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "RWRBDrcHL1YK6MvZ", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "m78risNOMkOZtoix", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Horn oder Hufe) in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WLc6j329EiSfsRj5", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ysPz3YM2HzR9rptL", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "As31RtyHN8S4aN7O", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "mwMtV9vS293KeF3Q", - "name": "Spurt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/run.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.KUbT1gBeThcLY7vU" - } - }, - "system": { - "description": "

Der Laufen-Wert des Ziels wird für die Dauer des Zaubers verdoppelt.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 7, - "wizard": 7, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346679, - "modifiedTime": 1668995461142, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SxbO1iTrXYGbdMoC", - "name": "Teufelchen II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "L9utJ9BJSLkYbUjN", - "name": "Fliegen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OaZjNMhyCyxRKA8C", - "name": "Krallen", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0, - "action": "create" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": -11, - "value": 11 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "", - "foeFactor": 5, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 48, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Teufelchen I", - "displayName": 0, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "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 - }, - "disposition": -1, - "displayBars": 0, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": { - "darkness-dependent-vision": { - "dimVisionDarknessMin": null, - "dimVisionDarknessMax": null, - "brightVisionDarknessMin": null, - "brightVisionDarknessMax": null - } - }, - "randomImg": false, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346686, - "modifiedTime": 1668995461146, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "T9YRYe0vnR4Qg4UM", - "name": "Schatten", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/shadow.png", - "items": [ - { - "_id": "yFI8eLZ0z1PSjGYH", - "name": "Geisterklaue", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "PxhF7w8cBdqE2pBa", - "name": "Körperlos", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Bei einem Treffer altert das Ziel um 1 Jahr.

", - "experiencePoints": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "po7mBrqpDWKlXbtu", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LAAz2aBZoHatDHqJ", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "6eLzanLV8RG4p2Da", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 11, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 25 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 14, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 126, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Schatten", - "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/shadow.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346694, - "modifiedTime": 1668995461151, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "US32MfI48tX5x8Kz", - "name": "Drachenwelpe (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2lkp7kvBk98s2WcR", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346697, - "modifiedTime": 1668995461156, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WYvb8G0z5GuNi7kO", - "name": "Rostassel", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/rust-bug.png", - "items": [ - { - "_id": "FQMPNxKTTpOynbsK", - "name": "Tentakelfühler", - "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 - } - }, - { - "_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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OgwADTLcESeGWMih", - "name": "Mehrere Angriffe (+3)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit seinen insgesamt vier Tentakelfühlern 3 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vZZ50RNjZbkNI0Ha", - "name": "Mehrere Angriffglieder (+3)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.8HmrA97ZqN7nEYgm" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "system": { - "description": "

Greift mit insgesamt vier Tentakelfühlern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "iuxp4uQYS1XdH0gG", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "pBC4SwfIsoVZ5Org", - "name": "Rost", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oPTuLvZOEsXnRPed" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/rust.png", - "effects": [], - "folder": null, - "system": { - "description": "

Jeder Treffer der Tentakelfühler reduziert die PA eines zufälligen, metallischen, nichtmagischen Rüstungsstückes des Ziels um 1. Gleiches gilt für den WB nichtmagischer Metallwaffen, die die Rostassel treffen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": 11, - "value": 33 - }, - "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 1A:6)", - "foeFactor": 8, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 111, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Rostassel", - "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/rust-bug.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346701, - "modifiedTime": 1668995461160, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WboyONCY2UZildi9", - "name": "Baumherr", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_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 - } - }, - { - "_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 - } - }, - { - "_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": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "B1Sw09kZopPZB8ys", - "name": "Mehrere Angriffe (+3)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 3 zusätzliche Asthiebe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "x0mAm5abWWHlKJLz", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2bA1MnqkTTwKtMoS", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fKCcOlyaebvj1HuL", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346710, - "modifiedTime": 1668995461165, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Xn7g2PB1rXvllwRi", - "name": "Wasserelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "HPT4hAgQnGf1gbJR", - "name": "Wasserstrahl", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB / 2 Meter

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OIKYSareGFhHJxAB", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "VCmj5YFjcDb1Slay", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 24 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 9, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 83, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Wasserelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346733, - "modifiedTime": 1668995461168, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XxrCtx56f0njVodK", - "name": "Schlingwurzelbusch", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "eOBJ9tJLFizjQW0e", - "name": "Wurzelhiebe", - "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 - } - }, - { - "_id": "23MVIoRbK0X5AudH", - "name": "Gehölz", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3YSmdA5G9MS2g4Dn", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "0QUScCjMSupBxEo4", - "name": "Mehrere Angriffe (+4)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.1JDyMkVOlho7IuiN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 4 zusätzliche Hiebe mit seinen unzähligen Wurzeln in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "uoE0EQZy2aEQGJWp", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "SMDvuSaB2M06xcg5", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 6, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": 10, - "value": 30 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Lediglich Brennholz", - "foeFactor": 7, - "creatureType": "plantBeing", - "sizeCategory": "normal", - "experiencePoints": 122, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Schlingwurzelbusch", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346736, - "modifiedTime": 1668995461172, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Z5eEkZjZ525N90ai", - "name": "Eulerich", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png", - "items": [ - { - "_id": "3yCyEbqp9F3TgJkS", - "name": "Pranke", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "gzsgGDcT6pGXHxIZ", - "name": "Federkleid", - "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 - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346738, - "modifiedTime": 1668995461176, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Z7Dt5epXbuKn20US", - "name": "Riesenkrake", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "uhUCjZsudH4tikXb", - "name": "Fangarme", - "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 - } - }, - { - "_id": "dm1gTdRLMsRP3dYJ", - "name": "Mehrere Angriffe (+5)", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann mit seinen insgesamt sechs Fangarmen 5 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Pk39V01Z4NKJ07oI", - "name": "Mehrere Angriffglieder (+5)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.e6VuJIL8ocXQDQ2V" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "system": { - "description": "

Greift mit insgesamt 6 Fangarmen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg btrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "JQuu3LzkV71R3eHr", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "E5gJyppsFCHmEQLT", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 22, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 8, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 234, - "value": 270 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 4 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 2A:18)", - "foeFactor": 35, - "creatureType": "animal", - "sizeCategory": "huge", - "experiencePoints": 397, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Riesenkrake", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346741, - "modifiedTime": 1668995461193, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZJF6ieo8O0GXfgwz", - "name": "Wasserelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "HPT4hAgQnGf1gbJR", - "name": "Wasserstrahl", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB / 2 Meter

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OIKYSareGFhHJxAB", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "VCmj5YFjcDb1Slay", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 6, - "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": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 10 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 3, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 60, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Wasserelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346750, - "modifiedTime": 1668995461197, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZZEBR9R04TlNXU5q", - "name": "Schwarm", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "2Da0MbWQ8gy1WXBI", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "pII9BR3ndtlMaL4l", - "name": "Schwarm", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.rPbbTLUtSXZpdFjp" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swarm.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt als einzelner Gegner. Der Schwarmwert (SCW) entspricht seiner aktuellen Mitgliederanzahl / 10 (zu Beginn und max. 200 Mitglieder pro Schwarm = SCW 20). Pro 1 LK Schaden sterben 10 Mitglieder (= SCW -1). Schwärme können Mitglieder an benachbarte Felder abgeben und ihr eigenes sowie jedes angrenzende Feld gleichzeitig angreifen (mit jeweils vollen Schlagen-Wert).

\n

Schlagen/Abwehr/LK entsprechen dem aktuellen SCW

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 0, - "mod": 0 - }, - "mobility": { - "base": 0, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 0, - "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": -10, - "value": 0 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 8 - }, - "movement": { - "mod": 6.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 5, - "creatureType": "animal", - "sizeCategory": "small", - "experiencePoints": 68, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Schwarm", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346763, - "modifiedTime": 1668995461201, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "apBf4qnMODBmEWHU", - "name": "Jungdrache (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Sandsturm-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "d4qTXCVuiStZW2tY", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346771, - "modifiedTime": 1668995461206, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aqbcBjeCJUHJ5uVj", - "name": "Teufelchen I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "L9utJ9BJSLkYbUjN", - "name": "Fliegen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OaZjNMhyCyxRKA8C", - "name": "Krallen", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0, - "action": "create" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 1, - "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": -9, - "value": 9 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 35, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "name": "Teufelchen I", - "displayName": 0, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "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 - }, - "disposition": -1, - "displayBars": 0, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": { - "darkness-dependent-vision": { - "dimVisionDarknessMin": null, - "dimVisionDarknessMax": null, - "brightVisionDarknessMin": null, - "brightVisionDarknessMax": null - } - }, - "randomImg": false, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346774, - "modifiedTime": 1668995461212, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "asPZBajREGsJYoht", - "name": "Pferd", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/horse-white.png", - "items": [ - { - "_id": "fEZBZH6sYKbblf6g", - "name": "Huf, in Notwehr", - "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 - } - }, - { - "_id": "zsouNfDc7ZOepbeR", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 11, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 7, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 44, - "value": 66 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 3.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 101, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Pferd", - "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/horse*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346777, - "modifiedTime": 1668995461217, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bEKen2GJBc6d0nix", - "name": "Erwachsener Drache (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Sandsturm-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XdTwK8lRxVvGfKja", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346793, - "modifiedTime": 1668995461222, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cE5kI3uqXWQrCaI5", - "name": "Geist", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/ghost-1.png", - "items": [ - { - "_id": "EGknWGHQszJHJHnV", - "name": "Geisterklaue", - "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": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "FR4dQPwgDCH9Ruox", - "name": "Körperlos", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "I31y8QW6HoMJn5Ar", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2VOjRedLceEPleW7", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2NixNLo8G3DqU3pt", - "name": "Nur durch Magie verletzbar", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.FCxjdPJ1L8EJd0IF" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", - "effects": [], - "folder": null, - "system": { - "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "DNSCPQ1kOSiiyvOK", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "jP3c9iA0GT4gwt3c", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "02uWHUcM8MBPKqb6", - "name": "Totenkraft", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", - "effects": [ - { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" - } - }, - "system": { - "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "YZgaOumzBst1OTtb", - "name": "Terror", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/terror.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.SgDFje4OTxqPEzoA" - } - }, - "system": { - "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren.

Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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 5", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 5, - "wizard": 9, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [ - { - "_id": "RzCEjaZBI6Rk6bt4", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "origin": "Compendium.ds4.creatures.cE5kI3uqXWQrCaI5.Item.02uWHUcM8MBPKqb6", - "tint": null, - "transfer": false, - "flags": {} - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 1, - "mod": 0 - }, - "mobility": { - "base": 11, - "mod": 0 - }, - "mind": { - "base": 10, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 3, - "mod": 0 - }, - "aura": { - "base": 6, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 27 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 8 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 17, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 245, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Geist", - "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/ghost*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346804, - "modifiedTime": 1668995462941, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cf8BOIAxMKvuxYYW", - "name": "Golem, Stein-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Steinpranke", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "HjZd5t1xvRNoHZdX", - "name": "Steinwesen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "clWF2wt2WK7eWuxW", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7HsvjAKlmOXSvm6e", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "y8yRArJSJhHTdPXU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 18, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 33, - "value": 66 - }, - "defense": { - "mod": 1 - }, - "initiative": { - "mod": 2 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 23, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 160, - "description": "

Herstellung: 3338 GM + Steinmetz

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Stein-", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346809, - "modifiedTime": 1668995461239, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "clsDFbLFEIbh6Mg4", - "name": "Jungdrache (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Schallwellen-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346812, - "modifiedTime": 1668995461244, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dFL9UUXHq9heme4T", - "name": "Tentakelhirn", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "z80WCPwmoMsdzYWD", - "name": "Schweben", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.05D4DdnbcQFoIllF" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "8lyV8jx9ZVqPA4kF", - "name": "Werteverlust (GEI)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.m52MTRs1GMXScTki" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", - "effects": [], - "folder": null, - "system": { - "description": "

Pro schadensverursachenden Treffer mit dem Gedankenzehrerstrahl-Zauber wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3sJtgHHEkOmTNLEL", - "name": "Gedankenzehrerstrahl", - "type": "spell", - "sort": 400000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

Nicht sichtbar; verursacht mental Schaden und führt zu Werteverlust

", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 4, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -4, - "value": 11 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 10 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 7, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 89, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Tentakelhirn", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346817, - "modifiedTime": 1668995461257, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dlrDPQ3is4NkzZJB", - "name": "Wasserelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "HPT4hAgQnGf1gbJR", - "name": "Wasserstrahl", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB / 2 Meter

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OIKYSareGFhHJxAB", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "VCmj5YFjcDb1Slay", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 6, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 31, - "value": 62 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 16, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 133, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Wasserelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346824, - "modifiedTime": 1668995461262, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dnX0uQXQCEnGs7dM", - "name": "Golem, Eisen-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_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 - } - }, - { - "_id": "HjZd5t1xvRNoHZdX", - "name": "Metallwesen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "clWF2wt2WK7eWuxW", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7HsvjAKlmOXSvm6e", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "y8yRArJSJhHTdPXU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 20, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 6, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 36, - "value": 72 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 27, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 173, - "description": "

Herstellung: 3750 GM + Rüstungsschmied

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Eisen-", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346836, - "modifiedTime": 1668995461266, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "e1oy4levSO4VOQx8", - "name": "Erwachsener Drache (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "6oHGA6nCXRiuAY2O", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346843, - "modifiedTime": 1668995461272, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "htgryhd630WQgeD8", - "name": "Jungdrache (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Feuer-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "HFksDdMTR1oh3gDo", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346846, - "modifiedTime": 1668995461278, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "huPL6cx3RadJNhL0", - "name": "Feuerelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "JI4hW2uyULt2cKs2", - "name": "Flammenhieb", - "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": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eofu8kICYeEpxUT1", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xtwmRcp2CEGdK5C6", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 13, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 6, - "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": 0, - "value": 29 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": -2 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 15, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 95, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346851, - "modifiedTime": 1668995461283, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iIvMTzBji28VVQ0v", - "name": "Schimmerross", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "NB8EGOwqOiFbSwRT", - "name": "Huf, in Notwehr", - "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 - } - }, - { - "_id": "EpT6dAyNtbw1l4TN", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Di77ms6LCDcCtam5", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 6, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 44, - "value": 66 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 3.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 106, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Schimmerross", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346860, - "modifiedTime": 1668995461291, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kFieLVdVz8XittRw", - "name": "Drachenwelpe (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Giftgas-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "qYO8vFpNBw2wQLIJ", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346875, - "modifiedTime": 1668995461297, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lZgvjMSqh5FuA1JK", - "name": "Ratte", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/rat-brown-2.png", - "items": [ - { - "_id": "CtIA409ycFJcoNdq", - "name": "Spitze Zähne", - "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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XcMeQEVeni94uQWk", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "bvbaa9gsGyGocDA0", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 2, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 1, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 3 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "animal", - "sizeCategory": "tiny", - "experiencePoints": 26, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Ratte", - "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/rat*.png", - "scaleX": 0.5, - "scaleY": 0.5, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346882, - "modifiedTime": 1668995461310, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lys4bJc7GL5f5ORp", - "name": "Vampirfledermaus", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/vampire-bat.png", - "items": [ - { - "_id": "G08O3BP9HQ0mLjAQ", - "name": "Krallen", - "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 - } - }, - { - "_id": "hdTEWmE6saO2W7FI", - "name": "Sonar", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.BtjiEmhGyje6YghP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/sonar.png", - "effects": [], - "folder": null, - "system": { - "description": "

„Sieht“ per Sonar.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "OfL0gyUOJjAOW3xA", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eH5vkCneA5sLHkmp", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "1zKUlljm7MEYc3l8", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 2, - "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": -13, - "value": 4 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "animal", - "sizeCategory": "tiny", - "experiencePoints": 55, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Vampirfledermaus", - "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/vampire-bat.png", - "scaleX": 0.5, - "scaleY": 0.5, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346885, - "modifiedTime": 1668995461316, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "m9uwTf6binQeuVAb", - "name": "Ork", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/orc-blue.png", - "items": [ - { - "_id": "YozSzwoqjCJcs2NR", - "name": "Speer", - "type": "weapon", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.oWvJfxEBr83QxO9Q" - } - }, - "img": "icons/weapons/polearms/spear-hooked-simple.webp", - "effects": [], - "folder": null, - "system": { - "description": "

Zerbricht bei Schießen-Patzer

", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "KlJJytTJybNcvjU3", - "name": "Lederpanzer", - "type": "armor", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.60MhQmXh0c2cT5nx" - } - }, - "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "rL8UVTzpLdTVqd9W", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "0x83GMWxMjm02G5r", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 23 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 1 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:14, #1B16", - "foeFactor": 2, - "creatureType": "humanoid", - "sizeCategory": "normal", - "experiencePoints": 63, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Ork", - "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/orc*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346888, - "modifiedTime": 1668995461317, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mOQ21HFNisTfu7ve", - "name": "Erdelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "VHt6K5ArvzyfTEje", - "name": "Steinpranke", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "fIoBfLmNCxGfGzEX", - "name": "Steinwesen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346894, - "modifiedTime": 1668995461320, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mPcmJ9nHpy1AbKVr", - "name": "Feuerelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "JI4hW2uyULt2cKs2", - "name": "Flammenhieb", - "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": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eofu8kICYeEpxUT1", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xtwmRcp2CEGdK5C6", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 18, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 6, - "mod": 0 - }, - "constitution": { - "base": 7, - "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": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 24, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 145, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346897, - "modifiedTime": 1668995461323, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nDRdljcZzkonbU0s", - "name": "Jungdrache (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "bH4dBG5AeJ442465", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346901, - "modifiedTime": 1668995461326, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nZ9u6G3D3Q9oUXM8", - "name": "Wolf", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/wolf-2.png", - "items": [ - { - "_id": "CbeR35FgiGzc1xtl", - "name": "Kräftiger 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": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "PZ9G8IZoP5eiPQEx", - "name": "Wolfspelz", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ZDZ9qHG17DjQWhSE", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nvwGqdzQA4Mf37Ci", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "PQZ9xUYQyQHv8gEy", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 1, - "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": 10, - "value": 29 - }, - "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 1A:10)", - "foeFactor": 2, - "creatureType": "humanoid", - "sizeCategory": "normal", - "experiencePoints": 81, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Wolf", - "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/wolf*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346909, - "modifiedTime": 1668995461329, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oVKL6zJ2kYMmBuYx", - "name": "Leichnam", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/lich.png", - "items": [ - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "sNIMYcSm0y83hby7", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "exyyjDtEIdHRcx4n", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "L6i191M3m9QXN9aJ", - "name": "Totenkraft", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", - "effects": [ - { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" - } - }, - "system": { - "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Yv7u9FcT21lq7xW8", - "name": "Robe +3", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-purple.webp", - "effects": [ - { - "_id": "Qpy3XcHOokbU7ZaS", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": null, - "origin": null, - "tint": null - } - ], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.cFMcSg7PFIcQvf0B" - } - }, - "system": { - "description": "", - "quantity": 1, - "price": 3251, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.

\n

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.

\n

Das Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.

\n

Sämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.

\n

Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.

", - "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 - } - }, - { - "_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": "

Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.

", - "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 - } - }, - { - "_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": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", - "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 - } - }, - { - "_id": "29SYRu3tP8sSILyX", - "name": "Flammeninferno", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.7ybmodIkWDP1z1D6" - } - }, - "system": { - "description": "

Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 10", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 15 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "wRp2U7ZSNdZndBmq", - "name": "Frostschock", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.iH2NtsJtMfG0ZAU3" - } - }, - "system": { - "description": "

Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.

\n

Zudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": true, - "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": "10r", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3ybAKe4uHnD5q5zD", - "name": "Gasgestalt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.tZJoj1PGrRGe9eMV" - } - }, - "system": { - "description": "

Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 5", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 18 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "tYncs86pwaeg5XAl", - "name": "Gehorche", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" - } - }, - "system": { - "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "MaTZSyGMQDIMXhLe", - "name": "Kontrollieren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.9gc1CF70165NXymH" - } - }, - "system": { - "description": "

Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.

\n

Kontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.

\n

Ein Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des 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": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis erlöst", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "bu4UNbRP2WGwKFLg", - "name": "Magisches Schloss", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.dzYAc9ti7ghhkyiX" - } - }, - "system": { - "description": "

Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.

\n

Das Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.

\n

Der Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis Schloss geöffnet", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 3, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WFfjqz7dfZrxNdOn", - "name": "Netz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/spider-web.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.73bT47FtQgPp9Snq" - } - }, - "system": { - "description": "

Ein Netz aus klebriger Astralmasse mit einem Radius von VE/2 in Metern erscheint.

\n

Vom Netz getroffene Wesen, welche keine Abwehr dagegen würfeln dürfen, halbieren für die Dauer des Zaubers Initiative, Laufen und Schlagen.

\n

Der Zauber wirkt nicht gegen Wesen, die 2+ Größenkategorien (DS4 S. 104) größer sind.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(AGI+ST)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 4, - "wizard": 9, - "sorcerer": 9 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h4Xf5AZuuDR1HwdD", - "name": "Schatten", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/shadow-follower.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.5mF59XCsZffF0cSp" - } - }, - "system": { - "description": "

Dunkle Schatten umhüllen das Ziel (welches keine Abwehr dagegen würfeln darf), wodurch es -8 auf alle Handlungen hat, bei denen es besser sehen können sollte. Augenlosen Untoten, wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten}, aber auch blinden Lebewesen, kann der Zauber nichts anhaben.

", - "equipped": false, - "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": false, - "air": false, - "transport": false, - "damage": false, - "shadow": true, - "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. / 2", - "unit": "rounds" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "sZicJQ2tu0pHKLT3", - "name": "Schatten erwecken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/two-shadows.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.dPGm1Ji2U0fJxnT3" - } - }, - "system": { - "description": "

Der Schwarzmagier kann die Seelen von einer maximalen Anzahl von Toten im Wirkungsradius gleich seiner eigenen Stufe verderben und in Form tödlicher @Compendium[ds4.creatures.T9YRYe0vnR4Qg4UM]{Schatten} (DS4 S. 121) zu gequältem Unleben erwecken. Die Schatten benötigen drei Kampfrunden, um sich zu bilden, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 13 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "80m8uuYxkvkMY8O6", - "name": "Schattenlanze", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/spear-hook.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.b5RFJWPaYbpXNpsv" - } - }, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.tPFiElqQuvih76gd]{Schattenpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": true, - "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": "0r", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eVZKdojeGbmnlO7r", - "name": "Springen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/jump-across.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.L6NrH3AEmS2I3NWG" - } - }, - "system": { - "description": "

Der Zauberwirker springt augenblicklich bis zu Probenergebnis/2 Meter weit und landet dabei wieder sicher auf seinen Beinen. Alternativ kann man auch hoch oder runter springen, beispielsweise um einen Balkon zu erreichen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 5, - "wizard": 2, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "TyemqVxXHyajaeQ0", - "name": "Stolpern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/tripwire.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.KIyVOdiXZnXJIAh6" - } - }, - "system": { - "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, stürzt augenblicklich zu Boden.

Misslingt ihm außerdem eine Probe auf AGI+GE, lässt er alles Gehaltene fallen.

", - "equipped": false, - "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": false, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 4, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "8yzQEtT02oPB3gQT", - "name": "Trugbild", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/mirror-mirror.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.eMilydZd4gqDUsff" - } - }, - "system": { - "description": "

Dieser Zauber erschafft eine rein optische, unbewegliche Illusion, deren Ausmaße maximal VE/2 Kubikmeter betragen können. Die Illusion ist mit einer erfolgreichen Bemerken-Probe (DS4 S. 89) – abzüglich des halbierten Probenergebnisses der Trugbild Zaubern-Probe – durchschaubar.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "hours" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WcTIZrzNl287ClsD", - "name": "Unsichtbarkeit", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.EXqdD6yddQ4c0zAw" - } - }, - "system": { - "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 20, - "wizard": 12, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "WgItN1MKxhGmbISB", - "name": "Verwirren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.niQVUxJHzdMDlwXc" - } - }, - "system": { - "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2" - }, - "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": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 8, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "sNZcw4ywoelqwcFi", - "name": "Wandöffnung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/hole.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.7foZzrxZuX0dCh3C" - } - }, - "system": { - "description": "

Der Zauberwirker öffnet ein kreisrundes Loch von 1 m Durchmesser in einer bis zu VE x 10 cm dicken, nichtmagischen Steinwand.

\n

Nach Ablauf des Zaubers verschwindet das Loch ohne Spuren zu hinterlassen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": true, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 14 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "m0sMPFGCoDjzT9jz", - "name": "Wolke des Todes", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/skull-mask.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.xs7tx8K3ZdQ76u0b" - } - }, - "system": { - "description": "

Eine schwarze, qualmende Wolke des Todes mit einem Radius von maximal VE in Metern entsteht.

\n

Zwar ist die Wolke nicht undurchsichtig, dennoch werden Angriffe gegen Ziele darin um 2 erschwert, gleichsam erhalten alle innerhalb der Wolke -2 auf alle Proben, bei denen man besser sehen können sollte.

\n

Jeder Charakter innerhalb der Wolke erleidet pro Runde automatisch einen nicht abwehrbaren Punkt Schaden.

\n

Sollte der Schwarzmagier über das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} verfügen, wird sein Talentrang auf den nicht abwehrbaren Schaden, den jedes Opfer pro Kampfrunde erleidet, addiert.

\n

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": true, - "shadow": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 13 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ozbaYB7x9IHkkxz2", - "name": "Zeitstop", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/time-trap.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.BGnY1p1qZXwpzXFA" - } - }, - "system": { - "description": "

Der Zauberwirker hält die Zeit an, bis die Zauberdauer endet oder er Schaden verursacht bzw. selber erleidet.

Andere Objekte und Lebewesen können nicht bewegt werden – sie sind starr in der Zeit eingefroren.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -5, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 20 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [ - { - "_id": "fmyWjY4g3kUO22no", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.L6i191M3m9QXN9aJ", - "tint": null, - "transfer": false, - "flags": {} - }, - { - "_id": "Z7hdBZ7Rm4qFPnHo", - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": 0, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.Yv7u9FcT21lq7xW8", - "transfer": false, - "flags": {}, - "icon": null, - "tint": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 9, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 8, - "mod": 0 - }, - "aura": { - "base": 8, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 1, - "value": 39 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW #(A:20)x10, #10M:20", - "foeFactor": 26, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 299, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Leichnam", - "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/lich.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346928, - "modifiedTime": 1668995463108, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ojzkDbyYSlpHtGHq", - "name": "Kobold", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/kobold-green.png", - "items": [ - { - "_id": "hnuIJBq2btoSK88F", - "name": "Kleiner Knüppel", - "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 - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 3, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 1, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 1, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -7, - "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 1B:8)", - "foeFactor": 1, - "creatureType": "humanoid", - "sizeCategory": "small", - "experiencePoints": 25, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Kobold", - "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/kobold*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346953, - "modifiedTime": 1668995461337, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "owGq4n7KX2P1o9em", - "name": "Drachenwelpe (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Licht-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346962, - "modifiedTime": 1668995461339, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rLUCyWfSBebB8cSC", - "name": "Zombie", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/zombie-female-red.png", - "items": [ - { - "_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 - } - }, - { - "_id": "ZjRYyfjMWlmtGUJ0", - "name": "Merkt nichts", - "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 - } - }, - { - "_id": "HT4yv3mKyIcwaLKr", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "rCzeYlfYzbGpNQOe", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "Y2r3v6U8Grn619HR", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 13, - "mod": 0 - }, - "mobility": { - "base": 3, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "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": 0, - "value": 28 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:4", - "foeFactor": 10, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 78, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Zombie", - "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/zombie*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346978, - "modifiedTime": 1668995461342, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rULL0cHbyACJsHDC", - "name": "Riese", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_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 - } - }, - { - "_id": "p8OAUiSFSEBq94mf", - "name": "Geworfener Fels", - "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": "ranged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xbi9dJjtVxeUoLK4", - "name": "Felle", - "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": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "eTfSg6U4xZdJN7ec", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFyr7vCp12na7Z3c", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 27, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 7, - "mod": 0 - }, - "constitution": { - "base": 7, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 176, - "value": 220 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": -3 - }, - "movement": { - "mod": 4 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 3 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:20)", - "foeFactor": 30, - "creatureType": "humanoid", - "sizeCategory": "huge", - "experiencePoints": 387, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Riese", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346989, - "modifiedTime": 1668995461345, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "raKKehH8QctnDtMM", - "name": "Jungdrache (Weiss)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Frost-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "frBW7LCCpTlwh7hr", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995346999, - "modifiedTime": 1668995461352, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s56U2LeRInrje3xh", - "name": "Harpyie", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/harpy-brown.png", - "items": [ - { - "_id": "lwAvXPfZk0RxGnDi", - "name": "Krallenklaue", - "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 - } - }, - { - "_id": "62o19BMYU8dc4Qwa", - "name": "Federkleid", - "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": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nEwzPUfWSwdHPNIe", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "mgxKRHjfYd8eRdl4", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "iJ5vdPZt9tIyY3g4", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "6L8whKMrzwGWDTCg", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "GZfpSw5mnT7CLpYH", - "name": "Lockruf", - "type": "spell", - "sort": 800000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 6, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 1, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 20 - }, - "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:8)", - "foeFactor": 10, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 128, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Harpyie", - "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/harpy*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347013, - "modifiedTime": 1668995461360, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s7yuHMW75JDcFQYB", - "name": "Lebende Rüstung", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "c9cGRVHyd3IPSSbX", - "name": "Langschwert", - "type": "weapon", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "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 - } - }, - { - "_id": "5t0R0cwzApnRQpSR", - "name": "Metallwesen", - "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": 5, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "SoGfBCWyVZsQGBLk", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": 0, - "value": 24 - }, - "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": "construct", - "sizeCategory": "normal", - "experiencePoints": 72, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Lebende Rüstung", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347048, - "modifiedTime": 1668995461363, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sCBrVIDh2umWr63g", - "name": "Golem, Kristall-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Kirstallpranke", - "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 - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7HsvjAKlmOXSvm6e", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "y8yRArJSJhHTdPXU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "mJi3ylBo7yPG5vMw", - "name": "Kristallwesen", - "type": "armor", - "sort": 800000, - "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 - } - }, - { - "_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": "

Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.

", - "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 - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 5, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 21, - "value": 42 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 6 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 10, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 134, - "description": "

Herstellung: 2513 GM + Steinmetz

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Kristall-", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347061, - "modifiedTime": 1668995461366, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tYcKw69Feoy3B6hG", - "name": "Feuerelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "JI4hW2uyULt2cKs2", - "name": "Flammenhieb", - "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 - } - }, - { - "_id": "eofu8kICYeEpxUT1", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xtwmRcp2CEGdK5C6", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "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": -12, - "value": 12 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 9, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 70, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347078, - "modifiedTime": 1668995461370, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tchJggykZKx2ctBv", - "name": "Drachenwelpe (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Schallwellen-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yTFT0UXNa9s9pbM4", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347091, - "modifiedTime": 1668995461374, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ttzlBKtMWz981WF3", - "name": "Alligator", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/alligator-green.png", - "items": [ - { - "_id": "Z4ZEuB2l0vo2dJcK", - "name": "Großer 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": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ACGvtQk97Udg1rih", - "name": "Schuppenpanzer", - "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 - } - }, - { - "_id": "Buv9Nzqx0hpPPsew", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ree4HN3j8tv7b18k", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "8Aq23UcNNFecGbk9", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347112, - "modifiedTime": 1668995461379, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uomniEHbTAek8ERH", - "name": "Drachenwelpe (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Sandsturm-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3wfMRBF49WH74mt2", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347121, - "modifiedTime": 1668995461383, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "vXmTcBUKZkB2UBD7", - "name": "Goblin", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png", - "items": [ - { - "_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 - } - }, - { - "_id": "ftCrAdxpJlnc85aU", - "name": "Messer", - "type": "weapon", - "sort": 200000, - "flags": {}, - "effects": [], - "img": "icons/svg/item-bag.svg", - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "G6OoqVDTk9jwOU7r", - "name": "Fellflicken", - "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": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "uHVUAMh8QgcoNDno", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yW9EtSEtM40owDQt", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 3, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -8, - "value": 8 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:10", - "foeFactor": 1, - "creatureType": "humanoid", - "sizeCategory": "small", - "experiencePoints": 42, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Goblin", - "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/goblin*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347151, - "modifiedTime": 1668995461392, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "vsIywRHMnJM7u4ts", - "name": "Jungdrache (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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": 4, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Giftgas-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "CdZkMCsLB0EwUdqv", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347174, - "modifiedTime": 1668995461396, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "vsKKpweX6I1TQYBj", - "name": "Drachenwelpe (Weiß)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Frost-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "xUH4ga5oyxeT3mW2", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1150000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347204, - "modifiedTime": 1668995461402, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wBgO5Hc4oHKfRN6f", - "name": "Riesenschlange", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/giant-snake-brown.png", - "items": [ - { - "_id": "ndAkzrcRKXbgY9rR", - "name": "Großer 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": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "vyuWg112c2jjiFgN", - "name": "Schuppenpanzer", - "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 - } - }, - { - "_id": "RX89OLfp965CuRDs", - "name": "Gift (1)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.TY1ZV1YsyaFtfX7U" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "2QXz0iopabnNNlQA", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "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": 44, - "value": 66 - }, - "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 1A:18)", - "foeFactor": 8, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 143, - "description": "" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Riesenschlange", - "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/giant-snake*.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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347214, - "modifiedTime": 1668995461406, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wYVw1a5UjPS09YxS", - "name": "Luftelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "PL4rUPVh5MRMW796", - "name": "Luftstoß", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "

-1 WB/2 m

", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ghW7FO5d2do95peV", - "name": "Keine feste Gestalt", - "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": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "3yeOHhXD8iJrtRJL", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 25 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 9, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 92, - "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar 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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347220, - "modifiedTime": 1668995461408, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wqgUDJc7Qb28hBBo", - "name": "Drachenwelpe (schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - { - "_id": "fogg4p9NQnpcBTUp", - "name": "Mehrere Angriffe", - "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": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "BwxnkXHThNRptudp", - "name": "Panzerschuppen", - "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 - } - }, - { - "_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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "nFNJLYh2O5rOFY89", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "h5HdNw0r06ffdOwr", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "yjkoipelFXEzcy1x", - "name": "Säure-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "LHdWF7tVc3uHC0LW", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "ltDNoswX7EaA2d2X", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "sort": 1000000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "lOr6f4vMoBBOEPB7", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "sort": 1100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "XsKjxXO7k3vIMyfQ", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "sort": 1300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "hoqMl7N1bv8BKJA5", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 1200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" - } - }, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347224, - "modifiedTime": 1668995461410, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yisaQaEFqduLmAJe", - "name": "Golem, Lehm-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Lehmpranke", - "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": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_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": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "7HsvjAKlmOXSvm6e", - "name": "Schleudern", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - }, - { - "_id": "y8yRArJSJhHTdPXU", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - } - } - ], - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 23, - "value": 46 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 8, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 110, - "description": "

Herstellung: 2338 GM + Steinmetz

" - } - }, - "ownership": { - "default": 0 - }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Lehm-", - "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": [] - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995347232, - "modifiedTime": 1668995461413, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/creatures.json.license b/packs/creatures.json.license deleted file mode 100644 index a3e7092f..00000000 --- a/packs/creatures.json.license +++ /dev/null @@ -1,4 +0,0 @@ -SPDX-FileCopyrightText: 2021 Sascha Martens -SPDX-FileCopyrightText: 2021 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/creatures/!actors.effects!6KmAeL9lVxWXIeU6.EeRWStF1rRiIO5Ar.json b/packs/creatures/!actors.effects!6KmAeL9lVxWXIeU6.EeRWStF1rRiIO5Ar.json new file mode 100644 index 00000000..cb4fa803 --- /dev/null +++ b/packs/creatures/!actors.effects!6KmAeL9lVxWXIeU6.EeRWStF1rRiIO5Ar.json @@ -0,0 +1,34 @@ +{ + "_id": "EeRWStF1rRiIO5Ar", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "origin": "Compendium.ds4.creatures.6KmAeL9lVxWXIeU6.Item.aTr4fC2AuCJ5PLGF", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!6KmAeL9lVxWXIeU6.EeRWStF1rRiIO5Ar" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.JHK7Wjpao2TJM9FZ.json b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.JHK7Wjpao2TJM9FZ.json new file mode 100644 index 00000000..10841256 --- /dev/null +++ b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.JHK7Wjpao2TJM9FZ.json @@ -0,0 +1,28 @@ +{ + "_id": "JHK7Wjpao2TJM9FZ", + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.wTcga48GOVD8cQV3", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!C4xijAwQdhRHz0Cs.JHK7Wjpao2TJM9FZ" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.ZtHVENPFHCbXGOig.json b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.ZtHVENPFHCbXGOig.json new file mode 100644 index 00000000..14d60646 --- /dev/null +++ b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.ZtHVENPFHCbXGOig.json @@ -0,0 +1,28 @@ +{ + "_id": "ZtHVENPFHCbXGOig", + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -1", + "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.whLRBkMseej6C3IG", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!C4xijAwQdhRHz0Cs.ZtHVENPFHCbXGOig" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.dNE6ol93DRVL7KwH.json b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.dNE6ol93DRVL7KwH.json new file mode 100644 index 00000000..f1947b06 --- /dev/null +++ b/packs/creatures/!actors.effects!C4xijAwQdhRHz0Cs.dNE6ol93DRVL7KwH.json @@ -0,0 +1,28 @@ +{ + "_id": "dNE6ol93DRVL7KwH", + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.lXtH1PL4nnpzMGkI", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!C4xijAwQdhRHz0Cs.dNE6ol93DRVL7KwH" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!P3mlpN2JrbnDtLwJ.xOFATK3tVf0XChho.json b/packs/creatures/!actors.effects!P3mlpN2JrbnDtLwJ.xOFATK3tVf0XChho.json new file mode 100644 index 00000000..7fe5a385 --- /dev/null +++ b/packs/creatures/!actors.effects!P3mlpN2JrbnDtLwJ.xOFATK3tVf0XChho.json @@ -0,0 +1,34 @@ +{ + "_id": "xOFATK3tVf0XChho", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "origin": "Compendium.ds4.creatures.P3mlpN2JrbnDtLwJ.Item.nX0rcnKD1xHYwysw", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!P3mlpN2JrbnDtLwJ.xOFATK3tVf0XChho" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!cE5kI3uqXWQrCaI5.RzCEjaZBI6Rk6bt4.json b/packs/creatures/!actors.effects!cE5kI3uqXWQrCaI5.RzCEjaZBI6Rk6bt4.json new file mode 100644 index 00000000..7732ae7a --- /dev/null +++ b/packs/creatures/!actors.effects!cE5kI3uqXWQrCaI5.RzCEjaZBI6Rk6bt4.json @@ -0,0 +1,34 @@ +{ + "_id": "RzCEjaZBI6Rk6bt4", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "origin": "Compendium.ds4.creatures.cE5kI3uqXWQrCaI5.Item.02uWHUcM8MBPKqb6", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!cE5kI3uqXWQrCaI5.RzCEjaZBI6Rk6bt4" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.Z7hdBZ7Rm4qFPnHo.json b/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.Z7hdBZ7Rm4qFPnHo.json new file mode 100644 index 00000000..b6bb288c --- /dev/null +++ b/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.Z7hdBZ7Rm4qFPnHo.json @@ -0,0 +1,28 @@ +{ + "_id": "Z7hdBZ7Rm4qFPnHo", + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.Yv7u9FcT21lq7xW8", + "transfer": false, + "flags": {}, + "icon": null, + "tint": null, + "_key": "!actors.effects!oVKL6zJ2kYMmBuYx.Z7hdBZ7Rm4qFPnHo" +} \ No newline at end of file diff --git a/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.fmyWjY4g3kUO22no.json b/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.fmyWjY4g3kUO22no.json new file mode 100644 index 00000000..04ff1deb --- /dev/null +++ b/packs/creatures/!actors.effects!oVKL6zJ2kYMmBuYx.fmyWjY4g3kUO22no.json @@ -0,0 +1,34 @@ +{ + "_id": "fmyWjY4g3kUO22no", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": 0, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.L6i191M3m9QXN9aJ", + "tint": null, + "transfer": false, + "flags": {}, + "_key": "!actors.effects!oVKL6zJ2kYMmBuYx.fmyWjY4g3kUO22no" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF.xw1OyyTdDwkNe2jC.json b/packs/creatures/!actors.items.effects!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF.xw1OyyTdDwkNe2jC.json new file mode 100644 index 00000000..d2cd5b39 --- /dev/null +++ b/packs/creatures/!actors.items.effects!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF.xw1OyyTdDwkNe2jC.json @@ -0,0 +1,34 @@ +{ + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!actors.items.effects!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF.xw1OyyTdDwkNe2jC" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7.json b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..8be44096 --- /dev/null +++ b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl.json b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl.json new file mode 100644 index 00000000..e923c297 --- /dev/null +++ b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl.json @@ -0,0 +1,28 @@ +{ + "_id": "EkJB0kpYFHRMYSgl", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J.json b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J.json new file mode 100644 index 00000000..7d43c9e7 --- /dev/null +++ b/packs/creatures/!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J.json @@ -0,0 +1,28 @@ +{ + "_id": "wlQWjU1kXovR5G1J", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw.xw1OyyTdDwkNe2jC.json b/packs/creatures/!actors.items.effects!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw.xw1OyyTdDwkNe2jC.json new file mode 100644 index 00000000..2558e5e6 --- /dev/null +++ b/packs/creatures/!actors.items.effects!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw.xw1OyyTdDwkNe2jC.json @@ -0,0 +1,34 @@ +{ + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!actors.items.effects!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw.xw1OyyTdDwkNe2jC" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6.xw1OyyTdDwkNe2jC.json b/packs/creatures/!actors.items.effects!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6.xw1OyyTdDwkNe2jC.json new file mode 100644 index 00000000..a465e56d --- /dev/null +++ b/packs/creatures/!actors.items.effects!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6.xw1OyyTdDwkNe2jC.json @@ -0,0 +1,34 @@ +{ + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!actors.items.effects!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6.xw1OyyTdDwkNe2jC" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC.json b/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC.json new file mode 100644 index 00000000..669d8fa1 --- /dev/null +++ b/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC.json @@ -0,0 +1,34 @@ +{ + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC" +} \ No newline at end of file diff --git a/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8.Qpy3XcHOokbU7ZaS.json b/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8.Qpy3XcHOokbU7ZaS.json new file mode 100644 index 00000000..8692b875 --- /dev/null +++ b/packs/creatures/!actors.items.effects!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8.Qpy3XcHOokbU7ZaS.json @@ -0,0 +1,28 @@ +{ + "_id": "Qpy3XcHOokbU7ZaS", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": null, + "origin": null, + "tint": null, + "_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8.Qpy3XcHOokbU7ZaS" +} \ No newline at end of file diff --git a/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json b/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json new file mode 100644 index 00000000..cc73cca6 --- /dev/null +++ b/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json @@ -0,0 +1,170 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346489, + "modifiedTime": 1668995460809, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!HjpxMlpyjPr3hd3r" +} \ No newline at end of file diff --git a/packs/creatures/Alligator_ttzlBKtMWz981WF3.json b/packs/creatures/Alligator_ttzlBKtMWz981WF3.json new file mode 100644 index 00000000..67d713ee --- /dev/null +++ b/packs/creatures/Alligator_ttzlBKtMWz981WF3.json @@ -0,0 +1,170 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347112, + "modifiedTime": 1668995461379, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ttzlBKtMWz981WF3" +} \ No newline at end of file diff --git a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json new file mode 100644 index 00000000..d62ae654 --- /dev/null +++ b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json @@ -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": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww" +} \ No newline at end of file diff --git a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json new file mode 100644 index 00000000..d7fff9e4 --- /dev/null +++ b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json @@ -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": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK" +} \ No newline at end of file diff --git a/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json b/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json new file mode 100644 index 00000000..1405d09c --- /dev/null +++ b/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json @@ -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": "

Bei einem Treffer altert das Ziel um 1 Jahr.

", + "experiencePoints": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json b/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json new file mode 100644 index 00000000..9f3919e0 --- /dev/null +++ b/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json @@ -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": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json b/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json new file mode 100644 index 00000000..60bcbbc2 --- /dev/null +++ b/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json @@ -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": "

Erhält doppelten Schaden durch Feuerangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json b/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json new file mode 100644 index 00000000..3fafc3bf --- /dev/null +++ b/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json @@ -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": "

Erhält doppelten Schaden durch Feuerangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json b/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json new file mode 100644 index 00000000..098cea1a --- /dev/null +++ b/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json @@ -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": "

Erhält doppelten Schaden durch Feuerangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json b/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json new file mode 100644 index 00000000..0256fbdb --- /dev/null +++ b/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json @@ -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": "

Erhält doppelten Schaden durch Lichtangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json b/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json new file mode 100644 index 00000000..bb7b8fc0 --- /dev/null +++ b/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json @@ -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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json b/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json new file mode 100644 index 00000000..6e09ef9c --- /dev/null +++ b/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json @@ -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": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json b/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json new file mode 100644 index 00000000..260304ce --- /dev/null +++ b/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json @@ -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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD" +} \ No newline at end of file diff --git a/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json b/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json new file mode 100644 index 00000000..6d874936 --- /dev/null +++ b/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json @@ -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": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV" +} \ No newline at end of file diff --git a/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json b/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json new file mode 100644 index 00000000..9f6bda26 --- /dev/null +++ b/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj" +} \ No newline at end of file diff --git a/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json b/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json new file mode 100644 index 00000000..c90de0d1 --- /dev/null +++ b/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH" +} \ No newline at end of file diff --git a/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json b/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json new file mode 100644 index 00000000..e9bca00c --- /dev/null +++ b/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt" +} \ No newline at end of file diff --git a/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json b/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json new file mode 100644 index 00000000..835cc654 --- /dev/null +++ b/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr" +} \ No newline at end of file diff --git a/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json b/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json new file mode 100644 index 00000000..24156322 --- /dev/null +++ b/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o" +} \ No newline at end of file diff --git a/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json b/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json new file mode 100644 index 00000000..a8c60d0b --- /dev/null +++ b/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw" +} \ No newline at end of file diff --git a/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json b/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json new file mode 100644 index 00000000..3999137c --- /dev/null +++ b/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy" +} \ No newline at end of file diff --git a/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json b/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json new file mode 100644 index 00000000..ad81e03f --- /dev/null +++ b/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json @@ -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": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 30 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf" +} \ No newline at end of file diff --git a/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json b/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json new file mode 100644 index 00000000..2aaf59f9 --- /dev/null +++ b/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json @@ -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": "

Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX" +} \ No newline at end of file diff --git a/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json b/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json new file mode 100644 index 00000000..dd26ead3 --- /dev/null +++ b/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json @@ -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": "

Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.

\n

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.

\n

Das Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.

\n

Sämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.

\n

Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Ast_joNh3JSsqfqXk4lU.json b/packs/creatures/Ast_joNh3JSsqfqXk4lU.json new file mode 100644 index 00000000..2c7196d8 --- /dev/null +++ b/packs/creatures/Ast_joNh3JSsqfqXk4lU.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json b/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json new file mode 100644 index 00000000..cbb35f85 --- /dev/null +++ b/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json b/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json new file mode 100644 index 00000000..3ab2b0e4 --- /dev/null +++ b/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json @@ -0,0 +1,182 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346257, + "modifiedTime": 1668995460713, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!8E7Mm0LsiqFm6syY" +} \ No newline at end of file diff --git a/packs/creatures/B_r_InLjj4RGxfkDrtXr.json b/packs/creatures/B_r_InLjj4RGxfkDrtXr.json new file mode 100644 index 00000000..e94e2e5d --- /dev/null +++ b/packs/creatures/B_r_InLjj4RGxfkDrtXr.json @@ -0,0 +1,169 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346499, + "modifiedTime": 1668995460812, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!InLjj4RGxfkDrtXr" +} \ No newline at end of file diff --git a/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json b/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json new file mode 100644 index 00000000..98a09cad --- /dev/null +++ b/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json b/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json new file mode 100644 index 00000000..786ace7d --- /dev/null +++ b/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json @@ -0,0 +1,171 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346388, + "modifiedTime": 1668995460783, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GVLSLNSoMybeWhBP" +} \ No newline at end of file diff --git a/packs/creatures/Baumherr_WboyONCY2UZildi9.json b/packs/creatures/Baumherr_WboyONCY2UZildi9.json new file mode 100644 index 00000000..aaba2346 --- /dev/null +++ b/packs/creatures/Baumherr_WboyONCY2UZildi9.json @@ -0,0 +1,172 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346710, + "modifiedTime": 1668995461165, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!WboyONCY2UZildi9" +} \ No newline at end of file diff --git a/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json b/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json new file mode 100644 index 00000000..1b3453ec --- /dev/null +++ b/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json b/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json new file mode 100644 index 00000000..da8c6789 --- /dev/null +++ b/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json @@ -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": "

Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A" +} \ No newline at end of file diff --git a/packs/creatures/Biss_8Um85s0Ayigqse3B.json b/packs/creatures/Biss_8Um85s0Ayigqse3B.json new file mode 100644 index 00000000..02dc9e87 --- /dev/null +++ b/packs/creatures/Biss_8Um85s0Ayigqse3B.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Biss_9olbXmWVzPkmPhvu.json b/packs/creatures/Biss_9olbXmWVzPkmPhvu.json new file mode 100644 index 00000000..5b83dddf --- /dev/null +++ b/packs/creatures/Biss_9olbXmWVzPkmPhvu.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json b/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json new file mode 100644 index 00000000..fc6efea8 --- /dev/null +++ b/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json b/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json new file mode 100644 index 00000000..64172cce --- /dev/null +++ b/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json @@ -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": "

Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).

Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.

Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json b/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json new file mode 100644 index 00000000..60c5daef --- /dev/null +++ b/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json @@ -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": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo" +} \ No newline at end of file diff --git a/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json b/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json new file mode 100644 index 00000000..de4bcddd --- /dev/null +++ b/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json @@ -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": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu" +} \ No newline at end of file diff --git a/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..462457f3 --- /dev/null +++ b/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json @@ -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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json b/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json new file mode 100644 index 00000000..1b1201c1 --- /dev/null +++ b/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json @@ -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": "

Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json b/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json new file mode 100644 index 00000000..7bb6d35f --- /dev/null +++ b/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json b/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json new file mode 100644 index 00000000..00f361ce --- /dev/null +++ b/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json b/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json new file mode 100644 index 00000000..bb1ea2a9 --- /dev/null +++ b/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json @@ -0,0 +1,171 @@ +{ + "_id": "PKPmkOMLDGwS9QZJ", + "name": "Dämonenfürst", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346629, + "modifiedTime": 1668995461020, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!PKPmkOMLDGwS9QZJ" +} \ No newline at end of file diff --git a/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json b/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json new file mode 100644 index 00000000..adb06401 --- /dev/null +++ b/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json b/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json new file mode 100644 index 00000000..c5dbb34a --- /dev/null +++ b/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json b/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json new file mode 100644 index 00000000..5fb13b72 --- /dev/null +++ b/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json b/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json new file mode 100644 index 00000000..d9ad1b19 --- /dev/null +++ b/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json b/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json new file mode 100644 index 00000000..b7956ba5 --- /dev/null +++ b/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json b/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json new file mode 100644 index 00000000..6ba133f5 --- /dev/null +++ b/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json b/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json new file mode 100644 index 00000000..a624516c --- /dev/null +++ b/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json @@ -0,0 +1,178 @@ +{ + "_id": "US32MfI48tX5x8Kz", + "name": "Drachenwelpe (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346697, + "modifiedTime": 1668995461156, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!US32MfI48tX5x8Kz" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json b/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json new file mode 100644 index 00000000..ad14fb8d --- /dev/null +++ b/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json @@ -0,0 +1,178 @@ +{ + "_id": "tchJggykZKx2ctBv", + "name": "Drachenwelpe (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347091, + "modifiedTime": 1668995461374, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!tchJggykZKx2ctBv" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json b/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json new file mode 100644 index 00000000..5ab2264b --- /dev/null +++ b/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json @@ -0,0 +1,178 @@ +{ + "_id": "uomniEHbTAek8ERH", + "name": "Drachenwelpe (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347121, + "modifiedTime": 1668995461383, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!uomniEHbTAek8ERH" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json b/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json new file mode 100644 index 00000000..b047363e --- /dev/null +++ b/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json @@ -0,0 +1,178 @@ +{ + "_id": "owGq4n7KX2P1o9em", + "name": "Drachenwelpe (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346962, + "modifiedTime": 1668995461339, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!owGq4n7KX2P1o9em" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json b/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json new file mode 100644 index 00000000..14db6b9a --- /dev/null +++ b/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json @@ -0,0 +1,178 @@ +{ + "_id": "kFieLVdVz8XittRw", + "name": "Drachenwelpe (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346875, + "modifiedTime": 1668995461297, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!kFieLVdVz8XittRw" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json b/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json new file mode 100644 index 00000000..52148d8b --- /dev/null +++ b/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json @@ -0,0 +1,178 @@ +{ + "_id": "7CvWSMFqWHvwajP1", + "name": "Drachenwelpe (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346249, + "modifiedTime": 1668995460684, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!7CvWSMFqWHvwajP1" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json b/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json new file mode 100644 index 00000000..7909df16 --- /dev/null +++ b/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json @@ -0,0 +1,178 @@ +{ + "_id": "GeUXlf57uWcGVGRH", + "name": "Drachenwelpe (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346414, + "modifiedTime": 1668995460789, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GeUXlf57uWcGVGRH" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json b/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json new file mode 100644 index 00000000..f85b9789 --- /dev/null +++ b/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json @@ -0,0 +1,178 @@ +{ + "_id": "vsKKpweX6I1TQYBj", + "name": "Drachenwelpe (Weiß)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347204, + "modifiedTime": 1668995461402, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!vsKKpweX6I1TQYBj" +} \ No newline at end of file diff --git a/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json b/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json new file mode 100644 index 00000000..bd228e3c --- /dev/null +++ b/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json @@ -0,0 +1,178 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347224, + "modifiedTime": 1668995461410, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!wqgUDJc7Qb28hBBo" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json b/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json new file mode 100644 index 00000000..d407fefd --- /dev/null +++ b/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json b/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json new file mode 100644 index 00000000..5910d07b --- /dev/null +++ b/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json b/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json new file mode 100644 index 00000000..dad42189 --- /dev/null +++ b/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json b/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json new file mode 100644 index 00000000..2cee8b4a --- /dev/null +++ b/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json b/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json new file mode 100644 index 00000000..28a930f9 --- /dev/null +++ b/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json b/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json new file mode 100644 index 00000000..b037a4d1 --- /dev/null +++ b/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json b/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json new file mode 100644 index 00000000..710f7289 --- /dev/null +++ b/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json b/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json new file mode 100644 index 00000000..888d6ee2 --- /dev/null +++ b/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json b/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json new file mode 100644 index 00000000..0081233d --- /dev/null +++ b/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json b/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json new file mode 100644 index 00000000..a5fc5e1f --- /dev/null +++ b/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json b/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json new file mode 100644 index 00000000..55b85944 --- /dev/null +++ b/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg" +} \ No newline at end of file diff --git a/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json b/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json new file mode 100644 index 00000000..a948ee40 --- /dev/null +++ b/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json @@ -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": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f" +} \ No newline at end of file diff --git a/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json b/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json new file mode 100644 index 00000000..3d946649 --- /dev/null +++ b/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json @@ -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": "

Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json b/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json new file mode 100644 index 00000000..873b8a31 --- /dev/null +++ b/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json @@ -0,0 +1,169 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346458, + "modifiedTime": 1668995460805, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!HgTRHAjq1YBk40sO" +} \ No newline at end of file diff --git a/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json b/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json new file mode 100644 index 00000000..0a11b203 --- /dev/null +++ b/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json @@ -0,0 +1,174 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346679, + "modifiedTime": 1668995461142, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!SQv63FQBjA5jW5xv" +} \ No newline at end of file diff --git a/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json b/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json new file mode 100644 index 00000000..10c19107 --- /dev/null +++ b/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json @@ -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": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json b/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json new file mode 100644 index 00000000..f0320dd2 --- /dev/null +++ b/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json @@ -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": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", + "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" +} \ No newline at end of file diff --git a/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json new file mode 100644 index 00000000..7f82cef2 --- /dev/null +++ b/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json b/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json new file mode 100644 index 00000000..f84b04be --- /dev/null +++ b/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json @@ -0,0 +1,168 @@ +{ + "_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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346894, + "modifiedTime": 1668995461320, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!mOQ21HFNisTfu7ve" +} \ No newline at end of file diff --git a/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json b/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json new file mode 100644 index 00000000..7b2a96eb --- /dev/null +++ b/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json @@ -0,0 +1,168 @@ +{ + "_id": "S8DNL5XpmNRSNJhD", + "name": "Erdelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "VHt6K5ArvzyfTEje", + "fIoBfLmNCxGfGzEX", + "23wk4FP7dNTkLgB5" + ], + "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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346676, + "modifiedTime": 1668995461139, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!S8DNL5XpmNRSNJhD" +} \ No newline at end of file diff --git a/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json b/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json new file mode 100644 index 00000000..8c6e4996 --- /dev/null +++ b/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json @@ -0,0 +1,168 @@ +{ + "_id": "1PYYg60DHC6RA3oO", + "name": "Erdelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "VHt6K5ArvzyfTEje", + "fIoBfLmNCxGfGzEX", + "23wk4FP7dNTkLgB5" + ], + "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": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346142, + "modifiedTime": 1668995460492, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!1PYYg60DHC6RA3oO" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json b/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json new file mode 100644 index 00000000..cc1357f2 --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json @@ -0,0 +1,178 @@ +{ + "_id": "e1oy4levSO4VOQx8", + "name": "Erwachsener Drache (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346843, + "modifiedTime": 1668995461272, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!e1oy4levSO4VOQx8" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json b/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json new file mode 100644 index 00000000..ab2254df --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json @@ -0,0 +1,178 @@ +{ + "_id": "Ko3jVM757Kr89IQr", + "name": "Erwachsener Drache (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346542, + "modifiedTime": 1668995460823, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Ko3jVM757Kr89IQr" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json b/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json new file mode 100644 index 00000000..fe95d42b --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json @@ -0,0 +1,178 @@ +{ + "_id": "bEKen2GJBc6d0nix", + "name": "Erwachsener Drache (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346793, + "modifiedTime": 1668995461222, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!bEKen2GJBc6d0nix" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json b/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json new file mode 100644 index 00000000..62e14124 --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json @@ -0,0 +1,178 @@ +{ + "_id": "6Ezz8k1SB64HQ9o5", + "name": "Erwachsener Drache (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346215, + "modifiedTime": 1668995460575, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!6Ezz8k1SB64HQ9o5" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json b/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json new file mode 100644 index 00000000..8dee29ec --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json @@ -0,0 +1,178 @@ +{ + "_id": "FYpSMLagk6Qs6MWS", + "name": "Erwachsener Drache (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346356, + "modifiedTime": 1668995460774, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!FYpSMLagk6Qs6MWS" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json b/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json new file mode 100644 index 00000000..99a1c37e --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json @@ -0,0 +1,178 @@ +{ + "_id": "7B1AJKsZ9OBmj46R", + "name": "Erwachsener Drache (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346243, + "modifiedTime": 1668995460664, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!7B1AJKsZ9OBmj46R" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json b/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json new file mode 100644 index 00000000..8989dec1 --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json @@ -0,0 +1,178 @@ +{ + "_id": "DoaYEZc7DgLJQ8yg", + "name": "Erwachsener Drache (Schwarz)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346320, + "modifiedTime": 1668995460767, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!DoaYEZc7DgLJQ8yg" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json b/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json new file mode 100644 index 00000000..8bba3198 --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json @@ -0,0 +1,178 @@ +{ + "_id": "OsCyBwPcejWRSqLr", + "name": "Erwachsener Drache (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346608, + "modifiedTime": 1668995460957, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!OsCyBwPcejWRSqLr" +} \ No newline at end of file diff --git a/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json b/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json new file mode 100644 index 00000000..eaef29b3 --- /dev/null +++ b/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json @@ -0,0 +1,178 @@ +{ + "_id": "KlpfMH3L3pL82SSd", + "name": "Erwachsener Drache (Weiss)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "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": "

Drachenarten

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
FarbeOdemWesen...
BlauBlitz-...der Dunkelheit
BronzeSchallwellen-...des Lichts
GelbSandsturm-...der Dunkelheit
GoldLicht-...des Lichts
GrünGiftgas-...der Dunkelheit
RotFeuer-...der Dunkelheit
SchwarzSäure-...der Dunkelheit
SilberQuecksilber-...des Lichts
WeissFrost-...der Dunkelheit
" + } + }, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346527, + "modifiedTime": 1668995460818, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!KlpfMH3L3pL82SSd" +} \ No newline at end of file diff --git a/packs/creatures/Eulerich_Z5eEkZjZ525N90ai.json b/packs/creatures/Eulerich_Z5eEkZjZ525N90ai.json new file mode 100644 index 00000000..dd8ffe6e --- /dev/null +++ b/packs/creatures/Eulerich_Z5eEkZjZ525N90ai.json @@ -0,0 +1,168 @@ +{ + "_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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346738, + "modifiedTime": 1668995461176, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Z5eEkZjZ525N90ai" +} \ No newline at end of file diff --git a/packs/creatures/F_ulnispranke_MxXeRwM7Mw1OqmAC.json b/packs/creatures/F_ulnispranke_MxXeRwM7Mw1OqmAC.json new file mode 100644 index 00000000..8d7c7217 --- /dev/null +++ b/packs/creatures/F_ulnispranke_MxXeRwM7Mw1OqmAC.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/F_ulnispranke_NdunVanOXm7hG0rX.json b/packs/creatures/F_ulnispranke_NdunVanOXm7hG0rX.json new file mode 100644 index 00000000..a4d7d4aa --- /dev/null +++ b/packs/creatures/F_ulnispranke_NdunVanOXm7hG0rX.json @@ -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" +} \ No newline at end of file diff --git a/packs/creatures/Fangarme_uhUCjZsudH4tikXb.json b/packs/creatures/Fangarme_uhUCjZsudH4tikXb.json new file mode 100644 index 00000000..ec1f20a4 --- /dev/null +++ b/packs/creatures/Fangarme_uhUCjZsudH4tikXb.json @@ -0,0 +1,33 @@ +{ + "_id": "uhUCjZsudH4tikXb", + "name": "Fangarme", + "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!Z7Dt5epXbuKn20US.uhUCjZsudH4tikXb" +} \ No newline at end of file diff --git a/packs/creatures/Federkleid_62o19BMYU8dc4Qwa.json b/packs/creatures/Federkleid_62o19BMYU8dc4Qwa.json new file mode 100644 index 00000000..91f7d5d3 --- /dev/null +++ b/packs/creatures/Federkleid_62o19BMYU8dc4Qwa.json @@ -0,0 +1,33 @@ +{ + "_id": "62o19BMYU8dc4Qwa", + "name": "Federkleid", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.62o19BMYU8dc4Qwa" +} \ No newline at end of file diff --git a/packs/creatures/Federkleid_gzsgGDcT6pGXHxIZ.json b/packs/creatures/Federkleid_gzsgGDcT6pGXHxIZ.json new file mode 100644 index 00000000..b18a70d2 --- /dev/null +++ b/packs/creatures/Federkleid_gzsgGDcT6pGXHxIZ.json @@ -0,0 +1,33 @@ +{ + "_id": "gzsgGDcT6pGXHxIZ", + "name": "Federkleid", + "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!Z5eEkZjZ525N90ai.gzsgGDcT6pGXHxIZ" +} \ No newline at end of file diff --git a/packs/creatures/Federkleid_zYQAanmjVsNytqBl.json b/packs/creatures/Federkleid_zYQAanmjVsNytqBl.json new file mode 100644 index 00000000..368b7f82 --- /dev/null +++ b/packs/creatures/Federkleid_zYQAanmjVsNytqBl.json @@ -0,0 +1,33 @@ +{ + "_id": "zYQAanmjVsNytqBl", + "name": "Federkleid", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.zYQAanmjVsNytqBl" +} \ No newline at end of file diff --git a/packs/creatures/Fell_J1JDirHXfexacI9G.json b/packs/creatures/Fell_J1JDirHXfexacI9G.json new file mode 100644 index 00000000..c268d0c8 --- /dev/null +++ b/packs/creatures/Fell_J1JDirHXfexacI9G.json @@ -0,0 +1,33 @@ +{ + "_id": "J1JDirHXfexacI9G", + "name": "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!PVuNoFILDAHpqGsa.J1JDirHXfexacI9G" +} \ No newline at end of file diff --git a/packs/creatures/Fell_PlB4iu4DBqxypeR0.json b/packs/creatures/Fell_PlB4iu4DBqxypeR0.json new file mode 100644 index 00000000..4113b0df --- /dev/null +++ b/packs/creatures/Fell_PlB4iu4DBqxypeR0.json @@ -0,0 +1,33 @@ +{ + "_id": "PlB4iu4DBqxypeR0", + "name": "Fell", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Qm2toXbf6EVmvRS1.PlB4iu4DBqxypeR0" +} \ No newline at end of file diff --git a/packs/creatures/Fell_ayDGYJevUkbQ3N0c.json b/packs/creatures/Fell_ayDGYJevUkbQ3N0c.json new file mode 100644 index 00000000..1c8c0b1d --- /dev/null +++ b/packs/creatures/Fell_ayDGYJevUkbQ3N0c.json @@ -0,0 +1,33 @@ +{ + "_id": "ayDGYJevUkbQ3N0c", + "name": "Fell", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!InLjj4RGxfkDrtXr.ayDGYJevUkbQ3N0c" +} \ No newline at end of file diff --git a/packs/creatures/Fell_gPsGJGaDRosWvEEL.json b/packs/creatures/Fell_gPsGJGaDRosWvEEL.json new file mode 100644 index 00000000..ce9f4683 --- /dev/null +++ b/packs/creatures/Fell_gPsGJGaDRosWvEEL.json @@ -0,0 +1,33 @@ +{ + "_id": "gPsGJGaDRosWvEEL", + "name": "Fell", + "type": "armor", + "sort": 600000, + "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!95N3CQpgVqg4zz0k.gPsGJGaDRosWvEEL" +} \ No newline at end of file diff --git a/packs/creatures/Felle_M90M3KCsByyNno2f.json b/packs/creatures/Felle_M90M3KCsByyNno2f.json new file mode 100644 index 00000000..77a543b0 --- /dev/null +++ b/packs/creatures/Felle_M90M3KCsByyNno2f.json @@ -0,0 +1,33 @@ +{ + "_id": "M90M3KCsByyNno2f", + "name": "Felle", + "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!QudriM5XZhEC7D6v.M90M3KCsByyNno2f" +} \ No newline at end of file diff --git a/packs/creatures/Felle_xbi9dJjtVxeUoLK4.json b/packs/creatures/Felle_xbi9dJjtVxeUoLK4.json new file mode 100644 index 00000000..92bca007 --- /dev/null +++ b/packs/creatures/Felle_xbi9dJjtVxeUoLK4.json @@ -0,0 +1,33 @@ +{ + "_id": "xbi9dJjtVxeUoLK4", + "name": "Felle", + "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": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.xbi9dJjtVxeUoLK4" +} \ No newline at end of file diff --git a/packs/creatures/Fellflicken_G6OoqVDTk9jwOU7r.json b/packs/creatures/Fellflicken_G6OoqVDTk9jwOU7r.json new file mode 100644 index 00000000..ed1cedaa --- /dev/null +++ b/packs/creatures/Fellflicken_G6OoqVDTk9jwOU7r.json @@ -0,0 +1,33 @@ +{ + "_id": "G6OoqVDTk9jwOU7r", + "name": "Fellflicken", + "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": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vXmTcBUKZkB2UBD7.G6OoqVDTk9jwOU7r" +} \ No newline at end of file diff --git a/packs/creatures/Feuer_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Feuer_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..2d86c783 --- /dev/null +++ b/packs/creatures/Feuer_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Feuer-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!htgryhd630WQgeD8.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json b/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json new file mode 100644 index 00000000..389b98ad --- /dev/null +++ b/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json @@ -0,0 +1,169 @@ +{ + "_id": "mPcmJ9nHpy1AbKVr", + "name": "Feuerelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "JI4hW2uyULt2cKs2", + "eofu8kICYeEpxUT1", + "c95cnrJtMG20InKV", + "xtwmRcp2CEGdK5C6" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 18, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 6, + "mod": 0 + }, + "constitution": { + "base": 7, + "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": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 24, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 145, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Feuerelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346897, + "modifiedTime": 1668995461323, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!mPcmJ9nHpy1AbKVr" +} \ No newline at end of file diff --git a/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json b/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json new file mode 100644 index 00000000..1f97db1d --- /dev/null +++ b/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json @@ -0,0 +1,169 @@ +{ + "_id": "huPL6cx3RadJNhL0", + "name": "Feuerelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "JI4hW2uyULt2cKs2", + "eofu8kICYeEpxUT1", + "c95cnrJtMG20InKV", + "xtwmRcp2CEGdK5C6" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 13, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 6, + "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": 0, + "value": 29 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": -2 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 15, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 95, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Feuerelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346851, + "modifiedTime": 1668995461283, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!huPL6cx3RadJNhL0" +} \ No newline at end of file diff --git a/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json b/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json new file mode 100644 index 00000000..0b44ea89 --- /dev/null +++ b/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json @@ -0,0 +1,169 @@ +{ + "_id": "tYcKw69Feoy3B6hG", + "name": "Feuerelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "JI4hW2uyULt2cKs2", + "eofu8kICYeEpxUT1", + "c95cnrJtMG20InKV", + "xtwmRcp2CEGdK5C6" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "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": -12, + "value": 12 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 9, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 70, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Feuerelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347078, + "modifiedTime": 1668995461370, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!tYcKw69Feoy3B6hG" +} \ No newline at end of file diff --git a/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json b/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json new file mode 100644 index 00000000..d1ff7a9a --- /dev/null +++ b/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json @@ -0,0 +1,33 @@ +{ + "_id": "p3zhDhgstlj2JMxe", + "name": "Feuerodem", + "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": "ranged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.p3zhDhgstlj2JMxe" +} \ No newline at end of file diff --git a/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json b/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json new file mode 100644 index 00000000..fb37fd66 --- /dev/null +++ b/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json @@ -0,0 +1,73 @@ +{ + "_id": "W2e5m1533YiEPsdg", + "name": "Feuerstrahl", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.kudkdrpMU0C83vM7" + } + }, + "system": { + "description": "

Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.

", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 1, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "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 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!22pkyKnZoRLG0nnY.W2e5m1533YiEPsdg" +} \ No newline at end of file diff --git a/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json b/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json new file mode 100644 index 00000000..161038dc --- /dev/null +++ b/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json @@ -0,0 +1,33 @@ +{ + "_id": "JI4hW2uyULt2cKs2", + "name": "Flammenhieb", + "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!tYcKw69Feoy3B6hG.JI4hW2uyULt2cKs2" +} \ No newline at end of file diff --git a/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json b/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json new file mode 100644 index 00000000..a7724eaa --- /dev/null +++ b/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json @@ -0,0 +1,73 @@ +{ + "_id": "29SYRu3tP8sSILyX", + "name": "Flammeninferno", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.7ybmodIkWDP1z1D6" + } + }, + "system": { + "description": "

Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 10", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 15 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.29SYRu3tP8sSILyX" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json b/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json new file mode 100644 index 00000000..66d0f9be --- /dev/null +++ b/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json @@ -0,0 +1,30 @@ +{ + "_id": "3yeOHhXD8iJrtRJL", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.3yeOHhXD8iJrtRJL" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json b/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json new file mode 100644 index 00000000..b3898223 --- /dev/null +++ b/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json @@ -0,0 +1,30 @@ +{ + "_id": "I31y8QW6HoMJn5Ar", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.I31y8QW6HoMJn5Ar" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json b/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json new file mode 100644 index 00000000..db70a7fb --- /dev/null +++ b/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json @@ -0,0 +1,30 @@ +{ + "_id": "IEf4b9ukDhSecShW", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.IEf4b9ukDhSecShW" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json b/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json new file mode 100644 index 00000000..01885924 --- /dev/null +++ b/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json @@ -0,0 +1,30 @@ +{ + "_id": "L9utJ9BJSLkYbUjN", + "name": "Fliegen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!aqbcBjeCJUHJ5uVj.L9utJ9BJSLkYbUjN" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json b/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json new file mode 100644 index 00000000..18977a02 --- /dev/null +++ b/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json @@ -0,0 +1,30 @@ +{ + "_id": "OfL0gyUOJjAOW3xA", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.OfL0gyUOJjAOW3xA" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json b/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json new file mode 100644 index 00000000..55d5fa70 --- /dev/null +++ b/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json @@ -0,0 +1,30 @@ +{ + "_id": "XfgWdbwMTVhcS3A9", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ABiPZtu7q8KhWzXL.XfgWdbwMTVhcS3A9" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json b/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json new file mode 100644 index 00000000..1c5b8607 --- /dev/null +++ b/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json @@ -0,0 +1,30 @@ +{ + "_id": "nEwzPUfWSwdHPNIe", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.nEwzPUfWSwdHPNIe" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json b/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json new file mode 100644 index 00000000..70b3584a --- /dev/null +++ b/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json @@ -0,0 +1,30 @@ +{ + "_id": "o4o3thrxtXrhRWYT", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.o4o3thrxtXrhRWYT" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json b/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json new file mode 100644 index 00000000..cb816e62 --- /dev/null +++ b/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json @@ -0,0 +1,30 @@ +{ + "_id": "po7mBrqpDWKlXbtu", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.po7mBrqpDWKlXbtu" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json b/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json new file mode 100644 index 00000000..edaaf81b --- /dev/null +++ b/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json @@ -0,0 +1,30 @@ +{ + "_id": "w1h6K90G0l0RXQy5", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.w1h6K90G0l0RXQy5" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json b/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json new file mode 100644 index 00000000..528109a9 --- /dev/null +++ b/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json @@ -0,0 +1,30 @@ +{ + "_id": "xtwmRcp2CEGdK5C6", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.xtwmRcp2CEGdK5C6" +} \ No newline at end of file diff --git a/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json b/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json new file mode 100644 index 00000000..bdc2d024 --- /dev/null +++ b/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json @@ -0,0 +1,30 @@ +{ + "_id": "ysyoJA3dYTu4XXvt", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.ysyoJA3dYTu4XXvt" +} \ No newline at end of file diff --git a/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json b/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json new file mode 100644 index 00000000..02b5a883 --- /dev/null +++ b/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json @@ -0,0 +1,168 @@ +{ + "_id": "ABiPZtu7q8KhWzXL", + "name": "Fliegendes Schwert", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "iVH3BR6wH35UTmmW", + "r0mQXKDTdvRjlSze", + "XfgWdbwMTVhcS3A9" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": -12, + "value": 12 + }, + "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": "construct", + "sizeCategory": "small", + "experiencePoints": 57, + "description": "

Herstellung: 1513 GM + Waffenschmied

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Fliegendes Schwert", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346283, + "modifiedTime": 1668995460733, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ABiPZtu7q8KhWzXL" +} \ No newline at end of file diff --git a/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..c5e5cc3e --- /dev/null +++ b/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Frost-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsKKpweX6I1TQYBj.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json b/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json new file mode 100644 index 00000000..73135ed3 --- /dev/null +++ b/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json @@ -0,0 +1,73 @@ +{ + "_id": "wRp2U7ZSNdZndBmq", + "name": "Frostschock", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.iH2NtsJtMfG0ZAU3" + } + }, + "system": { + "description": "

Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.

\n

Zudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": true, + "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": "10r", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.wRp2U7ZSNdZndBmq" +} \ No newline at end of file diff --git a/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json b/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json new file mode 100644 index 00000000..beada82d --- /dev/null +++ b/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json @@ -0,0 +1,174 @@ +{ + "_id": "GnW2ELzTtLoJmUQ1", + "name": "Gargyl", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/gargoyle-gray.png", + "items": [ + "XGrSqryhxGUlUJkC", + "e28wsq9gdMv8u94N", + "ur7rgX6JTOwscpm5", + "XSowCGPLnuUUt0gb", + "IEf4b9ukDhSecShW", + "7x3a6bQcUXDNNjfx", + "ILpCHZ6o5GV4NakU", + "iZL3YxmtOHvZvYgW", + "FydhkYVuUuHNXzxS" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 1, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 1, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 10 + }, + "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:8)", + "foeFactor": 6, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 91, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Gargyl", + "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/gargoyle*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346440, + "modifiedTime": 1668995460797, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GnW2ELzTtLoJmUQ1" +} \ No newline at end of file diff --git a/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json b/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json new file mode 100644 index 00000000..39b3c8bc --- /dev/null +++ b/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json @@ -0,0 +1,73 @@ +{ + "_id": "3ybAKe4uHnD5q5zD", + "name": "Gasgestalt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.tZJoj1PGrRGe9eMV" + } + }, + "system": { + "description": "

Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 5", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 18 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.3ybAKe4uHnD5q5zD" +} \ No newline at end of file diff --git a/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json b/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json new file mode 100644 index 00000000..96647e9a --- /dev/null +++ b/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json @@ -0,0 +1,69 @@ +{ + "_id": "3sJtgHHEkOmTNLEL", + "name": "Gedankenzehrerstrahl", + "type": "spell", + "sort": 400000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "

Nicht sichtbar; verursacht mental Schaden und führt zu Werteverlust

", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.3sJtgHHEkOmTNLEL" +} \ No newline at end of file diff --git a/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json b/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json new file mode 100644 index 00000000..5a21ca02 --- /dev/null +++ b/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json @@ -0,0 +1,33 @@ +{ + "_id": "23MVIoRbK0X5AudH", + "name": "Gehölz", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.23MVIoRbK0X5AudH" +} \ No newline at end of file diff --git a/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json b/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json new file mode 100644 index 00000000..b41d3cec --- /dev/null +++ b/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json @@ -0,0 +1,73 @@ +{ + "_id": "BkokuzUTP9U6LtBp", + "name": "Gehorche", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", + "effects": [], + "folder": null, + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" + } + }, + "system": { + "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.BkokuzUTP9U6LtBp" +} \ No newline at end of file diff --git a/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json b/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json new file mode 100644 index 00000000..2c608ca7 --- /dev/null +++ b/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json @@ -0,0 +1,73 @@ +{ + "_id": "tYncs86pwaeg5XAl", + "name": "Gehorche", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" + } + }, + "system": { + "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.tYncs86pwaeg5XAl" +} \ No newline at end of file diff --git a/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json b/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json new file mode 100644 index 00000000..3a45f5d4 --- /dev/null +++ b/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json @@ -0,0 +1,178 @@ +{ + "_id": "cE5kI3uqXWQrCaI5", + "name": "Geist", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/ghost-1.png", + "items": [ + "EGknWGHQszJHJHnV", + "FR4dQPwgDCH9Ruox", + "U95WXWQaKfIPiJZK", + "QkZT7930qdhuLFxw", + "I31y8QW6HoMJn5Ar", + "2VOjRedLceEPleW7", + "2NixNLo8G3DqU3pt", + "DNSCPQ1kOSiiyvOK", + "jP3c9iA0GT4gwt3c", + "02uWHUcM8MBPKqb6", + "YZgaOumzBst1OTtb" + ], + "effects": [ + "RzCEjaZBI6Rk6bt4" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 1, + "mod": 0 + }, + "mobility": { + "base": 11, + "mod": 0 + }, + "mind": { + "base": 10, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 3, + "mod": 0 + }, + "aura": { + "base": 6, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 27 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 8 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 17, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 245, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Geist", + "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/ghost*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346804, + "modifiedTime": 1668995462941, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!cE5kI3uqXWQrCaI5" +} \ No newline at end of file diff --git a/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json b/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json new file mode 100644 index 00000000..b88ff08b --- /dev/null +++ b/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json @@ -0,0 +1,33 @@ +{ + "_id": "0tHp37tNXFa9akK0", + "name": "Geisterklaue", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.0tHp37tNXFa9akK0" +} \ No newline at end of file diff --git a/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json b/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json new file mode 100644 index 00000000..8fbaa03e --- /dev/null +++ b/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json @@ -0,0 +1,33 @@ +{ + "_id": "EGknWGHQszJHJHnV", + "name": "Geisterklaue", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.EGknWGHQszJHJHnV" +} \ No newline at end of file diff --git a/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json b/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json new file mode 100644 index 00000000..bc04f817 --- /dev/null +++ b/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json @@ -0,0 +1,33 @@ +{ + "_id": "yFI8eLZ0z1PSjGYH", + "name": "Geisterklaue", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.yFI8eLZ0z1PSjGYH" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json b/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json new file mode 100644 index 00000000..f58b9697 --- /dev/null +++ b/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json @@ -0,0 +1,30 @@ +{ + "_id": "2Da0MbWQ8gy1WXBI", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ZZEBR9R04TlNXU5q.2Da0MbWQ8gy1WXBI" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json b/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json new file mode 100644 index 00000000..aab23181 --- /dev/null +++ b/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json @@ -0,0 +1,30 @@ +{ + "_id": "2VOjRedLceEPleW7", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.2VOjRedLceEPleW7" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json b/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json new file mode 100644 index 00000000..a0d7ec6c --- /dev/null +++ b/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json @@ -0,0 +1,30 @@ +{ + "_id": "3YSmdA5G9MS2g4Dn", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.3YSmdA5G9MS2g4Dn" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json b/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json new file mode 100644 index 00000000..56084e99 --- /dev/null +++ b/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json @@ -0,0 +1,30 @@ +{ + "_id": "7x3a6bQcUXDNNjfx", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.7x3a6bQcUXDNNjfx" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json b/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json new file mode 100644 index 00000000..14bb8cef --- /dev/null +++ b/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json @@ -0,0 +1,30 @@ +{ + "_id": "F3UjrYhsbCLoyFm3", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.F3UjrYhsbCLoyFm3" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json b/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json new file mode 100644 index 00000000..e8f04601 --- /dev/null +++ b/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json @@ -0,0 +1,30 @@ +{ + "_id": "HT4yv3mKyIcwaLKr", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rLUCyWfSBebB8cSC.HT4yv3mKyIcwaLKr" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json b/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json new file mode 100644 index 00000000..7e3bd962 --- /dev/null +++ b/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json @@ -0,0 +1,30 @@ +{ + "_id": "LAAz2aBZoHatDHqJ", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.LAAz2aBZoHatDHqJ" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json b/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json new file mode 100644 index 00000000..f69ea438 --- /dev/null +++ b/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json @@ -0,0 +1,30 @@ +{ + "_id": "QTbksMwiH60vH9lT", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.QTbksMwiH60vH9lT" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json b/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json new file mode 100644 index 00000000..cb5687cb --- /dev/null +++ b/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json @@ -0,0 +1,30 @@ +{ + "_id": "SoGfBCWyVZsQGBLk", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.SoGfBCWyVZsQGBLk" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json b/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json new file mode 100644 index 00000000..2a2d136c --- /dev/null +++ b/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json @@ -0,0 +1,30 @@ +{ + "_id": "eSMM4Zq5UPWN31iB", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.eSMM4Zq5UPWN31iB" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json b/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json new file mode 100644 index 00000000..f44b22cc --- /dev/null +++ b/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json @@ -0,0 +1,30 @@ +{ + "_id": "jmoVrv9FCX28B4PJ", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Rvu16XzEjizdqNsu.jmoVrv9FCX28B4PJ" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json b/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json new file mode 100644 index 00000000..e922399c --- /dev/null +++ b/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json @@ -0,0 +1,30 @@ +{ + "_id": "sNIMYcSm0y83hby7", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.sNIMYcSm0y83hby7" +} \ No newline at end of file diff --git a/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json b/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json new file mode 100644 index 00000000..09dd9f23 --- /dev/null +++ b/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json @@ -0,0 +1,30 @@ +{ + "_id": "ywm8DSneqBXy2Pk9", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.ywm8DSneqBXy2Pk9" +} \ No newline at end of file diff --git a/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json b/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json new file mode 100644 index 00000000..7ad618f9 --- /dev/null +++ b/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json @@ -0,0 +1,33 @@ +{ + "_id": "SUbNCeLDrM29kOjI", + "name": "Geworfener Fels", + "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": "ranged", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.SUbNCeLDrM29kOjI" +} \ No newline at end of file diff --git a/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json b/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json new file mode 100644 index 00000000..b9db39c7 --- /dev/null +++ b/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json @@ -0,0 +1,33 @@ +{ + "_id": "p8OAUiSFSEBq94mf", + "name": "Geworfener Fels", + "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": "ranged", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.p8OAUiSFSEBq94mf" +} \ No newline at end of file diff --git a/packs/creatures/Gift__1__RX89OLfp965CuRDs.json b/packs/creatures/Gift__1__RX89OLfp965CuRDs.json new file mode 100644 index 00000000..6bd9e678 --- /dev/null +++ b/packs/creatures/Gift__1__RX89OLfp965CuRDs.json @@ -0,0 +1,30 @@ +{ + "_id": "RX89OLfp965CuRDs", + "name": "Gift (1)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.TY1ZV1YsyaFtfX7U" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wBgO5Hc4oHKfRN6f.RX89OLfp965CuRDs" +} \ No newline at end of file diff --git a/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..4c3c6c2b --- /dev/null +++ b/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Giftgas-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsIywRHMnJM7u4ts.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json b/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json new file mode 100644 index 00000000..f68e0088 --- /dev/null +++ b/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json @@ -0,0 +1,170 @@ +{ + "_id": "vXmTcBUKZkB2UBD7", + "name": "Goblin", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png", + "items": [ + "joNh3JSsqfqXk4lU", + "ftCrAdxpJlnc85aU", + "G6OoqVDTk9jwOU7r", + "uHVUAMh8QgcoNDno", + "yW9EtSEtM40owDQt" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 3, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -8, + "value": 8 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:10", + "foeFactor": 1, + "creatureType": "humanoid", + "sizeCategory": "small", + "experiencePoints": 42, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Goblin", + "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/goblin*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347151, + "modifiedTime": 1668995461392, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!vXmTcBUKZkB2UBD7" +} \ No newline at end of file diff --git a/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json b/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json new file mode 100644 index 00000000..b5817ce8 --- /dev/null +++ b/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json @@ -0,0 +1,172 @@ +{ + "_id": "dnX0uQXQCEnGs7dM", + "name": "Golem, Eisen-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "HjZd5t1xvRNoHZdX", + "clWF2wt2WK7eWuxW", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 20, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 6, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 36, + "value": 72 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 27, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 173, + "description": "

Herstellung: 3750 GM + Rüstungsschmied

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Golem, Eisen-", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346836, + "modifiedTime": 1668995461266, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!dnX0uQXQCEnGs7dM" +} \ No newline at end of file diff --git a/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json b/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json new file mode 100644 index 00000000..787d0fa3 --- /dev/null +++ b/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json @@ -0,0 +1,172 @@ +{ + "_id": "HSgR2FXUmsT2zfIc", + "name": "Golem, Knochen-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU", + "43U10Znpq4coew6C", + "Lu7kcH5ekEpY8YDU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 6, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 20, + "value": 40 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 11, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 148, + "description": "

Herstellung: 2613 GM + Schreinern

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Golem, Knochen-", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346447, + "modifiedTime": 1668995460802, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!HSgR2FXUmsT2zfIc" +} \ No newline at end of file diff --git a/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json b/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json new file mode 100644 index 00000000..9d1c9f0e --- /dev/null +++ b/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json @@ -0,0 +1,172 @@ +{ + "_id": "sCBrVIDh2umWr63g", + "name": "Golem, Kristall-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU", + "mJi3ylBo7yPG5vMw", + "aa8a89EaVy8fjgLn" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 5, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 21, + "value": 42 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 6 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 10, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 134, + "description": "

Herstellung: 2513 GM + Steinmetz

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Golem, Kristall-", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347061, + "modifiedTime": 1668995461366, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!sCBrVIDh2umWr63g" +} \ No newline at end of file diff --git a/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json b/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json new file mode 100644 index 00000000..b404d0ca --- /dev/null +++ b/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json @@ -0,0 +1,170 @@ +{ + "_id": "yisaQaEFqduLmAJe", + "name": "Golem, Lehm-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 23, + "value": 46 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 8, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 110, + "description": "

Herstellung: 2338 GM + Steinmetz

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Golem, Lehm-", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347232, + "modifiedTime": 1668995461413, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!yisaQaEFqduLmAJe" +} \ No newline at end of file diff --git a/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json b/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json new file mode 100644 index 00000000..b9845221 --- /dev/null +++ b/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json @@ -0,0 +1,172 @@ +{ + "_id": "cf8BOIAxMKvuxYYW", + "name": "Golem, Stein-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "HjZd5t1xvRNoHZdX", + "clWF2wt2WK7eWuxW", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 18, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 33, + "value": 66 + }, + "defense": { + "mod": 1 + }, + "initiative": { + "mod": 2 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 23, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 160, + "description": "

Herstellung: 3338 GM + Steinmetz

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Golem, Stein-", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346809, + "modifiedTime": 1668995461239, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!cf8BOIAxMKvuxYYW" +} \ No newline at end of file diff --git a/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json b/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json new file mode 100644 index 00000000..fe8de762 --- /dev/null +++ b/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json @@ -0,0 +1,33 @@ +{ + "_id": "0EPSA2vb34Nilg91", + "name": "Grausamer Biss", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.0EPSA2vb34Nilg91" +} \ No newline at end of file diff --git a/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json b/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json new file mode 100644 index 00000000..c07c29ed --- /dev/null +++ b/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json @@ -0,0 +1,33 @@ +{ + "_id": "LddIU7JRhnrzFzgr", + "name": "Großer Biss", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7kXHNCARsD0nZCqr.LddIU7JRhnrzFzgr" +} \ No newline at end of file diff --git a/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json b/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json new file mode 100644 index 00000000..a18db186 --- /dev/null +++ b/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json @@ -0,0 +1,33 @@ +{ + "_id": "TEjCLP10Mjf8XqCl", + "name": "Großer 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": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.TEjCLP10Mjf8XqCl" +} \ No newline at end of file diff --git a/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json b/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json new file mode 100644 index 00000000..dcea8339 --- /dev/null +++ b/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json @@ -0,0 +1,33 @@ +{ + "_id": "Z4ZEuB2l0vo2dJcK", + "name": "Großer 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": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ttzlBKtMWz981WF3.Z4ZEuB2l0vo2dJcK" +} \ No newline at end of file diff --git a/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json b/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json new file mode 100644 index 00000000..baa6f47a --- /dev/null +++ b/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json @@ -0,0 +1,33 @@ +{ + "_id": "ndAkzrcRKXbgY9rR", + "name": "Großer 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": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wBgO5Hc4oHKfRN6f.ndAkzrcRKXbgY9rR" +} \ No newline at end of file diff --git a/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json b/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json new file mode 100644 index 00000000..ce63b617 --- /dev/null +++ b/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json @@ -0,0 +1,33 @@ +{ + "_id": "y5i2zrZBp74DKQrQ", + "name": "Großer 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": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.y5i2zrZBp74DKQrQ" +} \ No newline at end of file diff --git a/packs/creatures/Hai_7kXHNCARsD0nZCqr.json b/packs/creatures/Hai_7kXHNCARsD0nZCqr.json new file mode 100644 index 00000000..caf81626 --- /dev/null +++ b/packs/creatures/Hai_7kXHNCARsD0nZCqr.json @@ -0,0 +1,169 @@ +{ + "_id": "7kXHNCARsD0nZCqr", + "name": "Hai", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "LddIU7JRhnrzFzgr", + "4QWPtzkl6EncykP4", + "ncn9gc2yJOMhWGhb", + "Q5TlvXVEyjer5YIG" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 13, + "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": 13, + "value": 39 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:12)", + "foeFactor": 9, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 106, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Hai", + "displayName": 20, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "alpha": 1, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": {}, + "randomImg": false, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346252, + "modifiedTime": 1668995460696, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!7kXHNCARsD0nZCqr" +} \ No newline at end of file diff --git a/packs/creatures/Harpyie_s56U2LeRInrje3xh.json b/packs/creatures/Harpyie_s56U2LeRInrje3xh.json new file mode 100644 index 00000000..943c47c0 --- /dev/null +++ b/packs/creatures/Harpyie_s56U2LeRInrje3xh.json @@ -0,0 +1,173 @@ +{ + "_id": "s56U2LeRInrje3xh", + "name": "Harpyie", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/harpy-brown.png", + "items": [ + "lwAvXPfZk0RxGnDi", + "62o19BMYU8dc4Qwa", + "nEwzPUfWSwdHPNIe", + "mgxKRHjfYd8eRdl4", + "iJ5vdPZt9tIyY3g4", + "6L8whKMrzwGWDTCg", + "GZfpSw5mnT7CLpYH", + "VXyznv68DT2Guc0A" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 6, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 1, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 20 + }, + "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:8)", + "foeFactor": 10, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 128, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Harpyie", + "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/harpy*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347013, + "modifiedTime": 1668995461360, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!s56U2LeRInrje3xh" +} \ No newline at end of file diff --git a/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json b/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json new file mode 100644 index 00000000..91da7b95 --- /dev/null +++ b/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json @@ -0,0 +1,33 @@ +{ + "_id": "nUiNfU3pFgeeoRNR", + "name": "Hauer", + "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": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GWNFUkgxocfKchIQ.nUiNfU3pFgeeoRNR" +} \ No newline at end of file diff --git a/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json b/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json new file mode 100644 index 00000000..22165f43 --- /dev/null +++ b/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json @@ -0,0 +1,33 @@ +{ + "_id": "wQm8AMxYF0NKZhQE", + "name": "Hauer", + "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": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FxGhbznQbwd0jRUT.wQm8AMxYF0NKZhQE" +} \ No newline at end of file diff --git a/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json b/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json new file mode 100644 index 00000000..42f95e60 --- /dev/null +++ b/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json @@ -0,0 +1,176 @@ +{ + "_id": "C4xijAwQdhRHz0Cs", + "name": "Hobgoblin", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/hobgoblin-sword-purple.png", + "items": [ + "wTcga48GOVD8cQV3", + "whLRBkMseej6C3IG", + "n3SYaxRnVV0nTKtq", + "QXzGnyknBZaJqCIc", + "xAd7jo7Ni2KSl16I", + "MSuVIzM2MRDSyujQ", + "lXtH1PL4nnpzMGkI" + ], + "effects": [ + "JHK7Wjpao2TJM9FZ", + "ZtHVENPFHCbXGOig", + "dNE6ol93DRVL7KwH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 3, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 24 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:18", + "foeFactor": 4, + "creatureType": "humanoid", + "sizeCategory": "normal", + "experiencePoints": 71, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Hobgoblin", + "displayName": 20, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "alpha": 1, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": {}, + "randomImg": true, + "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/hobgoblin-*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346292, + "modifiedTime": 1668995460748, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!C4xijAwQdhRHz0Cs" +} \ No newline at end of file diff --git a/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json b/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json new file mode 100644 index 00000000..41b456f1 --- /dev/null +++ b/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json @@ -0,0 +1,171 @@ +{ + "_id": "LtsbT2DHYKs9Catm", + "name": "Hoher Dämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 6, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 3, + "mod": 0 + }, + "aura": { + "base": 3, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 20 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 104, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Hoher Dämon", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346576, + "modifiedTime": 1668995460842, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!LtsbT2DHYKs9Catm" +} \ No newline at end of file diff --git a/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json b/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json new file mode 100644 index 00000000..6e63bf30 --- /dev/null +++ b/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json @@ -0,0 +1,35 @@ +{ + "_id": "n3SYaxRnVV0nTKtq", + "name": "Holzschild", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.J7d2zx4kqKEdMR1j" + } + }, + "system": { + "description": "

Zerbricht bei einem Abwehr-Patzer

", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.n3SYaxRnVV0nTKtq" +} \ No newline at end of file diff --git a/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json b/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json new file mode 100644 index 00000000..96a77f8a --- /dev/null +++ b/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json @@ -0,0 +1,33 @@ +{ + "_id": "hZvwSk1wun8Qjlmk", + "name": "Horn", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.hZvwSk1wun8Qjlmk" +} \ No newline at end of file diff --git a/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json b/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json new file mode 100644 index 00000000..eae13011 --- /dev/null +++ b/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json @@ -0,0 +1,33 @@ +{ + "_id": "7rFkQfTzgSOYmhNP", + "name": "Huf", + "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!6YqxYCWfWVm6c8qM.7rFkQfTzgSOYmhNP" +} \ No newline at end of file diff --git a/packs/creatures/Huf_CES4HTOhBcNY0c6G.json b/packs/creatures/Huf_CES4HTOhBcNY0c6G.json new file mode 100644 index 00000000..6511942e --- /dev/null +++ b/packs/creatures/Huf_CES4HTOhBcNY0c6G.json @@ -0,0 +1,33 @@ +{ + "_id": "CES4HTOhBcNY0c6G", + "name": "Huf", + "type": "weapon", + "sort": 300000, + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.CES4HTOhBcNY0c6G" +} \ No newline at end of file diff --git a/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json b/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json new file mode 100644 index 00000000..6754d1d2 --- /dev/null +++ b/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json @@ -0,0 +1,33 @@ +{ + "_id": "NB8EGOwqOiFbSwRT", + "name": "Huf, in Notwehr", + "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!iIvMTzBji28VVQ0v.NB8EGOwqOiFbSwRT" +} \ No newline at end of file diff --git a/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json b/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json new file mode 100644 index 00000000..d0b75825 --- /dev/null +++ b/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json @@ -0,0 +1,33 @@ +{ + "_id": "fEZBZH6sYKbblf6g", + "name": "Huf, in Notwehr", + "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!asPZBajREGsJYoht.fEZBZH6sYKbblf6g" +} \ No newline at end of file diff --git a/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json b/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json new file mode 100644 index 00000000..1fe04f8e --- /dev/null +++ b/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json @@ -0,0 +1,33 @@ +{ + "_id": "jpyXagx6Gqji5I09", + "name": "Huf, in Notwehr", + "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!HgfrjXKUApOXvkUX.jpyXagx6Gqji5I09" +} \ No newline at end of file diff --git a/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json b/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json new file mode 100644 index 00000000..15bc71e4 --- /dev/null +++ b/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json @@ -0,0 +1,168 @@ +{ + "_id": "Qm2toXbf6EVmvRS1", + "name": "Hund", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png", + "items": [ + "j0NbwyhdJPipL7Rl", + "PlB4iu4DBqxypeR0", + "lmc1Llwdx3k697VS" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 0, + "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": -4, + "value": 11 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "animal", + "sizeCategory": "small", + "experiencePoints": 31, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Hund", + "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/dog*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346645, + "modifiedTime": 1668995461103, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Qm2toXbf6EVmvRS1" +} \ No newline at end of file diff --git a/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json b/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json new file mode 100644 index 00000000..bfc5919f --- /dev/null +++ b/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json @@ -0,0 +1,173 @@ +{ + "_id": "GMUTgcbmahiwgXSj", + "name": "Hydra", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/hydra-blue.png", + "items": [ + "TEjCLP10Mjf8XqCl", + "jcgmsC6XoKcSpu6a", + "jtnlL78QKAyrNEey", + "dnGDZ0R98VlEskVv", + "KwCXBwhluHD0uHIW", + "CIzNpB4GXHkdFsAI", + "HOykiW9ZmatUSUKm", + "YvT74RD5F3M4DMEx" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 14, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 6, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 60, + "value": 90 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 4 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:20)", + "foeFactor": 23, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 246, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Hydra", + "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/hydra*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346375, + "modifiedTime": 1668995460780, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GMUTgcbmahiwgXSj" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json b/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json new file mode 100644 index 00000000..58a90b8b --- /dev/null +++ b/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json @@ -0,0 +1,178 @@ +{ + "_id": "nDRdljcZzkonbU0s", + "name": "Jungdrache (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "bH4dBG5AeJ442465" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346901, + "modifiedTime": 1668995461326, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!nDRdljcZzkonbU0s" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json b/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json new file mode 100644 index 00000000..85c462a5 --- /dev/null +++ b/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json @@ -0,0 +1,178 @@ +{ + "_id": "clsDFbLFEIbh6Mg4", + "name": "Jungdrache (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346812, + "modifiedTime": 1668995461244, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!clsDFbLFEIbh6Mg4" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json b/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json new file mode 100644 index 00000000..e6562550 --- /dev/null +++ b/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json @@ -0,0 +1,178 @@ +{ + "_id": "apBf4qnMODBmEWHU", + "name": "Jungdrache (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "d4qTXCVuiStZW2tY" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346771, + "modifiedTime": 1668995461206, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!apBf4qnMODBmEWHU" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json b/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json new file mode 100644 index 00000000..5bb2cf55 --- /dev/null +++ b/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json @@ -0,0 +1,178 @@ +{ + "_id": "RWNocIHuXIWwUwJu", + "name": "Jungdrache (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346651, + "modifiedTime": 1668995461126, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!RWNocIHuXIWwUwJu" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json b/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json new file mode 100644 index 00000000..e32af3e5 --- /dev/null +++ b/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json @@ -0,0 +1,178 @@ +{ + "_id": "vsIywRHMnJM7u4ts", + "name": "Jungdrache (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "CdZkMCsLB0EwUdqv" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347174, + "modifiedTime": 1668995461396, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!vsIywRHMnJM7u4ts" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json b/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json new file mode 100644 index 00000000..40e669cf --- /dev/null +++ b/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json @@ -0,0 +1,178 @@ +{ + "_id": "htgryhd630WQgeD8", + "name": "Jungdrache (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "HFksDdMTR1oh3gDo" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346846, + "modifiedTime": 1668995461278, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!htgryhd630WQgeD8" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json b/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json new file mode 100644 index 00000000..9d402678 --- /dev/null +++ b/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json @@ -0,0 +1,178 @@ +{ + "_id": "A4zxgFGkMQpm67TR", + "name": "Jungdrache (Schwarz)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "TVxn2FjSGirdC90w" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346280, + "modifiedTime": 1668995460725, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!A4zxgFGkMQpm67TR" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json b/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json new file mode 100644 index 00000000..dfec2298 --- /dev/null +++ b/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json @@ -0,0 +1,178 @@ +{ + "_id": "3iMmLEmB0NEpyFGd", + "name": "Jungdrache (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346186, + "modifiedTime": 1668995460547, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!3iMmLEmB0NEpyFGd" +} \ No newline at end of file diff --git a/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json b/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json new file mode 100644 index 00000000..5d0c019b --- /dev/null +++ b/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json @@ -0,0 +1,178 @@ +{ + "_id": "raKKehH8QctnDtMM", + "name": "Jungdrache (Weiss)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "frBW7LCCpTlwh7hr" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346999, + "modifiedTime": 1668995461352, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!raKKehH8QctnDtMM" +} \ No newline at end of file diff --git a/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json b/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json new file mode 100644 index 00000000..985b51b2 --- /dev/null +++ b/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json @@ -0,0 +1,33 @@ +{ + "_id": "FR4dQPwgDCH9Ruox", + "name": "Körperlos", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.FR4dQPwgDCH9Ruox" +} \ No newline at end of file diff --git a/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json b/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json new file mode 100644 index 00000000..c5f1e17b --- /dev/null +++ b/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json @@ -0,0 +1,33 @@ +{ + "_id": "PxhF7w8cBdqE2pBa", + "name": "Körperlos", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.PxhF7w8cBdqE2pBa" +} \ No newline at end of file diff --git a/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json b/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json new file mode 100644 index 00000000..ee00b3bd --- /dev/null +++ b/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json @@ -0,0 +1,33 @@ +{ + "_id": "quc1WJJwo4UMlkg3", + "name": "Körperlos", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.quc1WJJwo4UMlkg3" +} \ No newline at end of file diff --git a/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json b/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json new file mode 100644 index 00000000..8738cb2d --- /dev/null +++ b/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json @@ -0,0 +1,171 @@ +{ + "_id": "LgtcLrKtCa496ih6", + "name": "Kampfdämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 8, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 4, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 4, + "mod": 0 + }, + "aura": { + "base": 4, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 23, + "value": 46 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 1 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 8, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 152, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Kampfdämon", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346560, + "modifiedTime": 1668995460832, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!LgtcLrKtCa496ih6" +} \ No newline at end of file diff --git a/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json b/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json new file mode 100644 index 00000000..1ff2cbf3 --- /dev/null +++ b/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json @@ -0,0 +1,169 @@ +{ + "_id": "FxGhbznQbwd0jRUT", + "name": "Keiler", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", + "items": [ + "wQm8AMxYF0NKZhQE", + "DDaq3xgZrGuEl4Dc", + "yru5VWx93wWmOXZA", + "DyCGJ2kxHV5QYgWK" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 13, + "value": 38 + }, + "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 1A:10)", + "foeFactor": 6, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 79, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Keiler", + "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/boar*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346363, + "modifiedTime": 1668995460777, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!FxGhbznQbwd0jRUT" +} \ No newline at end of file diff --git a/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json b/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json new file mode 100644 index 00000000..691c6cfc --- /dev/null +++ b/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json @@ -0,0 +1,33 @@ +{ + "_id": "OIKYSareGFhHJxAB", + "name": "Keine feste Gestalt", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.OIKYSareGFhHJxAB" +} \ No newline at end of file diff --git a/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json b/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json new file mode 100644 index 00000000..926d982c --- /dev/null +++ b/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json @@ -0,0 +1,33 @@ +{ + "_id": "eofu8kICYeEpxUT1", + "name": "Keine feste Gestalt", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.eofu8kICYeEpxUT1" +} \ No newline at end of file diff --git a/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json b/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json new file mode 100644 index 00000000..212f109c --- /dev/null +++ b/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json @@ -0,0 +1,33 @@ +{ + "_id": "ghW7FO5d2do95peV", + "name": "Keine feste Gestalt", + "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": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.ghW7FO5d2do95peV" +} \ No newline at end of file diff --git a/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json b/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json new file mode 100644 index 00000000..96369511 --- /dev/null +++ b/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json @@ -0,0 +1,73 @@ +{ + "_id": "JMp5LjImHvoKsbGo", + "name": "Kettenblitz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", + "effects": [], + "folder": null, + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.gePnhgqnsmdEbj3Z" + } + }, + "system": { + "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.

\n

Getroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.

", + "equipped": true, + "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": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 16, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.JMp5LjImHvoKsbGo" +} \ No newline at end of file diff --git a/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json b/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json new file mode 100644 index 00000000..ea127b65 --- /dev/null +++ b/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json @@ -0,0 +1,39 @@ +{ + "_id": "wTcga48GOVD8cQV3", + "name": "Kettenpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "EkJB0kpYFHRMYSgl" + ], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.09Hp2c2jgoXx7cV0" + } + }, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3" +} \ No newline at end of file diff --git a/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json new file mode 100644 index 00000000..6ce1465e --- /dev/null +++ b/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json @@ -0,0 +1,33 @@ +{ + "_id": "KzEfCqb54s8Ju7x1", + "name": "Kirstallpranke", + "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!sCBrVIDh2umWr63g.KzEfCqb54s8Ju7x1" +} \ No newline at end of file diff --git a/packs/creatures/Klauen_08rqhbd0eadzrJxS.json b/packs/creatures/Klauen_08rqhbd0eadzrJxS.json new file mode 100644 index 00000000..2a26c07d --- /dev/null +++ b/packs/creatures/Klauen_08rqhbd0eadzrJxS.json @@ -0,0 +1,33 @@ +{ + "_id": "08rqhbd0eadzrJxS", + "name": "Klauen", + "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!F3zJ4xbHwN9syuK8.08rqhbd0eadzrJxS" +} \ No newline at end of file diff --git a/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json b/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json new file mode 100644 index 00000000..9ad15f92 --- /dev/null +++ b/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json @@ -0,0 +1,33 @@ +{ + "_id": "hnuIJBq2btoSK88F", + "name": "Kleiner Knüppel", + "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!ojzkDbyYSlpHtGHq.hnuIJBq2btoSK88F" +} \ No newline at end of file diff --git a/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json b/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json new file mode 100644 index 00000000..5e327a74 --- /dev/null +++ b/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json @@ -0,0 +1,30 @@ +{ + "_id": "I5qUZBkW7JLwuCze", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "system": { + "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.I5qUZBkW7JLwuCze" +} \ No newline at end of file diff --git a/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json b/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json new file mode 100644 index 00000000..e7cc08a1 --- /dev/null +++ b/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json @@ -0,0 +1,30 @@ +{ + "_id": "ILpCHZ6o5GV4NakU", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ILpCHZ6o5GV4NakU" +} \ No newline at end of file diff --git a/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json b/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json new file mode 100644 index 00000000..0cf0256d --- /dev/null +++ b/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json @@ -0,0 +1,30 @@ +{ + "_id": "v7zlqw9oygaGg5RF", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.v7zlqw9oygaGg5RF" +} \ No newline at end of file diff --git a/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json b/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json new file mode 100644 index 00000000..82d820d8 --- /dev/null +++ b/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json @@ -0,0 +1,33 @@ +{ + "_id": "PhvbJ2VSw3ivWS3F", + "name": "Knochenklaue", + "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!Rvu16XzEjizdqNsu.PhvbJ2VSw3ivWS3F" +} \ No newline at end of file diff --git a/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json new file mode 100644 index 00000000..138ec660 --- /dev/null +++ b/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json @@ -0,0 +1,33 @@ +{ + "_id": "KzEfCqb54s8Ju7x1", + "name": "Knochenpranke", + "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!HSgR2FXUmsT2zfIc.KzEfCqb54s8Ju7x1" +} \ No newline at end of file diff --git a/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json b/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json new file mode 100644 index 00000000..004226e3 --- /dev/null +++ b/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json @@ -0,0 +1,166 @@ +{ + "_id": "ojzkDbyYSlpHtGHq", + "name": "Kobold", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/kobold-green.png", + "items": [ + "hnuIJBq2btoSK88F" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 3, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 1, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 1, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -7, + "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 1B:8)", + "foeFactor": 1, + "creatureType": "humanoid", + "sizeCategory": "small", + "experiencePoints": 25, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Kobold", + "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/kobold*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346953, + "modifiedTime": 1668995461337, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ojzkDbyYSlpHtGHq" +} \ No newline at end of file diff --git a/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json b/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json new file mode 100644 index 00000000..1e5aeb2a --- /dev/null +++ b/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json @@ -0,0 +1,73 @@ +{ + "_id": "MaTZSyGMQDIMXhLe", + "name": "Kontrollieren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.9gc1CF70165NXymH" + } + }, + "system": { + "description": "

Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.

\n

Kontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.

\n

Ein Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des 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": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis erlöst", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.MaTZSyGMQDIMXhLe" +} \ No newline at end of file diff --git a/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json b/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json new file mode 100644 index 00000000..5fd399bd --- /dev/null +++ b/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json @@ -0,0 +1,33 @@ +{ + "_id": "CbeR35FgiGzc1xtl", + "name": "Kräftiger 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": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.CbeR35FgiGzc1xtl" +} \ No newline at end of file diff --git a/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json b/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json new file mode 100644 index 00000000..fd82abae --- /dev/null +++ b/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json @@ -0,0 +1,33 @@ +{ + "_id": "9vJL3lyC4RTQCZ7e", + "name": "Krallen", + "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!HjpxMlpyjPr3hd3r.9vJL3lyC4RTQCZ7e" +} \ No newline at end of file diff --git a/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json b/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json new file mode 100644 index 00000000..4e53f9fc --- /dev/null +++ b/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json @@ -0,0 +1,33 @@ +{ + "_id": "G08O3BP9HQ0mLjAQ", + "name": "Krallen", + "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!lys4bJc7GL5f5ORp.G08O3BP9HQ0mLjAQ" +} \ No newline at end of file diff --git a/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json b/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json new file mode 100644 index 00000000..3be8882b --- /dev/null +++ b/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json @@ -0,0 +1,34 @@ +{ + "_id": "OaZjNMhyCyxRKA8C", + "name": "Krallen", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0, + "action": "create" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!aqbcBjeCJUHJ5uVj.OaZjNMhyCyxRKA8C" +} \ No newline at end of file diff --git a/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json b/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json new file mode 100644 index 00000000..e00c5b74 --- /dev/null +++ b/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json @@ -0,0 +1,33 @@ +{ + "_id": "lwAvXPfZk0RxGnDi", + "name": "Krallenklaue", + "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!s56U2LeRInrje3xh.lwAvXPfZk0RxGnDi" +} \ No newline at end of file diff --git a/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json b/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json new file mode 100644 index 00000000..06ce0240 --- /dev/null +++ b/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json @@ -0,0 +1,171 @@ +{ + "_id": "JGpIh3oCK1Vx3NnZ", + "name": "Kriegsdämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 10, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 7, + "mod": 0 + }, + "constitution": { + "base": 7, + "mod": 0 + }, + "agility": { + "base": 5, + "mod": 0 + }, + "dexterity": { + "base": 5, + "mod": 0 + }, + "intellect": { + "base": 5, + "mod": 0 + }, + "aura": { + "base": 5, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 128, + "value": 160 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 23, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 297, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Kriegsdämon", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346506, + "modifiedTime": 1668995460814, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!JGpIh3oCK1Vx3NnZ" +} \ No newline at end of file diff --git a/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json b/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json new file mode 100644 index 00000000..6dce032b --- /dev/null +++ b/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json @@ -0,0 +1,169 @@ +{ + "_id": "BIyY1wlxWtJ5FRQJ", + "name": "Kriegselefant", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "5qBHfTnJAXibKNWs", + "OehvVDNjDg4xbsW7", + "QwtwJGcSVFimiHM0", + "iVORjCynScc6kVsS" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 62, + "value": 93 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2.5 + }, + "meleeAttack": { + "mod": -1 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:20)", + "foeFactor": 16, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 142, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Kriegselefant", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346286, + "modifiedTime": 1668995460742, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!BIyY1wlxWtJ5FRQJ" +} \ No newline at end of file diff --git a/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json b/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json new file mode 100644 index 00000000..3eb0149e --- /dev/null +++ b/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json @@ -0,0 +1,33 @@ +{ + "_id": "mJi3ylBo7yPG5vMw", + "name": "Kristallwesen", + "type": "armor", + "sort": 800000, + "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!sCBrVIDh2umWr63g.mJi3ylBo7yPG5vMw" +} \ No newline at end of file diff --git a/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json b/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json new file mode 100644 index 00000000..0b9ed771 --- /dev/null +++ b/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json @@ -0,0 +1,39 @@ +{ + "_id": "lXtH1PL4nnpzMGkI", + "name": "Kurzbogen", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-leather.webp", + "effects": [ + "zgiIGlRMVCgAzrn7" + ], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.QsnvAep80sSVJToD" + } + }, + "system": { + "description": "

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI" +} \ No newline at end of file diff --git a/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json b/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json new file mode 100644 index 00000000..f5247cc1 --- /dev/null +++ b/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json @@ -0,0 +1,30 @@ +{ + "_id": "vNnnWKNHFzvSlquf", + "name": "Lähmungseffekt", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5maJ8tHAVZCxHGW6" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", + "effects": [], + "folder": null, + "system": { + "description": "

Netzflüssigkeit (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.vNnnWKNHFzvSlquf" +} \ No newline at end of file diff --git a/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json b/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json new file mode 100644 index 00000000..8bc57cde --- /dev/null +++ b/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json @@ -0,0 +1,37 @@ +{ + "_id": "MSuVIzM2MRDSyujQ", + "name": "Langschwert", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "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!C4xijAwQdhRHz0Cs.MSuVIzM2MRDSyujQ" +} \ No newline at end of file diff --git a/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json b/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json new file mode 100644 index 00000000..a5d5c521 --- /dev/null +++ b/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json @@ -0,0 +1,37 @@ +{ + "_id": "c9cGRVHyd3IPSSbX", + "name": "Langschwert", + "type": "weapon", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "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!s7yuHMW75JDcFQYB.c9cGRVHyd3IPSSbX" +} \ No newline at end of file diff --git a/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json b/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json new file mode 100644 index 00000000..6c1a5547 --- /dev/null +++ b/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json @@ -0,0 +1,37 @@ +{ + "_id": "iVH3BR6wH35UTmmW", + "name": "Langschwert", + "type": "weapon", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "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!ABiPZtu7q8KhWzXL.iVH3BR6wH35UTmmW" +} \ No newline at end of file diff --git a/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json b/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json new file mode 100644 index 00000000..36730b5f --- /dev/null +++ b/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json @@ -0,0 +1,169 @@ +{ + "_id": "s7yuHMW75JDcFQYB", + "name": "Lebende Rüstung", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "c9cGRVHyd3IPSSbX", + "5t0R0cwzApnRQpSR", + "JxIUfRCSTQ3e5BFg", + "SoGfBCWyVZsQGBLk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": 0, + "value": 24 + }, + "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": "construct", + "sizeCategory": "normal", + "experiencePoints": 72, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Lebende Rüstung", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347048, + "modifiedTime": 1668995461363, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!s7yuHMW75JDcFQYB" +} \ No newline at end of file diff --git a/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json b/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json new file mode 100644 index 00000000..46bc1b65 --- /dev/null +++ b/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json @@ -0,0 +1,37 @@ +{ + "_id": "KlJJytTJybNcvjU3", + "name": "Lederpanzer", + "type": "armor", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.60MhQmXh0c2cT5nx" + } + }, + "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!m9uwTf6binQeuVAb.KlJJytTJybNcvjU3" +} \ No newline at end of file diff --git a/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json new file mode 100644 index 00000000..7eed6901 --- /dev/null +++ b/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json @@ -0,0 +1,33 @@ +{ + "_id": "KzEfCqb54s8Ju7x1", + "name": "Lehmpranke", + "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": 3, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.KzEfCqb54s8Ju7x1" +} \ No newline at end of file diff --git a/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json b/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json new file mode 100644 index 00000000..e8e0433b --- /dev/null +++ b/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json @@ -0,0 +1,194 @@ +{ + "_id": "oVKL6zJ2kYMmBuYx", + "name": "Leichnam", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/lich.png", + "items": [ + "J2eP8hBIWtgayfhH", + "sNIMYcSm0y83hby7", + "exyyjDtEIdHRcx4n", + "L6i191M3m9QXN9aJ", + "Yv7u9FcT21lq7xW8", + "quDuDAGeMVUvF3WD", + "NeFjvRQWZSKtxAMm", + "1q93yorTXMMaRAcg", + "29SYRu3tP8sSILyX", + "wRp2U7ZSNdZndBmq", + "3ybAKe4uHnD5q5zD", + "tYncs86pwaeg5XAl", + "MaTZSyGMQDIMXhLe", + "bu4UNbRP2WGwKFLg", + "WFfjqz7dfZrxNdOn", + "h4Xf5AZuuDR1HwdD", + "sZicJQ2tu0pHKLT3", + "80m8uuYxkvkMY8O6", + "eVZKdojeGbmnlO7r", + "TyemqVxXHyajaeQ0", + "8yzQEtT02oPB3gQT", + "WcTIZrzNl287ClsD", + "WgItN1MKxhGmbISB", + "sNZcw4ywoelqwcFi", + "m0sMPFGCoDjzT9jz", + "ozbaYB7x9IHkkxz2" + ], + "effects": [ + "fmyWjY4g3kUO22no", + "Z7hdBZ7Rm4qFPnHo" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 9, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 8, + "mod": 0 + }, + "aura": { + "base": 8, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 1, + "value": 39 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW #(A:20)x10, #10M:20", + "foeFactor": 26, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 299, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Leichnam", + "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/lich.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346928, + "modifiedTime": 1668995463108, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!oVKL6zJ2kYMmBuYx" +} \ No newline at end of file diff --git a/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..ca745a3d --- /dev/null +++ b/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Licht-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!owGq4n7KX2P1o9em.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json b/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json new file mode 100644 index 00000000..113ff2a2 --- /dev/null +++ b/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json @@ -0,0 +1,69 @@ +{ + "_id": "GZfpSw5mnT7CLpYH", + "name": "Lockruf", + "type": "spell", + "sort": 800000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.GZfpSw5mnT7CLpYH" +} \ No newline at end of file diff --git a/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json b/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json new file mode 100644 index 00000000..d1ebf4a7 --- /dev/null +++ b/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json @@ -0,0 +1,169 @@ +{ + "_id": "DNbOkqUg7jitTTbw", + "name": "Luftelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "PL4rUPVh5MRMW796", + "ghW7FO5d2do95peV", + "wqzMhcBGP8qbClRW", + "3yeOHhXD8iJrtRJL" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 7, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 32, + "value": 64 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 16, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 143, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Luftelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346310, + "modifiedTime": 1668995460764, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!DNbOkqUg7jitTTbw" +} \ No newline at end of file diff --git a/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json b/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json new file mode 100644 index 00000000..0acb18f8 --- /dev/null +++ b/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json @@ -0,0 +1,169 @@ +{ + "_id": "wYVw1a5UjPS09YxS", + "name": "Luftelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "PL4rUPVh5MRMW796", + "ghW7FO5d2do95peV", + "wqzMhcBGP8qbClRW", + "3yeOHhXD8iJrtRJL" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 25 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 9, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 92, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Luftelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347220, + "modifiedTime": 1668995461408, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!wYVw1a5UjPS09YxS" +} \ No newline at end of file diff --git a/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json b/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json new file mode 100644 index 00000000..b4e48d11 --- /dev/null +++ b/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json @@ -0,0 +1,169 @@ +{ + "_id": "CIzMY691MK016h4E", + "name": "Luftelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "PL4rUPVh5MRMW796", + "ghW7FO5d2do95peV", + "wqzMhcBGP8qbClRW", + "3yeOHhXD8iJrtRJL" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 6, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 10 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 68, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Luftelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346301, + "modifiedTime": 1668995460757, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!CIzMY691MK016h4E" +} \ No newline at end of file diff --git a/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json b/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json new file mode 100644 index 00000000..71b935c0 --- /dev/null +++ b/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json @@ -0,0 +1,33 @@ +{ + "_id": "PL4rUPVh5MRMW796", + "name": "Luftstoß", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "

-1 WB/2 m

", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "meleeRanged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.PL4rUPVh5MRMW796" +} \ No newline at end of file diff --git a/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json b/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json new file mode 100644 index 00000000..8ae0205c --- /dev/null +++ b/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json @@ -0,0 +1,73 @@ +{ + "_id": "bu4UNbRP2WGwKFLg", + "name": "Magisches Schloss", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.dzYAc9ti7ghhkyiX" + } + }, + "system": { + "description": "

Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.

\n

Das Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.

\n

Der Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis Schloss geöffnet", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 3, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.bu4UNbRP2WGwKFLg" +} \ No newline at end of file diff --git a/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json b/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json new file mode 100644 index 00000000..d470db22 --- /dev/null +++ b/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json @@ -0,0 +1,33 @@ +{ + "_id": "WnNygCJUgl9nJVDV", + "name": "Massive Keule", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.WnNygCJUgl9nJVDV" +} \ No newline at end of file diff --git a/packs/creatures/Massive_Keule_hYNvoybPpmNB7ldb.json b/packs/creatures/Massive_Keule_hYNvoybPpmNB7ldb.json new file mode 100644 index 00000000..5e6b55c9 --- /dev/null +++ b/packs/creatures/Massive_Keule_hYNvoybPpmNB7ldb.json @@ -0,0 +1,33 @@ +{ + "_id": "hYNvoybPpmNB7ldb", + "name": "Massive Keule", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QudriM5XZhEC7D6v.hYNvoybPpmNB7ldb" +} \ No newline at end of file diff --git a/packs/creatures/Massive_Keule_k4z8YIPc1sSdgAuf.json b/packs/creatures/Massive_Keule_k4z8YIPc1sSdgAuf.json new file mode 100644 index 00000000..860adae1 --- /dev/null +++ b/packs/creatures/Massive_Keule_k4z8YIPc1sSdgAuf.json @@ -0,0 +1,33 @@ +{ + "_id": "k4z8YIPc1sSdgAuf", + "name": "Massive Keule", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.k4z8YIPc1sSdgAuf" +} \ No newline at end of file diff --git a/packs/creatures/Medusa_F3zJ4xbHwN9syuK8.json b/packs/creatures/Medusa_F3zJ4xbHwN9syuK8.json new file mode 100644 index 00000000..2d6128c0 --- /dev/null +++ b/packs/creatures/Medusa_F3zJ4xbHwN9syuK8.json @@ -0,0 +1,172 @@ +{ + "_id": "F3zJ4xbHwN9syuK8", + "name": "Medusa", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/medusa-pale.png", + "items": [ + "08rqhbd0eadzrJxS", + "YL8uGdXD9QX45OvA", + "3Gxud5Mn5gy97Qie", + "MuXvP2TjwvevxLpo", + "RhdH7ESwq8ukGvTy", + "CTAZdf7uuEQ4sWA9", + "NEEOtiJGhOpZ7RuW" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 12, + "value": 36 + }, + "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 A:18), BW #5A:20, #5M:20", + "foeFactor": 18, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 205, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Medusa", + "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/medusa*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346341, + "modifiedTime": 1668995460772, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!F3zJ4xbHwN9syuK8" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___1__h9DFDddV6zHABNNR.json b/packs/creatures/Mehrere_Angriffe___1__h9DFDddV6zHABNNR.json new file mode 100644 index 00000000..d8b9f8d6 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___1__h9DFDddV6zHABNNR.json @@ -0,0 +1,30 @@ +{ + "_id": "h9DFDddV6zHABNNR", + "name": "Mehrere Angriffe (+1)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 1 zusätzlichen Angriff in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!PVuNoFILDAHpqGsa.h9DFDddV6zHABNNR" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___1__m78risNOMkOZtoix.json b/packs/creatures/Mehrere_Angriffe___1__m78risNOMkOZtoix.json new file mode 100644 index 00000000..9180f3ff --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___1__m78risNOMkOZtoix.json @@ -0,0 +1,30 @@ +{ + "_id": "m78risNOMkOZtoix", + "name": "Mehrere Angriffe (+1)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 1 zusätzlichen Angriff (Horn oder Hufe) in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.m78risNOMkOZtoix" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___1__nFNJLYh2O5rOFY89.json b/packs/creatures/Mehrere_Angriffe___1__nFNJLYh2O5rOFY89.json new file mode 100644 index 00000000..98e5c540 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___1__nFNJLYh2O5rOFY89.json @@ -0,0 +1,30 @@ +{ + "_id": "nFNJLYh2O5rOFY89", + "name": "Mehrere Angriffe (+1)", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.oDM4ImE7PrIgn22E" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 1 zusätzlichen Angriff (Biss, Klaue, Odem oder Schwanzhieb) in jeder Runde aktionsfrei ausführen. Bis auf die Klauen dürfen alle Angriffsarten nur einmal pro Runde angewendet werden.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.nFNJLYh2O5rOFY89" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___3__43U10Znpq4coew6C.json b/packs/creatures/Mehrere_Angriffe___3__43U10Znpq4coew6C.json new file mode 100644 index 00000000..2cd3f5d2 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___3__43U10Znpq4coew6C.json @@ -0,0 +1,30 @@ +{ + "_id": "43U10Znpq4coew6C", + "name": "Mehrere Angriffe (+3)", + "type": "specialCreatureAbility", + "sort": 550000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit seinen insgesamt vier Armen 3 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HSgR2FXUmsT2zfIc.43U10Znpq4coew6C" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___3__B1Sw09kZopPZB8ys.json b/packs/creatures/Mehrere_Angriffe___3__B1Sw09kZopPZB8ys.json new file mode 100644 index 00000000..f978b1e5 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___3__B1Sw09kZopPZB8ys.json @@ -0,0 +1,30 @@ +{ + "_id": "B1Sw09kZopPZB8ys", + "name": "Mehrere Angriffe (+3)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 3 zusätzliche Asthiebe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.B1Sw09kZopPZB8ys" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___3__OgwADTLcESeGWMih.json b/packs/creatures/Mehrere_Angriffe___3__OgwADTLcESeGWMih.json new file mode 100644 index 00000000..0accf339 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___3__OgwADTLcESeGWMih.json @@ -0,0 +1,30 @@ +{ + "_id": "OgwADTLcESeGWMih", + "name": "Mehrere Angriffe (+3)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.LM5xia0xVIlhQsLG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit seinen insgesamt vier Tentakelfühlern 3 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.OgwADTLcESeGWMih" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___4__0QUScCjMSupBxEo4.json b/packs/creatures/Mehrere_Angriffe___4__0QUScCjMSupBxEo4.json new file mode 100644 index 00000000..8e070024 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___4__0QUScCjMSupBxEo4.json @@ -0,0 +1,30 @@ +{ + "_id": "0QUScCjMSupBxEo4", + "name": "Mehrere Angriffe (+4)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.1JDyMkVOlho7IuiN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 4 zusätzliche Hiebe mit seinen unzähligen Wurzeln in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.0QUScCjMSupBxEo4" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___4__SZ8rvHDbY67EqjDN.json b/packs/creatures/Mehrere_Angriffe___4__SZ8rvHDbY67EqjDN.json new file mode 100644 index 00000000..c0c1606a --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___4__SZ8rvHDbY67EqjDN.json @@ -0,0 +1,30 @@ +{ + "_id": "SZ8rvHDbY67EqjDN", + "name": "Mehrere Angriffe (+4)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.1JDyMkVOlho7IuiN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann 4 zusätzliche Zaubersprüche in jeder Runde aktionsfrei wirken, keinen einzelnen Zauberspruch jedoch mehr als einmal. Abklingzeiten müssen weiterhin berücksichtigt werden.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.SZ8rvHDbY67EqjDN" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___5__RhdH7ESwq8ukGvTy.json b/packs/creatures/Mehrere_Angriffe___5__RhdH7ESwq8ukGvTy.json new file mode 100644 index 00000000..b9a4cda7 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___5__RhdH7ESwq8ukGvTy.json @@ -0,0 +1,30 @@ +{ + "_id": "RhdH7ESwq8ukGvTy", + "name": "Mehrere Angriffe (+5)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Von den zahlreichen Geschwindigkeit an Wänden und Decken aktionsfrei Schlangen auf ihrem Kopf können jeweils 5 in jeder Runde klettern. Kann auf Gegner herabfallen, wobei Schlagen um Nahkampfgegner angreifen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.RhdH7ESwq8ukGvTy" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___5__dm1gTdRLMsRP3dYJ.json b/packs/creatures/Mehrere_Angriffe___5__dm1gTdRLMsRP3dYJ.json new file mode 100644 index 00000000..fe368a1d --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___5__dm1gTdRLMsRP3dYJ.json @@ -0,0 +1,30 @@ +{ + "_id": "dm1gTdRLMsRP3dYJ", + "name": "Mehrere Angriffe (+5)", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit seinen insgesamt sechs Fangarmen 5 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z7Dt5epXbuKn20US.dm1gTdRLMsRP3dYJ" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe___5__jtnlL78QKAyrNEey.json b/packs/creatures/Mehrere_Angriffe___5__jtnlL78QKAyrNEey.json new file mode 100644 index 00000000..f3da2371 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe___5__jtnlL78QKAyrNEey.json @@ -0,0 +1,30 @@ +{ + "_id": "jtnlL78QKAyrNEey", + "name": "Mehrere Angriffe (+5)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YvkRgHyCkwhn3uzg" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann mit seinen insgesamt sechs Köpfen 5 zusätzliche Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.jtnlL78QKAyrNEey" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe_fogg4p9NQnpcBTUp.json b/packs/creatures/Mehrere_Angriffe_fogg4p9NQnpcBTUp.json new file mode 100644 index 00000000..cf28f2ac --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe_fogg4p9NQnpcBTUp.json @@ -0,0 +1,33 @@ +{ + "_id": "fogg4p9NQnpcBTUp", + "name": "Mehrere Angriffe", + "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": "meleeRanged", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.fogg4p9NQnpcBTUp" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffe_o8CRX0tj3mrixbeV.json b/packs/creatures/Mehrere_Angriffe_o8CRX0tj3mrixbeV.json new file mode 100644 index 00000000..cfad99d9 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffe_o8CRX0tj3mrixbeV.json @@ -0,0 +1,33 @@ +{ + "_id": "o8CRX0tj3mrixbeV", + "name": "Mehrere Angriffe", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.o8CRX0tj3mrixbeV" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffglieder___3__vZZ50RNjZbkNI0Ha.json b/packs/creatures/Mehrere_Angriffglieder___3__vZZ50RNjZbkNI0Ha.json new file mode 100644 index 00000000..6a31e6e5 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffglieder___3__vZZ50RNjZbkNI0Ha.json @@ -0,0 +1,30 @@ +{ + "_id": "vZZ50RNjZbkNI0Ha", + "name": "Mehrere Angriffglieder (+3)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.8HmrA97ZqN7nEYgm" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "system": { + "description": "

Greift mit insgesamt vier Tentakelfühlern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.vZZ50RNjZbkNI0Ha" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffglieder___4__Lu7kcH5ekEpY8YDU.json b/packs/creatures/Mehrere_Angriffglieder___4__Lu7kcH5ekEpY8YDU.json new file mode 100644 index 00000000..d803bd5b --- /dev/null +++ b/packs/creatures/Mehrere_Angriffglieder___4__Lu7kcH5ekEpY8YDU.json @@ -0,0 +1,30 @@ +{ + "_id": "Lu7kcH5ekEpY8YDU", + "name": "Mehrere Angriffglieder (+4)", + "type": "specialCreatureAbility", + "sort": 575000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R6jT1GYF13ZijtM0" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "system": { + "description": "

Greift mit insgesamt 4 Armen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HSgR2FXUmsT2zfIc.Lu7kcH5ekEpY8YDU" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffglieder___4__v6ojDNs7V5QqwKgT.json b/packs/creatures/Mehrere_Angriffglieder___4__v6ojDNs7V5QqwKgT.json new file mode 100644 index 00000000..fd42e6f6 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffglieder___4__v6ojDNs7V5QqwKgT.json @@ -0,0 +1,30 @@ +{ + "_id": "v6ojDNs7V5QqwKgT", + "name": "Mehrere Angriffglieder (+4)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R6jT1GYF13ZijtM0" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "system": { + "description": "

Greift mit 5 von insgesamt 10 Augen gleichzeitig an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.v6ojDNs7V5QqwKgT" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffglieder___5__Pk39V01Z4NKJ07oI.json b/packs/creatures/Mehrere_Angriffglieder___5__Pk39V01Z4NKJ07oI.json new file mode 100644 index 00000000..3000f72d --- /dev/null +++ b/packs/creatures/Mehrere_Angriffglieder___5__Pk39V01Z4NKJ07oI.json @@ -0,0 +1,30 @@ +{ + "_id": "Pk39V01Z4NKJ07oI", + "name": "Mehrere Angriffglieder (+5)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.e6VuJIL8ocXQDQ2V" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "system": { + "description": "

Greift mit insgesamt 6 Fangarmen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg btrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z7Dt5epXbuKn20US.Pk39V01Z4NKJ07oI" +} \ No newline at end of file diff --git a/packs/creatures/Mehrere_Angriffglieder___5__dnGDZ0R98VlEskVv.json b/packs/creatures/Mehrere_Angriffglieder___5__dnGDZ0R98VlEskVv.json new file mode 100644 index 00000000..a6cf9fd6 --- /dev/null +++ b/packs/creatures/Mehrere_Angriffglieder___5__dnGDZ0R98VlEskVv.json @@ -0,0 +1,30 @@ +{ + "_id": "dnGDZ0R98VlEskVv", + "name": "Mehrere Angriffglieder (+5)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.e6VuJIL8ocXQDQ2V" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "system": { + "description": "

Greift mit insgesamt 6 Köpfen an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen/zertrümmern, wodurch die Angriffsanzahl sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.dnGDZ0R98VlEskVv" +} \ No newline at end of file diff --git a/packs/creatures/Merkt_nichts_ZjRYyfjMWlmtGUJ0.json b/packs/creatures/Merkt_nichts_ZjRYyfjMWlmtGUJ0.json new file mode 100644 index 00000000..52999c66 --- /dev/null +++ b/packs/creatures/Merkt_nichts_ZjRYyfjMWlmtGUJ0.json @@ -0,0 +1,33 @@ +{ + "_id": "ZjRYyfjMWlmtGUJ0", + "name": "Merkt nichts", + "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!rLUCyWfSBebB8cSC.ZjRYyfjMWlmtGUJ0" +} \ No newline at end of file diff --git a/packs/creatures/Messer_ftCrAdxpJlnc85aU.json b/packs/creatures/Messer_ftCrAdxpJlnc85aU.json new file mode 100644 index 00000000..91e01d91 --- /dev/null +++ b/packs/creatures/Messer_ftCrAdxpJlnc85aU.json @@ -0,0 +1,33 @@ +{ + "_id": "ftCrAdxpJlnc85aU", + "name": "Messer", + "type": "weapon", + "sort": 200000, + "flags": {}, + "effects": [], + "img": "icons/svg/item-bag.svg", + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "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.ftCrAdxpJlnc85aU" +} \ No newline at end of file diff --git a/packs/creatures/Metallhelm_whLRBkMseej6C3IG.json b/packs/creatures/Metallhelm_whLRBkMseej6C3IG.json new file mode 100644 index 00000000..5c3bbf24 --- /dev/null +++ b/packs/creatures/Metallhelm_whLRBkMseej6C3IG.json @@ -0,0 +1,39 @@ +{ + "_id": "whLRBkMseej6C3IG", + "name": "Metallhelm", + "type": "armor", + "img": "icons/equipment/head/helm-barbute-reinforced.webp", + "effects": [ + "wlQWjU1kXovR5G1J" + ], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.fKhTsMO4YXDYY8GX" + } + }, + "system": { + "description": "

Initiative -1

", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "helmet" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG" +} \ No newline at end of file diff --git a/packs/creatures/Metallwesen_5t0R0cwzApnRQpSR.json b/packs/creatures/Metallwesen_5t0R0cwzApnRQpSR.json new file mode 100644 index 00000000..1a815fb6 --- /dev/null +++ b/packs/creatures/Metallwesen_5t0R0cwzApnRQpSR.json @@ -0,0 +1,33 @@ +{ + "_id": "5t0R0cwzApnRQpSR", + "name": "Metallwesen", + "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": 5, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.5t0R0cwzApnRQpSR" +} \ No newline at end of file diff --git a/packs/creatures/Metallwesen_HjZd5t1xvRNoHZdX.json b/packs/creatures/Metallwesen_HjZd5t1xvRNoHZdX.json new file mode 100644 index 00000000..60e25526 --- /dev/null +++ b/packs/creatures/Metallwesen_HjZd5t1xvRNoHZdX.json @@ -0,0 +1,33 @@ +{ + "_id": "HjZd5t1xvRNoHZdX", + "name": "Metallwesen", + "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": 5, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dnX0uQXQCEnGs7dM.HjZd5t1xvRNoHZdX" +} \ No newline at end of file diff --git a/packs/creatures/Metallwesen_r0mQXKDTdvRjlSze.json b/packs/creatures/Metallwesen_r0mQXKDTdvRjlSze.json new file mode 100644 index 00000000..48b18008 --- /dev/null +++ b/packs/creatures/Metallwesen_r0mQXKDTdvRjlSze.json @@ -0,0 +1,33 @@ +{ + "_id": "r0mQXKDTdvRjlSze", + "name": "Metallwesen", + "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": 5, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ABiPZtu7q8KhWzXL.r0mQXKDTdvRjlSze" +} \ No newline at end of file diff --git a/packs/creatures/Minotaurus_95N3CQpgVqg4zz0k.json b/packs/creatures/Minotaurus_95N3CQpgVqg4zz0k.json new file mode 100644 index 00000000..c71025a6 --- /dev/null +++ b/packs/creatures/Minotaurus_95N3CQpgVqg4zz0k.json @@ -0,0 +1,171 @@ +{ + "_id": "95N3CQpgVqg4zz0k", + "name": "Minotaurus", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/minotaur-brown.png", + "items": [ + "WnNygCJUgl9nJVDV", + "hZvwSk1wun8Qjlmk", + "CES4HTOhBcNY0c6G", + "jhC7DbwCOazDTTVU", + "mOcmV58FSVafekAU", + "gPsGJGaDRosWvEEL" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 14, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 1, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 1, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 27, + "value": 54 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 1 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:16), BW 2B:20", + "foeFactor": 12, + "creatureType": "humanoid", + "sizeCategory": "large", + "experiencePoints": 138, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Minotaurus", + "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/minotaur*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346270, + "modifiedTime": 1668995460720, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!95N3CQpgVqg4zz0k" +} \ No newline at end of file diff --git a/packs/creatures/Monsterspinne_4276kgAddflo3bwN.json b/packs/creatures/Monsterspinne_4276kgAddflo3bwN.json new file mode 100644 index 00000000..1a704a2d --- /dev/null +++ b/packs/creatures/Monsterspinne_4276kgAddflo3bwN.json @@ -0,0 +1,171 @@ +{ + "_id": "4276kgAddflo3bwN", + "name": "Monsterspinne", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/monster-spider.png", + "items": [ + "5KumsWj49saU3R8P", + "nU2FCLS66oVDnMkw", + "b80BR5n1f6WvGavG", + "v7zlqw9oygaGg5RF", + "vNnnWKNHFzvSlquf", + "vYPD5Je4xRUgTqcp" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 12, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 48, + "value": 72 + }, + "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:12)", + "foeFactor": 11, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 165, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Monsterspinne", + "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/monster-spider.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346201, + "modifiedTime": 1668995460565, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!4276kgAddflo3bwN" +} \ No newline at end of file diff --git a/packs/creatures/Mumie_P3mlpN2JrbnDtLwJ.json b/packs/creatures/Mumie_P3mlpN2JrbnDtLwJ.json new file mode 100644 index 00000000..edc1ef87 --- /dev/null +++ b/packs/creatures/Mumie_P3mlpN2JrbnDtLwJ.json @@ -0,0 +1,176 @@ +{ + "_id": "P3mlpN2JrbnDtLwJ", + "name": "Mumie", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "MxXeRwM7Mw1OqmAC", + "Icq7W8YrjXTIlb7C", + "Kf2kAdMidDaK1SVD", + "yUtiK9PSMcNcvXfr", + "F3UjrYhsbCLoyFm3", + "hewKWM2G62KKAj7L", + "PFpQT1jYCeKy2yuk", + "nX0rcnKD1xHYwysw", + "fdt4YJVWp3XylED1" + ], + "effects": [ + "xOFATK3tVf0XChho" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 12, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 32 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 1 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW #2A:18, #1M:16", + "foeFactor": 18, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 124, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Mumie", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346620, + "modifiedTime": 1668995462861, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!P3mlpN2JrbnDtLwJ" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_EpT6dAyNtbw1l4TN.json b/packs/creatures/Nachtsicht_EpT6dAyNtbw1l4TN.json new file mode 100644 index 00000000..126d53ab --- /dev/null +++ b/packs/creatures/Nachtsicht_EpT6dAyNtbw1l4TN.json @@ -0,0 +1,30 @@ +{ + "_id": "EpT6dAyNtbw1l4TN", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!iIvMTzBji28VVQ0v.EpT6dAyNtbw1l4TN" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_KwCXBwhluHD0uHIW.json b/packs/creatures/Nachtsicht_KwCXBwhluHD0uHIW.json new file mode 100644 index 00000000..a3ae8919 --- /dev/null +++ b/packs/creatures/Nachtsicht_KwCXBwhluHD0uHIW.json @@ -0,0 +1,30 @@ +{ + "_id": "KwCXBwhluHD0uHIW", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.KwCXBwhluHD0uHIW" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_QXzGnyknBZaJqCIc.json b/packs/creatures/Nachtsicht_QXzGnyknBZaJqCIc.json new file mode 100644 index 00000000..8dedf604 --- /dev/null +++ b/packs/creatures/Nachtsicht_QXzGnyknBZaJqCIc.json @@ -0,0 +1,30 @@ +{ + "_id": "QXzGnyknBZaJqCIc", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.QXzGnyknBZaJqCIc" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_RWRBDrcHL1YK6MvZ.json b/packs/creatures/Nachtsicht_RWRBDrcHL1YK6MvZ.json new file mode 100644 index 00000000..10787385 --- /dev/null +++ b/packs/creatures/Nachtsicht_RWRBDrcHL1YK6MvZ.json @@ -0,0 +1,30 @@ +{ + "_id": "RWRBDrcHL1YK6MvZ", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.RWRBDrcHL1YK6MvZ" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_X8PG6Z929me6Fewo.json b/packs/creatures/Nachtsicht_X8PG6Z929me6Fewo.json new file mode 100644 index 00000000..17cedac6 --- /dev/null +++ b/packs/creatures/Nachtsicht_X8PG6Z929me6Fewo.json @@ -0,0 +1,30 @@ +{ + "_id": "X8PG6Z929me6Fewo", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!PVuNoFILDAHpqGsa.X8PG6Z929me6Fewo" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_ZDZ9qHG17DjQWhSE.json b/packs/creatures/Nachtsicht_ZDZ9qHG17DjQWhSE.json new file mode 100644 index 00000000..f0a8d9c3 --- /dev/null +++ b/packs/creatures/Nachtsicht_ZDZ9qHG17DjQWhSE.json @@ -0,0 +1,30 @@ +{ + "_id": "ZDZ9qHG17DjQWhSE", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.ZDZ9qHG17DjQWhSE" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_kQZnCtDlaCaKc38S.json b/packs/creatures/Nachtsicht_kQZnCtDlaCaKc38S.json new file mode 100644 index 00000000..748318f6 --- /dev/null +++ b/packs/creatures/Nachtsicht_kQZnCtDlaCaKc38S.json @@ -0,0 +1,30 @@ +{ + "_id": "kQZnCtDlaCaKc38S", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.kQZnCtDlaCaKc38S" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_mgxKRHjfYd8eRdl4.json b/packs/creatures/Nachtsicht_mgxKRHjfYd8eRdl4.json new file mode 100644 index 00000000..ecd844cd --- /dev/null +++ b/packs/creatures/Nachtsicht_mgxKRHjfYd8eRdl4.json @@ -0,0 +1,30 @@ +{ + "_id": "mgxKRHjfYd8eRdl4", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.mgxKRHjfYd8eRdl4" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_rL8UVTzpLdTVqd9W.json b/packs/creatures/Nachtsicht_rL8UVTzpLdTVqd9W.json new file mode 100644 index 00000000..bc937d8e --- /dev/null +++ b/packs/creatures/Nachtsicht_rL8UVTzpLdTVqd9W.json @@ -0,0 +1,30 @@ +{ + "_id": "rL8UVTzpLdTVqd9W", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!m9uwTf6binQeuVAb.rL8UVTzpLdTVqd9W" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_tOY9c09eNSqmJHki.json b/packs/creatures/Nachtsicht_tOY9c09eNSqmJHki.json new file mode 100644 index 00000000..cdbea036 --- /dev/null +++ b/packs/creatures/Nachtsicht_tOY9c09eNSqmJHki.json @@ -0,0 +1,30 @@ +{ + "_id": "tOY9c09eNSqmJHki", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HgTRHAjq1YBk40sO.tOY9c09eNSqmJHki" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_uHVUAMh8QgcoNDno.json b/packs/creatures/Nachtsicht_uHVUAMh8QgcoNDno.json new file mode 100644 index 00000000..228ed2f6 --- /dev/null +++ b/packs/creatures/Nachtsicht_uHVUAMh8QgcoNDno.json @@ -0,0 +1,30 @@ +{ + "_id": "uHVUAMh8QgcoNDno", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vXmTcBUKZkB2UBD7.uHVUAMh8QgcoNDno" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_x0mAm5abWWHlKJLz.json b/packs/creatures/Nachtsicht_x0mAm5abWWHlKJLz.json new file mode 100644 index 00000000..76b6f735 --- /dev/null +++ b/packs/creatures/Nachtsicht_x0mAm5abWWHlKJLz.json @@ -0,0 +1,30 @@ +{ + "_id": "x0mAm5abWWHlKJLz", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.x0mAm5abWWHlKJLz" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_xtiIwy6EYYRPkXN9.json b/packs/creatures/Nachtsicht_xtiIwy6EYYRPkXN9.json new file mode 100644 index 00000000..0e14364e --- /dev/null +++ b/packs/creatures/Nachtsicht_xtiIwy6EYYRPkXN9.json @@ -0,0 +1,30 @@ +{ + "_id": "xtiIwy6EYYRPkXN9", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.xtiIwy6EYYRPkXN9" +} \ No newline at end of file diff --git a/packs/creatures/Nachtsicht_yIAptcyyzAytAPRc.json b/packs/creatures/Nachtsicht_yIAptcyyzAytAPRc.json new file mode 100644 index 00000000..385584d3 --- /dev/null +++ b/packs/creatures/Nachtsicht_yIAptcyyzAytAPRc.json @@ -0,0 +1,30 @@ +{ + "_id": "yIAptcyyzAytAPRc", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.pJjtHe2Rd0YCa35n" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QudriM5XZhEC7D6v.yIAptcyyzAytAPRc" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_2bA1MnqkTTwKtMoS.json b/packs/creatures/Nat_rliche_Waffen_2bA1MnqkTTwKtMoS.json new file mode 100644 index 00000000..91bd0db4 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_2bA1MnqkTTwKtMoS.json @@ -0,0 +1,30 @@ +{ + "_id": "2bA1MnqkTTwKtMoS", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.2bA1MnqkTTwKtMoS" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_4QWPtzkl6EncykP4.json b/packs/creatures/Nat_rliche_Waffen_4QWPtzkl6EncykP4.json new file mode 100644 index 00000000..76ee6fbb --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_4QWPtzkl6EncykP4.json @@ -0,0 +1,30 @@ +{ + "_id": "4QWPtzkl6EncykP4", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7kXHNCARsD0nZCqr.4QWPtzkl6EncykP4" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_7I2yvv1ctfP1BND7.json b/packs/creatures/Nat_rliche_Waffen_7I2yvv1ctfP1BND7.json new file mode 100644 index 00000000..5cb6c529 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_7I2yvv1ctfP1BND7.json @@ -0,0 +1,30 @@ +{ + "_id": "7I2yvv1ctfP1BND7", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HgfrjXKUApOXvkUX.7I2yvv1ctfP1BND7" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_AHJhJgRCvw2dKx78.json b/packs/creatures/Nat_rliche_Waffen_AHJhJgRCvw2dKx78.json new file mode 100644 index 00000000..5ebbe394 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_AHJhJgRCvw2dKx78.json @@ -0,0 +1,30 @@ +{ + "_id": "AHJhJgRCvw2dKx78", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.AHJhJgRCvw2dKx78" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_Buv9Nzqx0hpPPsew.json b/packs/creatures/Nat_rliche_Waffen_Buv9Nzqx0hpPPsew.json new file mode 100644 index 00000000..300a6f77 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_Buv9Nzqx0hpPPsew.json @@ -0,0 +1,30 @@ +{ + "_id": "Buv9Nzqx0hpPPsew", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ttzlBKtMWz981WF3.Buv9Nzqx0hpPPsew" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_CIzNpB4GXHkdFsAI.json b/packs/creatures/Nat_rliche_Waffen_CIzNpB4GXHkdFsAI.json new file mode 100644 index 00000000..4b4ad3e9 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_CIzNpB4GXHkdFsAI.json @@ -0,0 +1,30 @@ +{ + "_id": "CIzNpB4GXHkdFsAI", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.CIzNpB4GXHkdFsAI" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_Di77ms6LCDcCtam5.json b/packs/creatures/Nat_rliche_Waffen_Di77ms6LCDcCtam5.json new file mode 100644 index 00000000..3b3a53cd --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_Di77ms6LCDcCtam5.json @@ -0,0 +1,30 @@ +{ + "_id": "Di77ms6LCDcCtam5", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!iIvMTzBji28VVQ0v.Di77ms6LCDcCtam5" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_Mx15GW5ApV4HImpy.json b/packs/creatures/Nat_rliche_Waffen_Mx15GW5ApV4HImpy.json new file mode 100644 index 00000000..19a648c2 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_Mx15GW5ApV4HImpy.json @@ -0,0 +1,30 @@ +{ + "_id": "Mx15GW5ApV4HImpy", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6YqxYCWfWVm6c8qM.Mx15GW5ApV4HImpy" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_OBlOP38tzoxwhNuj.json b/packs/creatures/Nat_rliche_Waffen_OBlOP38tzoxwhNuj.json new file mode 100644 index 00000000..0630600e --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_OBlOP38tzoxwhNuj.json @@ -0,0 +1,30 @@ +{ + "_id": "OBlOP38tzoxwhNuj", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.OBlOP38tzoxwhNuj" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_PKewYpkEmAWTc1j5.json b/packs/creatures/Nat_rliche_Waffen_PKewYpkEmAWTc1j5.json new file mode 100644 index 00000000..912d38a9 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_PKewYpkEmAWTc1j5.json @@ -0,0 +1,30 @@ +{ + "_id": "PKewYpkEmAWTc1j5", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!InLjj4RGxfkDrtXr.PKewYpkEmAWTc1j5" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_QwtwJGcSVFimiHM0.json b/packs/creatures/Nat_rliche_Waffen_QwtwJGcSVFimiHM0.json new file mode 100644 index 00000000..eb5f4fbb --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_QwtwJGcSVFimiHM0.json @@ -0,0 +1,30 @@ +{ + "_id": "QwtwJGcSVFimiHM0", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!BIyY1wlxWtJ5FRQJ.QwtwJGcSVFimiHM0" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_VfFAFdeQ7jhTlAz1.json b/packs/creatures/Nat_rliche_Waffen_VfFAFdeQ7jhTlAz1.json new file mode 100644 index 00000000..f8471721 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_VfFAFdeQ7jhTlAz1.json @@ -0,0 +1,30 @@ +{ + "_id": "VfFAFdeQ7jhTlAz1", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GWNFUkgxocfKchIQ.VfFAFdeQ7jhTlAz1" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_XcMeQEVeni94uQWk.json b/packs/creatures/Nat_rliche_Waffen_XcMeQEVeni94uQWk.json new file mode 100644 index 00000000..4bb3e35d --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_XcMeQEVeni94uQWk.json @@ -0,0 +1,30 @@ +{ + "_id": "XcMeQEVeni94uQWk", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lZgvjMSqh5FuA1JK.XcMeQEVeni94uQWk" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_cZa7Ms69DWYg8Pgz.json b/packs/creatures/Nat_rliche_Waffen_cZa7Ms69DWYg8Pgz.json new file mode 100644 index 00000000..96bfb1f4 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_cZa7Ms69DWYg8Pgz.json @@ -0,0 +1,30 @@ +{ + "_id": "cZa7Ms69DWYg8Pgz", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.cZa7Ms69DWYg8Pgz" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_eH5vkCneA5sLHkmp.json b/packs/creatures/Nat_rliche_Waffen_eH5vkCneA5sLHkmp.json new file mode 100644 index 00000000..7d4dad14 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_eH5vkCneA5sLHkmp.json @@ -0,0 +1,30 @@ +{ + "_id": "eH5vkCneA5sLHkmp", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.eH5vkCneA5sLHkmp" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_fMULyKcCpn2tVMPO.json b/packs/creatures/Nat_rliche_Waffen_fMULyKcCpn2tVMPO.json new file mode 100644 index 00000000..b7e75349 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_fMULyKcCpn2tVMPO.json @@ -0,0 +1,30 @@ +{ + "_id": "fMULyKcCpn2tVMPO", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.fMULyKcCpn2tVMPO" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_h5HdNw0r06ffdOwr.json b/packs/creatures/Nat_rliche_Waffen_h5HdNw0r06ffdOwr.json new file mode 100644 index 00000000..465c6e13 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_h5HdNw0r06ffdOwr.json @@ -0,0 +1,30 @@ +{ + "_id": "h5HdNw0r06ffdOwr", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.h5HdNw0r06ffdOwr" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_hewKWM2G62KKAj7L.json b/packs/creatures/Nat_rliche_Waffen_hewKWM2G62KKAj7L.json new file mode 100644 index 00000000..eefda937 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_hewKWM2G62KKAj7L.json @@ -0,0 +1,30 @@ +{ + "_id": "hewKWM2G62KKAj7L", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.hewKWM2G62KKAj7L" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_iJ5vdPZt9tIyY3g4.json b/packs/creatures/Nat_rliche_Waffen_iJ5vdPZt9tIyY3g4.json new file mode 100644 index 00000000..1d5cbbd5 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_iJ5vdPZt9tIyY3g4.json @@ -0,0 +1,30 @@ +{ + "_id": "iJ5vdPZt9tIyY3g4", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.iJ5vdPZt9tIyY3g4" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_iZL3YxmtOHvZvYgW.json b/packs/creatures/Nat_rliche_Waffen_iZL3YxmtOHvZvYgW.json new file mode 100644 index 00000000..a0756fc0 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_iZL3YxmtOHvZvYgW.json @@ -0,0 +1,30 @@ +{ + "_id": "iZL3YxmtOHvZvYgW", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.iZL3YxmtOHvZvYgW" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_iuxp4uQYS1XdH0gG.json b/packs/creatures/Nat_rliche_Waffen_iuxp4uQYS1XdH0gG.json new file mode 100644 index 00000000..8c55b1cd --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_iuxp4uQYS1XdH0gG.json @@ -0,0 +1,30 @@ +{ + "_id": "iuxp4uQYS1XdH0gG", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.iuxp4uQYS1XdH0gG" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_k9Ng7RdfvSRN5JVW.json b/packs/creatures/Nat_rliche_Waffen_k9Ng7RdfvSRN5JVW.json new file mode 100644 index 00000000..eebfea4e --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_k9Ng7RdfvSRN5JVW.json @@ -0,0 +1,30 @@ +{ + "_id": "k9Ng7RdfvSRN5JVW", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.k9Ng7RdfvSRN5JVW" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_lmc1Llwdx3k697VS.json b/packs/creatures/Nat_rliche_Waffen_lmc1Llwdx3k697VS.json new file mode 100644 index 00000000..707928cd --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_lmc1Llwdx3k697VS.json @@ -0,0 +1,30 @@ +{ + "_id": "lmc1Llwdx3k697VS", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Qm2toXbf6EVmvRS1.lmc1Llwdx3k697VS" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_nvwGqdzQA4Mf37Ci.json b/packs/creatures/Nat_rliche_Waffen_nvwGqdzQA4Mf37Ci.json new file mode 100644 index 00000000..e8863e81 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_nvwGqdzQA4Mf37Ci.json @@ -0,0 +1,30 @@ +{ + "_id": "nvwGqdzQA4Mf37Ci", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.nvwGqdzQA4Mf37Ci" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_rCzeYlfYzbGpNQOe.json b/packs/creatures/Nat_rliche_Waffen_rCzeYlfYzbGpNQOe.json new file mode 100644 index 00000000..861306e6 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_rCzeYlfYzbGpNQOe.json @@ -0,0 +1,30 @@ +{ + "_id": "rCzeYlfYzbGpNQOe", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rLUCyWfSBebB8cSC.rCzeYlfYzbGpNQOe" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_uoE0EQZy2aEQGJWp.json b/packs/creatures/Nat_rliche_Waffen_uoE0EQZy2aEQGJWp.json new file mode 100644 index 00000000..031c3398 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_uoE0EQZy2aEQGJWp.json @@ -0,0 +1,30 @@ +{ + "_id": "uoE0EQZy2aEQGJWp", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.uoE0EQZy2aEQGJWp" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_vYPD5Je4xRUgTqcp.json b/packs/creatures/Nat_rliche_Waffen_vYPD5Je4xRUgTqcp.json new file mode 100644 index 00000000..a856d087 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_vYPD5Je4xRUgTqcp.json @@ -0,0 +1,30 @@ +{ + "_id": "vYPD5Je4xRUgTqcp", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.vYPD5Je4xRUgTqcp" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_vyDe0soNx67ZePNM.json b/packs/creatures/Nat_rliche_Waffen_vyDe0soNx67ZePNM.json new file mode 100644 index 00000000..b14e626d --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_vyDe0soNx67ZePNM.json @@ -0,0 +1,30 @@ +{ + "_id": "vyDe0soNx67ZePNM", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!PVuNoFILDAHpqGsa.vyDe0soNx67ZePNM" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_xMPWpgWRrjacTpYQ.json b/packs/creatures/Nat_rliche_Waffen_xMPWpgWRrjacTpYQ.json new file mode 100644 index 00000000..238d5257 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_xMPWpgWRrjacTpYQ.json @@ -0,0 +1,30 @@ +{ + "_id": "xMPWpgWRrjacTpYQ", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!2MFCw32xgaic6YGx.xMPWpgWRrjacTpYQ" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_yru5VWx93wWmOXZA.json b/packs/creatures/Nat_rliche_Waffen_yru5VWx93wWmOXZA.json new file mode 100644 index 00000000..30be1813 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_yru5VWx93wWmOXZA.json @@ -0,0 +1,30 @@ +{ + "_id": "yru5VWx93wWmOXZA", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FxGhbznQbwd0jRUT.yru5VWx93wWmOXZA" +} \ No newline at end of file diff --git a/packs/creatures/Nat_rliche_Waffen_zsouNfDc7ZOepbeR.json b/packs/creatures/Nat_rliche_Waffen_zsouNfDc7ZOepbeR.json new file mode 100644 index 00000000..2a5c1646 --- /dev/null +++ b/packs/creatures/Nat_rliche_Waffen_zsouNfDc7ZOepbeR.json @@ -0,0 +1,30 @@ +{ + "_id": "zsouNfDc7ZOepbeR", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.YrmJo8dg4CF3lJdH" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!asPZBajREGsJYoht.zsouNfDc7ZOepbeR" +} \ No newline at end of file diff --git a/packs/creatures/Netz_WFfjqz7dfZrxNdOn.json b/packs/creatures/Netz_WFfjqz7dfZrxNdOn.json new file mode 100644 index 00000000..ac7a9f5b --- /dev/null +++ b/packs/creatures/Netz_WFfjqz7dfZrxNdOn.json @@ -0,0 +1,73 @@ +{ + "_id": "WFfjqz7dfZrxNdOn", + "name": "Netz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/spider-web.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.73bT47FtQgPp9Snq" + } + }, + "system": { + "description": "

Ein Netz aus klebriger Astralmasse mit einem Radius von VE/2 in Metern erscheint.

\n

Vom Netz getroffene Wesen, welche keine Abwehr dagegen würfeln dürfen, halbieren für die Dauer des Zaubers Initiative, Laufen und Schlagen.

\n

Der Zauber wirkt nicht gegen Wesen, die 2+ Größenkategorien (DS4 S. 104) größer sind.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(AGI+ST)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 4, + "wizard": 9, + "sorcerer": 9 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.WFfjqz7dfZrxNdOn" +} \ No newline at end of file diff --git a/packs/creatures/Netzfl_ssigkeit_nU2FCLS66oVDnMkw.json b/packs/creatures/Netzfl_ssigkeit_nU2FCLS66oVDnMkw.json new file mode 100644 index 00000000..e73b2cf7 --- /dev/null +++ b/packs/creatures/Netzfl_ssigkeit_nU2FCLS66oVDnMkw.json @@ -0,0 +1,33 @@ +{ + "_id": "nU2FCLS66oVDnMkw", + "name": "Netzflüssigkeit", + "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": "ranged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.nU2FCLS66oVDnMkw" +} \ No newline at end of file diff --git a/packs/creatures/Niederer_D_mon_RxSUSzQBSTFYHOlV.json b/packs/creatures/Niederer_D_mon_RxSUSzQBSTFYHOlV.json new file mode 100644 index 00000000..f0d4f177 --- /dev/null +++ b/packs/creatures/Niederer_D_mon_RxSUSzQBSTFYHOlV.json @@ -0,0 +1,171 @@ +{ + "_id": "RxSUSzQBSTFYHOlV", + "name": "Niederer Dämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 5, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -8, + "value": 9 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 71, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Niederer Dämon", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346666, + "modifiedTime": 1668995461134, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!RxSUSzQBSTFYHOlV" +} \ No newline at end of file diff --git a/packs/creatures/Nur_durch_Magie_verletzbar_2NixNLo8G3DqU3pt.json b/packs/creatures/Nur_durch_Magie_verletzbar_2NixNLo8G3DqU3pt.json new file mode 100644 index 00000000..366969ee --- /dev/null +++ b/packs/creatures/Nur_durch_Magie_verletzbar_2NixNLo8G3DqU3pt.json @@ -0,0 +1,30 @@ +{ + "_id": "2NixNLo8G3DqU3pt", + "name": "Nur durch Magie verletzbar", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.FCxjdPJ1L8EJd0IF" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", + "effects": [], + "folder": null, + "system": { + "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.2NixNLo8G3DqU3pt" +} \ No newline at end of file diff --git a/packs/creatures/Nur_durch_Magie_verletzbar_VHUCIwHGz93rL2db.json b/packs/creatures/Nur_durch_Magie_verletzbar_VHUCIwHGz93rL2db.json new file mode 100644 index 00000000..2faff236 --- /dev/null +++ b/packs/creatures/Nur_durch_Magie_verletzbar_VHUCIwHGz93rL2db.json @@ -0,0 +1,30 @@ +{ + "_id": "VHUCIwHGz93rL2db", + "name": "Nur durch Magie verletzbar", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.FCxjdPJ1L8EJd0IF" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", + "effects": [], + "folder": null, + "system": { + "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.VHUCIwHGz93rL2db" +} \ No newline at end of file diff --git a/packs/creatures/Odem_qLG2ZZPYGAbLzpBf.json b/packs/creatures/Odem_qLG2ZZPYGAbLzpBf.json new file mode 100644 index 00000000..06082b7f --- /dev/null +++ b/packs/creatures/Odem_qLG2ZZPYGAbLzpBf.json @@ -0,0 +1,30 @@ +{ + "_id": "qLG2ZZPYGAbLzpBf", + "name": "Odem", + "type": "specialCreatureAbility", + "sort": 600000, + "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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.qLG2ZZPYGAbLzpBf" +} \ No newline at end of file diff --git a/packs/creatures/Oger_QudriM5XZhEC7D6v.json b/packs/creatures/Oger_QudriM5XZhEC7D6v.json new file mode 100644 index 00000000..5c83ee13 --- /dev/null +++ b/packs/creatures/Oger_QudriM5XZhEC7D6v.json @@ -0,0 +1,170 @@ +{ + "_id": "QudriM5XZhEC7D6v", + "name": "Oger", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/ogre-blue.png", + "items": [ + "hYNvoybPpmNB7ldb", + "M90M3KCsByyNno2f", + "yIAptcyyzAytAPRc", + "u8EFs9MhGH4cjqzI", + "THrZ1zvzJTdJ0413" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 12, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 25, + "value": 50 + }, + "defense": { + "mod": 1 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:8, #1B18", + "foeFactor": 10, + "creatureType": "humanoid", + "sizeCategory": "large", + "experiencePoints": 121, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Oger", + "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/ogre*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346647, + "modifiedTime": 1668995461120, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!QudriM5XZhEC7D6v" +} \ No newline at end of file diff --git a/packs/creatures/Ork_m9uwTf6binQeuVAb.json b/packs/creatures/Ork_m9uwTf6binQeuVAb.json new file mode 100644 index 00000000..d617828b --- /dev/null +++ b/packs/creatures/Ork_m9uwTf6binQeuVAb.json @@ -0,0 +1,169 @@ +{ + "_id": "m9uwTf6binQeuVAb", + "name": "Ork", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/orc-blue.png", + "items": [ + "YozSzwoqjCJcs2NR", + "KlJJytTJybNcvjU3", + "rL8UVTzpLdTVqd9W", + "0x83GMWxMjm02G5r" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 23 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 1 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:14, #1B16", + "foeFactor": 2, + "creatureType": "humanoid", + "sizeCategory": "normal", + "experiencePoints": 63, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Ork", + "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/orc*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346888, + "modifiedTime": 1668995461317, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!m9uwTf6binQeuVAb" +} \ No newline at end of file diff --git a/packs/creatures/Panzerschuppen_BwxnkXHThNRptudp.json b/packs/creatures/Panzerschuppen_BwxnkXHThNRptudp.json new file mode 100644 index 00000000..dfc562d0 --- /dev/null +++ b/packs/creatures/Panzerschuppen_BwxnkXHThNRptudp.json @@ -0,0 +1,33 @@ +{ + "_id": "BwxnkXHThNRptudp", + "name": "Panzerschuppen", + "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!wqgUDJc7Qb28hBBo.BwxnkXHThNRptudp" +} \ No newline at end of file diff --git a/packs/creatures/Pferd_asPZBajREGsJYoht.json b/packs/creatures/Pferd_asPZBajREGsJYoht.json new file mode 100644 index 00000000..2830c1f3 --- /dev/null +++ b/packs/creatures/Pferd_asPZBajREGsJYoht.json @@ -0,0 +1,167 @@ +{ + "_id": "asPZBajREGsJYoht", + "name": "Pferd", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/horse-white.png", + "items": [ + "fEZBZH6sYKbblf6g", + "zsouNfDc7ZOepbeR" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 11, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 7, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 44, + "value": 66 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 3.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 101, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Pferd", + "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/horse*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346777, + "modifiedTime": 1668995461217, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!asPZBajREGsJYoht" +} \ No newline at end of file diff --git a/packs/creatures/Pony_HgfrjXKUApOXvkUX.json b/packs/creatures/Pony_HgfrjXKUApOXvkUX.json new file mode 100644 index 00000000..8d54571b --- /dev/null +++ b/packs/creatures/Pony_HgfrjXKUApOXvkUX.json @@ -0,0 +1,167 @@ +{ + "_id": "HgfrjXKUApOXvkUX", + "name": "Pony", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/horse-brown.png", + "items": [ + "jpyXagx6Gqji5I09", + "7I2yvv1ctfP1BND7" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "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": 42, + "value": 63 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 3, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 92, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Pony", + "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/horse*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346482, + "modifiedTime": 1668995460807, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!HgfrjXKUApOXvkUX" +} \ No newline at end of file diff --git a/packs/creatures/Pranke_3yCyEbqp9F3TgJkS.json b/packs/creatures/Pranke_3yCyEbqp9F3TgJkS.json new file mode 100644 index 00000000..eb126a5f --- /dev/null +++ b/packs/creatures/Pranke_3yCyEbqp9F3TgJkS.json @@ -0,0 +1,33 @@ +{ + "_id": "3yCyEbqp9F3TgJkS", + "name": "Pranke", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z5eEkZjZ525N90ai.3yCyEbqp9F3TgJkS" +} \ No newline at end of file diff --git a/packs/creatures/Pranke_LZJzGcDrnXdAEPkP.json b/packs/creatures/Pranke_LZJzGcDrnXdAEPkP.json new file mode 100644 index 00000000..475f04f3 --- /dev/null +++ b/packs/creatures/Pranke_LZJzGcDrnXdAEPkP.json @@ -0,0 +1,33 @@ +{ + "_id": "LZJzGcDrnXdAEPkP", + "name": "Pranke", + "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": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!PVuNoFILDAHpqGsa.LZJzGcDrnXdAEPkP" +} \ No newline at end of file diff --git a/packs/creatures/Pranke_bXEiQJc7aJmLW1K4.json b/packs/creatures/Pranke_bXEiQJc7aJmLW1K4.json new file mode 100644 index 00000000..6661e706 --- /dev/null +++ b/packs/creatures/Pranke_bXEiQJc7aJmLW1K4.json @@ -0,0 +1,33 @@ +{ + "_id": "bXEiQJc7aJmLW1K4", + "name": "Pranke", + "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": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.bXEiQJc7aJmLW1K4" +} \ No newline at end of file diff --git a/packs/creatures/Pranke_qZayWokGcZreHpfI.json b/packs/creatures/Pranke_qZayWokGcZreHpfI.json new file mode 100644 index 00000000..4bbb8335 --- /dev/null +++ b/packs/creatures/Pranke_qZayWokGcZreHpfI.json @@ -0,0 +1,33 @@ +{ + "_id": "qZayWokGcZreHpfI", + "name": "Pranke", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!InLjj4RGxfkDrtXr.qZayWokGcZreHpfI" +} \ No newline at end of file diff --git a/packs/creatures/Quecksilber_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Quecksilber_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..6e120ce2 --- /dev/null +++ b/packs/creatures/Quecksilber_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Quecksilber-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!OsCyBwPcejWRSqLr.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Rammen_5qBHfTnJAXibKNWs.json b/packs/creatures/Rammen_5qBHfTnJAXibKNWs.json new file mode 100644 index 00000000..1f15d993 --- /dev/null +++ b/packs/creatures/Rammen_5qBHfTnJAXibKNWs.json @@ -0,0 +1,33 @@ +{ + "_id": "5qBHfTnJAXibKNWs", + "name": "Rammen", + "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!BIyY1wlxWtJ5FRQJ.5qBHfTnJAXibKNWs" +} \ No newline at end of file diff --git a/packs/creatures/Rammen_DzisICBhJKo3U7PX.json b/packs/creatures/Rammen_DzisICBhJKo3U7PX.json new file mode 100644 index 00000000..20b1aeeb --- /dev/null +++ b/packs/creatures/Rammen_DzisICBhJKo3U7PX.json @@ -0,0 +1,33 @@ +{ + "_id": "DzisICBhJKo3U7PX", + "name": "Rammen", + "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": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6YqxYCWfWVm6c8qM.DzisICBhJKo3U7PX" +} \ No newline at end of file diff --git a/packs/creatures/Ratte_lZgvjMSqh5FuA1JK.json b/packs/creatures/Ratte_lZgvjMSqh5FuA1JK.json new file mode 100644 index 00000000..a68018e3 --- /dev/null +++ b/packs/creatures/Ratte_lZgvjMSqh5FuA1JK.json @@ -0,0 +1,169 @@ +{ + "_id": "lZgvjMSqh5FuA1JK", + "name": "Ratte", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/rat-brown-2.png", + "items": [ + "CtIA409ycFJcoNdq", + "LNrmUjNRidA3PoHN", + "XcMeQEVeni94uQWk", + "bvbaa9gsGyGocDA0" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 2, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 1, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 3 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "animal", + "sizeCategory": "tiny", + "experiencePoints": 26, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Ratte", + "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/rat*.png", + "scaleX": 0.5, + "scaleY": 0.5, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346882, + "modifiedTime": 1668995461310, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!lZgvjMSqh5FuA1JK" +} \ No newline at end of file diff --git a/packs/creatures/Raubkatze_PVuNoFILDAHpqGsa.json b/packs/creatures/Raubkatze_PVuNoFILDAHpqGsa.json new file mode 100644 index 00000000..4ea73b0f --- /dev/null +++ b/packs/creatures/Raubkatze_PVuNoFILDAHpqGsa.json @@ -0,0 +1,171 @@ +{ + "_id": "PVuNoFILDAHpqGsa", + "name": "Raubkatze", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/feline-predator-panther.png", + "items": [ + "LZJzGcDrnXdAEPkP", + "8Um85s0Ayigqse3B", + "J1JDirHXfexacI9G", + "h9DFDddV6zHABNNR", + "X8PG6Z929me6Fewo", + "vyDe0soNx67ZePNM" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 1, + "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": 9, + "value": 27 + }, + "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:18)", + "foeFactor": 2, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 84, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Raubkatze", + "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/feline-predator*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346633, + "modifiedTime": 1668995461060, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!PVuNoFILDAHpqGsa" +} \ No newline at end of file diff --git a/packs/creatures/Regeneration_HOykiW9ZmatUSUKm.json b/packs/creatures/Regeneration_HOykiW9ZmatUSUKm.json new file mode 100644 index 00000000..e15d3454 --- /dev/null +++ b/packs/creatures/Regeneration_HOykiW9ZmatUSUKm.json @@ -0,0 +1,30 @@ +{ + "_id": "HOykiW9ZmatUSUKm", + "name": "Regeneration", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Mh6bLPD3N29ybeLq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", + "effects": [], + "folder": null, + "system": { + "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.HOykiW9ZmatUSUKm" +} \ No newline at end of file diff --git a/packs/creatures/Regeneration_wxRyDYdcYDvfRLsw.json b/packs/creatures/Regeneration_wxRyDYdcYDvfRLsw.json new file mode 100644 index 00000000..18e45e4d --- /dev/null +++ b/packs/creatures/Regeneration_wxRyDYdcYDvfRLsw.json @@ -0,0 +1,30 @@ +{ + "_id": "wxRyDYdcYDvfRLsw", + "name": "Regeneration", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Mh6bLPD3N29ybeLq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", + "effects": [], + "folder": null, + "system": { + "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.wxRyDYdcYDvfRLsw" +} \ No newline at end of file diff --git a/packs/creatures/Reitkeiler_GWNFUkgxocfKchIQ.json b/packs/creatures/Reitkeiler_GWNFUkgxocfKchIQ.json new file mode 100644 index 00000000..6fe81aea --- /dev/null +++ b/packs/creatures/Reitkeiler_GWNFUkgxocfKchIQ.json @@ -0,0 +1,169 @@ +{ + "_id": "GWNFUkgxocfKchIQ", + "name": "Reitkeiler", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", + "items": [ + "nUiNfU3pFgeeoRNR", + "pSQjVkwbjngPoEPZ", + "VfFAFdeQ7jhTlAz1", + "MMjbCu5tz7v52LOJ" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 12, + "value": 35 + }, + "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:10)", + "foeFactor": 5, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 76, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Reitkeiler", + "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/boar*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346399, + "modifiedTime": 1668995460786, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GWNFUkgxocfKchIQ" +} \ No newline at end of file diff --git a/packs/creatures/Riese_rULL0cHbyACJsHDC.json b/packs/creatures/Riese_rULL0cHbyACJsHDC.json new file mode 100644 index 00000000..c69569f7 --- /dev/null +++ b/packs/creatures/Riese_rULL0cHbyACJsHDC.json @@ -0,0 +1,170 @@ +{ + "_id": "rULL0cHbyACJsHDC", + "name": "Riese", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "ndjWMSfPfmPY9AUY", + "p8OAUiSFSEBq94mf", + "xbi9dJjtVxeUoLK4", + "eTfSg6U4xZdJN7ec", + "nFyr7vCp12na7Z3c" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 27, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 7, + "mod": 0 + }, + "constitution": { + "base": 7, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 176, + "value": 220 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": -3 + }, + "movement": { + "mod": 4 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 3 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:20)", + "foeFactor": 30, + "creatureType": "humanoid", + "sizeCategory": "huge", + "experiencePoints": 387, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Riese", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346989, + "modifiedTime": 1668995461345, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!rULL0cHbyACJsHDC" +} \ No newline at end of file diff --git a/packs/creatures/Riesenechse_QWC9LW1g4aMUHZNc.json b/packs/creatures/Riesenechse_QWC9LW1g4aMUHZNc.json new file mode 100644 index 00000000..f788482c --- /dev/null +++ b/packs/creatures/Riesenechse_QWC9LW1g4aMUHZNc.json @@ -0,0 +1,172 @@ +{ + "_id": "QWC9LW1g4aMUHZNc", + "name": "Riesenechse", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/giant-lizard-olive.png", + "items": [ + "0EPSA2vb34Nilg91", + "2C5NsY0F4qndyWGS", + "I5qUZBkW7JLwuCze", + "xtiIwy6EYYRPkXN9", + "OBlOP38tzoxwhNuj", + "WiyqJV69YblM42Ot", + "T8SibpTZqhohwVkB" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 14, + "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": 179, + "value": 218 + }, + "defense": { + "mod": -10 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 4.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 2A:16)", + "foeFactor": 25, + "creatureType": "humanoid", + "sizeCategory": "huge", + "experiencePoints": 316, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Riesenechse", + "displayName": 20, + "actorLink": false, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "alpha": 1, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": {}, + "randomImg": true, + "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/giant-lizard*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346636, + "modifiedTime": 1668995461076, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!QWC9LW1g4aMUHZNc" +} \ No newline at end of file diff --git a/packs/creatures/Riesenkrake_Z7Dt5epXbuKn20US.json b/packs/creatures/Riesenkrake_Z7Dt5epXbuKn20US.json new file mode 100644 index 00000000..b481b53e --- /dev/null +++ b/packs/creatures/Riesenkrake_Z7Dt5epXbuKn20US.json @@ -0,0 +1,170 @@ +{ + "_id": "Z7Dt5epXbuKn20US", + "name": "Riesenkrake", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "uhUCjZsudH4tikXb", + "dm1gTdRLMsRP3dYJ", + "Pk39V01Z4NKJ07oI", + "JQuu3LzkV71R3eHr", + "E5gJyppsFCHmEQLT" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 22, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 8, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 234, + "value": 270 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 4 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 2A:18)", + "foeFactor": 35, + "creatureType": "animal", + "sizeCategory": "huge", + "experiencePoints": 397, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Riesenkrake", + "displayName": 20, + "width": 3, + "height": 3, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346741, + "modifiedTime": 1668995461193, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Z7Dt5epXbuKn20US" +} \ No newline at end of file diff --git a/packs/creatures/Riesenratte_2MFCw32xgaic6YGx.json b/packs/creatures/Riesenratte_2MFCw32xgaic6YGx.json new file mode 100644 index 00000000..0de5c87e --- /dev/null +++ b/packs/creatures/Riesenratte_2MFCw32xgaic6YGx.json @@ -0,0 +1,169 @@ +{ + "_id": "2MFCw32xgaic6YGx", + "name": "Riesenratte", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/giant-rat-gray.png", + "items": [ + "dVCq0990d0o158yt", + "BQoKmcUMRg4cmoXq", + "xMPWpgWRrjacTpYQ", + "EcGjrMRAXOOGHGY1" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 4, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -4, + "value": 11 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "animal", + "sizeCategory": "small", + "experiencePoints": 41, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Riesenratte", + "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/giant-rat*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346177, + "modifiedTime": 1668995460532, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!2MFCw32xgaic6YGx" +} \ No newline at end of file diff --git a/packs/creatures/Riesenschlange_wBgO5Hc4oHKfRN6f.json b/packs/creatures/Riesenschlange_wBgO5Hc4oHKfRN6f.json new file mode 100644 index 00000000..ee64c165 --- /dev/null +++ b/packs/creatures/Riesenschlange_wBgO5Hc4oHKfRN6f.json @@ -0,0 +1,169 @@ +{ + "_id": "wBgO5Hc4oHKfRN6f", + "name": "Riesenschlange", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/giant-snake-brown.png", + "items": [ + "ndAkzrcRKXbgY9rR", + "vyuWg112c2jjiFgN", + "RX89OLfp965CuRDs", + "2QXz0iopabnNNlQA" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "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": 44, + "value": 66 + }, + "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 1A:18)", + "foeFactor": 8, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 143, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Riesenschlange", + "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/giant-snake*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995347214, + "modifiedTime": 1668995461406, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!wBgO5Hc4oHKfRN6f" +} \ No newline at end of file diff --git a/packs/creatures/Robe__3_Yv7u9FcT21lq7xW8.json b/packs/creatures/Robe__3_Yv7u9FcT21lq7xW8.json new file mode 100644 index 00000000..38132009 --- /dev/null +++ b/packs/creatures/Robe__3_Yv7u9FcT21lq7xW8.json @@ -0,0 +1,39 @@ +{ + "_id": "Yv7u9FcT21lq7xW8", + "name": "Robe +3", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-purple.webp", + "effects": [ + "Qpy3XcHOokbU7ZaS" + ], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.cFMcSg7PFIcQvf0B" + } + }, + "system": { + "description": "", + "quantity": 1, + "price": 3251, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8" +} \ No newline at end of file diff --git a/packs/creatures/Rost_pBC4SwfIsoVZ5Org.json b/packs/creatures/Rost_pBC4SwfIsoVZ5Org.json new file mode 100644 index 00000000..258f6998 --- /dev/null +++ b/packs/creatures/Rost_pBC4SwfIsoVZ5Org.json @@ -0,0 +1,30 @@ +{ + "_id": "pBC4SwfIsoVZ5Org", + "name": "Rost", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.oPTuLvZOEsXnRPed" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/rust.png", + "effects": [], + "folder": null, + "system": { + "description": "

Jeder Treffer der Tentakelfühler reduziert die PA eines zufälligen, metallischen, nichtmagischen Rüstungsstückes des Ziels um 1. Gleiches gilt für den WB nichtmagischer Metallwaffen, die die Rostassel treffen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.pBC4SwfIsoVZ5Org" +} \ No newline at end of file diff --git a/packs/creatures/Rostassel_WYvb8G0z5GuNi7kO.json b/packs/creatures/Rostassel_WYvb8G0z5GuNi7kO.json new file mode 100644 index 00000000..a5ab4c48 --- /dev/null +++ b/packs/creatures/Rostassel_WYvb8G0z5GuNi7kO.json @@ -0,0 +1,172 @@ +{ + "_id": "WYvb8G0z5GuNi7kO", + "name": "Rostassel", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/rust-bug.png", + "items": [ + "FQMPNxKTTpOynbsK", + "b1YoPObYAlp0qgLo", + "oT9c8PFOqW9NjOKA", + "OgwADTLcESeGWMih", + "vZZ50RNjZbkNI0Ha", + "iuxp4uQYS1XdH0gG", + "pBC4SwfIsoVZ5Org" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": 11, + "value": 33 + }, + "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 1A:6)", + "foeFactor": 8, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 111, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Rostassel", + "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/rust-bug.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346701, + "modifiedTime": 1668995461160, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!WYvb8G0z5GuNi7kO" +} \ No newline at end of file diff --git a/packs/creatures/S_ure_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/S_ure_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..7f990024 --- /dev/null +++ b/packs/creatures/S_ure_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Säure-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Sandsturm_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Sandsturm_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..69c6564b --- /dev/null +++ b/packs/creatures/Sandsturm_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Sandsturm-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!uomniEHbTAek8ERH.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Schallwellen_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Schallwellen_Odem_yjkoipelFXEzcy1x.json new file mode 100644 index 00000000..b900861b --- /dev/null +++ b/packs/creatures/Schallwellen_Odem_yjkoipelFXEzcy1x.json @@ -0,0 +1,30 @@ +{ + "_id": "yjkoipelFXEzcy1x", + "name": "Schallwellen-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": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tchJggykZKx2ctBv.yjkoipelFXEzcy1x" +} \ No newline at end of file diff --git a/packs/creatures/Scharfe_Z_hne_dVCq0990d0o158yt.json b/packs/creatures/Scharfe_Z_hne_dVCq0990d0o158yt.json new file mode 100644 index 00000000..e0764e40 --- /dev/null +++ b/packs/creatures/Scharfe_Z_hne_dVCq0990d0o158yt.json @@ -0,0 +1,33 @@ +{ + "_id": "dVCq0990d0o158yt", + "name": "Scharfe Zähne", + "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!2MFCw32xgaic6YGx.dVCq0990d0o158yt" +} \ No newline at end of file diff --git a/packs/creatures/Schatten_T9YRYe0vnR4Qg4UM.json b/packs/creatures/Schatten_T9YRYe0vnR4Qg4UM.json new file mode 100644 index 00000000..d06b60fd --- /dev/null +++ b/packs/creatures/Schatten_T9YRYe0vnR4Qg4UM.json @@ -0,0 +1,171 @@ +{ + "_id": "T9YRYe0vnR4Qg4UM", + "name": "Schatten", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/shadow.png", + "items": [ + "yFI8eLZ0z1PSjGYH", + "PxhF7w8cBdqE2pBa", + "gfZuHfJiCyZUskwn", + "po7mBrqpDWKlXbtu", + "LAAz2aBZoHatDHqJ", + "6eLzanLV8RG4p2Da" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 11, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 25 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 14, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 126, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Schatten", + "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/shadow.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346694, + "modifiedTime": 1668995461151, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!T9YRYe0vnR4Qg4UM" +} \ No newline at end of file diff --git a/packs/creatures/Schatten_erwecken_sZicJQ2tu0pHKLT3.json b/packs/creatures/Schatten_erwecken_sZicJQ2tu0pHKLT3.json new file mode 100644 index 00000000..0f0860cb --- /dev/null +++ b/packs/creatures/Schatten_erwecken_sZicJQ2tu0pHKLT3.json @@ -0,0 +1,73 @@ +{ + "_id": "sZicJQ2tu0pHKLT3", + "name": "Schatten erwecken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/two-shadows.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.dPGm1Ji2U0fJxnT3" + } + }, + "system": { + "description": "

Der Schwarzmagier kann die Seelen von einer maximalen Anzahl von Toten im Wirkungsradius gleich seiner eigenen Stufe verderben und in Form tödlicher @Compendium[ds4.creatures.T9YRYe0vnR4Qg4UM]{Schatten} (DS4 S. 121) zu gequältem Unleben erwecken. Die Schatten benötigen drei Kampfrunden, um sich zu bilden, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 13 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.sZicJQ2tu0pHKLT3" +} \ No newline at end of file diff --git a/packs/creatures/Schatten_h4Xf5AZuuDR1HwdD.json b/packs/creatures/Schatten_h4Xf5AZuuDR1HwdD.json new file mode 100644 index 00000000..a37abb53 --- /dev/null +++ b/packs/creatures/Schatten_h4Xf5AZuuDR1HwdD.json @@ -0,0 +1,73 @@ +{ + "_id": "h4Xf5AZuuDR1HwdD", + "name": "Schatten", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/shadow-follower.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.5mF59XCsZffF0cSp" + } + }, + "system": { + "description": "

Dunkle Schatten umhüllen das Ziel (welches keine Abwehr dagegen würfeln darf), wodurch es -8 auf alle Handlungen hat, bei denen es besser sehen können sollte. Augenlosen Untoten, wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten}, aber auch blinden Lebewesen, kann der Zauber nichts anhaben.

", + "equipped": false, + "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": false, + "air": false, + "transport": false, + "damage": false, + "shadow": true, + "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. / 2", + "unit": "rounds" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.h4Xf5AZuuDR1HwdD" +} \ No newline at end of file diff --git a/packs/creatures/Schattenlanze_80m8uuYxkvkMY8O6.json b/packs/creatures/Schattenlanze_80m8uuYxkvkMY8O6.json new file mode 100644 index 00000000..eb26c8df --- /dev/null +++ b/packs/creatures/Schattenlanze_80m8uuYxkvkMY8O6.json @@ -0,0 +1,73 @@ +{ + "_id": "80m8uuYxkvkMY8O6", + "name": "Schattenlanze", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/spear-hook.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.b5RFJWPaYbpXNpsv" + } + }, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.tPFiElqQuvih76gd]{Schattenpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": true, + "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": "0r", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.80m8uuYxkvkMY8O6" +} \ No newline at end of file diff --git a/packs/creatures/Schimmerross_iIvMTzBji28VVQ0v.json b/packs/creatures/Schimmerross_iIvMTzBji28VVQ0v.json new file mode 100644 index 00000000..efecfc07 --- /dev/null +++ b/packs/creatures/Schimmerross_iIvMTzBji28VVQ0v.json @@ -0,0 +1,168 @@ +{ + "_id": "iIvMTzBji28VVQ0v", + "name": "Schimmerross", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "NB8EGOwqOiFbSwRT", + "EpT6dAyNtbw1l4TN", + "Di77ms6LCDcCtam5" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 6, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 44, + "value": 66 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 3.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 106, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Schimmerross", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346860, + "modifiedTime": 1668995461291, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!iIvMTzBji28VVQ0v" +} \ No newline at end of file diff --git a/packs/creatures/Schlachtross_6YqxYCWfWVm6c8qM.json b/packs/creatures/Schlachtross_6YqxYCWfWVm6c8qM.json new file mode 100644 index 00000000..ec90a0b6 --- /dev/null +++ b/packs/creatures/Schlachtross_6YqxYCWfWVm6c8qM.json @@ -0,0 +1,169 @@ +{ + "_id": "6YqxYCWfWVm6c8qM", + "name": "Schlachtross", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/war-horse.png", + "items": [ + "7rFkQfTzgSOYmhNP", + "DzisICBhJKo3U7PX", + "Mx15GW5ApV4HImpy", + "VQpngugF60q18Gpp" + ], + "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": 4, + "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": "-", + "foeFactor": 9, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 121, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Schlachtross", + "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/war-horse.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346236, + "modifiedTime": 1668995460649, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!6YqxYCWfWVm6c8qM" +} \ No newline at end of file diff --git a/packs/creatures/Schlangen_YL8uGdXD9QX45OvA.json b/packs/creatures/Schlangen_YL8uGdXD9QX45OvA.json new file mode 100644 index 00000000..42f45f14 --- /dev/null +++ b/packs/creatures/Schlangen_YL8uGdXD9QX45OvA.json @@ -0,0 +1,33 @@ +{ + "_id": "YL8uGdXD9QX45OvA", + "name": "Schlangen", + "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": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.YL8uGdXD9QX45OvA" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_7HsvjAKlmOXSvm6e.json b/packs/creatures/Schleudern_7HsvjAKlmOXSvm6e.json new file mode 100644 index 00000000..b0a433b0 --- /dev/null +++ b/packs/creatures/Schleudern_7HsvjAKlmOXSvm6e.json @@ -0,0 +1,30 @@ +{ + "_id": "7HsvjAKlmOXSvm6e", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.7HsvjAKlmOXSvm6e" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_CTAZdf7uuEQ4sWA9.json b/packs/creatures/Schleudern_CTAZdf7uuEQ4sWA9.json new file mode 100644 index 00000000..557df647 --- /dev/null +++ b/packs/creatures/Schleudern_CTAZdf7uuEQ4sWA9.json @@ -0,0 +1,30 @@ +{ + "_id": "CTAZdf7uuEQ4sWA9", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.CTAZdf7uuEQ4sWA9" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_G0avaPXmxplRB8al.json b/packs/creatures/Schleudern_G0avaPXmxplRB8al.json new file mode 100644 index 00000000..1ffdd2a6 --- /dev/null +++ b/packs/creatures/Schleudern_G0avaPXmxplRB8al.json @@ -0,0 +1,30 @@ +{ + "_id": "G0avaPXmxplRB8al", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HgTRHAjq1YBk40sO.G0avaPXmxplRB8al" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_K3QPHlqz66xolbzw.json b/packs/creatures/Schleudern_K3QPHlqz66xolbzw.json new file mode 100644 index 00000000..847ab160 --- /dev/null +++ b/packs/creatures/Schleudern_K3QPHlqz66xolbzw.json @@ -0,0 +1,73 @@ +{ + "_id": "K3QPHlqz66xolbzw", + "name": "Schleudern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/heavenly-dog/catapult.svg", + "effects": [], + "folder": null, + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.bKCGwIne0uoWZiY0" + } + }, + "system": { + "description": "

Dieser Zauberspruch, gegen den das Ziel keine Abwehr würfeln kann, schleudert das Ziel (Probenergebnis/3) Meter weit fort.

\n

Das Ziel erhält für die Distanz, die es geschleudert wird (auch wenn eine Wand den Flug bremst) Sturzschaden (DS4 S. 85), gegen den es ganz normal Abwehr würfelt.

\n

Nach dem Fortschleudern liegt das Ziel immer am Boden.

", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE / 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 16, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.K3QPHlqz66xolbzw" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_LHdWF7tVc3uHC0LW.json b/packs/creatures/Schleudern_LHdWF7tVc3uHC0LW.json new file mode 100644 index 00000000..6e1ecfb1 --- /dev/null +++ b/packs/creatures/Schleudern_LHdWF7tVc3uHC0LW.json @@ -0,0 +1,30 @@ +{ + "_id": "LHdWF7tVc3uHC0LW", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.LHdWF7tVc3uHC0LW" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_WLc6j329EiSfsRj5.json b/packs/creatures/Schleudern_WLc6j329EiSfsRj5.json new file mode 100644 index 00000000..4b819d72 --- /dev/null +++ b/packs/creatures/Schleudern_WLc6j329EiSfsRj5.json @@ -0,0 +1,30 @@ +{ + "_id": "WLc6j329EiSfsRj5", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.WLc6j329EiSfsRj5" +} \ No newline at end of file diff --git a/packs/creatures/Schleudern_fKCcOlyaebvj1HuL.json b/packs/creatures/Schleudern_fKCcOlyaebvj1HuL.json new file mode 100644 index 00000000..6c1ff8ab --- /dev/null +++ b/packs/creatures/Schleudern_fKCcOlyaebvj1HuL.json @@ -0,0 +1,30 @@ +{ + "_id": "fKCcOlyaebvj1HuL", + "name": "Schleudern", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5PdSHi6PY4TNV9rP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.fKCcOlyaebvj1HuL" +} \ No newline at end of file diff --git a/packs/creatures/Schlingwurzelbusch_XxrCtx56f0njVodK.json b/packs/creatures/Schlingwurzelbusch_XxrCtx56f0njVodK.json new file mode 100644 index 00000000..4114767b --- /dev/null +++ b/packs/creatures/Schlingwurzelbusch_XxrCtx56f0njVodK.json @@ -0,0 +1,171 @@ +{ + "_id": "XxrCtx56f0njVodK", + "name": "Schlingwurzelbusch", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "eOBJ9tJLFizjQW0e", + "23MVIoRbK0X5AudH", + "3YSmdA5G9MS2g4Dn", + "0QUScCjMSupBxEo4", + "uoE0EQZy2aEQGJWp", + "SMDvuSaB2M06xcg5" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 6, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": 10, + "value": 30 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Lediglich Brennholz", + "foeFactor": 7, + "creatureType": "plantBeing", + "sizeCategory": "normal", + "experiencePoints": 122, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Schlingwurzelbusch", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346736, + "modifiedTime": 1668995461172, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!XxrCtx56f0njVodK" +} \ No newline at end of file diff --git a/packs/creatures/Schuppen_3Gxud5Mn5gy97Qie.json b/packs/creatures/Schuppen_3Gxud5Mn5gy97Qie.json new file mode 100644 index 00000000..4a441b31 --- /dev/null +++ b/packs/creatures/Schuppen_3Gxud5Mn5gy97Qie.json @@ -0,0 +1,33 @@ +{ + "_id": "3Gxud5Mn5gy97Qie", + "name": "Schuppen", + "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!F3zJ4xbHwN9syuK8.3Gxud5Mn5gy97Qie" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_2C5NsY0F4qndyWGS.json b/packs/creatures/Schuppenpanzer_2C5NsY0F4qndyWGS.json new file mode 100644 index 00000000..85bc6212 --- /dev/null +++ b/packs/creatures/Schuppenpanzer_2C5NsY0F4qndyWGS.json @@ -0,0 +1,33 @@ +{ + "_id": "2C5NsY0F4qndyWGS", + "name": "Schuppenpanzer", + "type": "armor", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "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!QWC9LW1g4aMUHZNc.2C5NsY0F4qndyWGS" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_3CFakJA3eQJYSFN7.json b/packs/creatures/Schuppenpanzer_3CFakJA3eQJYSFN7.json new file mode 100644 index 00000000..ac125d07 --- /dev/null +++ b/packs/creatures/Schuppenpanzer_3CFakJA3eQJYSFN7.json @@ -0,0 +1,33 @@ +{ + "_id": "3CFakJA3eQJYSFN7", + "name": "Schuppenpanzer", + "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!GVLSLNSoMybeWhBP.3CFakJA3eQJYSFN7" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_ACGvtQk97Udg1rih.json b/packs/creatures/Schuppenpanzer_ACGvtQk97Udg1rih.json new file mode 100644 index 00000000..baac4caf --- /dev/null +++ b/packs/creatures/Schuppenpanzer_ACGvtQk97Udg1rih.json @@ -0,0 +1,33 @@ +{ + "_id": "ACGvtQk97Udg1rih", + "name": "Schuppenpanzer", + "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!ttzlBKtMWz981WF3.ACGvtQk97Udg1rih" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_CylYyspqzzOiD3QA.json b/packs/creatures/Schuppenpanzer_CylYyspqzzOiD3QA.json new file mode 100644 index 00000000..eaf99362 --- /dev/null +++ b/packs/creatures/Schuppenpanzer_CylYyspqzzOiD3QA.json @@ -0,0 +1,33 @@ +{ + "_id": "CylYyspqzzOiD3QA", + "name": "Schuppenpanzer", + "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!HgTRHAjq1YBk40sO.CylYyspqzzOiD3QA" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_jcgmsC6XoKcSpu6a.json b/packs/creatures/Schuppenpanzer_jcgmsC6XoKcSpu6a.json new file mode 100644 index 00000000..6154b80c --- /dev/null +++ b/packs/creatures/Schuppenpanzer_jcgmsC6XoKcSpu6a.json @@ -0,0 +1,33 @@ +{ + "_id": "jcgmsC6XoKcSpu6a", + "name": "Schuppenpanzer", + "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!GMUTgcbmahiwgXSj.jcgmsC6XoKcSpu6a" +} \ No newline at end of file diff --git a/packs/creatures/Schuppenpanzer_vyuWg112c2jjiFgN.json b/packs/creatures/Schuppenpanzer_vyuWg112c2jjiFgN.json new file mode 100644 index 00000000..3378f9c1 --- /dev/null +++ b/packs/creatures/Schuppenpanzer_vyuWg112c2jjiFgN.json @@ -0,0 +1,33 @@ +{ + "_id": "vyuWg112c2jjiFgN", + "name": "Schuppenpanzer", + "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!wBgO5Hc4oHKfRN6f.vyuWg112c2jjiFgN" +} \ No newline at end of file diff --git a/packs/creatures/Schutzfeld_f0MedvERq1s8hy4z.json b/packs/creatures/Schutzfeld_f0MedvERq1s8hy4z.json new file mode 100644 index 00000000..5f958e13 --- /dev/null +++ b/packs/creatures/Schutzfeld_f0MedvERq1s8hy4z.json @@ -0,0 +1,73 @@ +{ + "_id": "f0MedvERq1s8hy4z", + "name": "Schutzfeld", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/omega.svg", + "effects": [], + "folder": null, + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.NWPoiZHCmZ7ZJud4" + } + }, + "system": { + "description": "

Ein Schutzfeld mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, an dem nichtmagische Geschosse von außen her wirkungslos abprallen.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 4, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.f0MedvERq1s8hy4z" +} \ No newline at end of file diff --git a/packs/creatures/Schutzschild_lIchGK1m7Y7fMcKG.json b/packs/creatures/Schutzschild_lIchGK1m7Y7fMcKG.json new file mode 100644 index 00000000..77da185e --- /dev/null +++ b/packs/creatures/Schutzschild_lIchGK1m7Y7fMcKG.json @@ -0,0 +1,73 @@ +{ + "_id": "lIchGK1m7Y7fMcKG", + "name": "Schutzschild", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/bell-shield.svg", + "effects": [], + "folder": null, + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.dpz383XbGFXEsGot" + } + }, + "system": { + "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis die Dauer des Zaubers abgelaufen ist.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 4, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.lIchGK1m7Y7fMcKG" +} \ No newline at end of file diff --git a/packs/creatures/Schwarm_ZZEBR9R04TlNXU5q.json b/packs/creatures/Schwarm_ZZEBR9R04TlNXU5q.json new file mode 100644 index 00000000..93dbc903 --- /dev/null +++ b/packs/creatures/Schwarm_ZZEBR9R04TlNXU5q.json @@ -0,0 +1,167 @@ +{ + "_id": "ZZEBR9R04TlNXU5q", + "name": "Schwarm", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "2Da0MbWQ8gy1WXBI", + "pII9BR3ndtlMaL4l" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 0, + "mod": 0 + }, + "mobility": { + "base": 0, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 0, + "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": -10, + "value": 0 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 8 + }, + "movement": { + "mod": 6.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 5, + "creatureType": "animal", + "sizeCategory": "small", + "experiencePoints": 68, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Schwarm", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346763, + "modifiedTime": 1668995461201, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ZZEBR9R04TlNXU5q" +} \ No newline at end of file diff --git a/packs/creatures/Schwarm_pII9BR3ndtlMaL4l.json b/packs/creatures/Schwarm_pII9BR3ndtlMaL4l.json new file mode 100644 index 00000000..103bec2e --- /dev/null +++ b/packs/creatures/Schwarm_pII9BR3ndtlMaL4l.json @@ -0,0 +1,30 @@ +{ + "_id": "pII9BR3ndtlMaL4l", + "name": "Schwarm", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.rPbbTLUtSXZpdFjp" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swarm.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt als einzelner Gegner. Der Schwarmwert (SCW) entspricht seiner aktuellen Mitgliederanzahl / 10 (zu Beginn und max. 200 Mitglieder pro Schwarm = SCW 20). Pro 1 LK Schaden sterben 10 Mitglieder (= SCW -1). Schwärme können Mitglieder an benachbarte Felder abgeben und ihr eigenes sowie jedes angrenzende Feld gleichzeitig angreifen (mit jeweils vollen Schlagen-Wert).

\n

Schlagen/Abwehr/LK entsprechen dem aktuellen SCW

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ZZEBR9R04TlNXU5q.pII9BR3ndtlMaL4l" +} \ No newline at end of file diff --git a/packs/creatures/Schweben_coIsPp1V166g8IAm.json b/packs/creatures/Schweben_coIsPp1V166g8IAm.json new file mode 100644 index 00000000..5f3bf7ee --- /dev/null +++ b/packs/creatures/Schweben_coIsPp1V166g8IAm.json @@ -0,0 +1,30 @@ +{ + "_id": "coIsPp1V166g8IAm", + "name": "Schweben", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.05D4DdnbcQFoIllF" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.coIsPp1V166g8IAm" +} \ No newline at end of file diff --git a/packs/creatures/Schweben_z80WCPwmoMsdzYWD.json b/packs/creatures/Schweben_z80WCPwmoMsdzYWD.json new file mode 100644 index 00000000..020f4c18 --- /dev/null +++ b/packs/creatures/Schweben_z80WCPwmoMsdzYWD.json @@ -0,0 +1,30 @@ +{ + "_id": "z80WCPwmoMsdzYWD", + "name": "Schweben", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.05D4DdnbcQFoIllF" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.z80WCPwmoMsdzYWD" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_E5gJyppsFCHmEQLT.json b/packs/creatures/Schwimmen_E5gJyppsFCHmEQLT.json new file mode 100644 index 00000000..072074b5 --- /dev/null +++ b/packs/creatures/Schwimmen_E5gJyppsFCHmEQLT.json @@ -0,0 +1,30 @@ +{ + "_id": "E5gJyppsFCHmEQLT", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z7Dt5epXbuKn20US.E5gJyppsFCHmEQLT" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_EcGjrMRAXOOGHGY1.json b/packs/creatures/Schwimmen_EcGjrMRAXOOGHGY1.json new file mode 100644 index 00000000..11c18ef1 --- /dev/null +++ b/packs/creatures/Schwimmen_EcGjrMRAXOOGHGY1.json @@ -0,0 +1,30 @@ +{ + "_id": "EcGjrMRAXOOGHGY1", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!2MFCw32xgaic6YGx.EcGjrMRAXOOGHGY1" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_VCmj5YFjcDb1Slay.json b/packs/creatures/Schwimmen_VCmj5YFjcDb1Slay.json new file mode 100644 index 00000000..ebde297c --- /dev/null +++ b/packs/creatures/Schwimmen_VCmj5YFjcDb1Slay.json @@ -0,0 +1,30 @@ +{ + "_id": "VCmj5YFjcDb1Slay", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.VCmj5YFjcDb1Slay" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_YvT74RD5F3M4DMEx.json b/packs/creatures/Schwimmen_YvT74RD5F3M4DMEx.json new file mode 100644 index 00000000..db653cf9 --- /dev/null +++ b/packs/creatures/Schwimmen_YvT74RD5F3M4DMEx.json @@ -0,0 +1,30 @@ +{ + "_id": "YvT74RD5F3M4DMEx", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.YvT74RD5F3M4DMEx" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_bvbaa9gsGyGocDA0.json b/packs/creatures/Schwimmen_bvbaa9gsGyGocDA0.json new file mode 100644 index 00000000..74d27624 --- /dev/null +++ b/packs/creatures/Schwimmen_bvbaa9gsGyGocDA0.json @@ -0,0 +1,30 @@ +{ + "_id": "bvbaa9gsGyGocDA0", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lZgvjMSqh5FuA1JK.bvbaa9gsGyGocDA0" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_ncn9gc2yJOMhWGhb.json b/packs/creatures/Schwimmen_ncn9gc2yJOMhWGhb.json new file mode 100644 index 00000000..a4f6bfff --- /dev/null +++ b/packs/creatures/Schwimmen_ncn9gc2yJOMhWGhb.json @@ -0,0 +1,30 @@ +{ + "_id": "ncn9gc2yJOMhWGhb", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7kXHNCARsD0nZCqr.ncn9gc2yJOMhWGhb" +} \ No newline at end of file diff --git a/packs/creatures/Schwimmen_ree4HN3j8tv7b18k.json b/packs/creatures/Schwimmen_ree4HN3j8tv7b18k.json new file mode 100644 index 00000000..1c838e7d --- /dev/null +++ b/packs/creatures/Schwimmen_ree4HN3j8tv7b18k.json @@ -0,0 +1,30 @@ +{ + "_id": "ree4HN3j8tv7b18k", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.18PDF4gqWrIRWudN" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ttzlBKtMWz981WF3.ree4HN3j8tv7b18k" +} \ No newline at end of file diff --git a/packs/creatures/Skelett_Rvu16XzEjizdqNsu.json b/packs/creatures/Skelett_Rvu16XzEjizdqNsu.json new file mode 100644 index 00000000..c3c4f9d0 --- /dev/null +++ b/packs/creatures/Skelett_Rvu16XzEjizdqNsu.json @@ -0,0 +1,168 @@ +{ + "_id": "Rvu16XzEjizdqNsu", + "name": "Skelett", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/skeleton-green.png", + "items": [ + "PhvbJ2VSw3ivWS3F", + "jmoVrv9FCX28B4PJ", + "e5PbQLkYj3kldXil" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 22 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 72, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Skelett", + "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/skeleton*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346657, + "modifiedTime": 1668995461131, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Rvu16XzEjizdqNsu" +} \ No newline at end of file diff --git a/packs/creatures/Sonar_hdTEWmE6saO2W7FI.json b/packs/creatures/Sonar_hdTEWmE6saO2W7FI.json new file mode 100644 index 00000000..c3e68bf4 --- /dev/null +++ b/packs/creatures/Sonar_hdTEWmE6saO2W7FI.json @@ -0,0 +1,30 @@ +{ + "_id": "hdTEWmE6saO2W7FI", + "name": "Sonar", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.BtjiEmhGyje6YghP" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/sonar.png", + "effects": [], + "folder": null, + "system": { + "description": "

„Sieht“ per Sonar.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.hdTEWmE6saO2W7FI" +} \ No newline at end of file diff --git a/packs/creatures/Speer_5X3YrQ6PeuexE5QD.json b/packs/creatures/Speer_5X3YrQ6PeuexE5QD.json new file mode 100644 index 00000000..f8a2e316 --- /dev/null +++ b/packs/creatures/Speer_5X3YrQ6PeuexE5QD.json @@ -0,0 +1,37 @@ +{ + "_id": "5X3YrQ6PeuexE5QD", + "name": "Speer", + "type": "weapon", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.oWvJfxEBr83QxO9Q" + } + }, + "img": "icons/weapons/polearms/spear-hooked-simple.webp", + "effects": [], + "folder": null, + "system": { + "description": "

Zerbricht bei Schießen-Patzer

", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "attackType": "meleeRanged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HgTRHAjq1YBk40sO.5X3YrQ6PeuexE5QD" +} \ No newline at end of file diff --git a/packs/creatures/Speer_YozSzwoqjCJcs2NR.json b/packs/creatures/Speer_YozSzwoqjCJcs2NR.json new file mode 100644 index 00000000..f95f9ccc --- /dev/null +++ b/packs/creatures/Speer_YozSzwoqjCJcs2NR.json @@ -0,0 +1,37 @@ +{ + "_id": "YozSzwoqjCJcs2NR", + "name": "Speer", + "type": "weapon", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.oWvJfxEBr83QxO9Q" + } + }, + "img": "icons/weapons/polearms/spear-hooked-simple.webp", + "effects": [], + "folder": null, + "system": { + "description": "

Zerbricht bei Schießen-Patzer

", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "attackType": "meleeRanged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!m9uwTf6binQeuVAb.YozSzwoqjCJcs2NR" +} \ No newline at end of file diff --git a/packs/creatures/Spinnenbiss_5KumsWj49saU3R8P.json b/packs/creatures/Spinnenbiss_5KumsWj49saU3R8P.json new file mode 100644 index 00000000..f5f78ab5 --- /dev/null +++ b/packs/creatures/Spinnenbiss_5KumsWj49saU3R8P.json @@ -0,0 +1,33 @@ +{ + "_id": "5KumsWj49saU3R8P", + "name": "Spinnenbiss", + "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": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.5KumsWj49saU3R8P" +} \ No newline at end of file diff --git a/packs/creatures/Spitze_Z_hne_CtIA409ycFJcoNdq.json b/packs/creatures/Spitze_Z_hne_CtIA409ycFJcoNdq.json new file mode 100644 index 00000000..eb1a84ac --- /dev/null +++ b/packs/creatures/Spitze_Z_hne_CtIA409ycFJcoNdq.json @@ -0,0 +1,33 @@ +{ + "_id": "CtIA409ycFJcoNdq", + "name": "Spitze Zähne", + "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!lZgvjMSqh5FuA1JK.CtIA409ycFJcoNdq" +} \ No newline at end of file diff --git a/packs/creatures/Springen_eVZKdojeGbmnlO7r.json b/packs/creatures/Springen_eVZKdojeGbmnlO7r.json new file mode 100644 index 00000000..2d796885 --- /dev/null +++ b/packs/creatures/Springen_eVZKdojeGbmnlO7r.json @@ -0,0 +1,73 @@ +{ + "_id": "eVZKdojeGbmnlO7r", + "name": "Springen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/jump-across.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.L6NrH3AEmS2I3NWG" + } + }, + "system": { + "description": "

Der Zauberwirker springt augenblicklich bis zu Probenergebnis/2 Meter weit und landet dabei wieder sicher auf seinen Beinen. Alternativ kann man auch hoch oder runter springen, beispielsweise um einen Balkon zu erreichen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 5, + "wizard": 2, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.eVZKdojeGbmnlO7r" +} \ No newline at end of file diff --git a/packs/creatures/Spurt_mwMtV9vS293KeF3Q.json b/packs/creatures/Spurt_mwMtV9vS293KeF3Q.json new file mode 100644 index 00000000..643c591e --- /dev/null +++ b/packs/creatures/Spurt_mwMtV9vS293KeF3Q.json @@ -0,0 +1,73 @@ +{ + "_id": "mwMtV9vS293KeF3Q", + "name": "Spurt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/run.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.KUbT1gBeThcLY7vU" + } + }, + "system": { + "description": "

Der Laufen-Wert des Ziels wird für die Dauer des Zaubers verdoppelt.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 7, + "wizard": 7, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.mwMtV9vS293KeF3Q" +} \ No newline at end of file diff --git a/packs/creatures/Steinklaue_XGrSqryhxGUlUJkC.json b/packs/creatures/Steinklaue_XGrSqryhxGUlUJkC.json new file mode 100644 index 00000000..54ee4df5 --- /dev/null +++ b/packs/creatures/Steinklaue_XGrSqryhxGUlUJkC.json @@ -0,0 +1,33 @@ +{ + "_id": "XGrSqryhxGUlUJkC", + "name": "Steinklaue", + "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!GnW2ELzTtLoJmUQ1.XGrSqryhxGUlUJkC" +} \ No newline at end of file diff --git a/packs/creatures/Steinpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Steinpranke_KzEfCqb54s8Ju7x1.json new file mode 100644 index 00000000..af5cbb90 --- /dev/null +++ b/packs/creatures/Steinpranke_KzEfCqb54s8Ju7x1.json @@ -0,0 +1,33 @@ +{ + "_id": "KzEfCqb54s8Ju7x1", + "name": "Steinpranke", + "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": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cf8BOIAxMKvuxYYW.KzEfCqb54s8Ju7x1" +} \ No newline at end of file diff --git a/packs/creatures/Steinpranke_VHt6K5ArvzyfTEje.json b/packs/creatures/Steinpranke_VHt6K5ArvzyfTEje.json new file mode 100644 index 00000000..274d4588 --- /dev/null +++ b/packs/creatures/Steinpranke_VHt6K5ArvzyfTEje.json @@ -0,0 +1,33 @@ +{ + "_id": "VHt6K5ArvzyfTEje", + "name": "Steinpranke", + "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": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!mOQ21HFNisTfu7ve.VHt6K5ArvzyfTEje" +} \ No newline at end of file diff --git a/packs/creatures/Steinwesen_HjZd5t1xvRNoHZdX.json b/packs/creatures/Steinwesen_HjZd5t1xvRNoHZdX.json new file mode 100644 index 00000000..6692c234 --- /dev/null +++ b/packs/creatures/Steinwesen_HjZd5t1xvRNoHZdX.json @@ -0,0 +1,33 @@ +{ + "_id": "HjZd5t1xvRNoHZdX", + "name": "Steinwesen", + "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": 4, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cf8BOIAxMKvuxYYW.HjZd5t1xvRNoHZdX" +} \ No newline at end of file diff --git a/packs/creatures/Steinwesen_e28wsq9gdMv8u94N.json b/packs/creatures/Steinwesen_e28wsq9gdMv8u94N.json new file mode 100644 index 00000000..c7d44f0f --- /dev/null +++ b/packs/creatures/Steinwesen_e28wsq9gdMv8u94N.json @@ -0,0 +1,33 @@ +{ + "_id": "e28wsq9gdMv8u94N", + "name": "Steinwesen", + "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": 4, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.e28wsq9gdMv8u94N" +} \ No newline at end of file diff --git a/packs/creatures/Steinwesen_fIoBfLmNCxGfGzEX.json b/packs/creatures/Steinwesen_fIoBfLmNCxGfGzEX.json new file mode 100644 index 00000000..f978ab6c --- /dev/null +++ b/packs/creatures/Steinwesen_fIoBfLmNCxGfGzEX.json @@ -0,0 +1,33 @@ +{ + "_id": "fIoBfLmNCxGfGzEX", + "name": "Steinwesen", + "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": 4, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!mOQ21HFNisTfu7ve.fIoBfLmNCxGfGzEX" +} \ No newline at end of file diff --git a/packs/creatures/Stolpern_TyemqVxXHyajaeQ0.json b/packs/creatures/Stolpern_TyemqVxXHyajaeQ0.json new file mode 100644 index 00000000..9cb7ac98 --- /dev/null +++ b/packs/creatures/Stolpern_TyemqVxXHyajaeQ0.json @@ -0,0 +1,73 @@ +{ + "_id": "TyemqVxXHyajaeQ0", + "name": "Stolpern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/tripwire.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.KIyVOdiXZnXJIAh6" + } + }, + "system": { + "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, stürzt augenblicklich zu Boden.

Misslingt ihm außerdem eine Probe auf AGI+GE, lässt er alles Gehaltene fallen.

", + "equipped": false, + "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": false, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 4, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.TyemqVxXHyajaeQ0" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_4851TNs45Q3hSrU1.json b/packs/creatures/Sturmangriff_4851TNs45Q3hSrU1.json new file mode 100644 index 00000000..53353e02 --- /dev/null +++ b/packs/creatures/Sturmangriff_4851TNs45Q3hSrU1.json @@ -0,0 +1,30 @@ +{ + "_id": "4851TNs45Q3hSrU1", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.4851TNs45Q3hSrU1" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_8Aq23UcNNFecGbk9.json b/packs/creatures/Sturmangriff_8Aq23UcNNFecGbk9.json new file mode 100644 index 00000000..429836d7 --- /dev/null +++ b/packs/creatures/Sturmangriff_8Aq23UcNNFecGbk9.json @@ -0,0 +1,30 @@ +{ + "_id": "8Aq23UcNNFecGbk9", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ttzlBKtMWz981WF3.8Aq23UcNNFecGbk9" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_DURD01IkVxPAwlxf.json b/packs/creatures/Sturmangriff_DURD01IkVxPAwlxf.json new file mode 100644 index 00000000..d2f89554 --- /dev/null +++ b/packs/creatures/Sturmangriff_DURD01IkVxPAwlxf.json @@ -0,0 +1,30 @@ +{ + "_id": "DURD01IkVxPAwlxf", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.DURD01IkVxPAwlxf" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_DyCGJ2kxHV5QYgWK.json b/packs/creatures/Sturmangriff_DyCGJ2kxHV5QYgWK.json new file mode 100644 index 00000000..191230db --- /dev/null +++ b/packs/creatures/Sturmangriff_DyCGJ2kxHV5QYgWK.json @@ -0,0 +1,30 @@ +{ + "_id": "DyCGJ2kxHV5QYgWK", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FxGhbznQbwd0jRUT.DyCGJ2kxHV5QYgWK" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_MMjbCu5tz7v52LOJ.json b/packs/creatures/Sturmangriff_MMjbCu5tz7v52LOJ.json new file mode 100644 index 00000000..3ed3d499 --- /dev/null +++ b/packs/creatures/Sturmangriff_MMjbCu5tz7v52LOJ.json @@ -0,0 +1,30 @@ +{ + "_id": "MMjbCu5tz7v52LOJ", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GWNFUkgxocfKchIQ.MMjbCu5tz7v52LOJ" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_PQZ9xUYQyQHv8gEy.json b/packs/creatures/Sturmangriff_PQZ9xUYQyQHv8gEy.json new file mode 100644 index 00000000..00ebafbd --- /dev/null +++ b/packs/creatures/Sturmangriff_PQZ9xUYQyQHv8gEy.json @@ -0,0 +1,30 @@ +{ + "_id": "PQZ9xUYQyQHv8gEy", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.PQZ9xUYQyQHv8gEy" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_Q5TlvXVEyjer5YIG.json b/packs/creatures/Sturmangriff_Q5TlvXVEyjer5YIG.json new file mode 100644 index 00000000..f7b9a785 --- /dev/null +++ b/packs/creatures/Sturmangriff_Q5TlvXVEyjer5YIG.json @@ -0,0 +1,30 @@ +{ + "_id": "Q5TlvXVEyjer5YIG", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7kXHNCARsD0nZCqr.Q5TlvXVEyjer5YIG" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_VQpngugF60q18Gpp.json b/packs/creatures/Sturmangriff_VQpngugF60q18Gpp.json new file mode 100644 index 00000000..335d1bc7 --- /dev/null +++ b/packs/creatures/Sturmangriff_VQpngugF60q18Gpp.json @@ -0,0 +1,30 @@ +{ + "_id": "VQpngugF60q18Gpp", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6YqxYCWfWVm6c8qM.VQpngugF60q18Gpp" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_WbEsNLQpzoWJlJyj.json b/packs/creatures/Sturmangriff_WbEsNLQpzoWJlJyj.json new file mode 100644 index 00000000..48bbcf68 --- /dev/null +++ b/packs/creatures/Sturmangriff_WbEsNLQpzoWJlJyj.json @@ -0,0 +1,30 @@ +{ + "_id": "WbEsNLQpzoWJlJyj", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!InLjj4RGxfkDrtXr.WbEsNLQpzoWJlJyj" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_WiyqJV69YblM42Ot.json b/packs/creatures/Sturmangriff_WiyqJV69YblM42Ot.json new file mode 100644 index 00000000..2cdc6390 --- /dev/null +++ b/packs/creatures/Sturmangriff_WiyqJV69YblM42Ot.json @@ -0,0 +1,30 @@ +{ + "_id": "WiyqJV69YblM42Ot", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.WiyqJV69YblM42Ot" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_iVORjCynScc6kVsS.json b/packs/creatures/Sturmangriff_iVORjCynScc6kVsS.json new file mode 100644 index 00000000..e7b856ac --- /dev/null +++ b/packs/creatures/Sturmangriff_iVORjCynScc6kVsS.json @@ -0,0 +1,30 @@ +{ + "_id": "iVORjCynScc6kVsS", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!BIyY1wlxWtJ5FRQJ.iVORjCynScc6kVsS" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_jhC7DbwCOazDTTVU.json b/packs/creatures/Sturmangriff_jhC7DbwCOazDTTVU.json new file mode 100644 index 00000000..d150a4a3 --- /dev/null +++ b/packs/creatures/Sturmangriff_jhC7DbwCOazDTTVU.json @@ -0,0 +1,30 @@ +{ + "_id": "jhC7DbwCOazDTTVU", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.jhC7DbwCOazDTTVU" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_y8yRArJSJhHTdPXU.json b/packs/creatures/Sturmangriff_y8yRArJSJhHTdPXU.json new file mode 100644 index 00000000..d3c63dcd --- /dev/null +++ b/packs/creatures/Sturmangriff_y8yRArJSJhHTdPXU.json @@ -0,0 +1,30 @@ +{ + "_id": "y8yRArJSJhHTdPXU", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.y8yRArJSJhHTdPXU" +} \ No newline at end of file diff --git a/packs/creatures/Sturmangriff_ysPz3YM2HzR9rptL.json b/packs/creatures/Sturmangriff_ysPz3YM2HzR9rptL.json new file mode 100644 index 00000000..3f7a0a23 --- /dev/null +++ b/packs/creatures/Sturmangriff_ysPz3YM2HzR9rptL.json @@ -0,0 +1,30 @@ +{ + "_id": "ysPz3YM2HzR9rptL", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.L0dxlrCY14bLyUdQ" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.ysPz3YM2HzR9rptL" +} \ No newline at end of file diff --git a/packs/creatures/Sturzangriff_1zKUlljm7MEYc3l8.json b/packs/creatures/Sturzangriff_1zKUlljm7MEYc3l8.json new file mode 100644 index 00000000..92d0902d --- /dev/null +++ b/packs/creatures/Sturzangriff_1zKUlljm7MEYc3l8.json @@ -0,0 +1,30 @@ +{ + "_id": "1zKUlljm7MEYc3l8", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.1zKUlljm7MEYc3l8" +} \ No newline at end of file diff --git a/packs/creatures/Sturzangriff_6L8whKMrzwGWDTCg.json b/packs/creatures/Sturzangriff_6L8whKMrzwGWDTCg.json new file mode 100644 index 00000000..9875bed8 --- /dev/null +++ b/packs/creatures/Sturzangriff_6L8whKMrzwGWDTCg.json @@ -0,0 +1,30 @@ +{ + "_id": "6L8whKMrzwGWDTCg", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.6L8whKMrzwGWDTCg" +} \ No newline at end of file diff --git a/packs/creatures/Sturzangriff_FydhkYVuUuHNXzxS.json b/packs/creatures/Sturzangriff_FydhkYVuUuHNXzxS.json new file mode 100644 index 00000000..9668743a --- /dev/null +++ b/packs/creatures/Sturzangriff_FydhkYVuUuHNXzxS.json @@ -0,0 +1,30 @@ +{ + "_id": "FydhkYVuUuHNXzxS", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.FydhkYVuUuHNXzxS" +} \ No newline at end of file diff --git a/packs/creatures/Sturzangriff_ltDNoswX7EaA2d2X.json b/packs/creatures/Sturzangriff_ltDNoswX7EaA2d2X.json new file mode 100644 index 00000000..ddcb0d7e --- /dev/null +++ b/packs/creatures/Sturzangriff_ltDNoswX7EaA2d2X.json @@ -0,0 +1,30 @@ +{ + "_id": "ltDNoswX7EaA2d2X", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "sort": 1000000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.ltDNoswX7EaA2d2X" +} \ No newline at end of file diff --git a/packs/creatures/Sturzangriff_zUXT2ZkY12TAu5CU.json b/packs/creatures/Sturzangriff_zUXT2ZkY12TAu5CU.json new file mode 100644 index 00000000..c3bba95c --- /dev/null +++ b/packs/creatures/Sturzangriff_zUXT2ZkY12TAu5CU.json @@ -0,0 +1,30 @@ +{ + "_id": "zUXT2ZkY12TAu5CU", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.eWuQlQYF3VmyR0kt" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.zUXT2ZkY12TAu5CU" +} \ No newline at end of file diff --git a/packs/creatures/Telekinese_cnl7AuqByHHjW1zd.json b/packs/creatures/Telekinese_cnl7AuqByHHjW1zd.json new file mode 100644 index 00000000..2ac24868 --- /dev/null +++ b/packs/creatures/Telekinese_cnl7AuqByHHjW1zd.json @@ -0,0 +1,73 @@ +{ + "_id": "cnl7AuqByHHjW1zd", + "name": "Telekinese", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/sbed/weight-crush.svg", + "effects": [], + "folder": null, + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.VGeMfTNSKWzNGm6r" + } + }, + "system": { + "description": "

Mit diesem Zauber lässt der Zauberwirker einen unbelebten Gegenstand mit einer Geschwindigkeit von 1 m pro Kampfrunde schweben, solange er sich ununterbrochen konzentriert (zählt als ganze Aktion).

", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-1 pro (Stufe x 5) kg Gewicht" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "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": "Konzentration", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.cnl7AuqByHHjW1zd" +} \ No newline at end of file diff --git a/packs/creatures/Tentakelf_hler_FQMPNxKTTpOynbsK.json b/packs/creatures/Tentakelf_hler_FQMPNxKTTpOynbsK.json new file mode 100644 index 00000000..5a3a9dbd --- /dev/null +++ b/packs/creatures/Tentakelf_hler_FQMPNxKTTpOynbsK.json @@ -0,0 +1,33 @@ +{ + "_id": "FQMPNxKTTpOynbsK", + "name": "Tentakelfühler", + "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!WYvb8G0z5GuNi7kO.FQMPNxKTTpOynbsK" +} \ No newline at end of file diff --git a/packs/creatures/Tentakelhirn_dFL9UUXHq9heme4T.json b/packs/creatures/Tentakelhirn_dFL9UUXHq9heme4T.json new file mode 100644 index 00000000..037a97ef --- /dev/null +++ b/packs/creatures/Tentakelhirn_dFL9UUXHq9heme4T.json @@ -0,0 +1,169 @@ +{ + "_id": "dFL9UUXHq9heme4T", + "name": "Tentakelhirn", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "DuBcMQTb1e7mIe79", + "z80WCPwmoMsdzYWD", + "8lyV8jx9ZVqPA4kF", + "3sJtgHHEkOmTNLEL" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 4, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -4, + "value": 11 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 10 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 7, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 89, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Tentakelhirn", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346817, + "modifiedTime": 1668995461257, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!dFL9UUXHq9heme4T" +} \ No newline at end of file diff --git a/packs/creatures/Terror_YZgaOumzBst1OTtb.json b/packs/creatures/Terror_YZgaOumzBst1OTtb.json new file mode 100644 index 00000000..d2c100a3 --- /dev/null +++ b/packs/creatures/Terror_YZgaOumzBst1OTtb.json @@ -0,0 +1,73 @@ +{ + "_id": "YZgaOumzBst1OTtb", + "name": "Terror", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/terror.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.SgDFje4OTxqPEzoA" + } + }, + "system": { + "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren.

Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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 5", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 5, + "wizard": 9, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.YZgaOumzBst1OTtb" +} \ No newline at end of file diff --git a/packs/creatures/Teufelchen_III_22pkyKnZoRLG0nnY.json b/packs/creatures/Teufelchen_III_22pkyKnZoRLG0nnY.json new file mode 100644 index 00000000..3d48681f --- /dev/null +++ b/packs/creatures/Teufelchen_III_22pkyKnZoRLG0nnY.json @@ -0,0 +1,175 @@ +{ + "_id": "22pkyKnZoRLG0nnY", + "name": "Teufelchen III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "L9utJ9BJSLkYbUjN", + "OaZjNMhyCyxRKA8C", + "W2e5m1533YiEPsdg" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 4, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 3, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 6, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -7, + "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": "", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 44, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Teufelchen I", + "displayName": 0, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "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 + }, + "disposition": -1, + "displayBars": 0, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": { + "darkness-dependent-vision": { + "dimVisionDarknessMin": null, + "dimVisionDarknessMax": null, + "brightVisionDarknessMin": null, + "brightVisionDarknessMax": null + } + }, + "randomImg": false, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346173, + "modifiedTime": 1668995460523, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!22pkyKnZoRLG0nnY" +} \ No newline at end of file diff --git a/packs/creatures/Teufelchen_II_SxbO1iTrXYGbdMoC.json b/packs/creatures/Teufelchen_II_SxbO1iTrXYGbdMoC.json new file mode 100644 index 00000000..29393bc1 --- /dev/null +++ b/packs/creatures/Teufelchen_II_SxbO1iTrXYGbdMoC.json @@ -0,0 +1,174 @@ +{ + "_id": "SxbO1iTrXYGbdMoC", + "name": "Teufelchen II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "L9utJ9BJSLkYbUjN", + "OaZjNMhyCyxRKA8C" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": -11, + "value": 11 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "", + "foeFactor": 5, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 48, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Teufelchen I", + "displayName": 0, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "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 + }, + "disposition": -1, + "displayBars": 0, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": { + "darkness-dependent-vision": { + "dimVisionDarknessMin": null, + "dimVisionDarknessMax": null, + "brightVisionDarknessMin": null, + "brightVisionDarknessMax": null + } + }, + "randomImg": false, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346686, + "modifiedTime": 1668995461146, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!SxbO1iTrXYGbdMoC" +} \ No newline at end of file diff --git a/packs/creatures/Teufelchen_I_aqbcBjeCJUHJ5uVj.json b/packs/creatures/Teufelchen_I_aqbcBjeCJUHJ5uVj.json new file mode 100644 index 00000000..3e208281 --- /dev/null +++ b/packs/creatures/Teufelchen_I_aqbcBjeCJUHJ5uVj.json @@ -0,0 +1,174 @@ +{ + "_id": "aqbcBjeCJUHJ5uVj", + "name": "Teufelchen I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "L9utJ9BJSLkYbUjN", + "OaZjNMhyCyxRKA8C" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 1, + "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": -9, + "value": 9 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 35, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "name": "Teufelchen I", + "displayName": 0, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "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 + }, + "disposition": -1, + "displayBars": 0, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, + "flags": { + "darkness-dependent-vision": { + "dimVisionDarknessMin": null, + "dimVisionDarknessMax": null, + "brightVisionDarknessMin": null, + "brightVisionDarknessMax": null + } + }, + "randomImg": false, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346774, + "modifiedTime": 1668995461212, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!aqbcBjeCJUHJ5uVj" +} \ No newline at end of file diff --git a/packs/creatures/Todesfee_6KmAeL9lVxWXIeU6.json b/packs/creatures/Todesfee_6KmAeL9lVxWXIeU6.json new file mode 100644 index 00000000..02d2e749 --- /dev/null +++ b/packs/creatures/Todesfee_6KmAeL9lVxWXIeU6.json @@ -0,0 +1,177 @@ +{ + "_id": "6KmAeL9lVxWXIeU6", + "name": "Todesfee", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "0tHp37tNXFa9akK0", + "quc1WJJwo4UMlkg3", + "U6mQ5sQwMjdLgUww", + "IolX9qsFGSxYN38o", + "w1h6K90G0l0RXQy5", + "eSMM4Zq5UPWN31iB", + "VHUCIwHGz93rL2db", + "vcdY5BrydMFLsnRU", + "We3eGY2UjINy3lRZ", + "aTr4fC2AuCJ5PLGF" + ], + "effects": [ + "EeRWStF1rRiIO5Ar" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 6, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 10, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 3, + "mod": 0 + }, + "aura": { + "base": 9, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 35 + }, + "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": "undead", + "sizeCategory": "normal", + "experiencePoints": 284, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Todesfee", + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346224, + "modifiedTime": 1668995462763, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!6KmAeL9lVxWXIeU6" +} \ No newline at end of file diff --git a/packs/creatures/Totenkraft_02uWHUcM8MBPKqb6.json b/packs/creatures/Totenkraft_02uWHUcM8MBPKqb6.json new file mode 100644 index 00000000..fb940f06 --- /dev/null +++ b/packs/creatures/Totenkraft_02uWHUcM8MBPKqb6.json @@ -0,0 +1,32 @@ +{ + "_id": "02uWHUcM8MBPKqb6", + "name": "Totenkraft", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", + "effects": [ + "xw1OyyTdDwkNe2jC" + ], + "folder": null, + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" + } + }, + "system": { + "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6" +} \ No newline at end of file diff --git a/packs/creatures/Totenkraft_L6i191M3m9QXN9aJ.json b/packs/creatures/Totenkraft_L6i191M3m9QXN9aJ.json new file mode 100644 index 00000000..c4d69b3f --- /dev/null +++ b/packs/creatures/Totenkraft_L6i191M3m9QXN9aJ.json @@ -0,0 +1,32 @@ +{ + "_id": "L6i191M3m9QXN9aJ", + "name": "Totenkraft", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", + "effects": [ + "xw1OyyTdDwkNe2jC" + ], + "folder": null, + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" + } + }, + "system": { + "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ" +} \ No newline at end of file diff --git a/packs/creatures/Totenkraft_aTr4fC2AuCJ5PLGF.json b/packs/creatures/Totenkraft_aTr4fC2AuCJ5PLGF.json new file mode 100644 index 00000000..1f98aa67 --- /dev/null +++ b/packs/creatures/Totenkraft_aTr4fC2AuCJ5PLGF.json @@ -0,0 +1,32 @@ +{ + "_id": "aTr4fC2AuCJ5PLGF", + "name": "Totenkraft", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", + "effects": [ + "xw1OyyTdDwkNe2jC" + ], + "folder": null, + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" + } + }, + "system": { + "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF" +} \ No newline at end of file diff --git a/packs/creatures/Totenkraft_nX0rcnKD1xHYwysw.json b/packs/creatures/Totenkraft_nX0rcnKD1xHYwysw.json new file mode 100644 index 00000000..1fcbebe6 --- /dev/null +++ b/packs/creatures/Totenkraft_nX0rcnKD1xHYwysw.json @@ -0,0 +1,32 @@ +{ + "_id": "nX0rcnKD1xHYwysw", + "name": "Totenkraft", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", + "effects": [ + "xw1OyyTdDwkNe2jC" + ], + "folder": null, + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ZkgZiFI5xy8aevG8" + } + }, + "system": { + "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw" +} \ No newline at end of file diff --git a/packs/creatures/Troll_EItxqEiDUOmJdy4n.json b/packs/creatures/Troll_EItxqEiDUOmJdy4n.json new file mode 100644 index 00000000..27b30aac --- /dev/null +++ b/packs/creatures/Troll_EItxqEiDUOmJdy4n.json @@ -0,0 +1,173 @@ +{ + "_id": "EItxqEiDUOmJdy4n", + "name": "Troll", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/troll-blue.png", + "items": [ + "k4z8YIPc1sSdgAuf", + "SUbNCeLDrM29kOjI", + "2t0pWjoVV6V1XL7m", + "XBYL6p6Lh2di3cL0", + "ut3GaXn0lU6CJO2f", + "wxRyDYdcYDvfRLsw", + "hutBK3nVQ2TZBivP", + "275bgVmTqYULPH3V" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 30, + "value": 60 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 3 + }, + "movement": { + "mod": 1 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "#BW 1B16", + "foeFactor": 14, + "creatureType": "humanoid", + "sizeCategory": "large", + "experiencePoints": 202, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Troll", + "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/troll*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346327, + "modifiedTime": 1668995460770, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!EItxqEiDUOmJdy4n" +} \ No newline at end of file diff --git a/packs/creatures/Trugbild_8yzQEtT02oPB3gQT.json b/packs/creatures/Trugbild_8yzQEtT02oPB3gQT.json new file mode 100644 index 00000000..183f3c17 --- /dev/null +++ b/packs/creatures/Trugbild_8yzQEtT02oPB3gQT.json @@ -0,0 +1,73 @@ +{ + "_id": "8yzQEtT02oPB3gQT", + "name": "Trugbild", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/mirror-mirror.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.eMilydZd4gqDUsff" + } + }, + "system": { + "description": "

Dieser Zauber erschafft eine rein optische, unbewegliche Illusion, deren Ausmaße maximal VE/2 Kubikmeter betragen können. Die Illusion ist mit einer erfolgreichen Bemerken-Probe (DS4 S. 89) – abzüglich des halbierten Probenergebnisses der Trugbild Zaubern-Probe – durchschaubar.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "hours" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.8yzQEtT02oPB3gQT" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_2QXz0iopabnNNlQA.json b/packs/creatures/Umschlingen_2QXz0iopabnNNlQA.json new file mode 100644 index 00000000..5805558d --- /dev/null +++ b/packs/creatures/Umschlingen_2QXz0iopabnNNlQA.json @@ -0,0 +1,30 @@ +{ + "_id": "2QXz0iopabnNNlQA", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wBgO5Hc4oHKfRN6f.2QXz0iopabnNNlQA" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_JQuu3LzkV71R3eHr.json b/packs/creatures/Umschlingen_JQuu3LzkV71R3eHr.json new file mode 100644 index 00000000..c47323e8 --- /dev/null +++ b/packs/creatures/Umschlingen_JQuu3LzkV71R3eHr.json @@ -0,0 +1,30 @@ +{ + "_id": "JQuu3LzkV71R3eHr", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z7Dt5epXbuKn20US.JQuu3LzkV71R3eHr" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_SMDvuSaB2M06xcg5.json b/packs/creatures/Umschlingen_SMDvuSaB2M06xcg5.json new file mode 100644 index 00000000..67f9f791 --- /dev/null +++ b/packs/creatures/Umschlingen_SMDvuSaB2M06xcg5.json @@ -0,0 +1,30 @@ +{ + "_id": "SMDvuSaB2M06xcg5", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.SMDvuSaB2M06xcg5" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_eTfSg6U4xZdJN7ec.json b/packs/creatures/Umschlingen_eTfSg6U4xZdJN7ec.json new file mode 100644 index 00000000..4533edd6 --- /dev/null +++ b/packs/creatures/Umschlingen_eTfSg6U4xZdJN7ec.json @@ -0,0 +1,30 @@ +{ + "_id": "eTfSg6U4xZdJN7ec", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.eTfSg6U4xZdJN7ec" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_hutBK3nVQ2TZBivP.json b/packs/creatures/Umschlingen_hutBK3nVQ2TZBivP.json new file mode 100644 index 00000000..c91b5468 --- /dev/null +++ b/packs/creatures/Umschlingen_hutBK3nVQ2TZBivP.json @@ -0,0 +1,30 @@ +{ + "_id": "hutBK3nVQ2TZBivP", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.hutBK3nVQ2TZBivP" +} \ No newline at end of file diff --git a/packs/creatures/Umschlingen_u8EFs9MhGH4cjqzI.json b/packs/creatures/Umschlingen_u8EFs9MhGH4cjqzI.json new file mode 100644 index 00000000..760a4c09 --- /dev/null +++ b/packs/creatures/Umschlingen_u8EFs9MhGH4cjqzI.json @@ -0,0 +1,30 @@ +{ + "_id": "u8EFs9MhGH4cjqzI", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.AjPsjbxcuNslQEuE" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QudriM5XZhEC7D6v.u8EFs9MhGH4cjqzI" +} \ No newline at end of file diff --git a/packs/creatures/Unsichtbarkeit_D3McezCJz6afqzmR.json b/packs/creatures/Unsichtbarkeit_D3McezCJz6afqzmR.json new file mode 100644 index 00000000..a1b19012 --- /dev/null +++ b/packs/creatures/Unsichtbarkeit_D3McezCJz6afqzmR.json @@ -0,0 +1,73 @@ +{ + "_id": "D3McezCJz6afqzmR", + "name": "Unsichtbarkeit", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", + "effects": [], + "folder": null, + "sort": 1000000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.EXqdD6yddQ4c0zAw" + } + }, + "system": { + "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 20, + "wizard": 12, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.D3McezCJz6afqzmR" +} \ No newline at end of file diff --git a/packs/creatures/Unsichtbarkeit_WcTIZrzNl287ClsD.json b/packs/creatures/Unsichtbarkeit_WcTIZrzNl287ClsD.json new file mode 100644 index 00000000..8d9be895 --- /dev/null +++ b/packs/creatures/Unsichtbarkeit_WcTIZrzNl287ClsD.json @@ -0,0 +1,73 @@ +{ + "_id": "WcTIZrzNl287ClsD", + "name": "Unsichtbarkeit", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.EXqdD6yddQ4c0zAw" + } + }, + "system": { + "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 20, + "wizard": 12, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.WcTIZrzNl287ClsD" +} \ No newline at end of file diff --git a/packs/creatures/Unwolf_O2maANGDJHPLX8aE.json b/packs/creatures/Unwolf_O2maANGDJHPLX8aE.json new file mode 100644 index 00000000..8ffa9346 --- /dev/null +++ b/packs/creatures/Unwolf_O2maANGDJHPLX8aE.json @@ -0,0 +1,173 @@ +{ + "_id": "O2maANGDJHPLX8aE", + "name": "Unwolf", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/nether-wolf.png", + "items": [ + "9olbXmWVzPkmPhvu", + "p3zhDhgstlj2JMxe", + "hcB5LcidhVSW5rI7", + "MPb5ZrTIutJ291XD", + "fMULyKcCpn2tVMPO", + "qLG2ZZPYGAbLzpBf", + "4851TNs45Q3hSrU1", + "NXxoBj91nyeyBm4M" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 12, + "value": 35 + }, + "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 1A:16)", + "foeFactor": 7, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 115, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Unwolf", + "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/nether-wolf.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346597, + "modifiedTime": 1668995460893, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!O2maANGDJHPLX8aE" +} \ No newline at end of file diff --git a/packs/creatures/Vampirfledermaus_lys4bJc7GL5f5ORp.json b/packs/creatures/Vampirfledermaus_lys4bJc7GL5f5ORp.json new file mode 100644 index 00000000..3876e873 --- /dev/null +++ b/packs/creatures/Vampirfledermaus_lys4bJc7GL5f5ORp.json @@ -0,0 +1,170 @@ +{ + "_id": "lys4bJc7GL5f5ORp", + "name": "Vampirfledermaus", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/vampire-bat.png", + "items": [ + "G08O3BP9HQ0mLjAQ", + "hdTEWmE6saO2W7FI", + "OfL0gyUOJjAOW3xA", + "eH5vkCneA5sLHkmp", + "1zKUlljm7MEYc3l8" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 2, + "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": -13, + "value": 4 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "animal", + "sizeCategory": "tiny", + "experiencePoints": 55, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Vampirfledermaus", + "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/vampire-bat.png", + "scaleX": 0.5, + "scaleY": 0.5, + "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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346885, + "modifiedTime": 1668995461316, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!lys4bJc7GL5f5ORp" +} \ No newline at end of file diff --git a/packs/creatures/Verschlingen_T8SibpTZqhohwVkB.json b/packs/creatures/Verschlingen_T8SibpTZqhohwVkB.json new file mode 100644 index 00000000..e61140e0 --- /dev/null +++ b/packs/creatures/Verschlingen_T8SibpTZqhohwVkB.json @@ -0,0 +1,30 @@ +{ + "_id": "T8SibpTZqhohwVkB", + "name": "Verschlingen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" + } + }, + "system": { + "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält. Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.T8SibpTZqhohwVkB" +} \ No newline at end of file diff --git a/packs/creatures/Verschlingen_lOr6f4vMoBBOEPB7.json b/packs/creatures/Verschlingen_lOr6f4vMoBBOEPB7.json new file mode 100644 index 00000000..87cf3859 --- /dev/null +++ b/packs/creatures/Verschlingen_lOr6f4vMoBBOEPB7.json @@ -0,0 +1,30 @@ +{ + "_id": "lOr6f4vMoBBOEPB7", + "name": "Verschlingen", + "type": "specialCreatureAbility", + "sort": 1100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.fY7yRpxhQTIV5G2p" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", + "effects": [], + "folder": null, + "system": { + "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält.

\n

Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.lOr6f4vMoBBOEPB7" +} \ No newline at end of file diff --git a/packs/creatures/Versteinern_Hn8EIElYWelAKxiD.json b/packs/creatures/Versteinern_Hn8EIElYWelAKxiD.json new file mode 100644 index 00000000..2db76aab --- /dev/null +++ b/packs/creatures/Versteinern_Hn8EIElYWelAKxiD.json @@ -0,0 +1,30 @@ +{ + "_id": "Hn8EIElYWelAKxiD", + "name": "Versteinern", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5eB5a0FnygbaqWPe" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber Allheilung aufgehoben werden.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.Hn8EIElYWelAKxiD" +} \ No newline at end of file diff --git a/packs/creatures/Versteinern_NEEOtiJGhOpZ7RuW.json b/packs/creatures/Versteinern_NEEOtiJGhOpZ7RuW.json new file mode 100644 index 00000000..1df5d09a --- /dev/null +++ b/packs/creatures/Versteinern_NEEOtiJGhOpZ7RuW.json @@ -0,0 +1,30 @@ +{ + "_id": "NEEOtiJGhOpZ7RuW", + "name": "Versteinern", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5eB5a0FnygbaqWPe" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", + "effects": [], + "folder": null, + "system": { + "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber Allheilung aufgehoben werden.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.NEEOtiJGhOpZ7RuW" +} \ No newline at end of file diff --git a/packs/creatures/Verwirren_WgItN1MKxhGmbISB.json b/packs/creatures/Verwirren_WgItN1MKxhGmbISB.json new file mode 100644 index 00000000..cfdc8437 --- /dev/null +++ b/packs/creatures/Verwirren_WgItN1MKxhGmbISB.json @@ -0,0 +1,73 @@ +{ + "_id": "WgItN1MKxhGmbISB", + "name": "Verwirren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.niQVUxJHzdMDlwXc" + } + }, + "system": { + "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2" + }, + "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": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 8, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.WgItN1MKxhGmbISB" +} \ No newline at end of file diff --git a/packs/creatures/Verwirren_bKyT6b0j4wLXbL7O.json b/packs/creatures/Verwirren_bKyT6b0j4wLXbL7O.json new file mode 100644 index 00000000..a879908f --- /dev/null +++ b/packs/creatures/Verwirren_bKyT6b0j4wLXbL7O.json @@ -0,0 +1,73 @@ +{ + "_id": "bKyT6b0j4wLXbL7O", + "name": "Verwirren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", + "effects": [], + "folder": null, + "sort": 1200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.niQVUxJHzdMDlwXc" + } + }, + "system": { + "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2" + }, + "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": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 8, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.bKyT6b0j4wLXbL7O" +} \ No newline at end of file diff --git a/packs/creatures/Wand_ffnung_sNZcw4ywoelqwcFi.json b/packs/creatures/Wand_ffnung_sNZcw4ywoelqwcFi.json new file mode 100644 index 00000000..96305734 --- /dev/null +++ b/packs/creatures/Wand_ffnung_sNZcw4ywoelqwcFi.json @@ -0,0 +1,73 @@ +{ + "_id": "sNZcw4ywoelqwcFi", + "name": "Wandöffnung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/hole.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.7foZzrxZuX0dCh3C" + } + }, + "system": { + "description": "

Der Zauberwirker öffnet ein kreisrundes Loch von 1 m Durchmesser in einer bis zu VE x 10 cm dicken, nichtmagischen Steinwand.

\n

Nach Ablauf des Zaubers verschwindet das Loch ohne Spuren zu hinterlassen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": true, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 14 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.sNZcw4ywoelqwcFi" +} \ No newline at end of file diff --git a/packs/creatures/Warzenhaut_2t0pWjoVV6V1XL7m.json b/packs/creatures/Warzenhaut_2t0pWjoVV6V1XL7m.json new file mode 100644 index 00000000..c45beb3b --- /dev/null +++ b/packs/creatures/Warzenhaut_2t0pWjoVV6V1XL7m.json @@ -0,0 +1,33 @@ +{ + "_id": "2t0pWjoVV6V1XL7m", + "name": "Warzenhaut", + "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": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.2t0pWjoVV6V1XL7m" +} \ No newline at end of file diff --git a/packs/creatures/Warzenhaut_V7Qw97Fk5MJgijNs.json b/packs/creatures/Warzenhaut_V7Qw97Fk5MJgijNs.json new file mode 100644 index 00000000..96775e26 --- /dev/null +++ b/packs/creatures/Warzenhaut_V7Qw97Fk5MJgijNs.json @@ -0,0 +1,33 @@ +{ + "_id": "V7Qw97Fk5MJgijNs", + "name": "Warzenhaut", + "type": "armor", + "sort": 100000, + "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!8E7Mm0LsiqFm6syY.V7Qw97Fk5MJgijNs" +} \ No newline at end of file diff --git a/packs/creatures/Wasserelementar_III_dlrDPQ3is4NkzZJB.json b/packs/creatures/Wasserelementar_III_dlrDPQ3is4NkzZJB.json new file mode 100644 index 00000000..3ae9bce2 --- /dev/null +++ b/packs/creatures/Wasserelementar_III_dlrDPQ3is4NkzZJB.json @@ -0,0 +1,169 @@ +{ + "_id": "dlrDPQ3is4NkzZJB", + "name": "Wasserelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "HPT4hAgQnGf1gbJR", + "OIKYSareGFhHJxAB", + "NKUKD1KfNTpKZygj", + "VCmj5YFjcDb1Slay" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 6, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 31, + "value": 62 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 16, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 133, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Wasserelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346824, + "modifiedTime": 1668995461262, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!dlrDPQ3is4NkzZJB" +} \ No newline at end of file diff --git a/packs/creatures/Wasserelementar_II_Xn7g2PB1rXvllwRi.json b/packs/creatures/Wasserelementar_II_Xn7g2PB1rXvllwRi.json new file mode 100644 index 00000000..0c1b6661 --- /dev/null +++ b/packs/creatures/Wasserelementar_II_Xn7g2PB1rXvllwRi.json @@ -0,0 +1,169 @@ +{ + "_id": "Xn7g2PB1rXvllwRi", + "name": "Wasserelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "HPT4hAgQnGf1gbJR", + "OIKYSareGFhHJxAB", + "NKUKD1KfNTpKZygj", + "VCmj5YFjcDb1Slay" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 24 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 9, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 83, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Wasserelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346733, + "modifiedTime": 1668995461168, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Xn7g2PB1rXvllwRi" +} \ No newline at end of file diff --git a/packs/creatures/Wasserelementar_I_ZJF6ieo8O0GXfgwz.json b/packs/creatures/Wasserelementar_I_ZJF6ieo8O0GXfgwz.json new file mode 100644 index 00000000..21bec330 --- /dev/null +++ b/packs/creatures/Wasserelementar_I_ZJF6ieo8O0GXfgwz.json @@ -0,0 +1,169 @@ +{ + "_id": "ZJF6ieo8O0GXfgwz", + "name": "Wasserelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "HPT4hAgQnGf1gbJR", + "OIKYSareGFhHJxAB", + "NKUKD1KfNTpKZygj", + "VCmj5YFjcDb1Slay" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 6, + "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": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 10 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 3, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 60, + "description": "

Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.

\n

Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.

" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Wasserelementar 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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346750, + "modifiedTime": 1668995461197, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ZJF6ieo8O0GXfgwz" +} \ No newline at end of file diff --git a/packs/creatures/Wasserstrahl_HPT4hAgQnGf1gbJR.json b/packs/creatures/Wasserstrahl_HPT4hAgQnGf1gbJR.json new file mode 100644 index 00000000..b8d7c82e --- /dev/null +++ b/packs/creatures/Wasserstrahl_HPT4hAgQnGf1gbJR.json @@ -0,0 +1,33 @@ +{ + "_id": "HPT4hAgQnGf1gbJR", + "name": "Wasserstrahl", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "

-1 WB / 2 Meter

", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "meleeRanged", + "weaponBonus": 4, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.HPT4hAgQnGf1gbJR" +} \ No newline at end of file diff --git a/packs/creatures/Wehklagen_We3eGY2UjINy3lRZ.json b/packs/creatures/Wehklagen_We3eGY2UjINy3lRZ.json new file mode 100644 index 00000000..29116fb0 --- /dev/null +++ b/packs/creatures/Wehklagen_We3eGY2UjINy3lRZ.json @@ -0,0 +1,69 @@ +{ + "_id": "We3eGY2UjINy3lRZ", + "name": "Wehklagen", + "type": "spell", + "sort": 1000000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "

Jeder im Umkreis von 9 m um die Todesfee erleidet nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "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": true + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "9", + "unit": "meter" + }, + "duration": { + "value": "", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.We3eGY2UjINy3lRZ" +} \ No newline at end of file diff --git a/packs/creatures/Werteverlust__GEI__8lyV8jx9ZVqPA4kF.json b/packs/creatures/Werteverlust__GEI__8lyV8jx9ZVqPA4kF.json new file mode 100644 index 00000000..ad814ae7 --- /dev/null +++ b/packs/creatures/Werteverlust__GEI__8lyV8jx9ZVqPA4kF.json @@ -0,0 +1,30 @@ +{ + "_id": "8lyV8jx9ZVqPA4kF", + "name": "Werteverlust (GEI)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.m52MTRs1GMXScTki" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", + "effects": [], + "folder": null, + "system": { + "description": "

Pro schadensverursachenden Treffer mit dem Gedankenzehrerstrahl-Zauber wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.8lyV8jx9ZVqPA4kF" +} \ No newline at end of file diff --git a/packs/creatures/Werteverlust__K_R__fdt4YJVWp3XylED1.json b/packs/creatures/Werteverlust__K_R__fdt4YJVWp3XylED1.json new file mode 100644 index 00000000..8594f570 --- /dev/null +++ b/packs/creatures/Werteverlust__K_R__fdt4YJVWp3XylED1.json @@ -0,0 +1,30 @@ +{ + "_id": "fdt4YJVWp3XylED1", + "name": "Werteverlust (KÖR)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", + "effects": [], + "folder": null, + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.RwT0NBwkc1TuAR1e" + } + }, + "system": { + "description": "

Pro schadensverursachendem Treffer wird KÖR um 1 gesenkt (bei KÖR Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.fdt4YJVWp3XylED1" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__0x83GMWxMjm02G5r.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__0x83GMWxMjm02G5r.json new file mode 100644 index 00000000..e153e856 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__0x83GMWxMjm02G5r.json @@ -0,0 +1,30 @@ +{ + "_id": "0x83GMWxMjm02G5r", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!m9uwTf6binQeuVAb.0x83GMWxMjm02G5r" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__275bgVmTqYULPH3V.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__275bgVmTqYULPH3V.json new file mode 100644 index 00000000..e7863a4e --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__275bgVmTqYULPH3V.json @@ -0,0 +1,30 @@ +{ + "_id": "275bgVmTqYULPH3V", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.275bgVmTqYULPH3V" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__27WSvh2zN2Th7iAs.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__27WSvh2zN2Th7iAs.json new file mode 100644 index 00000000..4c81959f --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__27WSvh2zN2Th7iAs.json @@ -0,0 +1,30 @@ +{ + "_id": "27WSvh2zN2Th7iAs", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!KlpfMH3L3pL82SSd.27WSvh2zN2Th7iAs" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__2lkp7kvBk98s2WcR.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__2lkp7kvBk98s2WcR.json new file mode 100644 index 00000000..03c3aa35 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__2lkp7kvBk98s2WcR.json @@ -0,0 +1,30 @@ +{ + "_id": "2lkp7kvBk98s2WcR", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!US32MfI48tX5x8Kz.2lkp7kvBk98s2WcR" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3bhEx0YT3KTgl19E.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3bhEx0YT3KTgl19E.json new file mode 100644 index 00000000..861df4ff --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3bhEx0YT3KTgl19E.json @@ -0,0 +1,30 @@ +{ + "_id": "3bhEx0YT3KTgl19E", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FYpSMLagk6Qs6MWS.3bhEx0YT3KTgl19E" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3wfMRBF49WH74mt2.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3wfMRBF49WH74mt2.json new file mode 100644 index 00000000..37d34dbf --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__3wfMRBF49WH74mt2.json @@ -0,0 +1,30 @@ +{ + "_id": "3wfMRBF49WH74mt2", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!uomniEHbTAek8ERH.3wfMRBF49WH74mt2" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6eLzanLV8RG4p2Da.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6eLzanLV8RG4p2Da.json new file mode 100644 index 00000000..a0c60a57 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6eLzanLV8RG4p2Da.json @@ -0,0 +1,30 @@ +{ + "_id": "6eLzanLV8RG4p2Da", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.6eLzanLV8RG4p2Da" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6oHGA6nCXRiuAY2O.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6oHGA6nCXRiuAY2O.json new file mode 100644 index 00000000..75d3fdb6 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__6oHGA6nCXRiuAY2O.json @@ -0,0 +1,30 @@ +{ + "_id": "6oHGA6nCXRiuAY2O", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!e1oy4levSO4VOQx8.6oHGA6nCXRiuAY2O" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__CdZkMCsLB0EwUdqv.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__CdZkMCsLB0EwUdqv.json new file mode 100644 index 00000000..4f36d602 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__CdZkMCsLB0EwUdqv.json @@ -0,0 +1,30 @@ +{ + "_id": "CdZkMCsLB0EwUdqv", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsIywRHMnJM7u4ts.CdZkMCsLB0EwUdqv" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__DNSCPQ1kOSiiyvOK.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__DNSCPQ1kOSiiyvOK.json new file mode 100644 index 00000000..826a0a27 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__DNSCPQ1kOSiiyvOK.json @@ -0,0 +1,30 @@ +{ + "_id": "DNSCPQ1kOSiiyvOK", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.DNSCPQ1kOSiiyvOK" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__F5KCKyCC8nD8lrn2.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__F5KCKyCC8nD8lrn2.json new file mode 100644 index 00000000..eef3991e --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__F5KCKyCC8nD8lrn2.json @@ -0,0 +1,30 @@ +{ + "_id": "F5KCKyCC8nD8lrn2", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7CvWSMFqWHvwajP1.F5KCKyCC8nD8lrn2" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__HFksDdMTR1oh3gDo.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__HFksDdMTR1oh3gDo.json new file mode 100644 index 00000000..7ecdbc82 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__HFksDdMTR1oh3gDo.json @@ -0,0 +1,30 @@ +{ + "_id": "HFksDdMTR1oh3gDo", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!htgryhd630WQgeD8.HFksDdMTR1oh3gDo" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__NXxoBj91nyeyBm4M.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__NXxoBj91nyeyBm4M.json new file mode 100644 index 00000000..55409bee --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__NXxoBj91nyeyBm4M.json @@ -0,0 +1,30 @@ +{ + "_id": "NXxoBj91nyeyBm4M", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.NXxoBj91nyeyBm4M" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__PFpQT1jYCeKy2yuk.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__PFpQT1jYCeKy2yuk.json new file mode 100644 index 00000000..bfdabb30 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__PFpQT1jYCeKy2yuk.json @@ -0,0 +1,30 @@ +{ + "_id": "PFpQT1jYCeKy2yuk", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.PFpQT1jYCeKy2yuk" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__THrZ1zvzJTdJ0413.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__THrZ1zvzJTdJ0413.json new file mode 100644 index 00000000..57c3a16b --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__THrZ1zvzJTdJ0413.json @@ -0,0 +1,30 @@ +{ + "_id": "THrZ1zvzJTdJ0413", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QudriM5XZhEC7D6v.THrZ1zvzJTdJ0413" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__TVxn2FjSGirdC90w.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__TVxn2FjSGirdC90w.json new file mode 100644 index 00000000..c4f4ee66 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__TVxn2FjSGirdC90w.json @@ -0,0 +1,30 @@ +{ + "_id": "TVxn2FjSGirdC90w", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!A4zxgFGkMQpm67TR.TVxn2FjSGirdC90w" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__WG8AshF0brFilFXB.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__WG8AshF0brFilFXB.json new file mode 100644 index 00000000..0a0cfe2a --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__WG8AshF0brFilFXB.json @@ -0,0 +1,30 @@ +{ + "_id": "WG8AshF0brFilFXB", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7B1AJKsZ9OBmj46R.WG8AshF0brFilFXB" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__XdTwK8lRxVvGfKja.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__XdTwK8lRxVvGfKja.json new file mode 100644 index 00000000..f01ffbf6 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__XdTwK8lRxVvGfKja.json @@ -0,0 +1,30 @@ +{ + "_id": "XdTwK8lRxVvGfKja", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!bEKen2GJBc6d0nix.XdTwK8lRxVvGfKja" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__Y2r3v6U8Grn619HR.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__Y2r3v6U8Grn619HR.json new file mode 100644 index 00000000..3ee5999e --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__Y2r3v6U8Grn619HR.json @@ -0,0 +1,30 @@ +{ + "_id": "Y2r3v6U8Grn619HR", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rLUCyWfSBebB8cSC.Y2r3v6U8Grn619HR" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__YH44ChGg43M1zfJV.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__YH44ChGg43M1zfJV.json new file mode 100644 index 00000000..2dfa2531 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__YH44ChGg43M1zfJV.json @@ -0,0 +1,30 @@ +{ + "_id": "YH44ChGg43M1zfJV", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!DoaYEZc7DgLJQ8yg.YH44ChGg43M1zfJV" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__bH4dBG5AeJ442465.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__bH4dBG5AeJ442465.json new file mode 100644 index 00000000..1db9aa10 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__bH4dBG5AeJ442465.json @@ -0,0 +1,30 @@ +{ + "_id": "bH4dBG5AeJ442465", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nDRdljcZzkonbU0s.bH4dBG5AeJ442465" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__d4qTXCVuiStZW2tY.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__d4qTXCVuiStZW2tY.json new file mode 100644 index 00000000..3cbc8ed4 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__d4qTXCVuiStZW2tY.json @@ -0,0 +1,30 @@ +{ + "_id": "d4qTXCVuiStZW2tY", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!apBf4qnMODBmEWHU.d4qTXCVuiStZW2tY" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__e5PbQLkYj3kldXil.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__e5PbQLkYj3kldXil.json new file mode 100644 index 00000000..eb3757ba --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__e5PbQLkYj3kldXil.json @@ -0,0 +1,30 @@ +{ + "_id": "e5PbQLkYj3kldXil", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Rvu16XzEjizdqNsu.e5PbQLkYj3kldXil" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__exyyjDtEIdHRcx4n.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__exyyjDtEIdHRcx4n.json new file mode 100644 index 00000000..7be3494c --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__exyyjDtEIdHRcx4n.json @@ -0,0 +1,30 @@ +{ + "_id": "exyyjDtEIdHRcx4n", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.exyyjDtEIdHRcx4n" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__frBW7LCCpTlwh7hr.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__frBW7LCCpTlwh7hr.json new file mode 100644 index 00000000..d5f5d315 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__frBW7LCCpTlwh7hr.json @@ -0,0 +1,30 @@ +{ + "_id": "frBW7LCCpTlwh7hr", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!raKKehH8QctnDtMM.frBW7LCCpTlwh7hr" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hoqMl7N1bv8BKJA5.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hoqMl7N1bv8BKJA5.json new file mode 100644 index 00000000..994200aa --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hoqMl7N1bv8BKJA5.json @@ -0,0 +1,30 @@ +{ + "_id": "hoqMl7N1bv8BKJA5", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.hoqMl7N1bv8BKJA5" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hvOFruV5fmieLXnk.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hvOFruV5fmieLXnk.json new file mode 100644 index 00000000..4f764379 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__hvOFruV5fmieLXnk.json @@ -0,0 +1,30 @@ +{ + "_id": "hvOFruV5fmieLXnk", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.hvOFruV5fmieLXnk" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__kY4uQF3t99ANzx5T.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__kY4uQF3t99ANzx5T.json new file mode 100644 index 00000000..1d49ea78 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__kY4uQF3t99ANzx5T.json @@ -0,0 +1,30 @@ +{ + "_id": "kY4uQF3t99ANzx5T", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.kY4uQF3t99ANzx5T" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__qYO8vFpNBw2wQLIJ.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__qYO8vFpNBw2wQLIJ.json new file mode 100644 index 00000000..106e1e7e --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__qYO8vFpNBw2wQLIJ.json @@ -0,0 +1,30 @@ +{ + "_id": "qYO8vFpNBw2wQLIJ", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!kFieLVdVz8XittRw.qYO8vFpNBw2wQLIJ" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__vcdY5BrydMFLsnRU.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__vcdY5BrydMFLsnRU.json new file mode 100644 index 00000000..77d10be2 --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__vcdY5BrydMFLsnRU.json @@ -0,0 +1,30 @@ +{ + "_id": "vcdY5BrydMFLsnRU", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.vcdY5BrydMFLsnRU" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xAd7jo7Ni2KSl16I.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xAd7jo7Ni2KSl16I.json new file mode 100644 index 00000000..61cb670b --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xAd7jo7Ni2KSl16I.json @@ -0,0 +1,30 @@ +{ + "_id": "xAd7jo7Ni2KSl16I", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.xAd7jo7Ni2KSl16I" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xUH4ga5oyxeT3mW2.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xUH4ga5oyxeT3mW2.json new file mode 100644 index 00000000..15ab6f4b --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__xUH4ga5oyxeT3mW2.json @@ -0,0 +1,30 @@ +{ + "_id": "xUH4ga5oyxeT3mW2", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 1150000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsKKpweX6I1TQYBj.xUH4ga5oyxeT3mW2" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_der_Dunkelheit__Settingoption__yW9EtSEtM40owDQt.json b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__yW9EtSEtM40owDQt.json new file mode 100644 index 00000000..e33649fa --- /dev/null +++ b/packs/creatures/Wesen_der_Dunkelheit__Settingoption__yW9EtSEtM40owDQt.json @@ -0,0 +1,30 @@ +{ + "_id": "yW9EtSEtM40owDQt", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.R3j1CjXJckUH0CBG" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vXmTcBUKZkB2UBD7.yW9EtSEtM40owDQt" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_des_Lichts__Settingoption__As31RtyHN8S4aN7O.json b/packs/creatures/Wesen_des_Lichts__Settingoption__As31RtyHN8S4aN7O.json new file mode 100644 index 00000000..25b22506 --- /dev/null +++ b/packs/creatures/Wesen_des_Lichts__Settingoption__As31RtyHN8S4aN7O.json @@ -0,0 +1,30 @@ +{ + "_id": "As31RtyHN8S4aN7O", + "name": "Wesen des Lichts (Settingoption)", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.As31RtyHN8S4aN7O" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_des_Lichts__Settingoption__jP3c9iA0GT4gwt3c.json b/packs/creatures/Wesen_des_Lichts__Settingoption__jP3c9iA0GT4gwt3c.json new file mode 100644 index 00000000..1e65ff3e --- /dev/null +++ b/packs/creatures/Wesen_des_Lichts__Settingoption__jP3c9iA0GT4gwt3c.json @@ -0,0 +1,30 @@ +{ + "_id": "jP3c9iA0GT4gwt3c", + "name": "Wesen des Lichts (Settingoption)", + "type": "specialCreatureAbility", + "sort": 1000000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.jP3c9iA0GT4gwt3c" +} \ No newline at end of file diff --git a/packs/creatures/Wesen_des_Lichts__Settingoption__yTFT0UXNa9s9pbM4.json b/packs/creatures/Wesen_des_Lichts__Settingoption__yTFT0UXNa9s9pbM4.json new file mode 100644 index 00000000..510e5d66 --- /dev/null +++ b/packs/creatures/Wesen_des_Lichts__Settingoption__yTFT0UXNa9s9pbM4.json @@ -0,0 +1,30 @@ +{ + "_id": "yTFT0UXNa9s9pbM4", + "name": "Wesen des Lichts (Settingoption)", + "type": "specialCreatureAbility", + "sort": 1200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.KDDlwN9as9B4ljeA" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", + "effects": [], + "folder": null, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tchJggykZKx2ctBv.yTFT0UXNa9s9pbM4" +} \ No newline at end of file diff --git a/packs/creatures/Wolf_nZ9u6G3D3Q9oUXM8.json b/packs/creatures/Wolf_nZ9u6G3D3Q9oUXM8.json new file mode 100644 index 00000000..4e5ff283 --- /dev/null +++ b/packs/creatures/Wolf_nZ9u6G3D3Q9oUXM8.json @@ -0,0 +1,170 @@ +{ + "_id": "nZ9u6G3D3Q9oUXM8", + "name": "Wolf", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/wolf-2.png", + "items": [ + "CbeR35FgiGzc1xtl", + "PZ9G8IZoP5eiPQEx", + "ZDZ9qHG17DjQWhSE", + "nvwGqdzQA4Mf37Ci", + "PQZ9xUYQyQHv8gEy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 1, + "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": 10, + "value": 29 + }, + "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 1A:10)", + "foeFactor": 2, + "creatureType": "humanoid", + "sizeCategory": "normal", + "experiencePoints": 81, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Wolf", + "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/wolf*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346909, + "modifiedTime": 1668995461329, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!nZ9u6G3D3Q9oUXM8" +} \ No newline at end of file diff --git a/packs/creatures/Wolfspelz_PZ9G8IZoP5eiPQEx.json b/packs/creatures/Wolfspelz_PZ9G8IZoP5eiPQEx.json new file mode 100644 index 00000000..96aa5cb8 --- /dev/null +++ b/packs/creatures/Wolfspelz_PZ9G8IZoP5eiPQEx.json @@ -0,0 +1,33 @@ +{ + "_id": "PZ9G8IZoP5eiPQEx", + "name": "Wolfspelz", + "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": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.PZ9G8IZoP5eiPQEx" +} \ No newline at end of file diff --git a/packs/creatures/Wolke_des_Todes_m0sMPFGCoDjzT9jz.json b/packs/creatures/Wolke_des_Todes_m0sMPFGCoDjzT9jz.json new file mode 100644 index 00000000..b285bb48 --- /dev/null +++ b/packs/creatures/Wolke_des_Todes_m0sMPFGCoDjzT9jz.json @@ -0,0 +1,73 @@ +{ + "_id": "m0sMPFGCoDjzT9jz", + "name": "Wolke des Todes", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/skull-mask.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.xs7tx8K3ZdQ76u0b" + } + }, + "system": { + "description": "

Eine schwarze, qualmende Wolke des Todes mit einem Radius von maximal VE in Metern entsteht.

\n

Zwar ist die Wolke nicht undurchsichtig, dennoch werden Angriffe gegen Ziele darin um 2 erschwert, gleichsam erhalten alle innerhalb der Wolke -2 auf alle Proben, bei denen man besser sehen können sollte.

\n

Jeder Charakter innerhalb der Wolke erleidet pro Runde automatisch einen nicht abwehrbaren Punkt Schaden.

\n

Sollte der Schwarzmagier über das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} verfügen, wird sein Talentrang auf den nicht abwehrbaren Schaden, den jedes Opfer pro Kampfrunde erleidet, addiert.

\n

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": true, + "shadow": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 13 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.m0sMPFGCoDjzT9jz" +} \ No newline at end of file diff --git a/packs/creatures/Wurzelhiebe_eOBJ9tJLFizjQW0e.json b/packs/creatures/Wurzelhiebe_eOBJ9tJLFizjQW0e.json new file mode 100644 index 00000000..f902f92e --- /dev/null +++ b/packs/creatures/Wurzelhiebe_eOBJ9tJLFizjQW0e.json @@ -0,0 +1,33 @@ +{ + "_id": "eOBJ9tJLFizjQW0e", + "name": "Wurzelhiebe", + "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!XxrCtx56f0njVodK.eOBJ9tJLFizjQW0e" +} \ No newline at end of file diff --git a/packs/creatures/Zeitstop_ozbaYB7x9IHkkxz2.json b/packs/creatures/Zeitstop_ozbaYB7x9IHkkxz2.json new file mode 100644 index 00000000..9af06654 --- /dev/null +++ b/packs/creatures/Zeitstop_ozbaYB7x9IHkkxz2.json @@ -0,0 +1,73 @@ +{ + "_id": "ozbaYB7x9IHkkxz2", + "name": "Zeitstop", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/time-trap.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.BGnY1p1qZXwpzXFA" + } + }, + "system": { + "description": "

Der Zauberwirker hält die Zeit an, bis die Zauberdauer endet oder er Schaden verursacht bzw. selber erleidet.

Andere Objekte und Lebewesen können nicht bewegt werden – sie sind starr in der Zeit eingefroren.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -5, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 20 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.ozbaYB7x9IHkkxz2" +} \ No newline at end of file diff --git a/packs/creatures/Zerstampfen_XsKjxXO7k3vIMyfQ.json b/packs/creatures/Zerstampfen_XsKjxXO7k3vIMyfQ.json new file mode 100644 index 00000000..026bfe51 --- /dev/null +++ b/packs/creatures/Zerstampfen_XsKjxXO7k3vIMyfQ.json @@ -0,0 +1,30 @@ +{ + "_id": "XsKjxXO7k3vIMyfQ", + "name": "Zerstampfen", + "type": "specialCreatureAbility", + "sort": 1300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.XsKjxXO7k3vIMyfQ" +} \ No newline at end of file diff --git a/packs/creatures/Zerstampfen_clWF2wt2WK7eWuxW.json b/packs/creatures/Zerstampfen_clWF2wt2WK7eWuxW.json new file mode 100644 index 00000000..d21ab9f0 --- /dev/null +++ b/packs/creatures/Zerstampfen_clWF2wt2WK7eWuxW.json @@ -0,0 +1,30 @@ +{ + "_id": "clWF2wt2WK7eWuxW", + "name": "Zerstampfen", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dnX0uQXQCEnGs7dM.clWF2wt2WK7eWuxW" +} \ No newline at end of file diff --git a/packs/creatures/Zerstampfen_mOcmV58FSVafekAU.json b/packs/creatures/Zerstampfen_mOcmV58FSVafekAU.json new file mode 100644 index 00000000..f9e4cf39 --- /dev/null +++ b/packs/creatures/Zerstampfen_mOcmV58FSVafekAU.json @@ -0,0 +1,30 @@ +{ + "_id": "mOcmV58FSVafekAU", + "name": "Zerstampfen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.mOcmV58FSVafekAU" +} \ No newline at end of file diff --git a/packs/creatures/Zerstampfen_nFyr7vCp12na7Z3c.json b/packs/creatures/Zerstampfen_nFyr7vCp12na7Z3c.json new file mode 100644 index 00000000..50340fd3 --- /dev/null +++ b/packs/creatures/Zerstampfen_nFyr7vCp12na7Z3c.json @@ -0,0 +1,30 @@ +{ + "_id": "nFyr7vCp12na7Z3c", + "name": "Zerstampfen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.02QMKm8MHzz8yAxL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", + "effects": [], + "folder": null, + "system": { + "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.nFyr7vCp12na7Z3c" +} \ No newline at end of file diff --git a/packs/creatures/Zombie_rLUCyWfSBebB8cSC.json b/packs/creatures/Zombie_rLUCyWfSBebB8cSC.json new file mode 100644 index 00000000..6f92ff5d --- /dev/null +++ b/packs/creatures/Zombie_rLUCyWfSBebB8cSC.json @@ -0,0 +1,170 @@ +{ + "_id": "rLUCyWfSBebB8cSC", + "name": "Zombie", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/zombie-female-red.png", + "items": [ + "NdunVanOXm7hG0rX", + "ZjRYyfjMWlmtGUJ0", + "HT4yv3mKyIcwaLKr", + "rCzeYlfYzbGpNQOe", + "Y2r3v6U8Grn619HR" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 13, + "mod": 0 + }, + "mobility": { + "base": 3, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "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": 0, + "value": 28 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:4", + "foeFactor": 10, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 78, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { + "flags": {}, + "name": "Zombie", + "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/zombie*.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": [] + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995346978, + "modifiedTime": 1668995461342, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!rLUCyWfSBebB8cSC" +} \ No newline at end of file diff --git a/packs/items.json b/packs/items.json deleted file mode 100644 index a9f78ff1..00000000 --- a/packs/items.json +++ /dev/null @@ -1,19411 +0,0 @@ -[ - { - "_id": "03wnfxowhzvSJPSj", - "name": "Plattenpanzer +2", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-steel.webp", - "effects": [ - { - "_id": "uOEN4xXL3IcebbJO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 5300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342624, - "modifiedTime": 1668995456636, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "09Hp2c2jgoXx7cV0", - "name": "Kettenpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "EkJB0kpYFHRMYSgl", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342626, - "modifiedTime": 1668995456637, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0C9YNorSbYM5eyBj", - "name": "Zauberköcher", - "type": "equipment", - "img": "icons/containers/ammunition/arrows-quiver-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Jeder Pfeil, der aus diesem Köcher gezogen wird, hat für die Dauer einer Kampfrunde einen magischen Waffenbonus von +1.

", - "quantity": 1, - "price": 750.1, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342627, - "modifiedTime": 1668995456639, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0EwYRuQCBmE3LIm2", - "name": "Krummschwert", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-broad.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342629, - "modifiedTime": 1668995456640, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0P2wJM5qG1VupfXq", - "name": "Streitaxt +3", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-blue.webp", - "effects": [ - { - "_id": "DPS3CaNXapsBzzsj", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "aNtjz1DteptmA3ce", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 3257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342630, - "modifiedTime": 1668995456642, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0SrSqLjQ5CMNbwXV", - "name": "Holzschild +2", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-reinforced-boss-steel.webp", - "effects": [ - { - "_id": "eu80ImNhR1gsT7jg", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342631, - "modifiedTime": 1668995456644, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0UDiL2xAlGCEeckL", - "name": "Schlachtbeil", - "type": "weapon", - "img": "icons/weapons/axes/axe-battle-black.webp", - "effects": [ - { - "_id": "atmWPMxgNoeole7n", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-6", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -6", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 20, - "availability": "city", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342632, - "modifiedTime": 1668995456650, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0Vd79Orsle4PUqs2", - "name": "Gürtel der Trollstärke", - "type": "equipment", - "img": "icons/equipment/waist/belt-armored-studded-steel.webp", - "effects": [ - { - "_id": "43bRMhcEqMvQvRQU", - "flags": {}, - "changes": [ - { - "key": "system.traits.strength.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Stärke +3 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser mit kleinen Eisenplatten beschlagene Gürtel erhöht die Stärke seines Trägers um 3.

", - "quantity": 1, - "price": 3250.05, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342634, - "modifiedTime": 1668995456658, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0cAWFZtQfLF7q1ZX", - "name": "Elfenbogen +1", - "type": "weapon", - "img": "icons/weapons/bows/longbow-recurve-leather-brown.webp", - "effects": [ - { - "_id": "QScLkDv6gysh119m", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "UPsfGYjye47se1Gw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2325, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342635, - "modifiedTime": 1668995456661, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0e8GeSHxVf72FXvT", - "name": "Turmschild", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-boss-red.webp", - "effects": [ - { - "_id": "ScAKi1eiWow9Y1ZZ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -1

", - "quantity": 1, - "price": 15, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342637, - "modifiedTime": 1668995456665, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0f8ivq3Mveb3s3Fs", - "name": "Zwergenaxt", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-engraved.webp", - "effects": [ - { - "_id": "Ytio5tOcCUO91MQ0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -1", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -1

", - "quantity": 1, - "price": 60, - "availability": "dwarves", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342638, - "modifiedTime": 1668995456668, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0vIgZkHBeEPut73w", - "name": "Elfenbogen +3", - "type": "weapon", - "img": "icons/weapons/bows/longbow-recurve.webp", - "effects": [ - { - "_id": "QScLkDv6gysh119m", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "azjxgNJkYNvxg622", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 3325, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 6, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342641, - "modifiedTime": 1668995456674, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0wgXMtaVpVJabEun", - "name": "Dolch +3", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-double-engraved-black.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "JLc9UYdHy4aAeqA2", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative +1

", - "quantity": 1, - "price": 1752, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342643, - "modifiedTime": 1668995456677, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "12WbnUt5h84JQxMp", - "name": "Kettenpanzer +2", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "gPN9UcowmdjdyGyn", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342645, - "modifiedTime": 1668995456681, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "19bmt5UJrT3T36wE", - "name": "Heiltrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-corked-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses oftmals rote Getränk heilt W20 Lebenskraft.

", - "quantity": 1, - "price": 10, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342647, - "modifiedTime": 1668995456689, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1HjmUAR5mf59yXlw", - "name": "Unverwundbartrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-corked-shiny-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter erhält für W20 Runden +20 auf seine Abwehr durch diesen meist roten, flockigen Trank. Dieser Bonus gilt auch bei Schaden, gegen den normalerweise keine Abwehr zulässig ist.

", - "quantity": 1, - "price": 1000, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342649, - "modifiedTime": 1668995456696, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1IWsAaMSnz1Q9ZWd", - "name": "Schleuder +2", - "type": "weapon", - "img": "icons/weapons/slings/slingshot-wood.webp", - "effects": [ - { - "_id": "aKfE4S2oocgJMro8", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 1250.1, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342651, - "modifiedTime": 1668995456702, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1hmprC7XVhIPemy5", - "name": "Kurzbogen +2", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-recurve.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "VkuGm7hES83WX4HD", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 1756, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342654, - "modifiedTime": 1668995456706, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1uHuQJcCjjxzvP4C", - "name": "Teleporttrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-fumes-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser rauchige, wirbelnde Trank wirkt den Zauber @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport} auf den Trinker (keine Probe notwendig), nicht jedoch auf weitere Charaktere.

", - "quantity": 1, - "price": 1000, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342655, - "modifiedTime": 1668995456714, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1uYooTtDWgzB9FI9", - "name": "Rüstung des Löwen", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-gold.webp", - "effects": [ - { - "_id": "uOEN4xXL3IcebbJO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "iIT1kOsyMJn0mIte", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "1.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen +1,5 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine Plattenrüstung +2 mit verzierten Löwenköpfen, die Laufen +1,5 m gewährt.

", - "quantity": 1, - "price": 6800, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342658, - "modifiedTime": 1668995456723, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1vrVO2sqFqC4AA1k", - "name": "Wechselring", - "type": "equipment", - "img": "icons/equipment/finger/ring-cabochon-white-blue.webp", - "effects": [ - { - "_id": "uaLYD6951CS9od5d", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "5", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Wechsler +V", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Wechsler", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mittels Wechsler +V verleiht dieser Ring +10 auf Proben, um die eigenen Zauber zu wechseln.

", - "quantity": 1, - "price": 1502, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342664, - "modifiedTime": 1668995456728, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2BNzuiU6wc3r9ByF", - "name": "Plattenarmschienen +3", - "type": "armor", - "img": "icons/equipment/wrist/bracer-armored-steel-blue.webp", - "effects": [ - { - "_id": "PIRBFfHOrmdREhnH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "vambrace" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342668, - "modifiedTime": 1668995456733, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2C0GH1sYXj8QtRTK", - "name": "Krummsäbel +2", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-guard-brown.webp", - "effects": [ - { - "_id": "xjUL1B0P5jhze3vQ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1756, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342675, - "modifiedTime": 1668995456737, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2JQowFF6ZjF90OFI", - "name": "Hellebarde", - "type": "weapon", - "img": "icons/weapons/polearms/halberd-engraved-black.webp", - "effects": [ - { - "_id": "APXje5Ppu0d75HNw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2, Zerbricht bei Schlagen-Patzer

", - "quantity": 1, - "price": 1754, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342678, - "modifiedTime": 1668995456740, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2XfoxOYNOTar9OAt", - "name": "Abklingring", - "type": "equipment", - "img": "icons/equipment/finger/ring-band-engraved-scrolls-silver.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser einfache Abklingring senkt die Abklingzeit sämtlicher Zauber seines Trägers um 1.

", - "quantity": 1, - "price": 5252, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342685, - "modifiedTime": 1668995456742, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2jgIyVHZYJroSUFY", - "name": "Atemfreitrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-conical-bubbling-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Trinker dieses sprudelnden Trankes braucht für KÖR in Stunden nicht zu atmen.

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342690, - "modifiedTime": 1668995456744, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2le5COwoh45Pc4oD", - "name": "Flegel +1", - "type": "weapon", - "img": "icons/weapons/maces/flail-cube-grey.webp", - "effects": [ - { - "_id": "yXvt3CT4FbXYjIfc", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "rUye8ORwMGGtWPrr", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -2

", - "quantity": 1, - "price": 1758, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342692, - "modifiedTime": 1668995456746, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2ydkhz5gDjxAiaYy", - "name": "Bihänder +1", - "type": "weapon", - "img": "icons/weapons/swords/greatsword-crossguard-engraved-green.webp", - "effects": [ - { - "_id": "DaKTtdhRO45QZuDJ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "qdSiJ4l0AuTd68CB", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342694, - "modifiedTime": 1668995456750, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "34fD45Yzi3s2cSgy", - "name": "Lederpanzer (Für Reittiere) +3", - "type": "armor", - "img": "icons/commodities/leather/leather-leaf-tan.webp", - "effects": [ - { - "_id": "DY0fXwaK8RHbyo75", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4262, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342696, - "modifiedTime": 1668995456753, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3ZCLI6UN4i0zTeuv", - "name": "Krummschwert +2", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-bone.webp", - "effects": [ - { - "_id": "MUERgL0DjjZR3sv0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342698, - "modifiedTime": 1668995456755, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3pdw4CN8Wc9oCKX5", - "name": "Schloss: Einfach (SW: 0)", - "type": "loot", - "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342700, - "modifiedTime": 1668995456757, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3zqSBuiQWIsIov4h", - "name": "Kletterausrüstung", - "type": "loot", - "img": "icons/sundries/survival/rope-wrapped-loops-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342702, - "modifiedTime": 1668995456758, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "4E9WdEs1JaWrCYim", - "name": "Wagen (4 Räder)", - "type": "loot", - "img": "icons/commodities/wood/wood-wheel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 35, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342704, - "modifiedTime": 1668995456760, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "55AkLjiaIn0SWO9k", - "name": "Rüstung des Kriegers", - "type": "armor", - "img": "icons/equipment/chest/breastplate-collared-steel.webp", - "effects": [ - { - "_id": "uOEN4xXL3IcebbJO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "TZoEpatdi8z1nreX", - "flags": {}, - "changes": [ - { - "key": "system.attributes.body.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Körper +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese aufwendig verzierte Plattenrüstung +2 gewährt ihrem Träger +1 auf Körper.

", - "quantity": 1, - "price": 7300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342708, - "modifiedTime": 1668995456762, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5DY52CR03xXJHG6m", - "name": "Plattenpanzer +3", - "type": "armor", - "img": "icons/equipment/chest/breastplate-gorget-steel.webp", - "effects": [ - { - "_id": "wz2krJzwVba18XvV", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 6300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342711, - "modifiedTime": 1668995456765, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5KxdKllRXuau0Uhm", - "name": "Breitschwert", - "type": "weapon", - "img": "icons/weapons/swords/sword-broad-worn.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 8, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342715, - "modifiedTime": 1668995456767, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5MrsKOS4sAxpMv2U", - "name": "Lanze +2", - "type": "weapon", - "img": "icons/weapons/polearms/spear-flared-blue.webp", - "effects": [ - { - "_id": "iLA1AQrTlmA0BFnC", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", - "quantity": 1, - "price": 1752, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342718, - "modifiedTime": 1668995456769, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5cqP2SvMe5j0BD3t", - "name": "Immertreff", - "type": "weapon", - "img": "icons/weapons/bows/longbow-gold-pink.webp", - "effects": [ - { - "_id": "XsqzwEX1AvYJyczG", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "iUXn0CQKZw6Rr1yH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "QN5NueLJpTY2Vwat", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Fieser Schuss +II", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Fieser Schuss", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - }, - { - "_id": "rDzmy3Xb0qQfErWi", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Scharfschütze +II", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Scharfschütze", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein tödlicher Langbogen +2 mit Fieser Schuss +II und Scharfschütze +II.

\n

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 10660, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342725, - "modifiedTime": 1668995456771, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "60MhQmXh0c2cT5nx", - "name": "Lederpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342726, - "modifiedTime": 1668995456775, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6QehiJpVqqA9bW3P", - "name": "Hammer +2", - "type": "weapon", - "img": "icons/weapons/hammers/shorthammer-double-steel-embossed.webp", - "effects": [ - { - "_id": "xQlGUPOpB6Me9OgF", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342728, - "modifiedTime": 1668995456777, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6UBvjMJd6n5P5YWv", - "name": "Gewänder des Adlers", - "type": "armor", - "img": "icons/equipment/chest/breastplate-banded-simple-leather-brown.webp", - "effects": [ - { - "_id": "CUa4rA1A1cwWac46", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "cl2PqWeAtDsBjz8k", - "flags": {}, - "changes": [ - { - "key": "system.attributes.mind.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Geist +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese hellbeige, mit Adlerfedern verzierte Lederrüstung +1 gewährt +1 auf Geist.

", - "quantity": 1, - "price": 4254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342730, - "modifiedTime": 1668995456779, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6WqPqjMQMMPjV99U", - "name": "Kurzbogen +1", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-recurve-leather.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "8iny3Tt6i6g5EcYh", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 1256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342732, - "modifiedTime": 1668995456781, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "74iFRkzvOwLxOxOq", - "name": "Trank der Lebenskraft", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-labeled-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese meist blutroten Tränke erhöhen die Lebenskraft um W20 für W20 Stunden.

", - "quantity": 1, - "price": 500, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342735, - "modifiedTime": 1668995456784, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7CCoTap4GzN1uSNw", - "name": "Krummschwert +1", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-guard-wood.webp", - "effects": [ - { - "_id": "Vg3Q9A7QIXHrABFk", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342737, - "modifiedTime": 1668995456786, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7JCc96rbTbTSASbT", - "name": "Metallbesteck", - "type": "loot", - "img": "icons/tools/cooking/fork-steel-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342741, - "modifiedTime": 1668995456788, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7g4vNrJOoX0v4Byu", - "name": "Keule +3", - "type": "weapon", - "img": "icons/weapons/clubs/club-banded-brown.webp", - "effects": [ - { - "_id": "8y8e8BsFQZZkwUXk", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2250.2, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342744, - "modifiedTime": 1668995456792, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "830D1zHS3v0Gx4nB", - "name": "Schlagring +2", - "type": "weapon", - "img": "icons/weapons/fist/fist-knuckles-spiked-stone.webp", - "effects": [ - { - "_id": "iQZLQlcUQgnYg0Hs", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", - "quantity": 1, - "price": 1251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342750, - "modifiedTime": 1668995456796, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "83CJm0YUiYxIpcQx", - "name": "Wehrpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-cuirass-steel-grey.webp", - "effects": [ - { - "_id": "wz2krJzwVba18XvV", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "TuRxuZf6QZL2OvRk", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +2 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese massive, mit Metallverzierungen verstärkte Plattenrüstung +3 verfügt sogar über einen Halspanzer und gewährt ihrem Träger zusätzlich +2 auf Abwehr.

", - "quantity": 1, - "price": 7300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342756, - "modifiedTime": 1668995456799, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "89ZunLlXp1Lm6Wzd", - "name": "Holzschild +1", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-boss-steel-red.webp", - "effects": [ - { - "_id": "1M6yYhufFsvYsske", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342758, - "modifiedTime": 1668995456803, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8B4biRyQ6SN0fYtl", - "name": "Krummsäbel +3", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-guard-red.webp", - "effects": [ - { - "_id": "muxy8RtkuaOsrY2H", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342759, - "modifiedTime": 1668995456807, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8CYWepouh43ffkZ0", - "name": "Rauchkraut (5 Pfeifenköpfe)", - "type": "loot", - "img": "icons/commodities/flowers/flower-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342761, - "modifiedTime": 1668995456810, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8YpZMXq9RhMCJOst", - "name": "Angelhaken und Schnur", - "type": "loot", - "img": "icons/tools/fishing/hook-barbed-steel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.2, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342762, - "modifiedTime": 1668995456814, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8la7FJ8kpGNUWrCg", - "name": "Kurzschwert +1", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-green.webp", - "effects": [ - { - "_id": "CElngj6OWPpIw37j", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342764, - "modifiedTime": 1668995456817, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "99xGE9jkmXEXyf4U", - "name": "Plattenpanzer (Für Reittiere) +1", - "type": "armor", - "img": "icons/commodities/metal/mail-plate-steel.webp", - "effects": [ - { - "_id": "pAxAXam5JBN6Acz9", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-0.5", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "Jkhqmke6gzWU8vPZ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 4400, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342766, - "modifiedTime": 1668995456821, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9H3CBGOLUJ5JCHGJ", - "name": "Plattenbeinschienen", - "type": "armor", - "img": "icons/equipment/leg/pants-armored-tasset-steel.webp", - "effects": [ - { - "_id": "sIbiQW6tSjZyfCzk", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 8, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "greaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342768, - "modifiedTime": 1668995456823, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9MsBlnMhvAMe4zTk", - "name": "Leichte Armbrust +1", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-simple-brown.webp", - "effects": [ - { - "_id": "gMm2PnBADqXBrCi1", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "sACwF2e5qLRs6c1a", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 1758, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342769, - "modifiedTime": 1668995456826, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9NUM3H7oTfrHhFpD", - "name": "Andauernder Heiltrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-corked-pink.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses oft purpurne Getränk heilt 2W20 Runden lang 1 Lebenskraft/Runde.

", - "quantity": 1, - "price": 20, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342771, - "modifiedTime": 1668995456829, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9PdQv9CRy4ckaF0j", - "name": "Metallhelm +2", - "type": "armor", - "img": "icons/equipment/head/helm-barbute-engraved.webp", - "effects": [ - { - "_id": "9IOcWr1CbRpF3lya", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "helmet" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342772, - "modifiedTime": 1668995456831, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9aY1zWfD5RwZlAUH", - "name": "Tee (10 Tassen)", - "type": "loot", - "img": "icons/commodities/flowers/buds-red-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.05, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342774, - "modifiedTime": 1668995456833, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9xQRXWUYj3giHVRC", - "name": "Smaragd-Schlüssel", - "type": "loot", - "img": "icons/sundries/misc/key-jeweled-gold-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Einmal alle 24h kann man damit den Zauber @Compendium[ds4.spells.ip0DVeb1YeNrEeUu]{Öffnen} auf ein Schloss wirken.

", - "quantity": 1, - "price": null, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342775, - "modifiedTime": 1668995456835, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9xjica2DVZso8NIU", - "name": "Mantel der Augen", - "type": "equipment", - "img": "icons/equipment/back/cloak-collared-red.webp", - "effects": [ - { - "_id": "7I80O404E6ty4pHv", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Wahrnehmung +III", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Wahrnehmung", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser mit Augenmustern bestickte Mantel gewährt seinem Träger Wahrnehmung +III.

", - "quantity": 1, - "price": 376, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342776, - "modifiedTime": 1668995456837, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "A109X3ZiGGGiWCze", - "name": "Metallhelm +3", - "type": "armor", - "img": "icons/equipment/head/helm-barbute-engraved-steel.webp", - "effects": [ - { - "_id": "vhwepr5mHZHWDkCf", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "helmet" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342777, - "modifiedTime": 1668995456839, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "A6hSQX9cPpoWHiOh", - "name": "Lederpanzer +3", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-leather-studded.webp", - "effects": [ - { - "_id": "pYb7mMRhc5KBnUJT", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342779, - "modifiedTime": 1668995456841, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "A9QnXaonGzuUBktX", - "name": "Robe des Denkers", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-white.webp", - "effects": [ - { - "_id": "0GJ943ZfeGKcsb2l", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "Fyl7VFU1QhIbh2ul", - "flags": {}, - "changes": [ - { - "key": "system.traits.intellect.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "+1 Verstand (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese graue Robe +2 verleiht +1 auf Verstand.

", - "quantity": 1, - "price": 3251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342781, - "modifiedTime": 1668995456843, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ABxdFjBvQWavQsEk", - "name": "Plattenpanzer +1", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-steel-green.webp", - "effects": [ - { - "_id": "pAxAXam5JBN6Acz9", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-0.5", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "CXouU4P0kZYU6oXR", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 4300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342783, - "modifiedTime": 1668995456845, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Akhijp2Wayupy1qw", - "name": "Rüstung des Spähers", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "C7jqj8julpambLpm", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "1swDTN9Kj7othjdB", - "flags": {}, - "changes": [ - { - "key": "system.attributes.mobility.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Agilität +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese mit braunen Lederpolstern verstärkte Kettenrüstung +1 gewährt ihrem Träger +1 auf Agilität.

", - "quantity": 1, - "price": 5260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342785, - "modifiedTime": 1668995456848, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "AlmkanwZXY9UxMUD", - "name": "Fliegender Teppich", - "type": "loot", - "img": "icons/commodities/cloth/cloth-patterned-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein legendärer Gegenstand aus den heißen Wüstenlanden, in den die Zauber @Compendium[ds4.spells.NwLeietvcarS6zP5]{Fliegen} und @Compendium[ds4.spells.KUbT1gBeThcLY7vU]{Spurt} eingebettet sind. Die Zauber wirken permanent auf denjenigen, der in der Mitte des Teppichs sitzt. Proben auf Zaubern sind nicht erforderlich.

", - "quantity": 1, - "price": 4340, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342789, - "modifiedTime": 1668995456858, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Aw9aoumlI69gYv75", - "name": "Lederschienen +3", - "type": "armor", - "img": "icons/equipment/wrist/bracer-banded-leather-black.webp", - "effects": [ - { - "_id": "LE8TRjZF13O6kDB8", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

An Arm & Bein

", - "quantity": 1, - "price": 4254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "vambraceGreaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342791, - "modifiedTime": 1668995456866, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BeXHrv1TQzgfV6Mc", - "name": "Umhängetasche", - "type": "loot", - "img": "icons/containers/bags/pack-leather-embossed-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342792, - "modifiedTime": 1668995456873, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BrsnuGuOEfolt9VV", - "name": "Flegel +3", - "type": "weapon", - "img": "icons/weapons/maces/flail-studded-grey.webp", - "effects": [ - { - "_id": "yXvt3CT4FbXYjIfc", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "98YoU1PGqcSm47Zw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -2

", - "quantity": 1, - "price": 2758, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342794, - "modifiedTime": 1668995456884, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "C2ggZE3ifOXlonkj", - "name": "Laternenöl (brennt 4h)", - "type": "loot", - "img": "icons/containers/kitchenware/vase-clay-cracked-white.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.05, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342799, - "modifiedTime": 1668995456897, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "CHRqMQxkgz3jad9J", - "name": "Schlagring +3", - "type": "weapon", - "img": "icons/weapons/fist/fist-knuckles-brass.webp", - "effects": [ - { - "_id": "K3m0tLhoW9vT6e19", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", - "quantity": 1, - "price": 1751, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342800, - "modifiedTime": 1668995456900, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "CQZtlL8zUdOVUVrU", - "name": "Blutrüstung", - "type": "armor", - "img": "icons/equipment/chest/breastplate-rivited-red.webp", - "effects": [ - { - "_id": "pAxAXam5JBN6Acz9", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "CXouU4P0kZYU6oXR", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "32vJ305ynrZ0xYki", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Verletzen +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Verletzen", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

In diese rotgefärbte Plattenrüstung +1 ist das Talent Verletzen +I eingebettet.

\n

Laufen -0,5

", - "quantity": 1, - "price": 5300, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342802, - "modifiedTime": 1668995456911, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "CsUnbnytOapKsjuW", - "name": "Kartenspiel", - "type": "loot", - "img": "icons/sundries/gaming/playing-cards-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342803, - "modifiedTime": 1668995456921, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "D4aCfCqniMSQ43hL", - "name": "Plattenpanzer (Für Reittiere)", - "type": "armor", - "img": "icons/commodities/metal/mail-plate-steel.webp", - "effects": [ - { - "_id": "pAxAXam5JBN6Acz9", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -1

", - "quantity": 1, - "price": 150, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342805, - "modifiedTime": 1668995456942, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "D7MaTfapKAeO5TRs", - "name": "Wolfsmantel", - "type": "armor", - "img": "icons/equipment/chest/shirt-simple-grey.webp", - "effects": [ - { - "_id": "2IDnDKbImHFAHAu6", - "changes": [ - { - "key": "system.checks.perception", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Bemerken +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese Lederrüstung aus Wolfspelz verleiht ihrem Träger +3 auf sämtliche Bemerken-Proben. Ein ausgenommener Wolfskopf bildet die Kapuze.

", - "quantity": 1, - "price": 1004, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342807, - "modifiedTime": 1668995456953, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DRClmtZNGGYtritZ", - "name": "Kettenpanzer +3", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "BKpvNVwaSovtKyRB", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 5260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342808, - "modifiedTime": 1668995456963, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DS11ssHOcZTdZiLK", - "name": "Lanze", - "type": "weapon", - "img": "icons/weapons/polearms/spear-simple-engraved.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur im Trab (WB +1) oder Galopp (WB +4), Zerbricht bei Schlagen-Patzer

", - "quantity": 1, - "price": 2, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": null, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342809, - "modifiedTime": 1668995456976, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Dg8qq9n5FFxZG68k", - "name": "Langschwert +3", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-engraved.webp", - "effects": [ - { - "_id": "DSf5BV955w2hKZuf", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342810, - "modifiedTime": 1668995456983, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ETpbN0Q39eKPmWK0", - "name": "Schleuder", - "type": "weapon", - "img": "icons/weapons/slings/slingshot-wood.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342812, - "modifiedTime": 1668995456987, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ElUWNqUWZB4dH3QS", - "name": "Schwebenamulett", - "type": "equipment", - "img": "icons/equipment/neck/amulet-moth-gold-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauber @Compendium[ds4.spells.SPnYNGggFb8XRICE]{Schweben} wurde in dieses Amulett gebettet.

", - "quantity": 1, - "price": 1515, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342813, - "modifiedTime": 1668995456992, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "EwjFWRaLhR33wP92", - "name": "Langbogen +1", - "type": "weapon", - "img": "icons/weapons/bows/bow-ornamental-silver-black.webp", - "effects": [ - { - "_id": "XsqzwEX1AvYJyczG", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "zQsujP8ZT0cwdtqk", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 1760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342814, - "modifiedTime": 1668995456995, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "F1XnlA28XCnT7Y0V", - "name": "Kurzschwert +3", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-guard-gold-red.webp", - "effects": [ - { - "_id": "FZMhm4De8EXj7dBZ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342815, - "modifiedTime": 1668995457000, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FFCSMuHlDKiT0MxR", - "name": "Robe +1", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-white.webp", - "effects": [ - { - "_id": "JjEEDD1H1NvKF1Vr", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342816, - "modifiedTime": 1668995457006, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FKg3YI1EtiNfDcYO", - "name": "Metallschild +3", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-spiral.webp", - "effects": [ - { - "_id": "KZBNNdOmSqFkXC0X", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342817, - "modifiedTime": 1668995457011, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FPriMnCQK7DQHzJa", - "name": "Karren (2 Räder)", - "type": "loot", - "img": "icons/commodities/wood/wood-wheel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 15, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342819, - "modifiedTime": 1668995457013, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FVnS20q8S7LrAdFj", - "name": "Plattenbeinschienen +2", - "type": "armor", - "img": "icons/equipment/leg/cuisses-reticulated-black.webp", - "effects": [ - { - "_id": "Zw9tFdr75QWyt8lO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "greaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342821, - "modifiedTime": 1668995457017, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FVrbrxqVURPP3Yee", - "name": "Söldnertreu", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "C7jqj8julpambLpm", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "qTM84JzHmlfYXGCb", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.meleeAttack.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schlagen +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese mit blauen Stoffrändern gesäumte Kettenrüstung +1 gewährt ihrem Träger +1 auf Schlagen.

", - "quantity": 1, - "price": 3760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342825, - "modifiedTime": 1668995457022, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FbfsU0H1E7wCxm0q", - "name": "Krummsäbel", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-worn-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342827, - "modifiedTime": 1668995457027, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FfVzLWtmCVRwFI4n", - "name": "Hammer +1", - "type": "weapon", - "img": "icons/weapons/hammers/shorthammer-double-steel.webp", - "effects": [ - { - "_id": "rqEqNTsSgoto2la8", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1.257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342829, - "modifiedTime": 1668995457029, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Fl2OHl2zMi281SbE", - "name": "Dolch", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-black.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative +1

", - "quantity": 1, - "price": 2, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342837, - "modifiedTime": 1668995457033, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FoK7Tc7IePUpnDkL", - "name": "Dicke Reisedecke", - "type": "loot", - "img": "icons/sundries/survival/bedroll-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342845, - "modifiedTime": 1668995457037, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GEBWsHBuyh9KbIbb", - "name": "Schleuder +1", - "type": "weapon", - "img": "icons/weapons/slings/slingshot-wood.webp", - "effects": [ - { - "_id": "YCgrTPMCggWZOFdJ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 750.1, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342850, - "modifiedTime": 1668995457040, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GG7o5XbvBmmauzIw", - "name": "Keule +2", - "type": "weapon", - "img": "icons/weapons/clubs/club-barbed-engraved-brown.webp", - "effects": [ - { - "_id": "a8zW4tAcGbak3nno", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1750.2, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342855, - "modifiedTime": 1668995457045, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GJdez2VgLxwzlZAQ", - "name": "Schwere Armbrust", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-heavy-black.webp", - "effects": [ - { - "_id": "N4vxVFNLW9Q9QsIp", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-4", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -4", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 15, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342858, - "modifiedTime": 1668995457047, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GgWdEi4yyPb1wqYn", - "name": "Lederschienen", - "type": "armor", - "img": "icons/equipment/wrist/bracer-simple-leather.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

An Arm & Bein

", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "vambraceGreaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342859, - "modifiedTime": 1668995457052, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GgYd2UCD2Juq7EUF", - "name": "Lederpanzer +1", - "type": "armor", - "img": "icons/equipment/chest/breastplate-collared-leather-brown.webp", - "effects": [ - { - "_id": "CUa4rA1A1cwWac46", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342860, - "modifiedTime": 1668995457055, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HIfMiFd0ZbqE3VKt", - "name": "Verbandszeug", - "type": "loot", - "img": "icons/commodities/cloth/cloth-roll-worn-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Verschnaufen +1 oder natürliches Heilergebnis +1

", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342862, - "modifiedTime": 1668995457057, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HNHMmE4wNi0iXIjO", - "name": "Speer +3", - "type": "weapon", - "img": "icons/weapons/polearms/spear-hooked-double-jeweled.webp", - "effects": [ - { - "_id": "YUzHa2B8n4yYyWyY", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342863, - "modifiedTime": 1668995457059, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HcN322i9KLPzp1d4", - "name": "Kampfstab +2", - "type": "weapon", - "img": "icons/weapons/staves/staff-simple-carved.webp", - "effects": [ - { - "_id": "1aNTAQBai6qAcWGM", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "7AIeGsBF1gYX7cSX", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Zielzaubern +1

", - "quantity": 1, - "price": 1750.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342865, - "modifiedTime": 1668995457066, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Hna91ve4yx84u7zJ", - "name": "Lederschienen +1", - "type": "armor", - "img": "icons/equipment/wrist/bracer-simple-leather-steel.webp", - "effects": [ - { - "_id": "KL8cnKi5NITkDENS", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

An Arm & Bein

", - "quantity": 1, - "price": 2254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "vambraceGreaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342866, - "modifiedTime": 1668995457071, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HzqK6sd3ovgEZdWz", - "name": "Rucksack", - "type": "loot", - "img": "icons/containers/bags/pack-leather-white-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342867, - "modifiedTime": 1668995457074, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "IHKj37AVchphOWGZ", - "name": "Aderschlitz", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-bone-barbed.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "VdOm09p88rltMp73", - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +2 (magisch)", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - }, - { - "_id": "0pBScyXbTQudldbm", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Aderschlitzer +III", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Aderschlitzer", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein magischer Dolch +2 mit Aderschlitzer +III.

\n

Initiative +1

", - "quantity": 1, - "price": 7252, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342868, - "modifiedTime": 1668995457078, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Idj6BxduoI3v4u9A", - "name": "Streitaxt +2", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-black.webp", - "effects": [ - { - "_id": "DPS3CaNXapsBzzsj", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "iImvUwfo7IRqnmVv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342869, - "modifiedTime": 1668995457082, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "IfvOtBwOEYLPPvJK", - "name": "Speer +2", - "type": "weapon", - "img": "icons/weapons/polearms/spear-hooked-double-engraved.webp", - "effects": [ - { - "_id": "Kk9b3biK0mISYf75", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1751, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342870, - "modifiedTime": 1668995457084, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "J7d2zx4kqKEdMR1j", - "name": "Holzschild", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zerbricht bei einem Abwehr-Patzer

", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342872, - "modifiedTime": 1668995457086, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JG18wEtysl2m6sWq", - "name": "Kampfstab +3", - "type": "weapon", - "img": "icons/weapons/staves/staff-ornate.webp", - "effects": [ - { - "_id": "1aNTAQBai6qAcWGM", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "jMu0Mqf6qy2Df8vI", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Zielzaubern +1

", - "quantity": 1, - "price": 2250.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342875, - "modifiedTime": 1668995457088, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JUTPfEGHEEwpeLvv", - "name": "Lederpanzer +2", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-leather-studded-black.webp", - "effects": [ - { - "_id": "5vJF9ck6rDsBPnKl", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 3254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342876, - "modifiedTime": 1668995457093, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JZDsSUkQGVf0aOjH", - "name": "Flegel +2", - "type": "weapon", - "img": "icons/weapons/maces/flail-spiked-grey.webp", - "effects": [ - { - "_id": "yXvt3CT4FbXYjIfc", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "PD6vgViNBP4QaxMK", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -2

", - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342878, - "modifiedTime": 1668995457099, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JZkzRagRS8TKZplw", - "name": "Zwergenaxt +1", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-engraved-runes.webp", - "effects": [ - { - "_id": "Ytio5tOcCUO91MQ0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -1", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "armx56Psy1qosJib", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -1

", - "quantity": 1, - "price": 2310, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342881, - "modifiedTime": 1668995457109, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JjM6nTZzV28ioIFq", - "name": "Feuerstein & Zunder", - "type": "loot", - "img": "icons/commodities/stone/geode-raw-white.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.05, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342882, - "modifiedTime": 1668995457126, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JlcYB53S1wQRfmUG", - "name": "Stärketrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-stopper-yellow.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser nach Schweiß riechende Trank verdoppelt ST für ST in Runden.

", - "quantity": 1, - "price": 150, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342884, - "modifiedTime": 1668995457138, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "K4fd3AlpMoK1EZeg", - "name": "Skrupelloser Bogen", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-recurve-red.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "8iny3Tt6i6g5EcYh", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Kurzbogen +1 mit @Compendium[ds4.spells.dt2E4g7iwVqTSlMl]{Kleiner Terror}, der Feinde angeblich immer in den Rücken trifft.

\n

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 2006, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342885, - "modifiedTime": 1668995457141, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KGk7UFwLwrsdPuQe", - "name": "Robe der Macht", - "type": "armor", - "img": "icons/equipment/chest/robe-collared-pink.webp", - "effects": [ - { - "_id": "Qpy3XcHOokbU7ZaS", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "tGAxxMZu2cj0Pzs2", - "flags": {}, - "changes": [ - { - "key": "system.attributes.mind.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Geist +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese violette Robe +3 verleiht ihrem Träger +1 auf Geist.

", - "quantity": 1, - "price": 5251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342888, - "modifiedTime": 1668995457144, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KJsCiqvtPqjyu65Y", - "name": "Plattenbeinschienen +1", - "type": "armor", - "img": "icons/equipment/leg/cuisses-reticulated-steel.webp", - "effects": [ - { - "_id": "I32OnPe7rgPEHtEk", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "greaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342891, - "modifiedTime": 1668995457147, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KOdzXkLHuNkCciAa", - "name": "Bihänder", - "type": "weapon", - "img": "icons/weapons/swords/greatsword-guard.webp", - "effects": [ - { - "_id": "DaKTtdhRO45QZuDJ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 10, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342893, - "modifiedTime": 1668995457150, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KefO4lxHxwddpFFu", - "name": "Holzschild +3", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-boss-gold-brown.webp", - "effects": [ - { - "_id": "AkDi2TNzgpT2ZfrH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342895, - "modifiedTime": 1668995457152, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KyhMB9Jn8Vaxs4eF", - "name": "Axt +3", - "type": "weapon", - "img": "icons/weapons/axes/shortaxe-yellow.webp", - "effects": [ - { - "_id": "yaR4SKssj8gYJB91", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342897, - "modifiedTime": 1668995457157, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "L2ZE2l98snBZw5DZ", - "name": "Federkiel", - "type": "loot", - "img": "icons/tools/scribal/ink-quill-pink.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342898, - "modifiedTime": 1668995457161, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "LAI81qZlbkr7MlGY", - "name": "Verkleinerungstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-corked-yellow.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Verkleinert den Trinkenden auf ein Zehntel seiner normalen Größe für W20 Minuten. KÖR, ST und HÄ werden solange halbiert und die Kampfwerte entsprechend angepasst.

", - "quantity": 1, - "price": 100, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342900, - "modifiedTime": 1668995457164, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Li5rC0lvytKRAc31", - "name": "Turmschild +2", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-gold.webp", - "effects": [ - { - "_id": "yfHGGfxxGvmHG6b9", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4265, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342901, - "modifiedTime": 1668995457167, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "LoY2CnEEWfxbvjEt", - "name": "Zaubertrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-pear-corked-pink.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht die Werte von Zaubern und Zielzauber für die Dauer eines Kampfes um +1.

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342903, - "modifiedTime": 1668995457170, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MO1ga2aLjjkBZRzt", - "name": "Kurzschwert +2", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-guard-silver.webp", - "effects": [ - { - "_id": "qkDy1MWD6Fkk97e6", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1756, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342906, - "modifiedTime": 1668995457173, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "N3RcggWJuKGtKZyP", - "name": "Schlachtbeil +1", - "type": "weapon", - "img": "icons/weapons/axes/axe-battle-blackened.webp", - "effects": [ - { - "_id": "atmWPMxgNoeole7n", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-6", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -6", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "aHr33jsfG78BJ7m2", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2770, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342908, - "modifiedTime": 1668995457175, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NHV9ho8tGutv0mrS", - "name": "Zwergenaxt +2", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-engraved-black.webp", - "effects": [ - { - "_id": "Ytio5tOcCUO91MQ0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -1", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "WsibIQWwcjabH8QS", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -1

", - "quantity": 1, - "price": 2810, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342910, - "modifiedTime": 1668995457178, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NMmZ3Uu9uwAHc5IP", - "name": "Schwere Armbrust +2", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-blue.webp", - "effects": [ - { - "_id": "N4vxVFNLW9Q9QsIp", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-4", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -4", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "sOBnfFviucXKykt1", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 2765, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 5, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342912, - "modifiedTime": 1668995457180, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NSg4SdEHDuCfwXji", - "name": "Robe +2", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-red.webp", - "effects": [ - { - "_id": "0GJ943ZfeGKcsb2l", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342915, - "modifiedTime": 1668995457182, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NZPp8EGEg1JmXdNd", - "name": "Abklingtrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-corked-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese meist hellblauen Tränke halbieren (abrunden) die Abklingzeit aller Zauber für die Dauer eines Kampfes.

", - "quantity": 1, - "price": 50, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342916, - "modifiedTime": 1668995457184, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Nb65CmtFiiWPpnNZ", - "name": "Schlachtbeil +3", - "type": "weapon", - "img": "icons/weapons/axes/axe-battle-heavy-black.webp", - "effects": [ - { - "_id": "atmWPMxgNoeole7n", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-6", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -6", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "DJQ1hHJRJuraxIym", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 3770, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 7, - "opponentDefense": -7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342917, - "modifiedTime": 1668995457186, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Nz6gFGSHzHVO3QxA", - "name": "Breitschwert +1", - "type": "weapon", - "img": "icons/weapons/swords/sword-broad-red.webp", - "effects": [ - { - "_id": "M7zvcLqDr9HuzqTV", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342919, - "modifiedTime": 1668995457188, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OZU7ietSpnivKPVt", - "name": "Schwebentrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-bulb-corked-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses meist grünliche Getränk wirkt den Zauber Schweben (Probenwert 20; Patzer ausgeschlossen).

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342923, - "modifiedTime": 1668995457190, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OaG6IhVfS6EmHRux", - "name": "Elfenstiefel", - "type": "equipment", - "img": "icons/equipment/feet/boots-leather-green.webp", - "effects": [ - { - "_id": "mdjigDqsRTZyFNmC", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese bequemen Stiefel erhöhen den Laufen-Wert um 1.

", - "quantity": 1, - "price": 1251.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342925, - "modifiedTime": 1668995457191, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OvxWaEJrElas3EUL", - "name": "Waffenlos", - "type": "weapon", - "img": "icons/equipment/hand/gauntlet-tooled-leather-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 0, - "opponentDefense": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342927, - "modifiedTime": 1668995457194, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PE3eWmsGcd5dVVh4", - "name": "Elfischer Tarnumhang", - "type": "equipment", - "img": "icons/equipment/back/cloak-collared-leaves-green.webp", - "effects": [ - { - "_id": "Nr6hXbJeVlmJYASc", - "changes": [ - { - "key": "system.checks.hide", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Verbergen +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - }, - { - "_id": "9qj7TWM9shrTKppj", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Heimlichkeit +III", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Heimlichkeit", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Umhang, in den Feengarn eingewebt wurde, verleiht zusätzlich zu seiner eingebetteten Heimlichkeit +III auf Verbergen-Proben +3.

", - "quantity": 1, - "price": 875.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342929, - "modifiedTime": 1668995457196, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PPNAghq5SEhO1zNM", - "name": "Stahlflamme", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-red.webp", - "effects": [ - { - "_id": "l7qeGLLyuz7VXAAd", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Langschwert +1 mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge} kam schon in vielen Kriegen zum Einsatz.

", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342931, - "modifiedTime": 1668995457198, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PQfSHYKxPqia6nG3", - "name": "Kristallkugel", - "type": "loot", - "img": "icons/tools/laboratory/alembic-glass-ball-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauber @Compendium[ds4.spells.xR5aBGFz3916e82x]{Spionage} ist in diese äußerst zerbrechliche Kugel eingebettet.

", - "quantity": 1, - "price": 1485, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342932, - "modifiedTime": 1668995457200, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PTiDNLKc0l9rD7Kb", - "name": "Axt +2", - "type": "weapon", - "img": "icons/weapons/axes/shortaxe-hammer-steel.webp", - "effects": [ - { - "_id": "8wzWUlPPd92HiwJs", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1756, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342934, - "modifiedTime": 1668995457201, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PihP9eVyE4UEi1jj", - "name": "Leichte Armbrust +2", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-simple-black.webp", - "effects": [ - { - "_id": "gMm2PnBADqXBrCi1", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "63yxBIQ4ZvuvtVsV", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342939, - "modifiedTime": 1668995457203, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Q61SvqiQUoVfU99X", - "name": "Fackel", - "type": "weapon", - "img": "icons/sundries/lights/torch-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Brennt 2h

", - "quantity": 1, - "price": 0.01, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342941, - "modifiedTime": 1668995457205, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QNDLfvjiv9szUTYT", - "name": "Morgenstern", - "type": "weapon", - "img": "icons/weapons/maces/mace-flanged-steel.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342942, - "modifiedTime": 1668995457207, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QNJVRtALi17otgDU", - "name": "Lederpanzer (Für Reittiere) +2", - "type": "armor", - "img": "icons/commodities/leather/leather-leaf-tan.webp", - "effects": [ - { - "_id": "9qPThLRf5cwflety", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 3262, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342944, - "modifiedTime": 1668995457208, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QhJllncFlQu7BGDw", - "name": "Feindfeger", - "type": "weapon", - "img": "icons/weapons/swords/greatsword-crossguard-steel.webp", - "effects": [ - { - "_id": "DaKTtdhRO45QZuDJ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "0GrRl4XU2UrvbDxs", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "Oz0U5fEJSQ7HPQDG", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Rundumschlag +II", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Rundumschlag", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Unscheinbar aussehender Bihänder +2 mit Rundumschlag +II.

\n

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 9760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -6 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342946, - "modifiedTime": 1668995457210, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QmyAtIDJfnBZvZFg", - "name": "Bihänder +2", - "type": "weapon", - "img": "icons/weapons/swords/greatsword-guard-jewel-green.webp", - "effects": [ - { - "_id": "DaKTtdhRO45QZuDJ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "0GrRl4XU2UrvbDxs", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -6 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342948, - "modifiedTime": 1668995457212, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Qncx0jbmnD2KJAfG", - "name": "Schlachtbeil +2", - "type": "weapon", - "img": "icons/weapons/axes/axe-battle-engraved-purple.webp", - "effects": [ - { - "_id": "atmWPMxgNoeole7n", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-6", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -6", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "Qdjy0578meoXi49p", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 3270, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -6 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342949, - "modifiedTime": 1668995457214, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QrGtd0N6cChddyG2", - "name": "Brennholz (Bündel)", - "type": "loot", - "img": "icons/commodities/wood/kindling-sticks-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.01, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342952, - "modifiedTime": 1668995457216, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QsnvAep80sSVJToD", - "name": "Kurzbogen", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-leather.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342954, - "modifiedTime": 1668995457217, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "R1cxU1hzcLopZwhA", - "name": "Krummsäbel +1", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-guard.webp", - "effects": [ - { - "_id": "uYIt59oaCKobgftJ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342955, - "modifiedTime": 1668995457221, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "R2LeIutCjDzwGwUx", - "name": "Sanduhr", - "type": "loot", - "img": "icons/tools/navigation/hourglass-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342957, - "modifiedTime": 1668995457225, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RD0HKxmbhfluw73R", - "name": "Sack", - "type": "loot", - "img": "icons/containers/bags/sack-simple-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.8, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342958, - "modifiedTime": 1668995457227, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RGyfv3y0LxHORAzA", - "name": "Orkspalter", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-engraved-runes.webp", - "effects": [ - { - "_id": "Ytio5tOcCUO91MQ0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -1", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "armx56Psy1qosJib", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "qr1bY5zTm5ViDmnd", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Brutaler Hieb +II", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Brutaler Hieb", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine alte, legendäre Zwergenaxt +1 mit Brutaler Hieb +II.

\n

Zweihändig, Initiative -1

", - "quantity": 1, - "price": 4310, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342960, - "modifiedTime": 1668995457230, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RKKhoedvylYWFBN3", - "name": "Kurzbogen +3", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-recurve-blue.webp", - "effects": [ - { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "OQr5POyJ0Azklftu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1

", - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342963, - "modifiedTime": 1668995457236, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RWSRxi9np1UrEi7N", - "name": "Schwere Armbrust +3", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-ornamental-black.webp", - "effects": [ - { - "_id": "N4vxVFNLW9Q9QsIp", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-4", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -4", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "SlJV88ZHTV0VORzk", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 3265, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 6, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342966, - "modifiedTime": 1668995457239, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RlA4PIa9hnsqoqFi", - "name": "Verjüngungstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-tube-corked-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Trinkende wird augenblicklich W20 Jahre jünger.

", - "quantity": 1, - "price": 5000, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342967, - "modifiedTime": 1668995457242, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RoXGTPdisjn6AdYK", - "name": "Weihwasser (1/2 Liter)", - "type": "loot", - "img": "icons/consumables/potions/bottle-conical-corked-labeled-shell-cyan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Weihwasser verursacht gegen Dämonen und Untote nicht abwehrbaren Schaden. Jede Einheit Weihwasser hat einen anderen Angriffswert, der mit W20 ermittelt wird. Dieser Wert wird erst ausgewürfelt, wenn das Weihwasser den Dämonen bzw. Untoten trifft, es sei denn, es wird vorher in Bezug auf seinen Schadenswert von einem Zauberwirker mit GEI+AU, gefolgt von GEI+VE, erfolgreich analysiert.

\n

Eine Weihwassereinheit kann man auf eine Waffe/ein Geschoss auftragen (benötigt 1 Aktion) und dann einen normalen Angriff mit Schlagen bzw. Schießen würfeln. Ist dieser erfolgreich, wird bei Dämonen und Untoten neben dem normalen Schaden auch noch ein Angriff für das Weihwasser gewürfelt, der nicht abwehrbaren Schaden verursacht. Nach dem ersten Treffer ist die Einheit Weihwasser aufgebraucht.

\n

Alternativ kann man Weihwassereinheiten in zerbrechliche Phiolen (WB +0; 2 GM) füllen und diese im Nah- oder Fernkampf gegen Dämonen und Untote einsetzen, wobei die zerbrechlichen Gefäße zerspringen. In solchen Fällen verursacht nur das Weihwasser Schaden, nicht die Schießen-Probe.

\n

Weihwasser kann außerdem dazu benutzt werden, in schützenden Linien oder Kreisen (1 m pro Einheit) auf den Boden geschüttet zu werden, um für eine gewisse Zeit Dämonen bzw. Untote aufzuhalten, die das Weihwasser nicht passieren können.

", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342969, - "modifiedTime": 1668995457246, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RsKimH7snoPFlg4L", - "name": "Plattenarmschienen", - "type": "armor", - "img": "icons/equipment/wrist/bracer-armored-steel.webp", - "effects": [ - { - "_id": "DxcTuYT1mUpj9RdQ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 7, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "vambrace" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342970, - "modifiedTime": 1668995457249, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Ryv745YriIZNKXG5", - "name": "Großer Schutztrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-conical-corked-tied-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht für W20 Runden die Abwehr um +3.

", - "quantity": 1, - "price": 100, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342972, - "modifiedTime": 1668995457258, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "S0EV25lf5TbN6COJ", - "name": "Schwere Armbrust +1", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-loaded-black.webp", - "effects": [ - { - "_id": "N4vxVFNLW9Q9QsIp", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-4", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -4", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "ZBJldrSO6rRHmgnI", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 2265, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342977, - "modifiedTime": 1668995457260, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "S204KfhmoRdMDVpZ", - "name": "Wachskerze (brennt 10h)", - "type": "loot", - "img": "icons/sundries/lights/candle-unlit-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.02, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342979, - "modifiedTime": 1668995457262, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "S4pc70BxmRU0DCsW", - "name": "Schleuder +3", - "type": "weapon", - "img": "icons/weapons/slings/slingshot-wood.webp", - "effects": [ - { - "_id": "kM7ZknhuQS8uIJbu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 1750.1, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342981, - "modifiedTime": 1668995457264, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SIE4g3gjSkqVIT6W", - "name": "Streitkolben +1", - "type": "weapon", - "img": "icons/weapons/maces/mace-spiked-wood-grey.webp", - "effects": [ - { - "_id": "Qg9niqX5oimvg2Fv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342985, - "modifiedTime": 1668995457268, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SLmQz2B4JvywROCv", - "name": "Flegel", - "type": "weapon", - "img": "icons/weapons/maces/flail-ball-grey.webp", - "effects": [ - { - "_id": "yXvt3CT4FbXYjIfc", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -2

", - "quantity": 1, - "price": 8, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342987, - "modifiedTime": 1668995457280, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Sj1iVgklsdFtLq8M", - "name": "Kurzschwert", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-guard-brass.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342989, - "modifiedTime": 1668995457286, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Sks4O3NpwOWQIrIa", - "name": "Schloss: Meisterartbeit (SW: 8)", - "type": "loot", - "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 50, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342990, - "modifiedTime": 1668995457293, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TBrsx86DgKfq9Qat", - "name": "Plattenpanzer (Für Reittiere) +3", - "type": "armor", - "img": "icons/commodities/metal/mail-plate-steel.webp", - "effects": [ - { - "_id": "ioazIqWWKawYuPBQ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 6400, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342994, - "modifiedTime": 1668995457300, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TQhwV1dNYfy50y6k", - "name": "Breitschwert +2", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-broad-blue.webp", - "effects": [ - { - "_id": "g8ZgARGCbMxsnFJe", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1758, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342996, - "modifiedTime": 1668995457302, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TSoSy8ck9XCUa1SM", - "name": "Morgenstern +2", - "type": "weapon", - "img": "icons/weapons/maces/mace-round-spiked-grey.webp", - "effects": [ - { - "_id": "fZ3VByauGosUUN3D", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343000, - "modifiedTime": 1668995457306, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TcyE0faEebPLoLOD", - "name": "Kettenpanzer +1", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "C7jqj8julpambLpm", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343004, - "modifiedTime": 1668995457310, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TjB6AWIwGY5Q8xln", - "name": "Dietrich", - "type": "loot", - "img": "icons/tools/hand/lockpicks-steel-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343010, - "modifiedTime": 1668995457312, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Tlfjrxlm9NpmVR0L", - "name": "Schnelligkeitstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-fancy-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Für W20 Runden erhöht sich der Laufen- Wert des Trinkenden um 100%.

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343014, - "modifiedTime": 1668995457314, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Trl2ljtHi1kRYHTX", - "name": "Streitkolben +2", - "type": "weapon", - "img": "icons/weapons/maces/mace-studded-steel.webp", - "effects": [ - { - "_id": "PeyncDD5OoPJkkTO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343017, - "modifiedTime": 1668995457315, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Tu0Mf3Qib68wxpRs", - "name": "Zwergenaxt +3", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-engraved-blue.webp", - "effects": [ - { - "_id": "Ytio5tOcCUO91MQ0", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -1", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "ulhp9EsUM5Tf0iCd", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -1

", - "quantity": 1, - "price": 3310, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343020, - "modifiedTime": 1668995457317, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "U89qHZqIfVM8xvaJ", - "name": "Tagesration (3 Mahlzeiten)", - "type": "loot", - "img": "icons/tools/cooking/can.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343024, - "modifiedTime": 1668995457318, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "U8iwfv7oJNl8CsKK", - "name": "Runenbestickte Robe +3", - "type": "armor", - "img": "icons/equipment/chest/robe-collared-pink.webp", - "effects": [ - { - "_id": "vgJWV95OeyzrjyFw", - "flags": {}, - "changes": [ - { - "key": "system.traits.aura.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Aura +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "CFyX5reV96JVL2Cg", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aura +1

", - "quantity": 1, - "price": 3258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343029, - "modifiedTime": 1668995457319, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "UBH03jh91dP6KMtL", - "name": "Schlafstaub", - "type": "loot", - "img": "icons/tools/laboratory/bowl-powder-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wirkt auf ein beworfenes Ziel den Zauber @Compendium[ds4.spells.CrZ8L7oaWvPjLou0]{Einschläfern}.

", - "quantity": 1, - "price": 151, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343033, - "modifiedTime": 1668995457321, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "UNd96UN0NQo8I0SI", - "name": "Turmschild +3", - "type": "shield", - "img": "icons/equipment/shield/heater-embossed-gold.webp", - "effects": [ - { - "_id": "ZXSBIh1UotdZuHbj", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 5265, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343035, - "modifiedTime": 1668995457322, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "UpkQTtuxNS1eOIRu", - "name": "Satteltasche", - "type": "loot", - "img": "icons/containers/bags/pouch-simple-leather-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343040, - "modifiedTime": 1668995457324, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "V3D7u9LDumvBwJQI", - "name": "Elfischer Sattel", - "type": "equipment", - "img": "icons/commodities/leather/leather-studded-tan.webp", - "effects": [ - { - "_id": "yNjGOSspfOUKlg8y", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Reiten +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Reiten", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

In diesen äußerst fein gearbeiteten Sattel ist Reiten +I eingebettet.

", - "quantity": 1, - "price": 505, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343043, - "modifiedTime": 1668995457325, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "V6ywiDBc1Son1XrQ", - "name": "Fliegentrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-conical-corked-yellow.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser oft gelbe Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.NwLeietvcarS6zP5]{Fliegen} (Probenwert 20; Patzer ausgeschlossen).

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343047, - "modifiedTime": 1668995457327, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VJftG703v7db0Cqf", - "name": "Armreif des Bogners", - "type": "equipment", - "img": "icons/equipment/wrist/bracer-belted-leather-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Verleiht auf Schießen-Proben mit Bögen einen Bonus von +2.

", - "quantity": 1, - "price": 1260, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343048, - "modifiedTime": 1668995457328, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VQtcpPYhzifN9Lqr", - "name": "Plattenarmschienen +2", - "type": "armor", - "img": "icons/equipment/wrist/bracer-armored-steel-worn.webp", - "effects": [ - { - "_id": "pPtRJMUFA3gbNZXx", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "vambrace" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343049, - "modifiedTime": 1668995457329, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Van6Sze8TZl8Y88o", - "name": "Zelt (2 Mann)", - "type": "loot", - "img": "icons/environment/settlement/tent.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343051, - "modifiedTime": 1668995457332, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VfjAtfQv5Ga8hoHu", - "name": "Kette der Regeneration", - "type": "equipment", - "img": "icons/equipment/neck/choker-chain-thick-silver.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese schlichte Silberkette heilt in jeder Kamfprunde 1 LK.

", - "quantity": 1, - "price": null, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343052, - "modifiedTime": 1668995457333, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VxyrCBfVdbRD5nj8", - "name": "Wurfmesser +3", - "type": "weapon", - "img": "icons/weapons/thrown/dagger-ringed-blue.webp", - "effects": [ - { - "_id": "hQfQjfXJhE4yDXQU", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 1752, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343052, - "modifiedTime": 1668995457335, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "W2dHT0OENc5kNwnZ", - "name": "Konzentrationstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-white.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser oft graue Trank verdoppelt GEI für GEI in Runden.

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343054, - "modifiedTime": 1668995457337, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WP62N2sjGz3eIN18", - "name": "Robe", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-teal.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343055, - "modifiedTime": 1668995457340, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WiW9Sad1D2HjkNMz", - "name": "Langbogen +3", - "type": "weapon", - "img": "icons/weapons/bows/bow-recurve-black.webp", - "effects": [ - { - "_id": "XsqzwEX1AvYJyczG", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "B6tNz4B208qZf3JU", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343058, - "modifiedTime": 1668995457341, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Wjcv3WZW3j4jg9XY", - "name": "Vergrößerungstrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-bulb-corked-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Vergrößert den Trinkenden auf das Doppelte seiner normalen Größe für W20/2 Minuten. KÖR, ST und HÄ werden verdoppelt und die Kampfwerte entsprechend angepasst.

", - "quantity": 1, - "price": 1000, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343060, - "modifiedTime": 1668995457343, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XBCdDIpdR1weOhiy", - "name": "Plattenarmschienen +1", - "type": "armor", - "img": "icons/equipment/wrist/bracer-armored-steel-white.webp", - "effects": [ - { - "_id": "IwrLITAgM3vLzkwA", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "vambrace" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343061, - "modifiedTime": 1668995457345, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XSXEDiMN27cuEoOx", - "name": "Leichte Armbrust +3", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-purple.webp", - "effects": [ - { - "_id": "gMm2PnBADqXBrCi1", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "z2uPOzDQ47VbWmt5", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2758, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343066, - "modifiedTime": 1668995457349, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XiW3k793840i0rdo", - "name": "Schutztrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-pear-corked-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht für W20 Runden die Abwehr um +2.

", - "quantity": 1, - "price": 50, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343069, - "modifiedTime": 1668995457351, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XyDt7MThnLkDCldV", - "name": "Metallschild +2", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-sword-yellow-black.webp", - "effects": [ - { - "_id": "MidC9f4kBbIz7Z7S", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 3258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343075, - "modifiedTime": 1668995457353, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "YSl6qdVC6fDYVkFQ", - "name": "Schlachtgeißel +2", - "type": "weapon", - "img": "icons/weapons/maces/flail-triple-grey.webp", - "effects": [ - { - "_id": "BdejYg7Bq6tM2ROu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "OF7IAa9tUBoz23TD", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", - "quantity": 1, - "price": 2766, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -6 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343079, - "modifiedTime": 1668995457355, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZLDJNdtwxbdiJOP2", - "name": "Kundschafterpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-leather.webp", - "effects": [ - { - "_id": "EkJB0kpYFHRMYSgl", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "mq2ViimrfXr7sGC7", - "flags": {}, - "changes": [ - { - "key": "system.traits.agility.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Bewegung +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese mit braunen Fellschulterpolstern verzierte Kettenrüstung gewährt ihrem Träger +1 auf Bewegung.

\n

Laufen -0,5

", - "quantity": 1, - "price": 1260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343083, - "modifiedTime": 1668995457358, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Zl8ZkPrwHibRYWPh", - "name": "Allsichttrank", - "type": "loot", - "img": "icons/consumables/potions/potion-vial-corked-labeled-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Für W20 Minuten kann der Trinker Magie, Unsichtbares und Verborgenes (Fallen, Geheimtüren usw.) automatisch erkennen.

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343084, - "modifiedTime": 1668995457361, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZyML0QPctIXK8A4c", - "name": "Laterne", - "type": "loot", - "img": "icons/sundries/lights/lantern-iron-yellow.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343085, - "modifiedTime": 1668995457362, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aJ9xkECmqeBUhING", - "name": "Schlagring", - "type": "weapon", - "img": "icons/weapons/fist/fist-knuckles-spiked-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", - "quantity": 1, - "price": 1, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343087, - "modifiedTime": 1668995457364, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aNGn2tplXGSikyV7", - "name": "Lederpanzer (Für Reittiere)", - "type": "armor", - "img": "icons/commodities/leather/leather-leaf-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 12, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343088, - "modifiedTime": 1668995457366, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aUKnYWOr7Fjy9sVX", - "name": "Seil (10m)", - "type": "loot", - "img": "icons/sundries/survival/rope-wrapped-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343090, - "modifiedTime": 1668995457367, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "abxhFbHx3dzRUPt8", - "name": "Feuerballzepter", - "type": "equipment", - "img": "icons/weapons/wands/wand-carved-fire.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Zepter, in das der Zauber @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball} eingebettet wurde, dessen Aklingzeit man 2x/Tag ignorieren kann.

", - "quantity": 1, - "price": 7630, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343091, - "modifiedTime": 1668995457375, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ajO71RuOPNlINZID", - "name": "Dolch +2", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-straight-green.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "oxrYsZM08ENZAhge", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative +1

", - "quantity": 1, - "price": 1252, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343093, - "modifiedTime": 1668995457379, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "an96cOOwr3YujKpe", - "name": "Ruderboot (2 Mann)", - "type": "loot", - "img": "icons/tools/nautical/steering-wheel.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 25, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343095, - "modifiedTime": 1668995457382, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bVeWMNBKPWRqrFGj", - "name": "Lanze +3", - "type": "weapon", - "img": "icons/weapons/polearms/spear-flared-purple.webp", - "effects": [ - { - "_id": "5CFUcYAipdyZHdde", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", - "quantity": 1, - "price": 2252, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343098, - "modifiedTime": 1668995457383, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "c3YlvFbZJD6LbhVi", - "name": "Kriegshorn", - "type": "equipment", - "img": "icons/commodities/treasure/horn-carved-banded.webp", - "effects": [ - { - "_id": "DZXHZOg7edkW2RS2", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schlachtruf +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Schlachtruf", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Klang des Horns feuert die Kampfgefährten mit seinem eingebetteten Schlachtruf +I an.

", - "quantity": 1, - "price": 2750.05, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343102, - "modifiedTime": 1668995457385, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "c6N4vskeYthnydo3", - "name": "Plattenpanzer (Für Reittiere) +2", - "type": "armor", - "img": "icons/commodities/metal/mail-plate-steel.webp", - "effects": [ - { - "_id": "n0pBAhNqTJbvqDWx", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 5400, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343105, - "modifiedTime": 1668995457387, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cDIVsXpVltyRnhqM", - "name": "Topf", - "type": "loot", - "img": "icons/tools/cooking/cauldron-empty.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343108, - "modifiedTime": 1668995457391, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cFMcSg7PFIcQvf0B", - "name": "Robe +3", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-purple.webp", - "effects": [ - { - "_id": "Qpy3XcHOokbU7ZaS", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 3251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343111, - "modifiedTime": 1668995457393, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cg1y2GTJRGhE9Fpy", - "name": "Schutzring +2", - "type": "equipment", - "img": "icons/equipment/finger/ring-band-engraved-scrolls-bronze.webp", - "effects": [ - { - "_id": "yH3Ujo3jKNCYI4n9", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +2 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht die Abwehr um 2, ohne dabei Panzerungsmalus zu verursachen.

", - "quantity": 1, - "price": 1252, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343113, - "modifiedTime": 1668995457394, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cqVt9s7u46u0925o", - "name": "Königsblut", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-bone-engraved-black.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "JLc9UYdHy4aAeqA2", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Durch diesen magischen Dolch +3 mit @Compendium[ds4.spells.RUfE7hqqHCKMEMbh]{Schattenklinge}, @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} (Abklingzeit 1x täglich ignorierbar) sollen angeblich schon Könige gestorben sein

\n

Initiative +1

", - "quantity": 1, - "price": 17352, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343116, - "modifiedTime": 1668995457395, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "czxph9BZaC6Cj7kM", - "name": "Morgenstern +3", - "type": "weapon", - "img": "icons/weapons/maces/mace-round-spiked-black.webp", - "effects": [ - { - "_id": "JzKt4gdYSSlA6hSo", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343120, - "modifiedTime": 1668995457398, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "d3ixiQ3FrQndjz46", - "name": "Blendlaterne", - "type": "loot", - "img": "icons/sundries/lights/lantern-bullseye-signal-copper.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 8, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343123, - "modifiedTime": 1668995457399, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "d4OegxLYAGpzMFsc", - "name": "Lederbecher", - "type": "loot", - "img": "icons/containers/kitchenware/mug-stein-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343127, - "modifiedTime": 1668995457400, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dDhfIuRomMfy2kkP", - "name": "Anhänger mit heiligem Symbol", - "type": "equipment", - "img": "icons/equipment/neck/amulet-carved-stone-spiral.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "village", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343132, - "modifiedTime": 1668995457402, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dIA53f3kvU9JgGvg", - "name": "Bihänder +3", - "type": "weapon", - "img": "icons/weapons/swords/greatsword-guard-gem-blue.webp", - "effects": [ - { - "_id": "DaKTtdhRO45QZuDJ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "n4mZBHWKSQLQcHHD", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 3260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343135, - "modifiedTime": 1668995457403, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dMbjx675yI2F4rUg", - "name": "Langschwert +1", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-embossed-green.webp", - "effects": [ - { - "_id": "l7qeGLLyuz7VXAAd", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343138, - "modifiedTime": 1668995457405, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dUQPe5X6ka3HJLuF", - "name": "Trank der Gasgestalt", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-fancy-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser meist rauchige Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.tZJoj1PGrRGe9eMV]{Gasgestalt} (Probenwert 20; Patzer ausgeschlossen).

", - "quantity": 1, - "price": 500, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343139, - "modifiedTime": 1668995457407, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dW8OETKY21O3GNHf", - "name": "Schloss: Solide (SW: 4)", - "type": "loot", - "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343141, - "modifiedTime": 1668995457411, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dq4wK5bmMvOfwoWH", - "name": "Kampfstab +1", - "type": "weapon", - "img": "icons/weapons/staves/staff-simple-gold.webp", - "effects": [ - { - "_id": "1aNTAQBai6qAcWGM", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "ve7iQmkxC6l5WmTE", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Zielzaubern +1

", - "quantity": 1, - "price": 1250.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343142, - "modifiedTime": 1668995457416, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dvVhgqCv9VDpFW0l", - "name": "Fäustlinge der Verstümmelung", - "type": "equipment", - "img": "icons/equipment/hand/glove-tooled-leather-brown.webp", - "effects": [ - { - "_id": "CRvnbvzibegpIQAz", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Brutaler Hieb +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Brutaler Hieb", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - }, - { - "_id": "ohRMO3BzPaxhKYh4", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Verletzen +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Verletzen", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese blutverschmutzten Wildlederhandschuhe gewähren ihrem Träger Brutaler Hieb +I und Verletzen +I.

", - "quantity": 1, - "price": 3050.1, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343143, - "modifiedTime": 1668995457421, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "e65AAjglKeU1txL6", - "name": "Breitschwert +3", - "type": "weapon", - "img": "icons/weapons/swords/shortsword-broad-engraved.webp", - "effects": [ - { - "_id": "BVnmaiguzsq6nSwF", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343144, - "modifiedTime": 1668995457423, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "e6LetXJHUY4ndz7B", - "name": "Bärenpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-steel.webp", - "effects": [ - { - "_id": "uOEN4xXL3IcebbJO", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "dxmfRAe4ljoKdi0M", - "flags": {}, - "changes": [ - { - "key": "system.traits.strength.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Stärke +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "DItC97OWlR1nL79a", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Raserei +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Raserei", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese mit Bärenfellen und -klauen verzierte Plattenrüstung +2 gewährt ihrem Träger Raserei +I sowie +1 auf Stärke.

", - "quantity": 1, - "price": 8800, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343146, - "modifiedTime": 1668995457426, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eAd86Ylh42nHoCsx", - "name": "Axt", - "type": "weapon", - "img": "icons/weapons/axes/shortaxe-worn-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343149, - "modifiedTime": 1668995457430, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eIXRfSsAL5ECi1uq", - "name": "Wurfmesser +2", - "type": "weapon", - "img": "icons/weapons/thrown/dagger-ringed-engraved-green.webp", - "effects": [ - { - "_id": "XPV4jbYeNcFVFvZr", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 1252, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343151, - "modifiedTime": 1668995457431, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eLTOIKuFGf3M9HYt", - "name": "Decke", - "type": "loot", - "img": "icons/sundries/survival/bedroll-worn-beige.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343154, - "modifiedTime": 1668995457436, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eMeS2JSyiRJ5xO48", - "name": "Streithammer +2", - "type": "weapon", - "img": "icons/weapons/hammers/hammer-war-rounding.webp", - "effects": [ - { - "_id": "dcGiLPK2AIDA7NHH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "1I5R9xQlug0aSVTZ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 2756, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343156, - "modifiedTime": 1668995457439, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eMyZ5EJ9SsiXaeKK", - "name": "Streithammer +1", - "type": "weapon", - "img": "icons/weapons/hammers/hammer-war-spiked-simple.webp", - "effects": [ - { - "_id": "dcGiLPK2AIDA7NHH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "bPdVsWIS1AC54ZA8", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343161, - "modifiedTime": 1668995457443, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eRQ9LUNWbnAuuVX6", - "name": "Allheilungstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-white.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Von milchiger Färbung, wirkt dieser Trank den Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} auf den Trinkenden (keine Probe nötig).

", - "quantity": 1, - "price": 1000, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343166, - "modifiedTime": 1668995457448, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ec2Aft0epeFhdg9B", - "name": "Bärenfalle", - "type": "loot", - "img": "icons/environment/traps/trap-jaw-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Schlagen 30

", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343171, - "modifiedTime": 1668995457453, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "egleYygLWn8IfeuF", - "name": "Metallkrug", - "type": "loot", - "img": "icons/containers/kitchenware/mug-steel-wood-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343177, - "modifiedTime": 1668995457459, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eqGo6VKETI1UTxP1", - "name": "Schlachtgeißel +3", - "type": "weapon", - "img": "icons/weapons/maces/flail-triple-grey.webp", - "effects": [ - { - "_id": "BdejYg7Bq6tM2ROu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "uhpIAR3T0P3bJw1C", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", - "quantity": 1, - "price": 3266, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343181, - "modifiedTime": 1668995457467, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "esfwvMs1ffgSXjbS", - "name": "Metallhelm +1", - "type": "armor", - "img": "icons/equipment/head/helm-barbute-rounded-steel.webp", - "effects": [ - { - "_id": "uo5922qyPvi35mhm", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "helmet" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343188, - "modifiedTime": 1668995457474, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fB8GyT0S38fomHsg", - "name": "Tinte (reicht für 50 Seiten)", - "type": "loot", - "img": "icons/tools/scribal/ink-quill-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343196, - "modifiedTime": 1668995457477, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fKhTsMO4YXDYY8GX", - "name": "Metallhelm", - "type": "armor", - "img": "icons/equipment/head/helm-barbute-reinforced.webp", - "effects": [ - { - "_id": "wlQWjU1kXovR5G1J", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -1

", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "helmet" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343198, - "modifiedTime": 1668995457481, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fmFM71TpvBxYqmu2", - "name": "Streithammer", - "type": "weapon", - "img": "icons/weapons/hammers/hammer-simple-iron.webp", - "effects": [ - { - "_id": "dcGiLPK2AIDA7NHH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343198, - "modifiedTime": 1668995457493, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fmunGPk80ObkIzUl", - "name": "Langbogen", - "type": "weapon", - "img": "icons/weapons/bows/longbow-leather-green.webp", - "effects": [ - { - "_id": "XsqzwEX1AvYJyczG", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 10, - "availability": "city", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343202, - "modifiedTime": 1668995457495, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fnq4WOljIoYdbsUT", - "name": "Leichte Armbrust", - "type": "weapon", - "img": "icons/weapons/crossbows/crossbow-simple-purple.webp", - "effects": [ - { - "_id": "gMm2PnBADqXBrCi1", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-2", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative -2", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 8, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": 0, - "name": " +1" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343203, - "modifiedTime": 1668995457497, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fziU7tEIQPowqBJj", - "name": "Schlagring +1", - "type": "weapon", - "img": "icons/weapons/fist/fist-knuckles-spiked-blue.webp", - "effects": [ - { - "_id": "ph5sqT08zd8lSi7s", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", - "quantity": 1, - "price": 751, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343205, - "modifiedTime": 1668995457498, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gK76RPRhQF7T4AQC", - "name": "Runenbestickte Feurrobe", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-red.webp", - "effects": [ - { - "_id": "Qpy3XcHOokbU7ZaS", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "IbOD7GxGN30V1AYL", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "5", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Feuermagier +V", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Feuermagier", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine feuerrote Robe +3 mit aufgestickten Flammenrunen und Feuermagier +V.

", - "quantity": 1, - "price": 4501, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343207, - "modifiedTime": 1668995457499, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gVwoOpuHkmwvcUow", - "name": "Langbogen +2", - "type": "weapon", - "img": "icons/weapons/bows/bow-ornamental-gold-blue.webp", - "effects": [ - { - "_id": "XsqzwEX1AvYJyczG", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "iUXn0CQKZw6Rr1yH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2260, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343210, - "modifiedTime": 1668995457503, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gXr3lLQmlHeDMuv5", - "name": "Wachsamkeitstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-tube-corked-labeled-cyan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses meist klare Getränk gewährt für W20 Stunden auf alle Bemerken-Proben einen Bonus von +5.

", - "quantity": 1, - "price": 15, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343214, - "modifiedTime": 1668995457507, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "grAnIWqeXTAIGXmN", - "name": "Wurfmesser", - "type": "weapon", - "img": "icons/weapons/thrown/dagger-simple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 2, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343217, - "modifiedTime": 1668995457511, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gyfU78OLQj8qH3Zh", - "name": "Metallschild", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-worn.webp", - "effects": [ - { - "_id": "kDcyXkLx75K2YRCl", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 8, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343221, - "modifiedTime": 1668995457516, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hBemmfRcQLFU7PSt", - "name": "Schlachtgeißel +1", - "type": "weapon", - "img": "icons/weapons/maces/flail-triple-grey.webp", - "effects": [ - { - "_id": "BdejYg7Bq6tM2ROu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "oOQJt7Ub0PGGjdzW", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", - "quantity": 1, - "price": 2266, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343226, - "modifiedTime": 1668995457523, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hGiaAJyEUHbPl5pf", - "name": "Holzbesteck", - "type": "loot", - "img": "icons/tools/cooking/fork-steel-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.2, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343232, - "modifiedTime": 1668995457532, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hfxblADLXdGaRMAA", - "name": "Wurfmesser +1", - "type": "weapon", - "img": "icons/weapons/thrown/dagger-ringed-steel.webp", - "effects": [ - { - "_id": "c2P4Qt8b6GonPFv7", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Distanzmalus -1 pro 2 m

", - "quantity": 1, - "price": 752, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343237, - "modifiedTime": 1668995457537, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hrAyguSjO6JhTE5m", - "name": "Glückstrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-corked-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Trinkende kann für W20 Stunden alle Patzer ignorieren.

", - "quantity": 1, - "price": 200, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343239, - "modifiedTime": 1668995457539, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "htmQWmMCQN620KrE", - "name": "Langschwert", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343241, - "modifiedTime": 1668995457543, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "i1ZcbKzviqz0nxjV", - "name": "Langschwert +2", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-purple.webp", - "effects": [ - { - "_id": "5JZ001rLJuZMJSrD", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343243, - "modifiedTime": 1668995457553, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iGiZU77IGQQqlYFr", - "name": "Metallschild +1", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-grey.webp", - "effects": [ - { - "_id": "9xMdH6XQxlulL7wv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343247, - "modifiedTime": 1668995457560, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iMX7YuWPHnCnbeh8", - "name": "Talgkerze (brennt 6h)", - "type": "loot", - "img": "icons/sundries/lights/candle-unlit-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.01, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343250, - "modifiedTime": 1668995457569, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iOAmrK7t7ZyrtGy1", - "name": "Pfeife", - "type": "loot", - "img": "icons/sundries/misc/pipe-wooden-straight-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343253, - "modifiedTime": 1668995457577, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iORLpplub64kuxb4", - "name": "Streithammer +3", - "type": "weapon", - "img": "icons/weapons/hammers/hammer-war-spiked.webp", - "effects": [ - { - "_id": "dcGiLPK2AIDA7NHH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "RWRk7pwQf2vs1Aqv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 3256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343258, - "modifiedTime": 1668995457592, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iWOrlMcGVAXTvFEg", - "name": "Holzwürfel (sechsseitig)", - "type": "loot", - "img": "icons/sundries/gaming/dice-runed-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.02, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343290, - "modifiedTime": 1668995457684, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ibiHqm4rH8meeu9m", - "name": "Turmschild +1", - "type": "shield", - "img": "icons/equipment/shield/heater-steel-engraved-lance-rest.webp", - "effects": [ - { - "_id": "ScAKi1eiWow9Y1ZZ", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -0,5", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "TeyRcwja5lQWHICW", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -0,5

", - "quantity": 1, - "price": 3265, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343297, - "modifiedTime": 1668995457687, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "j3wcDmBNiDx7sK0n", - "name": "Runenbestickte Robe +2", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-blue.webp", - "effects": [ - { - "_id": "vgJWV95OeyzrjyFw", - "flags": {}, - "changes": [ - { - "key": "system.traits.aura.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Aura +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "a2GXKNKHJWdyKb7h", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aura +1

", - "quantity": 1, - "price": 2258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343301, - "modifiedTime": 1668995457693, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "jRzgvvygxk5IjXYB", - "name": "Speer +1", - "type": "weapon", - "img": "icons/weapons/polearms/spear-hooked-red.webp", - "effects": [ - { - "_id": "r0XGSAypTjvBmHHC", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1251, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343306, - "modifiedTime": 1668995457700, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "jsANSjzxRPKO3AyG", - "name": "Axt +1", - "type": "weapon", - "img": "icons/weapons/axes/shortaxe-black.webp", - "effects": [ - { - "_id": "wh12XwprBMtY3BTB", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343311, - "modifiedTime": 1668995457708, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kGTB9f2zPrmedHq4", - "name": "Schutzring +1", - "type": "equipment", - "img": "icons/equipment/finger/ring-band-engraved-lines-bronze.webp", - "effects": [ - { - "_id": "yH3Ujo3jKNCYI4n9", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht die Abwehr um 1, ohne dabei Panzerungsmalus zu verursachen.

", - "quantity": 1, - "price": 752, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343316, - "modifiedTime": 1668995457715, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kIiDbrtAPno14O85", - "name": "Kampftrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-corked-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Meist von oranger Farbe erhöht solch ein Trank Schlagen und Abwehr für die Dauer eines Kampfes um +1.

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343317, - "modifiedTime": 1668995457720, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kVRybb0knZkoJLlj", - "name": "Robe des Heilers", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-white.webp", - "effects": [ - { - "_id": "GgAFMmXGb1B5KIda", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Heilzauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.healing" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine weiße Robe, die ihrem Träger +1 auf Heilzauber gewährt.

", - "quantity": 1, - "price": 751, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343318, - "modifiedTime": 1668995458796, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kurEYTP9rqk8YnND", - "name": "Unsichtbarkeitsring", - "type": "equipment", - "img": "icons/equipment/finger/ring-band-rounded-gold.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Böse Zungen behaupten, dass dieser Ring, in den @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} eingebettet ist, seinen Träger zu seinem abhängigen Sklaven macht.

", - "quantity": 1, - "price": 6972, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343319, - "modifiedTime": 1668995457725, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lHlwYWlgC2iKjDFM", - "name": "Grausame Axt", - "type": "weapon", - "img": "icons/weapons/axes/shortaxe-simple-black.webp", - "effects": [ - { - "_id": "wh12XwprBMtY3BTB", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "5EWlvp1ZJkHmodfC", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Verletzen +III", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Verletzen", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Antike Axt +1 mit Verletzen +III

", - "quantity": 1, - "price": 4256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343320, - "modifiedTime": 1668995457731, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "luYRwVP5oR6cdDMQ", - "name": "Waffenweih", - "type": "loot", - "img": "icons/consumables/potions/potion-jar-capped-teal.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Über eine Waffe geschüttet, verleiht dieser meist silberne Trank dieser für die Dauer eines Kampfes den Effekt des Zaubers @Compendium[ds4.spells.ASvdS1fyjmRS1Xb6]{Magische Waffe}.

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343322, - "modifiedTime": 1668995457738, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mjBwhnK5gf9MIdlm", - "name": "Streitkolben", - "type": "weapon", - "img": "icons/weapons/maces/mace-spiked-steel-wood.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343332, - "modifiedTime": 1668995457744, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nH1Vfhhx2jlGoQ6i", - "name": "Berserkertrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-round-flask-fumes-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses von verrückten Orkschamanen entwickelte, dampfende Getränk heilt drei Kampfrunden jeweils W20 Lebenskraft. In der vierten Runde explodiert der Trinker und verursacht in 2 m Radius Schaden in Höhe der erwürfelten Heilung (Abwehr gilt).

", - "quantity": 1, - "price": 100, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343339, - "modifiedTime": 1668995457755, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nff3XieL5dvOZga9", - "name": "Karten des Schummlers", - "type": "loot", - "img": "icons/sundries/gaming/playing-cards-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

In dieses wunderschöne Spielkarten-Set ist der Zauber @Compendium[ds4.spells.BGnY1p1qZXwpzXFA]{Zeitstop} eingebettet.

", - "quantity": 1, - "price": 13031, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343351, - "modifiedTime": 1668995457758, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nixhgFSQ7jaZrvxD", - "name": "Trank der Zwergensicht", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-labeled-medicine-capped-red-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses meist schwarze Getränk gewährt für W20 Stunden dem Trinker die zwergische Volksfähigkeit Dunkelsicht (DS4 S. 83).

", - "quantity": 1, - "price": 15, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343360, - "modifiedTime": 1668995457760, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nslQfc441x1GG0SL", - "name": "Sattel", - "type": "equipment", - "img": "icons/commodities/leather/leather-scrap-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 5, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343364, - "modifiedTime": 1668995457761, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oJbpYZlvfJ6kpudj", - "name": "Spruchspeicherring", - "type": "equipment", - "img": "icons/equipment/finger/ring-cabochon-engraved-gold-pink.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Einmal pro Tag kann der Träger des Ringes zu einem vorher festgelegten Zauber aktionsfrei wechseln, ohne dafür würfeln zu müssen, da in den Ring @Compendium[ds4.spells.DNplbUwfxszg5UbZ]{Wechselzauber} eingebettet wurde.

", - "quantity": 1, - "price": 4992, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343371, - "modifiedTime": 1668995457763, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oPUlB9rz5rvRKrq8", - "name": "Giftbanntrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-bulb-corked-glowing-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wirkt den Zauber @Compendium[ds4.spells.ONhSaLNmvvacgCjA]{Giftbann} auf den Trinkenden (keine Probe nötig).

", - "quantity": 1, - "price": 150, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343385, - "modifiedTime": 1668995457770, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oWvJfxEBr83QxO9Q", - "name": "Speer", - "type": "weapon", - "img": "icons/weapons/polearms/spear-hooked-simple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zerbricht bei Schießen-Patzer

", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "meleeRanged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343397, - "modifiedTime": 1668995457773, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oeyhSfAQQPUbm10p", - "name": "Alterungstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-vial-corked-purple.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Trinkende wird augenblicklich W20 Jahre älter, Haare und Nägel wachsen entsprechend.

", - "quantity": 1, - "price": 500, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343402, - "modifiedTime": 1668995457775, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "opq2AakrpM9gLSa0", - "name": "Krummschwert +3", - "type": "weapon", - "img": "icons/weapons/swords/scimitar-blue.webp", - "effects": [ - { - "_id": "RGYzuIow1nDLd681", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2757, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343410, - "modifiedTime": 1668995457786, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oqnI982dhCya94Tu", - "name": "Elfenbogen +2", - "type": "weapon", - "img": "icons/weapons/bows/longbow-recurve-leather-red.webp", - "effects": [ - { - "_id": "QScLkDv6gysh119m", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "l9ZRRSrd6yBhQUJL", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 2825, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 5, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343440, - "modifiedTime": 1668995457790, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ozPRhUPx9Y9u3GNE", - "name": "Seife (1 Stück)", - "type": "loot", - "img": "icons/sundries/survival/soap.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343446, - "modifiedTime": 1668995457793, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pQqbXD5ELmjcu4Dd", - "name": "Zornhammer", - "type": "weapon", - "img": "icons/weapons/hammers/hammer-double-steel-embossed.webp", - "effects": [ - { - "_id": "dcGiLPK2AIDA7NHH", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "RWRk7pwQf2vs1Aqv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein schwerer, schlichter Streithammer +3, der einst einem Zwergenhelden gehörte.

\n

Zweihändig, Initiative -4

", - "quantity": 1, - "price": 3256, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343452, - "modifiedTime": 1668995457794, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pYP26CskxKade3GF", - "name": "Pfanne", - "type": "loot", - "img": "icons/tools/cooking/pot-camping-iron-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343456, - "modifiedTime": 1668995457796, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pljOii88ltzuQNsu", - "name": "Talenttrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-corked-labeled-pink.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Metallisch riechend, erhöht dieser Trank für W20 Runden ein vom Trinkenden bereits beherrschtes Talent um +I.

", - "quantity": 1, - "price": 100, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343461, - "modifiedTime": 1668995457797, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pzD6fcJa1Hk4Duwu", - "name": "Keule +1", - "type": "weapon", - "img": "icons/weapons/clubs/club-simple-barbed.webp", - "effects": [ - { - "_id": "9ZyXiW0n9WJ5WQOv", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 1250.2, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343466, - "modifiedTime": 1668995457803, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pzjZv0HhCA15wy1i", - "name": "Holzbecher", - "type": "loot", - "img": "icons/containers/kitchenware/mug-simple-wooden-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.2, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343470, - "modifiedTime": 1668995457806, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "qlBIUI00RTYZzclX", - "name": "Schutzring +3", - "type": "equipment", - "img": "icons/equipment/finger/ring-band-engraved-scrolls-gold.webp", - "effects": [ - { - "_id": "yH3Ujo3jKNCYI4n9", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +3 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht die Abwehr um 3, ohne dabei Panzerungsmalus zu verursachen.

", - "quantity": 1, - "price": 1752, - "availability": "unset", - "storageLocation": "-", - "equipped": false - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343471, - "modifiedTime": 1668995457809, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "qwXiwcxaDDCzmLLM", - "name": "Hellebarde +2", - "type": "weapon", - "img": "icons/weapons/polearms/halberd-crescent-steel.webp", - "effects": [ - { - "_id": "APXje5Ppu0d75HNw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "cEFYfp6VrhRcwEKz", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343472, - "modifiedTime": 1668995457811, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rdOU1FmBq1nqQKW5", - "name": "Streitkolben +3", - "type": "weapon", - "img": "icons/weapons/maces/mace-spiked-steel-grey.webp", - "effects": [ - { - "_id": "dgH1Fyz2pVFcmhFL", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343474, - "modifiedTime": 1668995457812, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rvDTHq5UoRK6acm6", - "name": "Fellmantel des Heilers", - "type": "armor", - "img": "icons/equipment/chest/vest-leather-tattered-white.webp", - "effects": [ - { - "_id": "5vJF9ck6rDsBPnKl", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "Uzo51C3LrgP3G8jb", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Heilzauber +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.healing" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese aus weißem Fell geschneiderte Lederrüstung gewährt +2 auf alle Heilzauber.

", - "quantity": 1, - "price": 4254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343475, - "modifiedTime": 1668995458894, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s1xaEPPKJGMImZ9m", - "name": "Streitaxt +1", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-chopping-black.webp", - "effects": [ - { - "_id": "DPS3CaNXapsBzzsj", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "fQgMSANHWdQrzmlJ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343477, - "modifiedTime": 1668995457816, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s47J9CEdTELiRlPT", - "name": "Wasserwandeltrank", - "type": "loot", - "img": "icons/consumables/potions/potion-jar-corked-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser oft braune Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.mYZ3gFtRJASLL9pv]{Wasserwandeln} (Probenwert 20; Patzer ausgeschlossen).

", - "quantity": 1, - "price": 100, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343479, - "modifiedTime": 1668995457818, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sMJw9EQtd2pYsgYE", - "name": "Hammer", - "type": "weapon", - "img": "icons/weapons/hammers/shorthammer-simple-iron-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343482, - "modifiedTime": 1668995457821, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sUHJSIG8aTs0do67", - "name": "Runenbestickte Robe +1", - "type": "armor", - "img": "icons/equipment/chest/robe-collared-blue.webp", - "effects": [ - { - "_id": "vgJWV95OeyzrjyFw", - "flags": {}, - "changes": [ - { - "key": "system.traits.aura.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Aura +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "6NLQSkPxsA3H8Gc8", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aura +1

", - "quantity": 1, - "price": 1258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343486, - "modifiedTime": 1668995457824, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "siJAzGmpHVegUKBF", - "name": "Keule", - "type": "weapon", - "img": "icons/weapons/clubs/club-simple-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zerbricht bei Schlagen-Patzer

", - "quantity": 1, - "price": 0.2, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343492, - "modifiedTime": 1668995457831, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "t13RJoXrsS0HAyIQ", - "name": "Plattenpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-steel-grey.webp", - "effects": [ - { - "_id": "pAxAXam5JBN6Acz9", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Laufen -1 m

", - "quantity": 1, - "price": 50, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 3, - "armorMaterialType": "plate", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343507, - "modifiedTime": 1668995457837, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tAdNTxSRq9hARm1p", - "name": "Hammer +3", - "type": "weapon", - "img": "icons/weapons/hammers/shorthammer-embossed-white.webp", - "effects": [ - { - "_id": "aLeVPvqVvSHnDTsp", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343509, - "modifiedTime": 1668995457848, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tPlXSWQ4mP0dqnOa", - "name": "Schloss: Zwergenarbeit (SW: 12)", - "type": "loot", - "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 250, - "availability": "city", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343511, - "modifiedTime": 1668995457851, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tQ1LUX7in4xuuR12", - "name": "Rüstung des Schützen", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": [ - { - "_id": "C7jqj8julpambLpm", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "fwNP4w1u7JP3OFEb", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.rangedAttack.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schießen +3 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese mit dunkelgrünen Stoffrändern gesäumte Kettenrüstung +1 gewährt ihrem Träger +3 auf Schießen.

", - "quantity": 1, - "price": 4760, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343512, - "modifiedTime": 1668995457852, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tW53rAmCXx6rqKMP", - "name": "Großer Heiltrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-stopped-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese meist weinroten Tränke heilen 2W20 Lebenskraft.

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343514, - "modifiedTime": 1668995457854, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "trop6WmDZEhv3gRA", - "name": "Dolch +1", - "type": "weapon", - "img": "icons/weapons/daggers/dagger-curved-blue.webp", - "effects": [ - { - "_id": "9jtH6ER0s0I8SPyi", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "aDUESIHIetT9xLbD", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative +1

", - "quantity": 1, - "price": 752, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343515, - "modifiedTime": 1668995457861, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "u1ycDWee8nHPfZHA", - "name": "Morgenstern +1", - "type": "weapon", - "img": "icons/weapons/maces/mace-round-studded.webp", - "effects": [ - { - "_id": "nTOl8E9qA6stLcEJ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1257, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343519, - "modifiedTime": 1668995457871, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uDdLTyyNqeXzCssp", - "name": "Elfenbogen", - "type": "weapon", - "img": "icons/weapons/bows/longbow-recurve-brown.webp", - "effects": [ - { - "_id": "QScLkDv6gysh119m", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", - "quantity": 1, - "price": 75, - "availability": "elves", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343523, - "modifiedTime": 1668995457879, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uVYJY3A8kLne2ZkQ", - "name": "Parfüm (50 x benutzbar)", - "type": "loot", - "img": "icons/tools/laboratory/vial-orange.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gibt 4 Stunden lang +1 auf Proben sozialer Interaktion mit anderem Geschlecht

", - "quantity": 1, - "price": 5, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343526, - "modifiedTime": 1668995457887, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uYcNgFz5PkaOmK6b", - "name": "Unsichtbarkeitstrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-corked-tied-necklace-teal.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser oft klare, farblose Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} (Probenwert 20; Patzer ausgeschlossen).

", - "quantity": 1, - "price": 500, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343529, - "modifiedTime": 1668995457892, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uafOWinH9nnRO3lr", - "name": "Stab des Magus", - "type": "weapon", - "img": "icons/weapons/staves/staff-ornate-purple.webp", - "effects": [ - { - "_id": "1aNTAQBai6qAcWGM", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +1", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "ve7iQmkxC6l5WmTE", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "XD3tGbvi1S03diuz", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "3", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +3 (magisch)", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Kampfstab +1 mit Zielzaubern +3 (insgesamt also mit dem normalen Bonus Zielzaubern +4).

\n

Zweihändig, Zielzaubern +1

", - "quantity": 1, - "price": 2750.5, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343535, - "modifiedTime": 1668995457894, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "udsNOh5h0TQmOYBl", - "name": "Klettertrank", - "type": "loot", - "img": "icons/consumables/potions/bottle-conical-corked-cyan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann für W20 Runden mit seinem normalen Laufen-Wert wie eine Spinne klettern, selbst kopfüber an der Decke.

", - "quantity": 1, - "price": 50, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343544, - "modifiedTime": 1668995457898, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "upLe2iticb6YKsIR", - "name": "Brechstange", - "type": "weapon", - "img": "icons/tools/hand/wrench-iron-grey.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 1.5, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343545, - "modifiedTime": 1668995457904, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "upkDR02zMILTPib6", - "name": "Lanze +1", - "type": "weapon", - "img": "icons/weapons/polearms/spear-flared-green.webp", - "effects": [ - { - "_id": "d8N240qBKaRGqkcf", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", - "quantity": 1, - "price": 1252, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343547, - "modifiedTime": 1668995457909, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uqIQjhDGgbEuHYmd", - "name": "Zauberwechseltrank", - "type": "loot", - "img": "icons/consumables/potions/potion-bottle-corked-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese meist blauen Tränke gewähren für die Dauer eines Kampfes +10 auf Zauber wechseln.

", - "quantity": 1, - "price": 10, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343549, - "modifiedTime": 1668995457915, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "v7WiMqH1XylGqNOy", - "name": "Geisterbote", - "type": "loot", - "img": "icons/commodities/materials/glass-orb-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Jeder dieser mit Rauch gefüllten Behälter enthält eine Ladung des Zaubers @Compendium[ds4.spells.wnYRgIjVtIhL26eg]{Botschaft}.

", - "quantity": 1, - "price": 454, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343550, - "modifiedTime": 1668995457922, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "vqKLn65gjoced8jV", - "name": "Streitaxt", - "type": "weapon", - "img": "icons/weapons/axes/axe-double-brown.webp", - "effects": [ - { - "_id": "DPS3CaNXapsBzzsj", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343551, - "modifiedTime": 1668995457925, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "w1bZ2431gdOQumWK", - "name": "Runenbestickte Robe", - "type": "armor", - "img": "icons/equipment/chest/coat-leather-blue.webp", - "effects": [ - { - "_id": "vgJWV95OeyzrjyFw", - "flags": {}, - "changes": [ - { - "key": "system.traits.aura.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Aura +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aura +1

", - "quantity": 1, - "price": 8, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343553, - "modifiedTime": 1668995457928, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wy8GXE1zjaRpXL8H", - "name": "Hellebarde +3", - "type": "weapon", - "img": "icons/weapons/polearms/halberd-crescent-glowing.webp", - "effects": [ - { - "_id": "APXje5Ppu0d75HNw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "JIWNiHZdqmMiPMBz", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 2754, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 5, - "opponentDefense": -3 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343558, - "modifiedTime": 1668995457931, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xeSyfEpn3gABmKDR", - "name": "Sturmrobe", - "type": "armor", - "img": "icons/equipment/chest/robe-layered-teal.webp", - "effects": [ - { - "_id": "JjEEDD1H1NvKF1Vr", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese blaugraue Robe +1 mit aufgestickten Sturm- & Gewitterwolken gewährt +1 auf jeden Blitzzauber. Selbst bei Windstille wogt sie in einer leichten Brise.

", - "quantity": 1, - "price": 1751, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 0, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343566, - "modifiedTime": 1668995457936, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xwjafjsWdZJBVN0A", - "name": "Kompass", - "type": "loot", - "img": "icons/tools/navigation/compass-brass-blue-red.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 35, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343573, - "modifiedTime": 1668995457941, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yDq5abf47mYIw3OG", - "name": "Plattenbeinschienen +3", - "type": "armor", - "img": "icons/equipment/leg/cuisses-plate-reticulated-steel-blue.webp", - "effects": [ - { - "_id": "dJcAdxKxsUIXzHCa", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +3 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 4258, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "plate", - "armorType": "greaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343577, - "modifiedTime": 1668995457944, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yfqzgTskyIgWZq8A", - "name": "Schlachtgeißel", - "type": "weapon", - "img": "icons/weapons/maces/flail-triple-grey.webp", - "effects": [ - { - "_id": "BdejYg7Bq6tM2ROu", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -4", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", - "quantity": 1, - "price": 16, - "availability": "village", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343580, - "modifiedTime": 1668995457947, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ygiod7LPfxwz0Jbb", - "name": "Wasserschlauch (5 Liter)", - "type": "loot", - "img": "icons/sundries/survival/waterskin-leather-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343581, - "modifiedTime": 1668995457950, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ylWwhiSGGWLee2PA", - "name": "Kampfstab", - "type": "weapon", - "img": "icons/weapons/staves/staff-simple.webp", - "effects": [ - { - "_id": "1aNTAQBai6qAcWGM", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.targetedSpellcasting.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zielzaubern +1", - "tint": null, - "transfer": true, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Zielzaubern +1, Zerbricht bei Schlagen-Patzer

", - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343583, - "modifiedTime": 1668995457956, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yleQcy5mTJ5jn3RZ", - "name": "Lederschienen +2", - "type": "armor", - "img": "icons/equipment/wrist/bracer-straight-leather-red.webp", - "effects": [ - { - "_id": "YzSUbB0a2EknrxQQ", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +2 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

An Arm & Bein

", - "quantity": 1, - "price": 3254, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "vambraceGreaves" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343585, - "modifiedTime": 1668995457962, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yocl6DZ7hfOupqqz", - "name": "Wildhüterharnisch", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-leather-brown.webp", - "effects": [ - { - "_id": "CUa4rA1A1cwWac46", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.defense.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": null, - "origin": null, - "tint": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

In diese aus Fellen zusammengenähte Lederrüstung +1 wurde der Zauber @Compendium[ds4.spells.TVsayZ3WkUxyzKbL]{Tierbeherschung} eingebettet.

", - "quantity": 1, - "price": 4714, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343587, - "modifiedTime": 1668995457964, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yuSDAJwN3NFfcTSE", - "name": "Lederpanzer (Für Reittiere) +1", - "type": "armor", - "img": "icons/commodities/leather/leather-leaf-tan.webp", - "effects": [ - { - "_id": "ISagK3JV33VmnmoX", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Panzerung +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 2262, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343590, - "modifiedTime": 1668995457967, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zAMFB4HHHUQp4RFa", - "name": "Schloss: Gut (SW: 2)", - "type": "loot", - "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343593, - "modifiedTime": 1668995457969, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zQLTx3zmJfnrdmlN", - "name": "Werkzeugset", - "type": "loot", - "img": "icons/tools/hand/hammer-and-nail.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 5, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343597, - "modifiedTime": 1668995457972, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zWMPzHIY3vkrCIEJ", - "name": "Kluft des Jägers", - "type": "armor", - "img": "icons/equipment/chest/breastplate-layered-leather-green.webp", - "effects": [ - { - "_id": "RXgVHCUhqvSvdubt", - "flags": {}, - "changes": [ - { - "key": "system.traits.agility.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Bewegung +1 (magisch)", - "tint": null, - "transfer": true, - "origin": null - }, - { - "_id": "XsKZUk7lLh6egc89", - "changes": [ - { - "key": "system.rank.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Jäger +I", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "Jäger", - "condition": "'@item.type' === 'talent'" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Diese braun-grüne Lederrüstung gewährt neben Jäger +I ihrem Träger +1 auf Bewegung.

", - "quantity": 1, - "price": 1504, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343602, - "modifiedTime": 1668995457975, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zXgxu2gCkaTSSSMU", - "name": "Waffenpaste", - "type": "loot", - "img": "icons/tools/laboratory/bowl-liquid-black.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Macht WB+1; hält W20 Nahkampfangriffe bzw. reicht für W20 Fernkampfgeschosse

", - "quantity": 1, - "price": 0.5, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343609, - "modifiedTime": 1668995457977, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zjefX9KYvMphtVwX", - "name": "Handschellen", - "type": "loot", - "img": "icons/sundries/survival/cuffs-shackles-steel.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Preis für beide Schlösser extra ermitteln

", - "quantity": 1, - "price": 8, - "availability": "village", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343613, - "modifiedTime": 1668995457978, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zoPPqqDyRTvmV2do", - "name": "Hellebarde +1", - "type": "weapon", - "img": "icons/weapons/polearms/halberd-crescent-engraved-steel.webp", - "effects": [ - { - "_id": "APXje5Ppu0d75HNw", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative -2", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - }, - { - "_id": "FuPTO8plsKR3lq8Z", - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "label": "Initiative +1 (magisch)", - "transfer": true, - "disabled": false, - "icon": "icons/svg/aura.svg", - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Zweihändig, Initiative -2

", - "quantity": 1, - "price": 4, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343617, - "modifiedTime": 1668995457980, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zqlc3bq1ZfneLeYx", - "name": "Zieltrank", - "type": "loot", - "img": "icons/consumables/potions/potion-flask-capped-yellow-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhöht die Werte von Schießen und Zielzauber für die Dauer eines Kampfes um +1.

", - "quantity": 1, - "price": 25, - "availability": "unset", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343618, - "modifiedTime": 1668995457982, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zquQpOOVr5lIbnmL", - "name": "Heilkraut", - "type": "loot", - "img": "icons/tools/laboratory/bowl-herbs-green.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Probenwert 10: 1-10 heilt LK in Ergebnishöhe, 11+ kein Heileffekt

", - "quantity": 1, - "price": 2.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343619, - "modifiedTime": 1668995457986, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zx3FKwvrLw147ARX", - "name": "Pergamentblatt", - "type": "loot", - "img": "icons/sundries/documents/paper-plain-white.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": null, - "quantity": 1, - "price": 0.5, - "availability": "hamlet", - "storageLocation": "-" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995343620, - "modifiedTime": 1668995457993, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/items.json.license b/packs/items.json.license deleted file mode 100644 index dc219f48..00000000 --- a/packs/items.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2021 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/items/!items.effects!03wnfxowhzvSJPSj.uOEN4xXL3IcebbJO.json b/packs/items/!items.effects!03wnfxowhzvSJPSj.uOEN4xXL3IcebbJO.json new file mode 100644 index 00000000..75643b0b --- /dev/null +++ b/packs/items/!items.effects!03wnfxowhzvSJPSj.uOEN4xXL3IcebbJO.json @@ -0,0 +1,36 @@ +{ + "_id": "uOEN4xXL3IcebbJO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!03wnfxowhzvSJPSj.uOEN4xXL3IcebbJO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!09Hp2c2jgoXx7cV0.EkJB0kpYFHRMYSgl.json b/packs/items/!items.effects!09Hp2c2jgoXx7cV0.EkJB0kpYFHRMYSgl.json new file mode 100644 index 00000000..ede8aa07 --- /dev/null +++ b/packs/items/!items.effects!09Hp2c2jgoXx7cV0.EkJB0kpYFHRMYSgl.json @@ -0,0 +1,28 @@ +{ + "_id": "EkJB0kpYFHRMYSgl", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!09Hp2c2jgoXx7cV0.EkJB0kpYFHRMYSgl" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0P2wJM5qG1VupfXq.DPS3CaNXapsBzzsj.json b/packs/items/!items.effects!0P2wJM5qG1VupfXq.DPS3CaNXapsBzzsj.json new file mode 100644 index 00000000..dfa7f749 --- /dev/null +++ b/packs/items/!items.effects!0P2wJM5qG1VupfXq.DPS3CaNXapsBzzsj.json @@ -0,0 +1,36 @@ +{ + "_id": "DPS3CaNXapsBzzsj", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0P2wJM5qG1VupfXq.DPS3CaNXapsBzzsj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0P2wJM5qG1VupfXq.aNtjz1DteptmA3ce.json b/packs/items/!items.effects!0P2wJM5qG1VupfXq.aNtjz1DteptmA3ce.json new file mode 100644 index 00000000..69075fa4 --- /dev/null +++ b/packs/items/!items.effects!0P2wJM5qG1VupfXq.aNtjz1DteptmA3ce.json @@ -0,0 +1,36 @@ +{ + "_id": "aNtjz1DteptmA3ce", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0P2wJM5qG1VupfXq.aNtjz1DteptmA3ce" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0SrSqLjQ5CMNbwXV.eu80ImNhR1gsT7jg.json b/packs/items/!items.effects!0SrSqLjQ5CMNbwXV.eu80ImNhR1gsT7jg.json new file mode 100644 index 00000000..de94f9e7 --- /dev/null +++ b/packs/items/!items.effects!0SrSqLjQ5CMNbwXV.eu80ImNhR1gsT7jg.json @@ -0,0 +1,36 @@ +{ + "_id": "eu80ImNhR1gsT7jg", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0SrSqLjQ5CMNbwXV.eu80ImNhR1gsT7jg" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0UDiL2xAlGCEeckL.atmWPMxgNoeole7n.json b/packs/items/!items.effects!0UDiL2xAlGCEeckL.atmWPMxgNoeole7n.json new file mode 100644 index 00000000..8a81c02e --- /dev/null +++ b/packs/items/!items.effects!0UDiL2xAlGCEeckL.atmWPMxgNoeole7n.json @@ -0,0 +1,36 @@ +{ + "_id": "atmWPMxgNoeole7n", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-6", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -6", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0UDiL2xAlGCEeckL.atmWPMxgNoeole7n" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0Vd79Orsle4PUqs2.43bRMhcEqMvQvRQU.json b/packs/items/!items.effects!0Vd79Orsle4PUqs2.43bRMhcEqMvQvRQU.json new file mode 100644 index 00000000..464eb52c --- /dev/null +++ b/packs/items/!items.effects!0Vd79Orsle4PUqs2.43bRMhcEqMvQvRQU.json @@ -0,0 +1,28 @@ +{ + "_id": "43bRMhcEqMvQvRQU", + "flags": {}, + "changes": [ + { + "key": "system.traits.strength.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Stärke +3 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!0Vd79Orsle4PUqs2.43bRMhcEqMvQvRQU" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.QScLkDv6gysh119m.json b/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.QScLkDv6gysh119m.json new file mode 100644 index 00000000..2d271c33 --- /dev/null +++ b/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.QScLkDv6gysh119m.json @@ -0,0 +1,28 @@ +{ + "_id": "QScLkDv6gysh119m", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!0cAWFZtQfLF7q1ZX.QScLkDv6gysh119m" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.UPsfGYjye47se1Gw.json b/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.UPsfGYjye47se1Gw.json new file mode 100644 index 00000000..20e545ac --- /dev/null +++ b/packs/items/!items.effects!0cAWFZtQfLF7q1ZX.UPsfGYjye47se1Gw.json @@ -0,0 +1,36 @@ +{ + "_id": "UPsfGYjye47se1Gw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0cAWFZtQfLF7q1ZX.UPsfGYjye47se1Gw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0e8GeSHxVf72FXvT.ScAKi1eiWow9Y1ZZ.json b/packs/items/!items.effects!0e8GeSHxVf72FXvT.ScAKi1eiWow9Y1ZZ.json new file mode 100644 index 00000000..e2b3ebd7 --- /dev/null +++ b/packs/items/!items.effects!0e8GeSHxVf72FXvT.ScAKi1eiWow9Y1ZZ.json @@ -0,0 +1,36 @@ +{ + "_id": "ScAKi1eiWow9Y1ZZ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!0e8GeSHxVf72FXvT.ScAKi1eiWow9Y1ZZ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0f8ivq3Mveb3s3Fs.Ytio5tOcCUO91MQ0.json b/packs/items/!items.effects!0f8ivq3Mveb3s3Fs.Ytio5tOcCUO91MQ0.json new file mode 100644 index 00000000..c04ddacb --- /dev/null +++ b/packs/items/!items.effects!0f8ivq3Mveb3s3Fs.Ytio5tOcCUO91MQ0.json @@ -0,0 +1,36 @@ +{ + "_id": "Ytio5tOcCUO91MQ0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -1", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0f8ivq3Mveb3s3Fs.Ytio5tOcCUO91MQ0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0vIgZkHBeEPut73w.QScLkDv6gysh119m.json b/packs/items/!items.effects!0vIgZkHBeEPut73w.QScLkDv6gysh119m.json new file mode 100644 index 00000000..babeccd9 --- /dev/null +++ b/packs/items/!items.effects!0vIgZkHBeEPut73w.QScLkDv6gysh119m.json @@ -0,0 +1,28 @@ +{ + "_id": "QScLkDv6gysh119m", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!0vIgZkHBeEPut73w.QScLkDv6gysh119m" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0vIgZkHBeEPut73w.azjxgNJkYNvxg622.json b/packs/items/!items.effects!0vIgZkHBeEPut73w.azjxgNJkYNvxg622.json new file mode 100644 index 00000000..6badb039 --- /dev/null +++ b/packs/items/!items.effects!0vIgZkHBeEPut73w.azjxgNJkYNvxg622.json @@ -0,0 +1,36 @@ +{ + "_id": "azjxgNJkYNvxg622", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0vIgZkHBeEPut73w.azjxgNJkYNvxg622" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0wgXMtaVpVJabEun.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!0wgXMtaVpVJabEun.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..67321cf4 --- /dev/null +++ b/packs/items/!items.effects!0wgXMtaVpVJabEun.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!0wgXMtaVpVJabEun.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!0wgXMtaVpVJabEun.JLc9UYdHy4aAeqA2.json b/packs/items/!items.effects!0wgXMtaVpVJabEun.JLc9UYdHy4aAeqA2.json new file mode 100644 index 00000000..dc1aad96 --- /dev/null +++ b/packs/items/!items.effects!0wgXMtaVpVJabEun.JLc9UYdHy4aAeqA2.json @@ -0,0 +1,36 @@ +{ + "_id": "JLc9UYdHy4aAeqA2", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!0wgXMtaVpVJabEun.JLc9UYdHy4aAeqA2" +} \ No newline at end of file diff --git a/packs/items/!items.effects!12WbnUt5h84JQxMp.gPN9UcowmdjdyGyn.json b/packs/items/!items.effects!12WbnUt5h84JQxMp.gPN9UcowmdjdyGyn.json new file mode 100644 index 00000000..67c82f6e --- /dev/null +++ b/packs/items/!items.effects!12WbnUt5h84JQxMp.gPN9UcowmdjdyGyn.json @@ -0,0 +1,36 @@ +{ + "_id": "gPN9UcowmdjdyGyn", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!12WbnUt5h84JQxMp.gPN9UcowmdjdyGyn" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1IWsAaMSnz1Q9ZWd.aKfE4S2oocgJMro8.json b/packs/items/!items.effects!1IWsAaMSnz1Q9ZWd.aKfE4S2oocgJMro8.json new file mode 100644 index 00000000..af59d08c --- /dev/null +++ b/packs/items/!items.effects!1IWsAaMSnz1Q9ZWd.aKfE4S2oocgJMro8.json @@ -0,0 +1,36 @@ +{ + "_id": "aKfE4S2oocgJMro8", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!1IWsAaMSnz1Q9ZWd.aKfE4S2oocgJMro8" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1hmprC7XVhIPemy5.VkuGm7hES83WX4HD.json b/packs/items/!items.effects!1hmprC7XVhIPemy5.VkuGm7hES83WX4HD.json new file mode 100644 index 00000000..f4a731aa --- /dev/null +++ b/packs/items/!items.effects!1hmprC7XVhIPemy5.VkuGm7hES83WX4HD.json @@ -0,0 +1,36 @@ +{ + "_id": "VkuGm7hES83WX4HD", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!1hmprC7XVhIPemy5.VkuGm7hES83WX4HD" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1hmprC7XVhIPemy5.zgiIGlRMVCgAzrn7.json b/packs/items/!items.effects!1hmprC7XVhIPemy5.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..6e9dae47 --- /dev/null +++ b/packs/items/!items.effects!1hmprC7XVhIPemy5.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!1hmprC7XVhIPemy5.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1uYooTtDWgzB9FI9.iIT1kOsyMJn0mIte.json b/packs/items/!items.effects!1uYooTtDWgzB9FI9.iIT1kOsyMJn0mIte.json new file mode 100644 index 00000000..fbb28391 --- /dev/null +++ b/packs/items/!items.effects!1uYooTtDWgzB9FI9.iIT1kOsyMJn0mIte.json @@ -0,0 +1,28 @@ +{ + "_id": "iIT1kOsyMJn0mIte", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "1.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen +1,5 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!1uYooTtDWgzB9FI9.iIT1kOsyMJn0mIte" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1uYooTtDWgzB9FI9.uOEN4xXL3IcebbJO.json b/packs/items/!items.effects!1uYooTtDWgzB9FI9.uOEN4xXL3IcebbJO.json new file mode 100644 index 00000000..db7596c5 --- /dev/null +++ b/packs/items/!items.effects!1uYooTtDWgzB9FI9.uOEN4xXL3IcebbJO.json @@ -0,0 +1,36 @@ +{ + "_id": "uOEN4xXL3IcebbJO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!1uYooTtDWgzB9FI9.uOEN4xXL3IcebbJO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!1vrVO2sqFqC4AA1k.uaLYD6951CS9od5d.json b/packs/items/!items.effects!1vrVO2sqFqC4AA1k.uaLYD6951CS9od5d.json new file mode 100644 index 00000000..023ccb33 --- /dev/null +++ b/packs/items/!items.effects!1vrVO2sqFqC4AA1k.uaLYD6951CS9od5d.json @@ -0,0 +1,36 @@ +{ + "_id": "uaLYD6951CS9od5d", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "5", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Wechsler +V", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Wechsler", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!1vrVO2sqFqC4AA1k.uaLYD6951CS9od5d" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2BNzuiU6wc3r9ByF.PIRBFfHOrmdREhnH.json b/packs/items/!items.effects!2BNzuiU6wc3r9ByF.PIRBFfHOrmdREhnH.json new file mode 100644 index 00000000..30b952c1 --- /dev/null +++ b/packs/items/!items.effects!2BNzuiU6wc3r9ByF.PIRBFfHOrmdREhnH.json @@ -0,0 +1,36 @@ +{ + "_id": "PIRBFfHOrmdREhnH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2BNzuiU6wc3r9ByF.PIRBFfHOrmdREhnH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2C0GH1sYXj8QtRTK.xjUL1B0P5jhze3vQ.json b/packs/items/!items.effects!2C0GH1sYXj8QtRTK.xjUL1B0P5jhze3vQ.json new file mode 100644 index 00000000..be0e40f6 --- /dev/null +++ b/packs/items/!items.effects!2C0GH1sYXj8QtRTK.xjUL1B0P5jhze3vQ.json @@ -0,0 +1,36 @@ +{ + "_id": "xjUL1B0P5jhze3vQ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2C0GH1sYXj8QtRTK.xjUL1B0P5jhze3vQ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2JQowFF6ZjF90OFI.APXje5Ppu0d75HNw.json b/packs/items/!items.effects!2JQowFF6ZjF90OFI.APXje5Ppu0d75HNw.json new file mode 100644 index 00000000..95622871 --- /dev/null +++ b/packs/items/!items.effects!2JQowFF6ZjF90OFI.APXje5Ppu0d75HNw.json @@ -0,0 +1,36 @@ +{ + "_id": "APXje5Ppu0d75HNw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2JQowFF6ZjF90OFI.APXje5Ppu0d75HNw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2le5COwoh45Pc4oD.rUye8ORwMGGtWPrr.json b/packs/items/!items.effects!2le5COwoh45Pc4oD.rUye8ORwMGGtWPrr.json new file mode 100644 index 00000000..38fa776a --- /dev/null +++ b/packs/items/!items.effects!2le5COwoh45Pc4oD.rUye8ORwMGGtWPrr.json @@ -0,0 +1,36 @@ +{ + "_id": "rUye8ORwMGGtWPrr", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2le5COwoh45Pc4oD.rUye8ORwMGGtWPrr" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2le5COwoh45Pc4oD.yXvt3CT4FbXYjIfc.json b/packs/items/!items.effects!2le5COwoh45Pc4oD.yXvt3CT4FbXYjIfc.json new file mode 100644 index 00000000..3d00b04d --- /dev/null +++ b/packs/items/!items.effects!2le5COwoh45Pc4oD.yXvt3CT4FbXYjIfc.json @@ -0,0 +1,36 @@ +{ + "_id": "yXvt3CT4FbXYjIfc", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2le5COwoh45Pc4oD.yXvt3CT4FbXYjIfc" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2ydkhz5gDjxAiaYy.DaKTtdhRO45QZuDJ.json b/packs/items/!items.effects!2ydkhz5gDjxAiaYy.DaKTtdhRO45QZuDJ.json new file mode 100644 index 00000000..c0ab8e68 --- /dev/null +++ b/packs/items/!items.effects!2ydkhz5gDjxAiaYy.DaKTtdhRO45QZuDJ.json @@ -0,0 +1,28 @@ +{ + "_id": "DaKTtdhRO45QZuDJ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!2ydkhz5gDjxAiaYy.DaKTtdhRO45QZuDJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!2ydkhz5gDjxAiaYy.qdSiJ4l0AuTd68CB.json b/packs/items/!items.effects!2ydkhz5gDjxAiaYy.qdSiJ4l0AuTd68CB.json new file mode 100644 index 00000000..647297fb --- /dev/null +++ b/packs/items/!items.effects!2ydkhz5gDjxAiaYy.qdSiJ4l0AuTd68CB.json @@ -0,0 +1,36 @@ +{ + "_id": "qdSiJ4l0AuTd68CB", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!2ydkhz5gDjxAiaYy.qdSiJ4l0AuTd68CB" +} \ No newline at end of file diff --git a/packs/items/!items.effects!34fD45Yzi3s2cSgy.DY0fXwaK8RHbyo75.json b/packs/items/!items.effects!34fD45Yzi3s2cSgy.DY0fXwaK8RHbyo75.json new file mode 100644 index 00000000..ad985de0 --- /dev/null +++ b/packs/items/!items.effects!34fD45Yzi3s2cSgy.DY0fXwaK8RHbyo75.json @@ -0,0 +1,36 @@ +{ + "_id": "DY0fXwaK8RHbyo75", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!34fD45Yzi3s2cSgy.DY0fXwaK8RHbyo75" +} \ No newline at end of file diff --git a/packs/items/!items.effects!3ZCLI6UN4i0zTeuv.MUERgL0DjjZR3sv0.json b/packs/items/!items.effects!3ZCLI6UN4i0zTeuv.MUERgL0DjjZR3sv0.json new file mode 100644 index 00000000..de9bd3be --- /dev/null +++ b/packs/items/!items.effects!3ZCLI6UN4i0zTeuv.MUERgL0DjjZR3sv0.json @@ -0,0 +1,36 @@ +{ + "_id": "MUERgL0DjjZR3sv0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!3ZCLI6UN4i0zTeuv.MUERgL0DjjZR3sv0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!55AkLjiaIn0SWO9k.TZoEpatdi8z1nreX.json b/packs/items/!items.effects!55AkLjiaIn0SWO9k.TZoEpatdi8z1nreX.json new file mode 100644 index 00000000..5e9f8596 --- /dev/null +++ b/packs/items/!items.effects!55AkLjiaIn0SWO9k.TZoEpatdi8z1nreX.json @@ -0,0 +1,28 @@ +{ + "_id": "TZoEpatdi8z1nreX", + "flags": {}, + "changes": [ + { + "key": "system.attributes.body.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Körper +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!55AkLjiaIn0SWO9k.TZoEpatdi8z1nreX" +} \ No newline at end of file diff --git a/packs/items/!items.effects!55AkLjiaIn0SWO9k.uOEN4xXL3IcebbJO.json b/packs/items/!items.effects!55AkLjiaIn0SWO9k.uOEN4xXL3IcebbJO.json new file mode 100644 index 00000000..2e31d0b0 --- /dev/null +++ b/packs/items/!items.effects!55AkLjiaIn0SWO9k.uOEN4xXL3IcebbJO.json @@ -0,0 +1,36 @@ +{ + "_id": "uOEN4xXL3IcebbJO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!55AkLjiaIn0SWO9k.uOEN4xXL3IcebbJO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5DY52CR03xXJHG6m.wz2krJzwVba18XvV.json b/packs/items/!items.effects!5DY52CR03xXJHG6m.wz2krJzwVba18XvV.json new file mode 100644 index 00000000..48bf4eeb --- /dev/null +++ b/packs/items/!items.effects!5DY52CR03xXJHG6m.wz2krJzwVba18XvV.json @@ -0,0 +1,36 @@ +{ + "_id": "wz2krJzwVba18XvV", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!5DY52CR03xXJHG6m.wz2krJzwVba18XvV" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5MrsKOS4sAxpMv2U.iLA1AQrTlmA0BFnC.json b/packs/items/!items.effects!5MrsKOS4sAxpMv2U.iLA1AQrTlmA0BFnC.json new file mode 100644 index 00000000..a639b583 --- /dev/null +++ b/packs/items/!items.effects!5MrsKOS4sAxpMv2U.iLA1AQrTlmA0BFnC.json @@ -0,0 +1,36 @@ +{ + "_id": "iLA1AQrTlmA0BFnC", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!5MrsKOS4sAxpMv2U.iLA1AQrTlmA0BFnC" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5cqP2SvMe5j0BD3t.QN5NueLJpTY2Vwat.json b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.QN5NueLJpTY2Vwat.json new file mode 100644 index 00000000..3d59f659 --- /dev/null +++ b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.QN5NueLJpTY2Vwat.json @@ -0,0 +1,36 @@ +{ + "_id": "QN5NueLJpTY2Vwat", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Fieser Schuss +II", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Fieser Schuss", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!5cqP2SvMe5j0BD3t.QN5NueLJpTY2Vwat" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5cqP2SvMe5j0BD3t.XsqzwEX1AvYJyczG.json b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.XsqzwEX1AvYJyczG.json new file mode 100644 index 00000000..82cf7dc8 --- /dev/null +++ b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.XsqzwEX1AvYJyczG.json @@ -0,0 +1,28 @@ +{ + "_id": "XsqzwEX1AvYJyczG", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!5cqP2SvMe5j0BD3t.XsqzwEX1AvYJyczG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5cqP2SvMe5j0BD3t.iUXn0CQKZw6Rr1yH.json b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.iUXn0CQKZw6Rr1yH.json new file mode 100644 index 00000000..0bc58c0b --- /dev/null +++ b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.iUXn0CQKZw6Rr1yH.json @@ -0,0 +1,36 @@ +{ + "_id": "iUXn0CQKZw6Rr1yH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!5cqP2SvMe5j0BD3t.iUXn0CQKZw6Rr1yH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!5cqP2SvMe5j0BD3t.rDzmy3Xb0qQfErWi.json b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.rDzmy3Xb0qQfErWi.json new file mode 100644 index 00000000..572b9201 --- /dev/null +++ b/packs/items/!items.effects!5cqP2SvMe5j0BD3t.rDzmy3Xb0qQfErWi.json @@ -0,0 +1,36 @@ +{ + "_id": "rDzmy3Xb0qQfErWi", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Scharfschütze +II", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Scharfschütze", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!5cqP2SvMe5j0BD3t.rDzmy3Xb0qQfErWi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!6QehiJpVqqA9bW3P.xQlGUPOpB6Me9OgF.json b/packs/items/!items.effects!6QehiJpVqqA9bW3P.xQlGUPOpB6Me9OgF.json new file mode 100644 index 00000000..4401e28d --- /dev/null +++ b/packs/items/!items.effects!6QehiJpVqqA9bW3P.xQlGUPOpB6Me9OgF.json @@ -0,0 +1,36 @@ +{ + "_id": "xQlGUPOpB6Me9OgF", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!6QehiJpVqqA9bW3P.xQlGUPOpB6Me9OgF" +} \ No newline at end of file diff --git a/packs/items/!items.effects!6UBvjMJd6n5P5YWv.CUa4rA1A1cwWac46.json b/packs/items/!items.effects!6UBvjMJd6n5P5YWv.CUa4rA1A1cwWac46.json new file mode 100644 index 00000000..1c8de382 --- /dev/null +++ b/packs/items/!items.effects!6UBvjMJd6n5P5YWv.CUa4rA1A1cwWac46.json @@ -0,0 +1,36 @@ +{ + "_id": "CUa4rA1A1cwWac46", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!6UBvjMJd6n5P5YWv.CUa4rA1A1cwWac46" +} \ No newline at end of file diff --git a/packs/items/!items.effects!6UBvjMJd6n5P5YWv.cl2PqWeAtDsBjz8k.json b/packs/items/!items.effects!6UBvjMJd6n5P5YWv.cl2PqWeAtDsBjz8k.json new file mode 100644 index 00000000..8a076b92 --- /dev/null +++ b/packs/items/!items.effects!6UBvjMJd6n5P5YWv.cl2PqWeAtDsBjz8k.json @@ -0,0 +1,28 @@ +{ + "_id": "cl2PqWeAtDsBjz8k", + "flags": {}, + "changes": [ + { + "key": "system.attributes.mind.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Geist +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!6UBvjMJd6n5P5YWv.cl2PqWeAtDsBjz8k" +} \ No newline at end of file diff --git a/packs/items/!items.effects!6WqPqjMQMMPjV99U.8iny3Tt6i6g5EcYh.json b/packs/items/!items.effects!6WqPqjMQMMPjV99U.8iny3Tt6i6g5EcYh.json new file mode 100644 index 00000000..c8e4f5ce --- /dev/null +++ b/packs/items/!items.effects!6WqPqjMQMMPjV99U.8iny3Tt6i6g5EcYh.json @@ -0,0 +1,36 @@ +{ + "_id": "8iny3Tt6i6g5EcYh", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!6WqPqjMQMMPjV99U.8iny3Tt6i6g5EcYh" +} \ No newline at end of file diff --git a/packs/items/!items.effects!6WqPqjMQMMPjV99U.zgiIGlRMVCgAzrn7.json b/packs/items/!items.effects!6WqPqjMQMMPjV99U.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..c4412aaa --- /dev/null +++ b/packs/items/!items.effects!6WqPqjMQMMPjV99U.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!6WqPqjMQMMPjV99U.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!7CCoTap4GzN1uSNw.Vg3Q9A7QIXHrABFk.json b/packs/items/!items.effects!7CCoTap4GzN1uSNw.Vg3Q9A7QIXHrABFk.json new file mode 100644 index 00000000..48d9466c --- /dev/null +++ b/packs/items/!items.effects!7CCoTap4GzN1uSNw.Vg3Q9A7QIXHrABFk.json @@ -0,0 +1,36 @@ +{ + "_id": "Vg3Q9A7QIXHrABFk", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!7CCoTap4GzN1uSNw.Vg3Q9A7QIXHrABFk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!7g4vNrJOoX0v4Byu.8y8e8BsFQZZkwUXk.json b/packs/items/!items.effects!7g4vNrJOoX0v4Byu.8y8e8BsFQZZkwUXk.json new file mode 100644 index 00000000..0db7fce6 --- /dev/null +++ b/packs/items/!items.effects!7g4vNrJOoX0v4Byu.8y8e8BsFQZZkwUXk.json @@ -0,0 +1,36 @@ +{ + "_id": "8y8e8BsFQZZkwUXk", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!7g4vNrJOoX0v4Byu.8y8e8BsFQZZkwUXk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!830D1zHS3v0Gx4nB.iQZLQlcUQgnYg0Hs.json b/packs/items/!items.effects!830D1zHS3v0Gx4nB.iQZLQlcUQgnYg0Hs.json new file mode 100644 index 00000000..88bb5529 --- /dev/null +++ b/packs/items/!items.effects!830D1zHS3v0Gx4nB.iQZLQlcUQgnYg0Hs.json @@ -0,0 +1,36 @@ +{ + "_id": "iQZLQlcUQgnYg0Hs", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!830D1zHS3v0Gx4nB.iQZLQlcUQgnYg0Hs" +} \ No newline at end of file diff --git a/packs/items/!items.effects!83CJm0YUiYxIpcQx.TuRxuZf6QZL2OvRk.json b/packs/items/!items.effects!83CJm0YUiYxIpcQx.TuRxuZf6QZL2OvRk.json new file mode 100644 index 00000000..27a62590 --- /dev/null +++ b/packs/items/!items.effects!83CJm0YUiYxIpcQx.TuRxuZf6QZL2OvRk.json @@ -0,0 +1,28 @@ +{ + "_id": "TuRxuZf6QZL2OvRk", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +2 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!83CJm0YUiYxIpcQx.TuRxuZf6QZL2OvRk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!83CJm0YUiYxIpcQx.wz2krJzwVba18XvV.json b/packs/items/!items.effects!83CJm0YUiYxIpcQx.wz2krJzwVba18XvV.json new file mode 100644 index 00000000..765c6017 --- /dev/null +++ b/packs/items/!items.effects!83CJm0YUiYxIpcQx.wz2krJzwVba18XvV.json @@ -0,0 +1,36 @@ +{ + "_id": "wz2krJzwVba18XvV", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!83CJm0YUiYxIpcQx.wz2krJzwVba18XvV" +} \ No newline at end of file diff --git a/packs/items/!items.effects!89ZunLlXp1Lm6Wzd.1M6yYhufFsvYsske.json b/packs/items/!items.effects!89ZunLlXp1Lm6Wzd.1M6yYhufFsvYsske.json new file mode 100644 index 00000000..b84e4543 --- /dev/null +++ b/packs/items/!items.effects!89ZunLlXp1Lm6Wzd.1M6yYhufFsvYsske.json @@ -0,0 +1,36 @@ +{ + "_id": "1M6yYhufFsvYsske", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!89ZunLlXp1Lm6Wzd.1M6yYhufFsvYsske" +} \ No newline at end of file diff --git a/packs/items/!items.effects!8B4biRyQ6SN0fYtl.muxy8RtkuaOsrY2H.json b/packs/items/!items.effects!8B4biRyQ6SN0fYtl.muxy8RtkuaOsrY2H.json new file mode 100644 index 00000000..03d9a720 --- /dev/null +++ b/packs/items/!items.effects!8B4biRyQ6SN0fYtl.muxy8RtkuaOsrY2H.json @@ -0,0 +1,36 @@ +{ + "_id": "muxy8RtkuaOsrY2H", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!8B4biRyQ6SN0fYtl.muxy8RtkuaOsrY2H" +} \ No newline at end of file diff --git a/packs/items/!items.effects!8la7FJ8kpGNUWrCg.CElngj6OWPpIw37j.json b/packs/items/!items.effects!8la7FJ8kpGNUWrCg.CElngj6OWPpIw37j.json new file mode 100644 index 00000000..473b68e2 --- /dev/null +++ b/packs/items/!items.effects!8la7FJ8kpGNUWrCg.CElngj6OWPpIw37j.json @@ -0,0 +1,36 @@ +{ + "_id": "CElngj6OWPpIw37j", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!8la7FJ8kpGNUWrCg.CElngj6OWPpIw37j" +} \ No newline at end of file diff --git a/packs/items/!items.effects!99xGE9jkmXEXyf4U.Jkhqmke6gzWU8vPZ.json b/packs/items/!items.effects!99xGE9jkmXEXyf4U.Jkhqmke6gzWU8vPZ.json new file mode 100644 index 00000000..5a105dd3 --- /dev/null +++ b/packs/items/!items.effects!99xGE9jkmXEXyf4U.Jkhqmke6gzWU8vPZ.json @@ -0,0 +1,36 @@ +{ + "_id": "Jkhqmke6gzWU8vPZ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!99xGE9jkmXEXyf4U.Jkhqmke6gzWU8vPZ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!99xGE9jkmXEXyf4U.pAxAXam5JBN6Acz9.json b/packs/items/!items.effects!99xGE9jkmXEXyf4U.pAxAXam5JBN6Acz9.json new file mode 100644 index 00000000..83bad5dc --- /dev/null +++ b/packs/items/!items.effects!99xGE9jkmXEXyf4U.pAxAXam5JBN6Acz9.json @@ -0,0 +1,36 @@ +{ + "_id": "pAxAXam5JBN6Acz9", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-0.5", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!99xGE9jkmXEXyf4U.pAxAXam5JBN6Acz9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!9H3CBGOLUJ5JCHGJ.sIbiQW6tSjZyfCzk.json b/packs/items/!items.effects!9H3CBGOLUJ5JCHGJ.sIbiQW6tSjZyfCzk.json new file mode 100644 index 00000000..198508bf --- /dev/null +++ b/packs/items/!items.effects!9H3CBGOLUJ5JCHGJ.sIbiQW6tSjZyfCzk.json @@ -0,0 +1,28 @@ +{ + "_id": "sIbiQW6tSjZyfCzk", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!9H3CBGOLUJ5JCHGJ.sIbiQW6tSjZyfCzk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!9MsBlnMhvAMe4zTk.gMm2PnBADqXBrCi1.json b/packs/items/!items.effects!9MsBlnMhvAMe4zTk.gMm2PnBADqXBrCi1.json new file mode 100644 index 00000000..efbe4170 --- /dev/null +++ b/packs/items/!items.effects!9MsBlnMhvAMe4zTk.gMm2PnBADqXBrCi1.json @@ -0,0 +1,28 @@ +{ + "_id": "gMm2PnBADqXBrCi1", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!9MsBlnMhvAMe4zTk.gMm2PnBADqXBrCi1" +} \ No newline at end of file diff --git a/packs/items/!items.effects!9MsBlnMhvAMe4zTk.sACwF2e5qLRs6c1a.json b/packs/items/!items.effects!9MsBlnMhvAMe4zTk.sACwF2e5qLRs6c1a.json new file mode 100644 index 00000000..12ff4e0b --- /dev/null +++ b/packs/items/!items.effects!9MsBlnMhvAMe4zTk.sACwF2e5qLRs6c1a.json @@ -0,0 +1,36 @@ +{ + "_id": "sACwF2e5qLRs6c1a", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!9MsBlnMhvAMe4zTk.sACwF2e5qLRs6c1a" +} \ No newline at end of file diff --git a/packs/items/!items.effects!9PdQv9CRy4ckaF0j.9IOcWr1CbRpF3lya.json b/packs/items/!items.effects!9PdQv9CRy4ckaF0j.9IOcWr1CbRpF3lya.json new file mode 100644 index 00000000..d8b0ac21 --- /dev/null +++ b/packs/items/!items.effects!9PdQv9CRy4ckaF0j.9IOcWr1CbRpF3lya.json @@ -0,0 +1,36 @@ +{ + "_id": "9IOcWr1CbRpF3lya", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!9PdQv9CRy4ckaF0j.9IOcWr1CbRpF3lya" +} \ No newline at end of file diff --git a/packs/items/!items.effects!9xjica2DVZso8NIU.7I80O404E6ty4pHv.json b/packs/items/!items.effects!9xjica2DVZso8NIU.7I80O404E6ty4pHv.json new file mode 100644 index 00000000..5bb433a8 --- /dev/null +++ b/packs/items/!items.effects!9xjica2DVZso8NIU.7I80O404E6ty4pHv.json @@ -0,0 +1,36 @@ +{ + "_id": "7I80O404E6ty4pHv", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Wahrnehmung +III", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Wahrnehmung", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!9xjica2DVZso8NIU.7I80O404E6ty4pHv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!A109X3ZiGGGiWCze.vhwepr5mHZHWDkCf.json b/packs/items/!items.effects!A109X3ZiGGGiWCze.vhwepr5mHZHWDkCf.json new file mode 100644 index 00000000..678f908c --- /dev/null +++ b/packs/items/!items.effects!A109X3ZiGGGiWCze.vhwepr5mHZHWDkCf.json @@ -0,0 +1,36 @@ +{ + "_id": "vhwepr5mHZHWDkCf", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!A109X3ZiGGGiWCze.vhwepr5mHZHWDkCf" +} \ No newline at end of file diff --git a/packs/items/!items.effects!A6hSQX9cPpoWHiOh.pYb7mMRhc5KBnUJT.json b/packs/items/!items.effects!A6hSQX9cPpoWHiOh.pYb7mMRhc5KBnUJT.json new file mode 100644 index 00000000..93c1d2ff --- /dev/null +++ b/packs/items/!items.effects!A6hSQX9cPpoWHiOh.pYb7mMRhc5KBnUJT.json @@ -0,0 +1,36 @@ +{ + "_id": "pYb7mMRhc5KBnUJT", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!A6hSQX9cPpoWHiOh.pYb7mMRhc5KBnUJT" +} \ No newline at end of file diff --git a/packs/items/!items.effects!A9QnXaonGzuUBktX.0GJ943ZfeGKcsb2l.json b/packs/items/!items.effects!A9QnXaonGzuUBktX.0GJ943ZfeGKcsb2l.json new file mode 100644 index 00000000..2de9eac6 --- /dev/null +++ b/packs/items/!items.effects!A9QnXaonGzuUBktX.0GJ943ZfeGKcsb2l.json @@ -0,0 +1,36 @@ +{ + "_id": "0GJ943ZfeGKcsb2l", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!A9QnXaonGzuUBktX.0GJ943ZfeGKcsb2l" +} \ No newline at end of file diff --git a/packs/items/!items.effects!A9QnXaonGzuUBktX.Fyl7VFU1QhIbh2ul.json b/packs/items/!items.effects!A9QnXaonGzuUBktX.Fyl7VFU1QhIbh2ul.json new file mode 100644 index 00000000..7d04fac4 --- /dev/null +++ b/packs/items/!items.effects!A9QnXaonGzuUBktX.Fyl7VFU1QhIbh2ul.json @@ -0,0 +1,28 @@ +{ + "_id": "Fyl7VFU1QhIbh2ul", + "flags": {}, + "changes": [ + { + "key": "system.traits.intellect.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "+1 Verstand (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!A9QnXaonGzuUBktX.Fyl7VFU1QhIbh2ul" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ABxdFjBvQWavQsEk.CXouU4P0kZYU6oXR.json b/packs/items/!items.effects!ABxdFjBvQWavQsEk.CXouU4P0kZYU6oXR.json new file mode 100644 index 00000000..9fefd81a --- /dev/null +++ b/packs/items/!items.effects!ABxdFjBvQWavQsEk.CXouU4P0kZYU6oXR.json @@ -0,0 +1,36 @@ +{ + "_id": "CXouU4P0kZYU6oXR", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!ABxdFjBvQWavQsEk.CXouU4P0kZYU6oXR" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ABxdFjBvQWavQsEk.pAxAXam5JBN6Acz9.json b/packs/items/!items.effects!ABxdFjBvQWavQsEk.pAxAXam5JBN6Acz9.json new file mode 100644 index 00000000..837e2d9e --- /dev/null +++ b/packs/items/!items.effects!ABxdFjBvQWavQsEk.pAxAXam5JBN6Acz9.json @@ -0,0 +1,36 @@ +{ + "_id": "pAxAXam5JBN6Acz9", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-0.5", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ABxdFjBvQWavQsEk.pAxAXam5JBN6Acz9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Akhijp2Wayupy1qw.1swDTN9Kj7othjdB.json b/packs/items/!items.effects!Akhijp2Wayupy1qw.1swDTN9Kj7othjdB.json new file mode 100644 index 00000000..513e40e8 --- /dev/null +++ b/packs/items/!items.effects!Akhijp2Wayupy1qw.1swDTN9Kj7othjdB.json @@ -0,0 +1,28 @@ +{ + "_id": "1swDTN9Kj7othjdB", + "flags": {}, + "changes": [ + { + "key": "system.attributes.mobility.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Agilität +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!Akhijp2Wayupy1qw.1swDTN9Kj7othjdB" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Akhijp2Wayupy1qw.C7jqj8julpambLpm.json b/packs/items/!items.effects!Akhijp2Wayupy1qw.C7jqj8julpambLpm.json new file mode 100644 index 00000000..9238a7cb --- /dev/null +++ b/packs/items/!items.effects!Akhijp2Wayupy1qw.C7jqj8julpambLpm.json @@ -0,0 +1,36 @@ +{ + "_id": "C7jqj8julpambLpm", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Akhijp2Wayupy1qw.C7jqj8julpambLpm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Aw9aoumlI69gYv75.LE8TRjZF13O6kDB8.json b/packs/items/!items.effects!Aw9aoumlI69gYv75.LE8TRjZF13O6kDB8.json new file mode 100644 index 00000000..dee1d2cc --- /dev/null +++ b/packs/items/!items.effects!Aw9aoumlI69gYv75.LE8TRjZF13O6kDB8.json @@ -0,0 +1,36 @@ +{ + "_id": "LE8TRjZF13O6kDB8", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Aw9aoumlI69gYv75.LE8TRjZF13O6kDB8" +} \ No newline at end of file diff --git a/packs/items/!items.effects!BrsnuGuOEfolt9VV.98YoU1PGqcSm47Zw.json b/packs/items/!items.effects!BrsnuGuOEfolt9VV.98YoU1PGqcSm47Zw.json new file mode 100644 index 00000000..d86c8314 --- /dev/null +++ b/packs/items/!items.effects!BrsnuGuOEfolt9VV.98YoU1PGqcSm47Zw.json @@ -0,0 +1,36 @@ +{ + "_id": "98YoU1PGqcSm47Zw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!BrsnuGuOEfolt9VV.98YoU1PGqcSm47Zw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!BrsnuGuOEfolt9VV.yXvt3CT4FbXYjIfc.json b/packs/items/!items.effects!BrsnuGuOEfolt9VV.yXvt3CT4FbXYjIfc.json new file mode 100644 index 00000000..0fbdd577 --- /dev/null +++ b/packs/items/!items.effects!BrsnuGuOEfolt9VV.yXvt3CT4FbXYjIfc.json @@ -0,0 +1,36 @@ +{ + "_id": "yXvt3CT4FbXYjIfc", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!BrsnuGuOEfolt9VV.yXvt3CT4FbXYjIfc" +} \ No newline at end of file diff --git a/packs/items/!items.effects!CHRqMQxkgz3jad9J.K3m0tLhoW9vT6e19.json b/packs/items/!items.effects!CHRqMQxkgz3jad9J.K3m0tLhoW9vT6e19.json new file mode 100644 index 00000000..f18a20ae --- /dev/null +++ b/packs/items/!items.effects!CHRqMQxkgz3jad9J.K3m0tLhoW9vT6e19.json @@ -0,0 +1,36 @@ +{ + "_id": "K3m0tLhoW9vT6e19", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!CHRqMQxkgz3jad9J.K3m0tLhoW9vT6e19" +} \ No newline at end of file diff --git a/packs/items/!items.effects!CQZtlL8zUdOVUVrU.32vJ305ynrZ0xYki.json b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.32vJ305ynrZ0xYki.json new file mode 100644 index 00000000..8b83419a --- /dev/null +++ b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.32vJ305ynrZ0xYki.json @@ -0,0 +1,36 @@ +{ + "_id": "32vJ305ynrZ0xYki", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Verletzen +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Verletzen", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!CQZtlL8zUdOVUVrU.32vJ305ynrZ0xYki" +} \ No newline at end of file diff --git a/packs/items/!items.effects!CQZtlL8zUdOVUVrU.CXouU4P0kZYU6oXR.json b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.CXouU4P0kZYU6oXR.json new file mode 100644 index 00000000..14da0915 --- /dev/null +++ b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.CXouU4P0kZYU6oXR.json @@ -0,0 +1,36 @@ +{ + "_id": "CXouU4P0kZYU6oXR", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!CQZtlL8zUdOVUVrU.CXouU4P0kZYU6oXR" +} \ No newline at end of file diff --git a/packs/items/!items.effects!CQZtlL8zUdOVUVrU.pAxAXam5JBN6Acz9.json b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.pAxAXam5JBN6Acz9.json new file mode 100644 index 00000000..a34d78e1 --- /dev/null +++ b/packs/items/!items.effects!CQZtlL8zUdOVUVrU.pAxAXam5JBN6Acz9.json @@ -0,0 +1,28 @@ +{ + "_id": "pAxAXam5JBN6Acz9", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!CQZtlL8zUdOVUVrU.pAxAXam5JBN6Acz9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!D4aCfCqniMSQ43hL.pAxAXam5JBN6Acz9.json b/packs/items/!items.effects!D4aCfCqniMSQ43hL.pAxAXam5JBN6Acz9.json new file mode 100644 index 00000000..3f3cc7c1 --- /dev/null +++ b/packs/items/!items.effects!D4aCfCqniMSQ43hL.pAxAXam5JBN6Acz9.json @@ -0,0 +1,36 @@ +{ + "_id": "pAxAXam5JBN6Acz9", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!D4aCfCqniMSQ43hL.pAxAXam5JBN6Acz9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!D7MaTfapKAeO5TRs.2IDnDKbImHFAHAu6.json b/packs/items/!items.effects!D7MaTfapKAeO5TRs.2IDnDKbImHFAHAu6.json new file mode 100644 index 00000000..9622037e --- /dev/null +++ b/packs/items/!items.effects!D7MaTfapKAeO5TRs.2IDnDKbImHFAHAu6.json @@ -0,0 +1,36 @@ +{ + "_id": "2IDnDKbImHFAHAu6", + "changes": [ + { + "key": "system.checks.perception", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Bemerken +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!D7MaTfapKAeO5TRs.2IDnDKbImHFAHAu6" +} \ No newline at end of file diff --git a/packs/items/!items.effects!DRClmtZNGGYtritZ.BKpvNVwaSovtKyRB.json b/packs/items/!items.effects!DRClmtZNGGYtritZ.BKpvNVwaSovtKyRB.json new file mode 100644 index 00000000..0d97c51a --- /dev/null +++ b/packs/items/!items.effects!DRClmtZNGGYtritZ.BKpvNVwaSovtKyRB.json @@ -0,0 +1,36 @@ +{ + "_id": "BKpvNVwaSovtKyRB", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!DRClmtZNGGYtritZ.BKpvNVwaSovtKyRB" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Dg8qq9n5FFxZG68k.DSf5BV955w2hKZuf.json b/packs/items/!items.effects!Dg8qq9n5FFxZG68k.DSf5BV955w2hKZuf.json new file mode 100644 index 00000000..30a53fc8 --- /dev/null +++ b/packs/items/!items.effects!Dg8qq9n5FFxZG68k.DSf5BV955w2hKZuf.json @@ -0,0 +1,36 @@ +{ + "_id": "DSf5BV955w2hKZuf", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Dg8qq9n5FFxZG68k.DSf5BV955w2hKZuf" +} \ No newline at end of file diff --git a/packs/items/!items.effects!EwjFWRaLhR33wP92.XsqzwEX1AvYJyczG.json b/packs/items/!items.effects!EwjFWRaLhR33wP92.XsqzwEX1AvYJyczG.json new file mode 100644 index 00000000..708be83c --- /dev/null +++ b/packs/items/!items.effects!EwjFWRaLhR33wP92.XsqzwEX1AvYJyczG.json @@ -0,0 +1,28 @@ +{ + "_id": "XsqzwEX1AvYJyczG", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!EwjFWRaLhR33wP92.XsqzwEX1AvYJyczG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!EwjFWRaLhR33wP92.zQsujP8ZT0cwdtqk.json b/packs/items/!items.effects!EwjFWRaLhR33wP92.zQsujP8ZT0cwdtqk.json new file mode 100644 index 00000000..30cc5d00 --- /dev/null +++ b/packs/items/!items.effects!EwjFWRaLhR33wP92.zQsujP8ZT0cwdtqk.json @@ -0,0 +1,36 @@ +{ + "_id": "zQsujP8ZT0cwdtqk", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!EwjFWRaLhR33wP92.zQsujP8ZT0cwdtqk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!F1XnlA28XCnT7Y0V.FZMhm4De8EXj7dBZ.json b/packs/items/!items.effects!F1XnlA28XCnT7Y0V.FZMhm4De8EXj7dBZ.json new file mode 100644 index 00000000..415d5c59 --- /dev/null +++ b/packs/items/!items.effects!F1XnlA28XCnT7Y0V.FZMhm4De8EXj7dBZ.json @@ -0,0 +1,36 @@ +{ + "_id": "FZMhm4De8EXj7dBZ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!F1XnlA28XCnT7Y0V.FZMhm4De8EXj7dBZ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FFCSMuHlDKiT0MxR.JjEEDD1H1NvKF1Vr.json b/packs/items/!items.effects!FFCSMuHlDKiT0MxR.JjEEDD1H1NvKF1Vr.json new file mode 100644 index 00000000..139c1227 --- /dev/null +++ b/packs/items/!items.effects!FFCSMuHlDKiT0MxR.JjEEDD1H1NvKF1Vr.json @@ -0,0 +1,36 @@ +{ + "_id": "JjEEDD1H1NvKF1Vr", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!FFCSMuHlDKiT0MxR.JjEEDD1H1NvKF1Vr" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FKg3YI1EtiNfDcYO.KZBNNdOmSqFkXC0X.json b/packs/items/!items.effects!FKg3YI1EtiNfDcYO.KZBNNdOmSqFkXC0X.json new file mode 100644 index 00000000..efede34f --- /dev/null +++ b/packs/items/!items.effects!FKg3YI1EtiNfDcYO.KZBNNdOmSqFkXC0X.json @@ -0,0 +1,36 @@ +{ + "_id": "KZBNNdOmSqFkXC0X", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!FKg3YI1EtiNfDcYO.KZBNNdOmSqFkXC0X" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FVnS20q8S7LrAdFj.Zw9tFdr75QWyt8lO.json b/packs/items/!items.effects!FVnS20q8S7LrAdFj.Zw9tFdr75QWyt8lO.json new file mode 100644 index 00000000..29dc2cdb --- /dev/null +++ b/packs/items/!items.effects!FVnS20q8S7LrAdFj.Zw9tFdr75QWyt8lO.json @@ -0,0 +1,36 @@ +{ + "_id": "Zw9tFdr75QWyt8lO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!FVnS20q8S7LrAdFj.Zw9tFdr75QWyt8lO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FVrbrxqVURPP3Yee.C7jqj8julpambLpm.json b/packs/items/!items.effects!FVrbrxqVURPP3Yee.C7jqj8julpambLpm.json new file mode 100644 index 00000000..cc9c5e26 --- /dev/null +++ b/packs/items/!items.effects!FVrbrxqVURPP3Yee.C7jqj8julpambLpm.json @@ -0,0 +1,36 @@ +{ + "_id": "C7jqj8julpambLpm", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!FVrbrxqVURPP3Yee.C7jqj8julpambLpm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FVrbrxqVURPP3Yee.qTM84JzHmlfYXGCb.json b/packs/items/!items.effects!FVrbrxqVURPP3Yee.qTM84JzHmlfYXGCb.json new file mode 100644 index 00000000..95c136d0 --- /dev/null +++ b/packs/items/!items.effects!FVrbrxqVURPP3Yee.qTM84JzHmlfYXGCb.json @@ -0,0 +1,28 @@ +{ + "_id": "qTM84JzHmlfYXGCb", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.meleeAttack.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schlagen +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!FVrbrxqVURPP3Yee.qTM84JzHmlfYXGCb" +} \ No newline at end of file diff --git a/packs/items/!items.effects!FfVzLWtmCVRwFI4n.rqEqNTsSgoto2la8.json b/packs/items/!items.effects!FfVzLWtmCVRwFI4n.rqEqNTsSgoto2la8.json new file mode 100644 index 00000000..8cd74add --- /dev/null +++ b/packs/items/!items.effects!FfVzLWtmCVRwFI4n.rqEqNTsSgoto2la8.json @@ -0,0 +1,36 @@ +{ + "_id": "rqEqNTsSgoto2la8", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!FfVzLWtmCVRwFI4n.rqEqNTsSgoto2la8" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Fl2OHl2zMi281SbE.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!Fl2OHl2zMi281SbE.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..ca728d00 --- /dev/null +++ b/packs/items/!items.effects!Fl2OHl2zMi281SbE.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!Fl2OHl2zMi281SbE.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!GEBWsHBuyh9KbIbb.YCgrTPMCggWZOFdJ.json b/packs/items/!items.effects!GEBWsHBuyh9KbIbb.YCgrTPMCggWZOFdJ.json new file mode 100644 index 00000000..cf4af08b --- /dev/null +++ b/packs/items/!items.effects!GEBWsHBuyh9KbIbb.YCgrTPMCggWZOFdJ.json @@ -0,0 +1,36 @@ +{ + "_id": "YCgrTPMCggWZOFdJ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!GEBWsHBuyh9KbIbb.YCgrTPMCggWZOFdJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!GG7o5XbvBmmauzIw.a8zW4tAcGbak3nno.json b/packs/items/!items.effects!GG7o5XbvBmmauzIw.a8zW4tAcGbak3nno.json new file mode 100644 index 00000000..df53af7b --- /dev/null +++ b/packs/items/!items.effects!GG7o5XbvBmmauzIw.a8zW4tAcGbak3nno.json @@ -0,0 +1,36 @@ +{ + "_id": "a8zW4tAcGbak3nno", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!GG7o5XbvBmmauzIw.a8zW4tAcGbak3nno" +} \ No newline at end of file diff --git a/packs/items/!items.effects!GJdez2VgLxwzlZAQ.N4vxVFNLW9Q9QsIp.json b/packs/items/!items.effects!GJdez2VgLxwzlZAQ.N4vxVFNLW9Q9QsIp.json new file mode 100644 index 00000000..d25babec --- /dev/null +++ b/packs/items/!items.effects!GJdez2VgLxwzlZAQ.N4vxVFNLW9Q9QsIp.json @@ -0,0 +1,28 @@ +{ + "_id": "N4vxVFNLW9Q9QsIp", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-4", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -4", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!GJdez2VgLxwzlZAQ.N4vxVFNLW9Q9QsIp" +} \ No newline at end of file diff --git a/packs/items/!items.effects!GgYd2UCD2Juq7EUF.CUa4rA1A1cwWac46.json b/packs/items/!items.effects!GgYd2UCD2Juq7EUF.CUa4rA1A1cwWac46.json new file mode 100644 index 00000000..f99633ab --- /dev/null +++ b/packs/items/!items.effects!GgYd2UCD2Juq7EUF.CUa4rA1A1cwWac46.json @@ -0,0 +1,36 @@ +{ + "_id": "CUa4rA1A1cwWac46", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!GgYd2UCD2Juq7EUF.CUa4rA1A1cwWac46" +} \ No newline at end of file diff --git a/packs/items/!items.effects!HNHMmE4wNi0iXIjO.YUzHa2B8n4yYyWyY.json b/packs/items/!items.effects!HNHMmE4wNi0iXIjO.YUzHa2B8n4yYyWyY.json new file mode 100644 index 00000000..406d4881 --- /dev/null +++ b/packs/items/!items.effects!HNHMmE4wNi0iXIjO.YUzHa2B8n4yYyWyY.json @@ -0,0 +1,36 @@ +{ + "_id": "YUzHa2B8n4yYyWyY", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!HNHMmE4wNi0iXIjO.YUzHa2B8n4yYyWyY" +} \ No newline at end of file diff --git a/packs/items/!items.effects!HcN322i9KLPzp1d4.1aNTAQBai6qAcWGM.json b/packs/items/!items.effects!HcN322i9KLPzp1d4.1aNTAQBai6qAcWGM.json new file mode 100644 index 00000000..5e1c1e7e --- /dev/null +++ b/packs/items/!items.effects!HcN322i9KLPzp1d4.1aNTAQBai6qAcWGM.json @@ -0,0 +1,28 @@ +{ + "_id": "1aNTAQBai6qAcWGM", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!HcN322i9KLPzp1d4.1aNTAQBai6qAcWGM" +} \ No newline at end of file diff --git a/packs/items/!items.effects!HcN322i9KLPzp1d4.7AIeGsBF1gYX7cSX.json b/packs/items/!items.effects!HcN322i9KLPzp1d4.7AIeGsBF1gYX7cSX.json new file mode 100644 index 00000000..6fc05dc2 --- /dev/null +++ b/packs/items/!items.effects!HcN322i9KLPzp1d4.7AIeGsBF1gYX7cSX.json @@ -0,0 +1,36 @@ +{ + "_id": "7AIeGsBF1gYX7cSX", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!HcN322i9KLPzp1d4.7AIeGsBF1gYX7cSX" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Hna91ve4yx84u7zJ.KL8cnKi5NITkDENS.json b/packs/items/!items.effects!Hna91ve4yx84u7zJ.KL8cnKi5NITkDENS.json new file mode 100644 index 00000000..322ae23b --- /dev/null +++ b/packs/items/!items.effects!Hna91ve4yx84u7zJ.KL8cnKi5NITkDENS.json @@ -0,0 +1,36 @@ +{ + "_id": "KL8cnKi5NITkDENS", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Hna91ve4yx84u7zJ.KL8cnKi5NITkDENS" +} \ No newline at end of file diff --git a/packs/items/!items.effects!IHKj37AVchphOWGZ.0pBScyXbTQudldbm.json b/packs/items/!items.effects!IHKj37AVchphOWGZ.0pBScyXbTQudldbm.json new file mode 100644 index 00000000..eb921e62 --- /dev/null +++ b/packs/items/!items.effects!IHKj37AVchphOWGZ.0pBScyXbTQudldbm.json @@ -0,0 +1,36 @@ +{ + "_id": "0pBScyXbTQudldbm", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Aderschlitzer +III", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Aderschlitzer", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!IHKj37AVchphOWGZ.0pBScyXbTQudldbm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!IHKj37AVchphOWGZ.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!IHKj37AVchphOWGZ.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..13764d8c --- /dev/null +++ b/packs/items/!items.effects!IHKj37AVchphOWGZ.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!IHKj37AVchphOWGZ.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!IHKj37AVchphOWGZ.VdOm09p88rltMp73.json b/packs/items/!items.effects!IHKj37AVchphOWGZ.VdOm09p88rltMp73.json new file mode 100644 index 00000000..0fc85b88 --- /dev/null +++ b/packs/items/!items.effects!IHKj37AVchphOWGZ.VdOm09p88rltMp73.json @@ -0,0 +1,36 @@ +{ + "_id": "VdOm09p88rltMp73", + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +2 (magisch)", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!IHKj37AVchphOWGZ.VdOm09p88rltMp73" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Idj6BxduoI3v4u9A.DPS3CaNXapsBzzsj.json b/packs/items/!items.effects!Idj6BxduoI3v4u9A.DPS3CaNXapsBzzsj.json new file mode 100644 index 00000000..d22bca19 --- /dev/null +++ b/packs/items/!items.effects!Idj6BxduoI3v4u9A.DPS3CaNXapsBzzsj.json @@ -0,0 +1,36 @@ +{ + "_id": "DPS3CaNXapsBzzsj", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Idj6BxduoI3v4u9A.DPS3CaNXapsBzzsj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Idj6BxduoI3v4u9A.iImvUwfo7IRqnmVv.json b/packs/items/!items.effects!Idj6BxduoI3v4u9A.iImvUwfo7IRqnmVv.json new file mode 100644 index 00000000..2e30c435 --- /dev/null +++ b/packs/items/!items.effects!Idj6BxduoI3v4u9A.iImvUwfo7IRqnmVv.json @@ -0,0 +1,36 @@ +{ + "_id": "iImvUwfo7IRqnmVv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Idj6BxduoI3v4u9A.iImvUwfo7IRqnmVv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!IfvOtBwOEYLPPvJK.Kk9b3biK0mISYf75.json b/packs/items/!items.effects!IfvOtBwOEYLPPvJK.Kk9b3biK0mISYf75.json new file mode 100644 index 00000000..7a2f6908 --- /dev/null +++ b/packs/items/!items.effects!IfvOtBwOEYLPPvJK.Kk9b3biK0mISYf75.json @@ -0,0 +1,36 @@ +{ + "_id": "Kk9b3biK0mISYf75", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!IfvOtBwOEYLPPvJK.Kk9b3biK0mISYf75" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JG18wEtysl2m6sWq.1aNTAQBai6qAcWGM.json b/packs/items/!items.effects!JG18wEtysl2m6sWq.1aNTAQBai6qAcWGM.json new file mode 100644 index 00000000..4f0e8a1d --- /dev/null +++ b/packs/items/!items.effects!JG18wEtysl2m6sWq.1aNTAQBai6qAcWGM.json @@ -0,0 +1,28 @@ +{ + "_id": "1aNTAQBai6qAcWGM", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!JG18wEtysl2m6sWq.1aNTAQBai6qAcWGM" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JG18wEtysl2m6sWq.jMu0Mqf6qy2Df8vI.json b/packs/items/!items.effects!JG18wEtysl2m6sWq.jMu0Mqf6qy2Df8vI.json new file mode 100644 index 00000000..544e65b1 --- /dev/null +++ b/packs/items/!items.effects!JG18wEtysl2m6sWq.jMu0Mqf6qy2Df8vI.json @@ -0,0 +1,36 @@ +{ + "_id": "jMu0Mqf6qy2Df8vI", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JG18wEtysl2m6sWq.jMu0Mqf6qy2Df8vI" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JUTPfEGHEEwpeLvv.5vJF9ck6rDsBPnKl.json b/packs/items/!items.effects!JUTPfEGHEEwpeLvv.5vJF9ck6rDsBPnKl.json new file mode 100644 index 00000000..31d3f5b0 --- /dev/null +++ b/packs/items/!items.effects!JUTPfEGHEEwpeLvv.5vJF9ck6rDsBPnKl.json @@ -0,0 +1,36 @@ +{ + "_id": "5vJF9ck6rDsBPnKl", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JUTPfEGHEEwpeLvv.5vJF9ck6rDsBPnKl" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JZDsSUkQGVf0aOjH.PD6vgViNBP4QaxMK.json b/packs/items/!items.effects!JZDsSUkQGVf0aOjH.PD6vgViNBP4QaxMK.json new file mode 100644 index 00000000..5d1f89fe --- /dev/null +++ b/packs/items/!items.effects!JZDsSUkQGVf0aOjH.PD6vgViNBP4QaxMK.json @@ -0,0 +1,36 @@ +{ + "_id": "PD6vgViNBP4QaxMK", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JZDsSUkQGVf0aOjH.PD6vgViNBP4QaxMK" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JZDsSUkQGVf0aOjH.yXvt3CT4FbXYjIfc.json b/packs/items/!items.effects!JZDsSUkQGVf0aOjH.yXvt3CT4FbXYjIfc.json new file mode 100644 index 00000000..a786b3cf --- /dev/null +++ b/packs/items/!items.effects!JZDsSUkQGVf0aOjH.yXvt3CT4FbXYjIfc.json @@ -0,0 +1,36 @@ +{ + "_id": "yXvt3CT4FbXYjIfc", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JZDsSUkQGVf0aOjH.yXvt3CT4FbXYjIfc" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JZkzRagRS8TKZplw.Ytio5tOcCUO91MQ0.json b/packs/items/!items.effects!JZkzRagRS8TKZplw.Ytio5tOcCUO91MQ0.json new file mode 100644 index 00000000..fcf12c4d --- /dev/null +++ b/packs/items/!items.effects!JZkzRagRS8TKZplw.Ytio5tOcCUO91MQ0.json @@ -0,0 +1,36 @@ +{ + "_id": "Ytio5tOcCUO91MQ0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -1", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JZkzRagRS8TKZplw.Ytio5tOcCUO91MQ0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!JZkzRagRS8TKZplw.armx56Psy1qosJib.json b/packs/items/!items.effects!JZkzRagRS8TKZplw.armx56Psy1qosJib.json new file mode 100644 index 00000000..90ca13bf --- /dev/null +++ b/packs/items/!items.effects!JZkzRagRS8TKZplw.armx56Psy1qosJib.json @@ -0,0 +1,36 @@ +{ + "_id": "armx56Psy1qosJib", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!JZkzRagRS8TKZplw.armx56Psy1qosJib" +} \ No newline at end of file diff --git a/packs/items/!items.effects!K4fd3AlpMoK1EZeg.8iny3Tt6i6g5EcYh.json b/packs/items/!items.effects!K4fd3AlpMoK1EZeg.8iny3Tt6i6g5EcYh.json new file mode 100644 index 00000000..86f70636 --- /dev/null +++ b/packs/items/!items.effects!K4fd3AlpMoK1EZeg.8iny3Tt6i6g5EcYh.json @@ -0,0 +1,36 @@ +{ + "_id": "8iny3Tt6i6g5EcYh", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!K4fd3AlpMoK1EZeg.8iny3Tt6i6g5EcYh" +} \ No newline at end of file diff --git a/packs/items/!items.effects!K4fd3AlpMoK1EZeg.zgiIGlRMVCgAzrn7.json b/packs/items/!items.effects!K4fd3AlpMoK1EZeg.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..ea418f42 --- /dev/null +++ b/packs/items/!items.effects!K4fd3AlpMoK1EZeg.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!K4fd3AlpMoK1EZeg.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KGk7UFwLwrsdPuQe.Qpy3XcHOokbU7ZaS.json b/packs/items/!items.effects!KGk7UFwLwrsdPuQe.Qpy3XcHOokbU7ZaS.json new file mode 100644 index 00000000..82803d76 --- /dev/null +++ b/packs/items/!items.effects!KGk7UFwLwrsdPuQe.Qpy3XcHOokbU7ZaS.json @@ -0,0 +1,36 @@ +{ + "_id": "Qpy3XcHOokbU7ZaS", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!KGk7UFwLwrsdPuQe.Qpy3XcHOokbU7ZaS" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KGk7UFwLwrsdPuQe.tGAxxMZu2cj0Pzs2.json b/packs/items/!items.effects!KGk7UFwLwrsdPuQe.tGAxxMZu2cj0Pzs2.json new file mode 100644 index 00000000..6661fb8e --- /dev/null +++ b/packs/items/!items.effects!KGk7UFwLwrsdPuQe.tGAxxMZu2cj0Pzs2.json @@ -0,0 +1,28 @@ +{ + "_id": "tGAxxMZu2cj0Pzs2", + "flags": {}, + "changes": [ + { + "key": "system.attributes.mind.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Geist +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!KGk7UFwLwrsdPuQe.tGAxxMZu2cj0Pzs2" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KJsCiqvtPqjyu65Y.I32OnPe7rgPEHtEk.json b/packs/items/!items.effects!KJsCiqvtPqjyu65Y.I32OnPe7rgPEHtEk.json new file mode 100644 index 00000000..68177fc5 --- /dev/null +++ b/packs/items/!items.effects!KJsCiqvtPqjyu65Y.I32OnPe7rgPEHtEk.json @@ -0,0 +1,36 @@ +{ + "_id": "I32OnPe7rgPEHtEk", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!KJsCiqvtPqjyu65Y.I32OnPe7rgPEHtEk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KOdzXkLHuNkCciAa.DaKTtdhRO45QZuDJ.json b/packs/items/!items.effects!KOdzXkLHuNkCciAa.DaKTtdhRO45QZuDJ.json new file mode 100644 index 00000000..473a480b --- /dev/null +++ b/packs/items/!items.effects!KOdzXkLHuNkCciAa.DaKTtdhRO45QZuDJ.json @@ -0,0 +1,28 @@ +{ + "_id": "DaKTtdhRO45QZuDJ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!KOdzXkLHuNkCciAa.DaKTtdhRO45QZuDJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KefO4lxHxwddpFFu.AkDi2TNzgpT2ZfrH.json b/packs/items/!items.effects!KefO4lxHxwddpFFu.AkDi2TNzgpT2ZfrH.json new file mode 100644 index 00000000..269fb3e8 --- /dev/null +++ b/packs/items/!items.effects!KefO4lxHxwddpFFu.AkDi2TNzgpT2ZfrH.json @@ -0,0 +1,36 @@ +{ + "_id": "AkDi2TNzgpT2ZfrH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!KefO4lxHxwddpFFu.AkDi2TNzgpT2ZfrH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!KyhMB9Jn8Vaxs4eF.yaR4SKssj8gYJB91.json b/packs/items/!items.effects!KyhMB9Jn8Vaxs4eF.yaR4SKssj8gYJB91.json new file mode 100644 index 00000000..25cb0629 --- /dev/null +++ b/packs/items/!items.effects!KyhMB9Jn8Vaxs4eF.yaR4SKssj8gYJB91.json @@ -0,0 +1,36 @@ +{ + "_id": "yaR4SKssj8gYJB91", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!KyhMB9Jn8Vaxs4eF.yaR4SKssj8gYJB91" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Li5rC0lvytKRAc31.yfHGGfxxGvmHG6b9.json b/packs/items/!items.effects!Li5rC0lvytKRAc31.yfHGGfxxGvmHG6b9.json new file mode 100644 index 00000000..ef6c4316 --- /dev/null +++ b/packs/items/!items.effects!Li5rC0lvytKRAc31.yfHGGfxxGvmHG6b9.json @@ -0,0 +1,36 @@ +{ + "_id": "yfHGGfxxGvmHG6b9", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Li5rC0lvytKRAc31.yfHGGfxxGvmHG6b9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!MO1ga2aLjjkBZRzt.qkDy1MWD6Fkk97e6.json b/packs/items/!items.effects!MO1ga2aLjjkBZRzt.qkDy1MWD6Fkk97e6.json new file mode 100644 index 00000000..351f6826 --- /dev/null +++ b/packs/items/!items.effects!MO1ga2aLjjkBZRzt.qkDy1MWD6Fkk97e6.json @@ -0,0 +1,36 @@ +{ + "_id": "qkDy1MWD6Fkk97e6", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!MO1ga2aLjjkBZRzt.qkDy1MWD6Fkk97e6" +} \ No newline at end of file diff --git a/packs/items/!items.effects!N3RcggWJuKGtKZyP.aHr33jsfG78BJ7m2.json b/packs/items/!items.effects!N3RcggWJuKGtKZyP.aHr33jsfG78BJ7m2.json new file mode 100644 index 00000000..fb1bd5f1 --- /dev/null +++ b/packs/items/!items.effects!N3RcggWJuKGtKZyP.aHr33jsfG78BJ7m2.json @@ -0,0 +1,36 @@ +{ + "_id": "aHr33jsfG78BJ7m2", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!N3RcggWJuKGtKZyP.aHr33jsfG78BJ7m2" +} \ No newline at end of file diff --git a/packs/items/!items.effects!N3RcggWJuKGtKZyP.atmWPMxgNoeole7n.json b/packs/items/!items.effects!N3RcggWJuKGtKZyP.atmWPMxgNoeole7n.json new file mode 100644 index 00000000..e2ae9341 --- /dev/null +++ b/packs/items/!items.effects!N3RcggWJuKGtKZyP.atmWPMxgNoeole7n.json @@ -0,0 +1,36 @@ +{ + "_id": "atmWPMxgNoeole7n", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-6", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -6", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!N3RcggWJuKGtKZyP.atmWPMxgNoeole7n" +} \ No newline at end of file diff --git a/packs/items/!items.effects!NHV9ho8tGutv0mrS.WsibIQWwcjabH8QS.json b/packs/items/!items.effects!NHV9ho8tGutv0mrS.WsibIQWwcjabH8QS.json new file mode 100644 index 00000000..b2350316 --- /dev/null +++ b/packs/items/!items.effects!NHV9ho8tGutv0mrS.WsibIQWwcjabH8QS.json @@ -0,0 +1,36 @@ +{ + "_id": "WsibIQWwcjabH8QS", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!NHV9ho8tGutv0mrS.WsibIQWwcjabH8QS" +} \ No newline at end of file diff --git a/packs/items/!items.effects!NHV9ho8tGutv0mrS.Ytio5tOcCUO91MQ0.json b/packs/items/!items.effects!NHV9ho8tGutv0mrS.Ytio5tOcCUO91MQ0.json new file mode 100644 index 00000000..0bee41b7 --- /dev/null +++ b/packs/items/!items.effects!NHV9ho8tGutv0mrS.Ytio5tOcCUO91MQ0.json @@ -0,0 +1,36 @@ +{ + "_id": "Ytio5tOcCUO91MQ0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -1", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!NHV9ho8tGutv0mrS.Ytio5tOcCUO91MQ0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.N4vxVFNLW9Q9QsIp.json b/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.N4vxVFNLW9Q9QsIp.json new file mode 100644 index 00000000..15872c1c --- /dev/null +++ b/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.N4vxVFNLW9Q9QsIp.json @@ -0,0 +1,28 @@ +{ + "_id": "N4vxVFNLW9Q9QsIp", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-4", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -4", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!NMmZ3Uu9uwAHc5IP.N4vxVFNLW9Q9QsIp" +} \ No newline at end of file diff --git a/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.sOBnfFviucXKykt1.json b/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.sOBnfFviucXKykt1.json new file mode 100644 index 00000000..291218fb --- /dev/null +++ b/packs/items/!items.effects!NMmZ3Uu9uwAHc5IP.sOBnfFviucXKykt1.json @@ -0,0 +1,36 @@ +{ + "_id": "sOBnfFviucXKykt1", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!NMmZ3Uu9uwAHc5IP.sOBnfFviucXKykt1" +} \ No newline at end of file diff --git a/packs/items/!items.effects!NSg4SdEHDuCfwXji.0GJ943ZfeGKcsb2l.json b/packs/items/!items.effects!NSg4SdEHDuCfwXji.0GJ943ZfeGKcsb2l.json new file mode 100644 index 00000000..40124fb6 --- /dev/null +++ b/packs/items/!items.effects!NSg4SdEHDuCfwXji.0GJ943ZfeGKcsb2l.json @@ -0,0 +1,36 @@ +{ + "_id": "0GJ943ZfeGKcsb2l", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!NSg4SdEHDuCfwXji.0GJ943ZfeGKcsb2l" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.DJQ1hHJRJuraxIym.json b/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.DJQ1hHJRJuraxIym.json new file mode 100644 index 00000000..a85e6658 --- /dev/null +++ b/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.DJQ1hHJRJuraxIym.json @@ -0,0 +1,36 @@ +{ + "_id": "DJQ1hHJRJuraxIym", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Nb65CmtFiiWPpnNZ.DJQ1hHJRJuraxIym" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.atmWPMxgNoeole7n.json b/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.atmWPMxgNoeole7n.json new file mode 100644 index 00000000..99599eae --- /dev/null +++ b/packs/items/!items.effects!Nb65CmtFiiWPpnNZ.atmWPMxgNoeole7n.json @@ -0,0 +1,36 @@ +{ + "_id": "atmWPMxgNoeole7n", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-6", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -6", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Nb65CmtFiiWPpnNZ.atmWPMxgNoeole7n" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Nz6gFGSHzHVO3QxA.M7zvcLqDr9HuzqTV.json b/packs/items/!items.effects!Nz6gFGSHzHVO3QxA.M7zvcLqDr9HuzqTV.json new file mode 100644 index 00000000..8ba4ad12 --- /dev/null +++ b/packs/items/!items.effects!Nz6gFGSHzHVO3QxA.M7zvcLqDr9HuzqTV.json @@ -0,0 +1,36 @@ +{ + "_id": "M7zvcLqDr9HuzqTV", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Nz6gFGSHzHVO3QxA.M7zvcLqDr9HuzqTV" +} \ No newline at end of file diff --git a/packs/items/!items.effects!OaG6IhVfS6EmHRux.mdjigDqsRTZyFNmC.json b/packs/items/!items.effects!OaG6IhVfS6EmHRux.mdjigDqsRTZyFNmC.json new file mode 100644 index 00000000..6b3cb996 --- /dev/null +++ b/packs/items/!items.effects!OaG6IhVfS6EmHRux.mdjigDqsRTZyFNmC.json @@ -0,0 +1,28 @@ +{ + "_id": "mdjigDqsRTZyFNmC", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!OaG6IhVfS6EmHRux.mdjigDqsRTZyFNmC" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PE3eWmsGcd5dVVh4.9qj7TWM9shrTKppj.json b/packs/items/!items.effects!PE3eWmsGcd5dVVh4.9qj7TWM9shrTKppj.json new file mode 100644 index 00000000..2d655cf4 --- /dev/null +++ b/packs/items/!items.effects!PE3eWmsGcd5dVVh4.9qj7TWM9shrTKppj.json @@ -0,0 +1,36 @@ +{ + "_id": "9qj7TWM9shrTKppj", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Heimlichkeit +III", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Heimlichkeit", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!PE3eWmsGcd5dVVh4.9qj7TWM9shrTKppj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PE3eWmsGcd5dVVh4.Nr6hXbJeVlmJYASc.json b/packs/items/!items.effects!PE3eWmsGcd5dVVh4.Nr6hXbJeVlmJYASc.json new file mode 100644 index 00000000..35caf6a2 --- /dev/null +++ b/packs/items/!items.effects!PE3eWmsGcd5dVVh4.Nr6hXbJeVlmJYASc.json @@ -0,0 +1,36 @@ +{ + "_id": "Nr6hXbJeVlmJYASc", + "changes": [ + { + "key": "system.checks.hide", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Verbergen +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!PE3eWmsGcd5dVVh4.Nr6hXbJeVlmJYASc" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PPNAghq5SEhO1zNM.l7qeGLLyuz7VXAAd.json b/packs/items/!items.effects!PPNAghq5SEhO1zNM.l7qeGLLyuz7VXAAd.json new file mode 100644 index 00000000..e5ea527e --- /dev/null +++ b/packs/items/!items.effects!PPNAghq5SEhO1zNM.l7qeGLLyuz7VXAAd.json @@ -0,0 +1,36 @@ +{ + "_id": "l7qeGLLyuz7VXAAd", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!PPNAghq5SEhO1zNM.l7qeGLLyuz7VXAAd" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PTiDNLKc0l9rD7Kb.8wzWUlPPd92HiwJs.json b/packs/items/!items.effects!PTiDNLKc0l9rD7Kb.8wzWUlPPd92HiwJs.json new file mode 100644 index 00000000..284e50a3 --- /dev/null +++ b/packs/items/!items.effects!PTiDNLKc0l9rD7Kb.8wzWUlPPd92HiwJs.json @@ -0,0 +1,36 @@ +{ + "_id": "8wzWUlPPd92HiwJs", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!PTiDNLKc0l9rD7Kb.8wzWUlPPd92HiwJs" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PihP9eVyE4UEi1jj.63yxBIQ4ZvuvtVsV.json b/packs/items/!items.effects!PihP9eVyE4UEi1jj.63yxBIQ4ZvuvtVsV.json new file mode 100644 index 00000000..ef024328 --- /dev/null +++ b/packs/items/!items.effects!PihP9eVyE4UEi1jj.63yxBIQ4ZvuvtVsV.json @@ -0,0 +1,36 @@ +{ + "_id": "63yxBIQ4ZvuvtVsV", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!PihP9eVyE4UEi1jj.63yxBIQ4ZvuvtVsV" +} \ No newline at end of file diff --git a/packs/items/!items.effects!PihP9eVyE4UEi1jj.gMm2PnBADqXBrCi1.json b/packs/items/!items.effects!PihP9eVyE4UEi1jj.gMm2PnBADqXBrCi1.json new file mode 100644 index 00000000..6ce45caf --- /dev/null +++ b/packs/items/!items.effects!PihP9eVyE4UEi1jj.gMm2PnBADqXBrCi1.json @@ -0,0 +1,28 @@ +{ + "_id": "gMm2PnBADqXBrCi1", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!PihP9eVyE4UEi1jj.gMm2PnBADqXBrCi1" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QNJVRtALi17otgDU.9qPThLRf5cwflety.json b/packs/items/!items.effects!QNJVRtALi17otgDU.9qPThLRf5cwflety.json new file mode 100644 index 00000000..560d653e --- /dev/null +++ b/packs/items/!items.effects!QNJVRtALi17otgDU.9qPThLRf5cwflety.json @@ -0,0 +1,36 @@ +{ + "_id": "9qPThLRf5cwflety", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!QNJVRtALi17otgDU.9qPThLRf5cwflety" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QhJllncFlQu7BGDw.0GrRl4XU2UrvbDxs.json b/packs/items/!items.effects!QhJllncFlQu7BGDw.0GrRl4XU2UrvbDxs.json new file mode 100644 index 00000000..56bd55ca --- /dev/null +++ b/packs/items/!items.effects!QhJllncFlQu7BGDw.0GrRl4XU2UrvbDxs.json @@ -0,0 +1,36 @@ +{ + "_id": "0GrRl4XU2UrvbDxs", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!QhJllncFlQu7BGDw.0GrRl4XU2UrvbDxs" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QhJllncFlQu7BGDw.DaKTtdhRO45QZuDJ.json b/packs/items/!items.effects!QhJllncFlQu7BGDw.DaKTtdhRO45QZuDJ.json new file mode 100644 index 00000000..266be445 --- /dev/null +++ b/packs/items/!items.effects!QhJllncFlQu7BGDw.DaKTtdhRO45QZuDJ.json @@ -0,0 +1,28 @@ +{ + "_id": "DaKTtdhRO45QZuDJ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!QhJllncFlQu7BGDw.DaKTtdhRO45QZuDJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QhJllncFlQu7BGDw.Oz0U5fEJSQ7HPQDG.json b/packs/items/!items.effects!QhJllncFlQu7BGDw.Oz0U5fEJSQ7HPQDG.json new file mode 100644 index 00000000..6f100292 --- /dev/null +++ b/packs/items/!items.effects!QhJllncFlQu7BGDw.Oz0U5fEJSQ7HPQDG.json @@ -0,0 +1,36 @@ +{ + "_id": "Oz0U5fEJSQ7HPQDG", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Rundumschlag +II", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Rundumschlag", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!QhJllncFlQu7BGDw.Oz0U5fEJSQ7HPQDG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QmyAtIDJfnBZvZFg.0GrRl4XU2UrvbDxs.json b/packs/items/!items.effects!QmyAtIDJfnBZvZFg.0GrRl4XU2UrvbDxs.json new file mode 100644 index 00000000..662982ae --- /dev/null +++ b/packs/items/!items.effects!QmyAtIDJfnBZvZFg.0GrRl4XU2UrvbDxs.json @@ -0,0 +1,36 @@ +{ + "_id": "0GrRl4XU2UrvbDxs", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!QmyAtIDJfnBZvZFg.0GrRl4XU2UrvbDxs" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QmyAtIDJfnBZvZFg.DaKTtdhRO45QZuDJ.json b/packs/items/!items.effects!QmyAtIDJfnBZvZFg.DaKTtdhRO45QZuDJ.json new file mode 100644 index 00000000..2ef07b45 --- /dev/null +++ b/packs/items/!items.effects!QmyAtIDJfnBZvZFg.DaKTtdhRO45QZuDJ.json @@ -0,0 +1,28 @@ +{ + "_id": "DaKTtdhRO45QZuDJ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!QmyAtIDJfnBZvZFg.DaKTtdhRO45QZuDJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Qncx0jbmnD2KJAfG.Qdjy0578meoXi49p.json b/packs/items/!items.effects!Qncx0jbmnD2KJAfG.Qdjy0578meoXi49p.json new file mode 100644 index 00000000..20c64aeb --- /dev/null +++ b/packs/items/!items.effects!Qncx0jbmnD2KJAfG.Qdjy0578meoXi49p.json @@ -0,0 +1,36 @@ +{ + "_id": "Qdjy0578meoXi49p", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Qncx0jbmnD2KJAfG.Qdjy0578meoXi49p" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Qncx0jbmnD2KJAfG.atmWPMxgNoeole7n.json b/packs/items/!items.effects!Qncx0jbmnD2KJAfG.atmWPMxgNoeole7n.json new file mode 100644 index 00000000..e7b03777 --- /dev/null +++ b/packs/items/!items.effects!Qncx0jbmnD2KJAfG.atmWPMxgNoeole7n.json @@ -0,0 +1,36 @@ +{ + "_id": "atmWPMxgNoeole7n", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-6", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -6", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Qncx0jbmnD2KJAfG.atmWPMxgNoeole7n" +} \ No newline at end of file diff --git a/packs/items/!items.effects!QsnvAep80sSVJToD.zgiIGlRMVCgAzrn7.json b/packs/items/!items.effects!QsnvAep80sSVJToD.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..52171e8a --- /dev/null +++ b/packs/items/!items.effects!QsnvAep80sSVJToD.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!QsnvAep80sSVJToD.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!R1cxU1hzcLopZwhA.uYIt59oaCKobgftJ.json b/packs/items/!items.effects!R1cxU1hzcLopZwhA.uYIt59oaCKobgftJ.json new file mode 100644 index 00000000..5850c55a --- /dev/null +++ b/packs/items/!items.effects!R1cxU1hzcLopZwhA.uYIt59oaCKobgftJ.json @@ -0,0 +1,36 @@ +{ + "_id": "uYIt59oaCKobgftJ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!R1cxU1hzcLopZwhA.uYIt59oaCKobgftJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RGyfv3y0LxHORAzA.Ytio5tOcCUO91MQ0.json b/packs/items/!items.effects!RGyfv3y0LxHORAzA.Ytio5tOcCUO91MQ0.json new file mode 100644 index 00000000..979e148a --- /dev/null +++ b/packs/items/!items.effects!RGyfv3y0LxHORAzA.Ytio5tOcCUO91MQ0.json @@ -0,0 +1,36 @@ +{ + "_id": "Ytio5tOcCUO91MQ0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -1", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!RGyfv3y0LxHORAzA.Ytio5tOcCUO91MQ0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RGyfv3y0LxHORAzA.armx56Psy1qosJib.json b/packs/items/!items.effects!RGyfv3y0LxHORAzA.armx56Psy1qosJib.json new file mode 100644 index 00000000..a067e4c7 --- /dev/null +++ b/packs/items/!items.effects!RGyfv3y0LxHORAzA.armx56Psy1qosJib.json @@ -0,0 +1,36 @@ +{ + "_id": "armx56Psy1qosJib", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!RGyfv3y0LxHORAzA.armx56Psy1qosJib" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RGyfv3y0LxHORAzA.qr1bY5zTm5ViDmnd.json b/packs/items/!items.effects!RGyfv3y0LxHORAzA.qr1bY5zTm5ViDmnd.json new file mode 100644 index 00000000..f13bcaba --- /dev/null +++ b/packs/items/!items.effects!RGyfv3y0LxHORAzA.qr1bY5zTm5ViDmnd.json @@ -0,0 +1,36 @@ +{ + "_id": "qr1bY5zTm5ViDmnd", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Brutaler Hieb +II", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Brutaler Hieb", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!RGyfv3y0LxHORAzA.qr1bY5zTm5ViDmnd" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RKKhoedvylYWFBN3.OQr5POyJ0Azklftu.json b/packs/items/!items.effects!RKKhoedvylYWFBN3.OQr5POyJ0Azklftu.json new file mode 100644 index 00000000..15da01c6 --- /dev/null +++ b/packs/items/!items.effects!RKKhoedvylYWFBN3.OQr5POyJ0Azklftu.json @@ -0,0 +1,36 @@ +{ + "_id": "OQr5POyJ0Azklftu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!RKKhoedvylYWFBN3.OQr5POyJ0Azklftu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RKKhoedvylYWFBN3.zgiIGlRMVCgAzrn7.json b/packs/items/!items.effects!RKKhoedvylYWFBN3.zgiIGlRMVCgAzrn7.json new file mode 100644 index 00000000..041369f3 --- /dev/null +++ b/packs/items/!items.effects!RKKhoedvylYWFBN3.zgiIGlRMVCgAzrn7.json @@ -0,0 +1,28 @@ +{ + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!RKKhoedvylYWFBN3.zgiIGlRMVCgAzrn7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RWSRxi9np1UrEi7N.N4vxVFNLW9Q9QsIp.json b/packs/items/!items.effects!RWSRxi9np1UrEi7N.N4vxVFNLW9Q9QsIp.json new file mode 100644 index 00000000..3e214ef5 --- /dev/null +++ b/packs/items/!items.effects!RWSRxi9np1UrEi7N.N4vxVFNLW9Q9QsIp.json @@ -0,0 +1,28 @@ +{ + "_id": "N4vxVFNLW9Q9QsIp", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-4", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -4", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!RWSRxi9np1UrEi7N.N4vxVFNLW9Q9QsIp" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RWSRxi9np1UrEi7N.SlJV88ZHTV0VORzk.json b/packs/items/!items.effects!RWSRxi9np1UrEi7N.SlJV88ZHTV0VORzk.json new file mode 100644 index 00000000..063e76f4 --- /dev/null +++ b/packs/items/!items.effects!RWSRxi9np1UrEi7N.SlJV88ZHTV0VORzk.json @@ -0,0 +1,36 @@ +{ + "_id": "SlJV88ZHTV0VORzk", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!RWSRxi9np1UrEi7N.SlJV88ZHTV0VORzk" +} \ No newline at end of file diff --git a/packs/items/!items.effects!RsKimH7snoPFlg4L.DxcTuYT1mUpj9RdQ.json b/packs/items/!items.effects!RsKimH7snoPFlg4L.DxcTuYT1mUpj9RdQ.json new file mode 100644 index 00000000..7ac87aff --- /dev/null +++ b/packs/items/!items.effects!RsKimH7snoPFlg4L.DxcTuYT1mUpj9RdQ.json @@ -0,0 +1,28 @@ +{ + "_id": "DxcTuYT1mUpj9RdQ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!RsKimH7snoPFlg4L.DxcTuYT1mUpj9RdQ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!S0EV25lf5TbN6COJ.N4vxVFNLW9Q9QsIp.json b/packs/items/!items.effects!S0EV25lf5TbN6COJ.N4vxVFNLW9Q9QsIp.json new file mode 100644 index 00000000..9defd530 --- /dev/null +++ b/packs/items/!items.effects!S0EV25lf5TbN6COJ.N4vxVFNLW9Q9QsIp.json @@ -0,0 +1,28 @@ +{ + "_id": "N4vxVFNLW9Q9QsIp", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-4", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -4", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!S0EV25lf5TbN6COJ.N4vxVFNLW9Q9QsIp" +} \ No newline at end of file diff --git a/packs/items/!items.effects!S0EV25lf5TbN6COJ.ZBJldrSO6rRHmgnI.json b/packs/items/!items.effects!S0EV25lf5TbN6COJ.ZBJldrSO6rRHmgnI.json new file mode 100644 index 00000000..807b2859 --- /dev/null +++ b/packs/items/!items.effects!S0EV25lf5TbN6COJ.ZBJldrSO6rRHmgnI.json @@ -0,0 +1,36 @@ +{ + "_id": "ZBJldrSO6rRHmgnI", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!S0EV25lf5TbN6COJ.ZBJldrSO6rRHmgnI" +} \ No newline at end of file diff --git a/packs/items/!items.effects!S4pc70BxmRU0DCsW.kM7ZknhuQS8uIJbu.json b/packs/items/!items.effects!S4pc70BxmRU0DCsW.kM7ZknhuQS8uIJbu.json new file mode 100644 index 00000000..a11ddc78 --- /dev/null +++ b/packs/items/!items.effects!S4pc70BxmRU0DCsW.kM7ZknhuQS8uIJbu.json @@ -0,0 +1,36 @@ +{ + "_id": "kM7ZknhuQS8uIJbu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!S4pc70BxmRU0DCsW.kM7ZknhuQS8uIJbu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!SIE4g3gjSkqVIT6W.Qg9niqX5oimvg2Fv.json b/packs/items/!items.effects!SIE4g3gjSkqVIT6W.Qg9niqX5oimvg2Fv.json new file mode 100644 index 00000000..e03e2481 --- /dev/null +++ b/packs/items/!items.effects!SIE4g3gjSkqVIT6W.Qg9niqX5oimvg2Fv.json @@ -0,0 +1,36 @@ +{ + "_id": "Qg9niqX5oimvg2Fv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!SIE4g3gjSkqVIT6W.Qg9niqX5oimvg2Fv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!SLmQz2B4JvywROCv.yXvt3CT4FbXYjIfc.json b/packs/items/!items.effects!SLmQz2B4JvywROCv.yXvt3CT4FbXYjIfc.json new file mode 100644 index 00000000..64f2c256 --- /dev/null +++ b/packs/items/!items.effects!SLmQz2B4JvywROCv.yXvt3CT4FbXYjIfc.json @@ -0,0 +1,36 @@ +{ + "_id": "yXvt3CT4FbXYjIfc", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!SLmQz2B4JvywROCv.yXvt3CT4FbXYjIfc" +} \ No newline at end of file diff --git a/packs/items/!items.effects!TBrsx86DgKfq9Qat.ioazIqWWKawYuPBQ.json b/packs/items/!items.effects!TBrsx86DgKfq9Qat.ioazIqWWKawYuPBQ.json new file mode 100644 index 00000000..5e28e97b --- /dev/null +++ b/packs/items/!items.effects!TBrsx86DgKfq9Qat.ioazIqWWKawYuPBQ.json @@ -0,0 +1,36 @@ +{ + "_id": "ioazIqWWKawYuPBQ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!TBrsx86DgKfq9Qat.ioazIqWWKawYuPBQ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!TQhwV1dNYfy50y6k.g8ZgARGCbMxsnFJe.json b/packs/items/!items.effects!TQhwV1dNYfy50y6k.g8ZgARGCbMxsnFJe.json new file mode 100644 index 00000000..96229006 --- /dev/null +++ b/packs/items/!items.effects!TQhwV1dNYfy50y6k.g8ZgARGCbMxsnFJe.json @@ -0,0 +1,36 @@ +{ + "_id": "g8ZgARGCbMxsnFJe", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!TQhwV1dNYfy50y6k.g8ZgARGCbMxsnFJe" +} \ No newline at end of file diff --git a/packs/items/!items.effects!TSoSy8ck9XCUa1SM.fZ3VByauGosUUN3D.json b/packs/items/!items.effects!TSoSy8ck9XCUa1SM.fZ3VByauGosUUN3D.json new file mode 100644 index 00000000..7e9723c8 --- /dev/null +++ b/packs/items/!items.effects!TSoSy8ck9XCUa1SM.fZ3VByauGosUUN3D.json @@ -0,0 +1,36 @@ +{ + "_id": "fZ3VByauGosUUN3D", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!TSoSy8ck9XCUa1SM.fZ3VByauGosUUN3D" +} \ No newline at end of file diff --git a/packs/items/!items.effects!TcyE0faEebPLoLOD.C7jqj8julpambLpm.json b/packs/items/!items.effects!TcyE0faEebPLoLOD.C7jqj8julpambLpm.json new file mode 100644 index 00000000..c044af7b --- /dev/null +++ b/packs/items/!items.effects!TcyE0faEebPLoLOD.C7jqj8julpambLpm.json @@ -0,0 +1,36 @@ +{ + "_id": "C7jqj8julpambLpm", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!TcyE0faEebPLoLOD.C7jqj8julpambLpm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Trl2ljtHi1kRYHTX.PeyncDD5OoPJkkTO.json b/packs/items/!items.effects!Trl2ljtHi1kRYHTX.PeyncDD5OoPJkkTO.json new file mode 100644 index 00000000..b0d623ee --- /dev/null +++ b/packs/items/!items.effects!Trl2ljtHi1kRYHTX.PeyncDD5OoPJkkTO.json @@ -0,0 +1,36 @@ +{ + "_id": "PeyncDD5OoPJkkTO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Trl2ljtHi1kRYHTX.PeyncDD5OoPJkkTO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.Ytio5tOcCUO91MQ0.json b/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.Ytio5tOcCUO91MQ0.json new file mode 100644 index 00000000..5a7f5ed6 --- /dev/null +++ b/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.Ytio5tOcCUO91MQ0.json @@ -0,0 +1,36 @@ +{ + "_id": "Ytio5tOcCUO91MQ0", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -1", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Tu0Mf3Qib68wxpRs.Ytio5tOcCUO91MQ0" +} \ No newline at end of file diff --git a/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.ulhp9EsUM5Tf0iCd.json b/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.ulhp9EsUM5Tf0iCd.json new file mode 100644 index 00000000..b3cefd27 --- /dev/null +++ b/packs/items/!items.effects!Tu0Mf3Qib68wxpRs.ulhp9EsUM5Tf0iCd.json @@ -0,0 +1,36 @@ +{ + "_id": "ulhp9EsUM5Tf0iCd", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!Tu0Mf3Qib68wxpRs.ulhp9EsUM5Tf0iCd" +} \ No newline at end of file diff --git a/packs/items/!items.effects!U8iwfv7oJNl8CsKK.CFyX5reV96JVL2Cg.json b/packs/items/!items.effects!U8iwfv7oJNl8CsKK.CFyX5reV96JVL2Cg.json new file mode 100644 index 00000000..d508a8dc --- /dev/null +++ b/packs/items/!items.effects!U8iwfv7oJNl8CsKK.CFyX5reV96JVL2Cg.json @@ -0,0 +1,36 @@ +{ + "_id": "CFyX5reV96JVL2Cg", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!U8iwfv7oJNl8CsKK.CFyX5reV96JVL2Cg" +} \ No newline at end of file diff --git a/packs/items/!items.effects!U8iwfv7oJNl8CsKK.vgJWV95OeyzrjyFw.json b/packs/items/!items.effects!U8iwfv7oJNl8CsKK.vgJWV95OeyzrjyFw.json new file mode 100644 index 00000000..61e3a6cb --- /dev/null +++ b/packs/items/!items.effects!U8iwfv7oJNl8CsKK.vgJWV95OeyzrjyFw.json @@ -0,0 +1,28 @@ +{ + "_id": "vgJWV95OeyzrjyFw", + "flags": {}, + "changes": [ + { + "key": "system.traits.aura.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Aura +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!U8iwfv7oJNl8CsKK.vgJWV95OeyzrjyFw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!UNd96UN0NQo8I0SI.ZXSBIh1UotdZuHbj.json b/packs/items/!items.effects!UNd96UN0NQo8I0SI.ZXSBIh1UotdZuHbj.json new file mode 100644 index 00000000..b990f9b6 --- /dev/null +++ b/packs/items/!items.effects!UNd96UN0NQo8I0SI.ZXSBIh1UotdZuHbj.json @@ -0,0 +1,36 @@ +{ + "_id": "ZXSBIh1UotdZuHbj", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!UNd96UN0NQo8I0SI.ZXSBIh1UotdZuHbj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!V3D7u9LDumvBwJQI.yNjGOSspfOUKlg8y.json b/packs/items/!items.effects!V3D7u9LDumvBwJQI.yNjGOSspfOUKlg8y.json new file mode 100644 index 00000000..ed79f783 --- /dev/null +++ b/packs/items/!items.effects!V3D7u9LDumvBwJQI.yNjGOSspfOUKlg8y.json @@ -0,0 +1,36 @@ +{ + "_id": "yNjGOSspfOUKlg8y", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Reiten +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Reiten", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!V3D7u9LDumvBwJQI.yNjGOSspfOUKlg8y" +} \ No newline at end of file diff --git a/packs/items/!items.effects!VQtcpPYhzifN9Lqr.pPtRJMUFA3gbNZXx.json b/packs/items/!items.effects!VQtcpPYhzifN9Lqr.pPtRJMUFA3gbNZXx.json new file mode 100644 index 00000000..aca8da37 --- /dev/null +++ b/packs/items/!items.effects!VQtcpPYhzifN9Lqr.pPtRJMUFA3gbNZXx.json @@ -0,0 +1,36 @@ +{ + "_id": "pPtRJMUFA3gbNZXx", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!VQtcpPYhzifN9Lqr.pPtRJMUFA3gbNZXx" +} \ No newline at end of file diff --git a/packs/items/!items.effects!VxyrCBfVdbRD5nj8.hQfQjfXJhE4yDXQU.json b/packs/items/!items.effects!VxyrCBfVdbRD5nj8.hQfQjfXJhE4yDXQU.json new file mode 100644 index 00000000..57d40f43 --- /dev/null +++ b/packs/items/!items.effects!VxyrCBfVdbRD5nj8.hQfQjfXJhE4yDXQU.json @@ -0,0 +1,36 @@ +{ + "_id": "hQfQjfXJhE4yDXQU", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!VxyrCBfVdbRD5nj8.hQfQjfXJhE4yDXQU" +} \ No newline at end of file diff --git a/packs/items/!items.effects!WiW9Sad1D2HjkNMz.B6tNz4B208qZf3JU.json b/packs/items/!items.effects!WiW9Sad1D2HjkNMz.B6tNz4B208qZf3JU.json new file mode 100644 index 00000000..7253a4ff --- /dev/null +++ b/packs/items/!items.effects!WiW9Sad1D2HjkNMz.B6tNz4B208qZf3JU.json @@ -0,0 +1,36 @@ +{ + "_id": "B6tNz4B208qZf3JU", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!WiW9Sad1D2HjkNMz.B6tNz4B208qZf3JU" +} \ No newline at end of file diff --git a/packs/items/!items.effects!WiW9Sad1D2HjkNMz.XsqzwEX1AvYJyczG.json b/packs/items/!items.effects!WiW9Sad1D2HjkNMz.XsqzwEX1AvYJyczG.json new file mode 100644 index 00000000..cd2b4e6f --- /dev/null +++ b/packs/items/!items.effects!WiW9Sad1D2HjkNMz.XsqzwEX1AvYJyczG.json @@ -0,0 +1,28 @@ +{ + "_id": "XsqzwEX1AvYJyczG", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!WiW9Sad1D2HjkNMz.XsqzwEX1AvYJyczG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!XBCdDIpdR1weOhiy.IwrLITAgM3vLzkwA.json b/packs/items/!items.effects!XBCdDIpdR1weOhiy.IwrLITAgM3vLzkwA.json new file mode 100644 index 00000000..b7ee151a --- /dev/null +++ b/packs/items/!items.effects!XBCdDIpdR1weOhiy.IwrLITAgM3vLzkwA.json @@ -0,0 +1,36 @@ +{ + "_id": "IwrLITAgM3vLzkwA", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!XBCdDIpdR1weOhiy.IwrLITAgM3vLzkwA" +} \ No newline at end of file diff --git a/packs/items/!items.effects!XSXEDiMN27cuEoOx.gMm2PnBADqXBrCi1.json b/packs/items/!items.effects!XSXEDiMN27cuEoOx.gMm2PnBADqXBrCi1.json new file mode 100644 index 00000000..c9f6a460 --- /dev/null +++ b/packs/items/!items.effects!XSXEDiMN27cuEoOx.gMm2PnBADqXBrCi1.json @@ -0,0 +1,28 @@ +{ + "_id": "gMm2PnBADqXBrCi1", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!XSXEDiMN27cuEoOx.gMm2PnBADqXBrCi1" +} \ No newline at end of file diff --git a/packs/items/!items.effects!XSXEDiMN27cuEoOx.z2uPOzDQ47VbWmt5.json b/packs/items/!items.effects!XSXEDiMN27cuEoOx.z2uPOzDQ47VbWmt5.json new file mode 100644 index 00000000..5a63dd28 --- /dev/null +++ b/packs/items/!items.effects!XSXEDiMN27cuEoOx.z2uPOzDQ47VbWmt5.json @@ -0,0 +1,36 @@ +{ + "_id": "z2uPOzDQ47VbWmt5", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!XSXEDiMN27cuEoOx.z2uPOzDQ47VbWmt5" +} \ No newline at end of file diff --git a/packs/items/!items.effects!XyDt7MThnLkDCldV.MidC9f4kBbIz7Z7S.json b/packs/items/!items.effects!XyDt7MThnLkDCldV.MidC9f4kBbIz7Z7S.json new file mode 100644 index 00000000..15859fad --- /dev/null +++ b/packs/items/!items.effects!XyDt7MThnLkDCldV.MidC9f4kBbIz7Z7S.json @@ -0,0 +1,36 @@ +{ + "_id": "MidC9f4kBbIz7Z7S", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!XyDt7MThnLkDCldV.MidC9f4kBbIz7Z7S" +} \ No newline at end of file diff --git a/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.BdejYg7Bq6tM2ROu.json b/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.BdejYg7Bq6tM2ROu.json new file mode 100644 index 00000000..d4bbfe1e --- /dev/null +++ b/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.BdejYg7Bq6tM2ROu.json @@ -0,0 +1,36 @@ +{ + "_id": "BdejYg7Bq6tM2ROu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!YSl6qdVC6fDYVkFQ.BdejYg7Bq6tM2ROu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.OF7IAa9tUBoz23TD.json b/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.OF7IAa9tUBoz23TD.json new file mode 100644 index 00000000..9e014d8c --- /dev/null +++ b/packs/items/!items.effects!YSl6qdVC6fDYVkFQ.OF7IAa9tUBoz23TD.json @@ -0,0 +1,36 @@ +{ + "_id": "OF7IAa9tUBoz23TD", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!YSl6qdVC6fDYVkFQ.OF7IAa9tUBoz23TD" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.EkJB0kpYFHRMYSgl.json b/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.EkJB0kpYFHRMYSgl.json new file mode 100644 index 00000000..55dcdfa5 --- /dev/null +++ b/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.EkJB0kpYFHRMYSgl.json @@ -0,0 +1,28 @@ +{ + "_id": "EkJB0kpYFHRMYSgl", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ZLDJNdtwxbdiJOP2.EkJB0kpYFHRMYSgl" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.mq2ViimrfXr7sGC7.json b/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.mq2ViimrfXr7sGC7.json new file mode 100644 index 00000000..84c307fe --- /dev/null +++ b/packs/items/!items.effects!ZLDJNdtwxbdiJOP2.mq2ViimrfXr7sGC7.json @@ -0,0 +1,28 @@ +{ + "_id": "mq2ViimrfXr7sGC7", + "flags": {}, + "changes": [ + { + "key": "system.traits.agility.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Bewegung +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ZLDJNdtwxbdiJOP2.mq2ViimrfXr7sGC7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ajO71RuOPNlINZID.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!ajO71RuOPNlINZID.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..7063f1ad --- /dev/null +++ b/packs/items/!items.effects!ajO71RuOPNlINZID.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ajO71RuOPNlINZID.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ajO71RuOPNlINZID.oxrYsZM08ENZAhge.json b/packs/items/!items.effects!ajO71RuOPNlINZID.oxrYsZM08ENZAhge.json new file mode 100644 index 00000000..4e567da6 --- /dev/null +++ b/packs/items/!items.effects!ajO71RuOPNlINZID.oxrYsZM08ENZAhge.json @@ -0,0 +1,36 @@ +{ + "_id": "oxrYsZM08ENZAhge", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!ajO71RuOPNlINZID.oxrYsZM08ENZAhge" +} \ No newline at end of file diff --git a/packs/items/!items.effects!bVeWMNBKPWRqrFGj.5CFUcYAipdyZHdde.json b/packs/items/!items.effects!bVeWMNBKPWRqrFGj.5CFUcYAipdyZHdde.json new file mode 100644 index 00000000..9f9e6101 --- /dev/null +++ b/packs/items/!items.effects!bVeWMNBKPWRqrFGj.5CFUcYAipdyZHdde.json @@ -0,0 +1,36 @@ +{ + "_id": "5CFUcYAipdyZHdde", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!bVeWMNBKPWRqrFGj.5CFUcYAipdyZHdde" +} \ No newline at end of file diff --git a/packs/items/!items.effects!c3YlvFbZJD6LbhVi.DZXHZOg7edkW2RS2.json b/packs/items/!items.effects!c3YlvFbZJD6LbhVi.DZXHZOg7edkW2RS2.json new file mode 100644 index 00000000..d9902127 --- /dev/null +++ b/packs/items/!items.effects!c3YlvFbZJD6LbhVi.DZXHZOg7edkW2RS2.json @@ -0,0 +1,36 @@ +{ + "_id": "DZXHZOg7edkW2RS2", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schlachtruf +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Schlachtruf", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!c3YlvFbZJD6LbhVi.DZXHZOg7edkW2RS2" +} \ No newline at end of file diff --git a/packs/items/!items.effects!c6N4vskeYthnydo3.n0pBAhNqTJbvqDWx.json b/packs/items/!items.effects!c6N4vskeYthnydo3.n0pBAhNqTJbvqDWx.json new file mode 100644 index 00000000..b6cb4fc8 --- /dev/null +++ b/packs/items/!items.effects!c6N4vskeYthnydo3.n0pBAhNqTJbvqDWx.json @@ -0,0 +1,36 @@ +{ + "_id": "n0pBAhNqTJbvqDWx", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!c6N4vskeYthnydo3.n0pBAhNqTJbvqDWx" +} \ No newline at end of file diff --git a/packs/items/!items.effects!cFMcSg7PFIcQvf0B.Qpy3XcHOokbU7ZaS.json b/packs/items/!items.effects!cFMcSg7PFIcQvf0B.Qpy3XcHOokbU7ZaS.json new file mode 100644 index 00000000..96c580c0 --- /dev/null +++ b/packs/items/!items.effects!cFMcSg7PFIcQvf0B.Qpy3XcHOokbU7ZaS.json @@ -0,0 +1,36 @@ +{ + "_id": "Qpy3XcHOokbU7ZaS", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!cFMcSg7PFIcQvf0B.Qpy3XcHOokbU7ZaS" +} \ No newline at end of file diff --git a/packs/items/!items.effects!cg1y2GTJRGhE9Fpy.yH3Ujo3jKNCYI4n9.json b/packs/items/!items.effects!cg1y2GTJRGhE9Fpy.yH3Ujo3jKNCYI4n9.json new file mode 100644 index 00000000..6170dd36 --- /dev/null +++ b/packs/items/!items.effects!cg1y2GTJRGhE9Fpy.yH3Ujo3jKNCYI4n9.json @@ -0,0 +1,28 @@ +{ + "_id": "yH3Ujo3jKNCYI4n9", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +2 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!cg1y2GTJRGhE9Fpy.yH3Ujo3jKNCYI4n9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!cqVt9s7u46u0925o.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!cqVt9s7u46u0925o.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..e06c7f28 --- /dev/null +++ b/packs/items/!items.effects!cqVt9s7u46u0925o.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!cqVt9s7u46u0925o.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!cqVt9s7u46u0925o.JLc9UYdHy4aAeqA2.json b/packs/items/!items.effects!cqVt9s7u46u0925o.JLc9UYdHy4aAeqA2.json new file mode 100644 index 00000000..d5b07c61 --- /dev/null +++ b/packs/items/!items.effects!cqVt9s7u46u0925o.JLc9UYdHy4aAeqA2.json @@ -0,0 +1,36 @@ +{ + "_id": "JLc9UYdHy4aAeqA2", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!cqVt9s7u46u0925o.JLc9UYdHy4aAeqA2" +} \ No newline at end of file diff --git a/packs/items/!items.effects!czxph9BZaC6Cj7kM.JzKt4gdYSSlA6hSo.json b/packs/items/!items.effects!czxph9BZaC6Cj7kM.JzKt4gdYSSlA6hSo.json new file mode 100644 index 00000000..93b6cff6 --- /dev/null +++ b/packs/items/!items.effects!czxph9BZaC6Cj7kM.JzKt4gdYSSlA6hSo.json @@ -0,0 +1,36 @@ +{ + "_id": "JzKt4gdYSSlA6hSo", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!czxph9BZaC6Cj7kM.JzKt4gdYSSlA6hSo" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dIA53f3kvU9JgGvg.DaKTtdhRO45QZuDJ.json b/packs/items/!items.effects!dIA53f3kvU9JgGvg.DaKTtdhRO45QZuDJ.json new file mode 100644 index 00000000..6a4a7618 --- /dev/null +++ b/packs/items/!items.effects!dIA53f3kvU9JgGvg.DaKTtdhRO45QZuDJ.json @@ -0,0 +1,28 @@ +{ + "_id": "DaKTtdhRO45QZuDJ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!dIA53f3kvU9JgGvg.DaKTtdhRO45QZuDJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dIA53f3kvU9JgGvg.n4mZBHWKSQLQcHHD.json b/packs/items/!items.effects!dIA53f3kvU9JgGvg.n4mZBHWKSQLQcHHD.json new file mode 100644 index 00000000..e5d4a304 --- /dev/null +++ b/packs/items/!items.effects!dIA53f3kvU9JgGvg.n4mZBHWKSQLQcHHD.json @@ -0,0 +1,36 @@ +{ + "_id": "n4mZBHWKSQLQcHHD", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!dIA53f3kvU9JgGvg.n4mZBHWKSQLQcHHD" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dMbjx675yI2F4rUg.l7qeGLLyuz7VXAAd.json b/packs/items/!items.effects!dMbjx675yI2F4rUg.l7qeGLLyuz7VXAAd.json new file mode 100644 index 00000000..72a225e2 --- /dev/null +++ b/packs/items/!items.effects!dMbjx675yI2F4rUg.l7qeGLLyuz7VXAAd.json @@ -0,0 +1,36 @@ +{ + "_id": "l7qeGLLyuz7VXAAd", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!dMbjx675yI2F4rUg.l7qeGLLyuz7VXAAd" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dq4wK5bmMvOfwoWH.1aNTAQBai6qAcWGM.json b/packs/items/!items.effects!dq4wK5bmMvOfwoWH.1aNTAQBai6qAcWGM.json new file mode 100644 index 00000000..6fb5e15e --- /dev/null +++ b/packs/items/!items.effects!dq4wK5bmMvOfwoWH.1aNTAQBai6qAcWGM.json @@ -0,0 +1,28 @@ +{ + "_id": "1aNTAQBai6qAcWGM", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!dq4wK5bmMvOfwoWH.1aNTAQBai6qAcWGM" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dq4wK5bmMvOfwoWH.ve7iQmkxC6l5WmTE.json b/packs/items/!items.effects!dq4wK5bmMvOfwoWH.ve7iQmkxC6l5WmTE.json new file mode 100644 index 00000000..fb962c59 --- /dev/null +++ b/packs/items/!items.effects!dq4wK5bmMvOfwoWH.ve7iQmkxC6l5WmTE.json @@ -0,0 +1,36 @@ +{ + "_id": "ve7iQmkxC6l5WmTE", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!dq4wK5bmMvOfwoWH.ve7iQmkxC6l5WmTE" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dvVhgqCv9VDpFW0l.CRvnbvzibegpIQAz.json b/packs/items/!items.effects!dvVhgqCv9VDpFW0l.CRvnbvzibegpIQAz.json new file mode 100644 index 00000000..d014e9d9 --- /dev/null +++ b/packs/items/!items.effects!dvVhgqCv9VDpFW0l.CRvnbvzibegpIQAz.json @@ -0,0 +1,36 @@ +{ + "_id": "CRvnbvzibegpIQAz", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Brutaler Hieb +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Brutaler Hieb", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!dvVhgqCv9VDpFW0l.CRvnbvzibegpIQAz" +} \ No newline at end of file diff --git a/packs/items/!items.effects!dvVhgqCv9VDpFW0l.ohRMO3BzPaxhKYh4.json b/packs/items/!items.effects!dvVhgqCv9VDpFW0l.ohRMO3BzPaxhKYh4.json new file mode 100644 index 00000000..d74f62eb --- /dev/null +++ b/packs/items/!items.effects!dvVhgqCv9VDpFW0l.ohRMO3BzPaxhKYh4.json @@ -0,0 +1,36 @@ +{ + "_id": "ohRMO3BzPaxhKYh4", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Verletzen +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Verletzen", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!dvVhgqCv9VDpFW0l.ohRMO3BzPaxhKYh4" +} \ No newline at end of file diff --git a/packs/items/!items.effects!e65AAjglKeU1txL6.BVnmaiguzsq6nSwF.json b/packs/items/!items.effects!e65AAjglKeU1txL6.BVnmaiguzsq6nSwF.json new file mode 100644 index 00000000..2dce5536 --- /dev/null +++ b/packs/items/!items.effects!e65AAjglKeU1txL6.BVnmaiguzsq6nSwF.json @@ -0,0 +1,36 @@ +{ + "_id": "BVnmaiguzsq6nSwF", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!e65AAjglKeU1txL6.BVnmaiguzsq6nSwF" +} \ No newline at end of file diff --git a/packs/items/!items.effects!e6LetXJHUY4ndz7B.DItC97OWlR1nL79a.json b/packs/items/!items.effects!e6LetXJHUY4ndz7B.DItC97OWlR1nL79a.json new file mode 100644 index 00000000..5cc72877 --- /dev/null +++ b/packs/items/!items.effects!e6LetXJHUY4ndz7B.DItC97OWlR1nL79a.json @@ -0,0 +1,36 @@ +{ + "_id": "DItC97OWlR1nL79a", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Raserei +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Raserei", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!e6LetXJHUY4ndz7B.DItC97OWlR1nL79a" +} \ No newline at end of file diff --git a/packs/items/!items.effects!e6LetXJHUY4ndz7B.dxmfRAe4ljoKdi0M.json b/packs/items/!items.effects!e6LetXJHUY4ndz7B.dxmfRAe4ljoKdi0M.json new file mode 100644 index 00000000..0a934532 --- /dev/null +++ b/packs/items/!items.effects!e6LetXJHUY4ndz7B.dxmfRAe4ljoKdi0M.json @@ -0,0 +1,28 @@ +{ + "_id": "dxmfRAe4ljoKdi0M", + "flags": {}, + "changes": [ + { + "key": "system.traits.strength.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Stärke +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!e6LetXJHUY4ndz7B.dxmfRAe4ljoKdi0M" +} \ No newline at end of file diff --git a/packs/items/!items.effects!e6LetXJHUY4ndz7B.uOEN4xXL3IcebbJO.json b/packs/items/!items.effects!e6LetXJHUY4ndz7B.uOEN4xXL3IcebbJO.json new file mode 100644 index 00000000..348d9ecf --- /dev/null +++ b/packs/items/!items.effects!e6LetXJHUY4ndz7B.uOEN4xXL3IcebbJO.json @@ -0,0 +1,36 @@ +{ + "_id": "uOEN4xXL3IcebbJO", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!e6LetXJHUY4ndz7B.uOEN4xXL3IcebbJO" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eIXRfSsAL5ECi1uq.XPV4jbYeNcFVFvZr.json b/packs/items/!items.effects!eIXRfSsAL5ECi1uq.XPV4jbYeNcFVFvZr.json new file mode 100644 index 00000000..5a00aa47 --- /dev/null +++ b/packs/items/!items.effects!eIXRfSsAL5ECi1uq.XPV4jbYeNcFVFvZr.json @@ -0,0 +1,36 @@ +{ + "_id": "XPV4jbYeNcFVFvZr", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eIXRfSsAL5ECi1uq.XPV4jbYeNcFVFvZr" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eMeS2JSyiRJ5xO48.1I5R9xQlug0aSVTZ.json b/packs/items/!items.effects!eMeS2JSyiRJ5xO48.1I5R9xQlug0aSVTZ.json new file mode 100644 index 00000000..27921514 --- /dev/null +++ b/packs/items/!items.effects!eMeS2JSyiRJ5xO48.1I5R9xQlug0aSVTZ.json @@ -0,0 +1,36 @@ +{ + "_id": "1I5R9xQlug0aSVTZ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eMeS2JSyiRJ5xO48.1I5R9xQlug0aSVTZ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eMeS2JSyiRJ5xO48.dcGiLPK2AIDA7NHH.json b/packs/items/!items.effects!eMeS2JSyiRJ5xO48.dcGiLPK2AIDA7NHH.json new file mode 100644 index 00000000..aeb0cc39 --- /dev/null +++ b/packs/items/!items.effects!eMeS2JSyiRJ5xO48.dcGiLPK2AIDA7NHH.json @@ -0,0 +1,36 @@ +{ + "_id": "dcGiLPK2AIDA7NHH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eMeS2JSyiRJ5xO48.dcGiLPK2AIDA7NHH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.bPdVsWIS1AC54ZA8.json b/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.bPdVsWIS1AC54ZA8.json new file mode 100644 index 00000000..e6d27f89 --- /dev/null +++ b/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.bPdVsWIS1AC54ZA8.json @@ -0,0 +1,36 @@ +{ + "_id": "bPdVsWIS1AC54ZA8", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eMyZ5EJ9SsiXaeKK.bPdVsWIS1AC54ZA8" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.dcGiLPK2AIDA7NHH.json b/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.dcGiLPK2AIDA7NHH.json new file mode 100644 index 00000000..04184436 --- /dev/null +++ b/packs/items/!items.effects!eMyZ5EJ9SsiXaeKK.dcGiLPK2AIDA7NHH.json @@ -0,0 +1,36 @@ +{ + "_id": "dcGiLPK2AIDA7NHH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eMyZ5EJ9SsiXaeKK.dcGiLPK2AIDA7NHH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eqGo6VKETI1UTxP1.BdejYg7Bq6tM2ROu.json b/packs/items/!items.effects!eqGo6VKETI1UTxP1.BdejYg7Bq6tM2ROu.json new file mode 100644 index 00000000..faec5122 --- /dev/null +++ b/packs/items/!items.effects!eqGo6VKETI1UTxP1.BdejYg7Bq6tM2ROu.json @@ -0,0 +1,36 @@ +{ + "_id": "BdejYg7Bq6tM2ROu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eqGo6VKETI1UTxP1.BdejYg7Bq6tM2ROu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!eqGo6VKETI1UTxP1.uhpIAR3T0P3bJw1C.json b/packs/items/!items.effects!eqGo6VKETI1UTxP1.uhpIAR3T0P3bJw1C.json new file mode 100644 index 00000000..3914847a --- /dev/null +++ b/packs/items/!items.effects!eqGo6VKETI1UTxP1.uhpIAR3T0P3bJw1C.json @@ -0,0 +1,36 @@ +{ + "_id": "uhpIAR3T0P3bJw1C", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!eqGo6VKETI1UTxP1.uhpIAR3T0P3bJw1C" +} \ No newline at end of file diff --git a/packs/items/!items.effects!esfwvMs1ffgSXjbS.uo5922qyPvi35mhm.json b/packs/items/!items.effects!esfwvMs1ffgSXjbS.uo5922qyPvi35mhm.json new file mode 100644 index 00000000..d5474017 --- /dev/null +++ b/packs/items/!items.effects!esfwvMs1ffgSXjbS.uo5922qyPvi35mhm.json @@ -0,0 +1,36 @@ +{ + "_id": "uo5922qyPvi35mhm", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!esfwvMs1ffgSXjbS.uo5922qyPvi35mhm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!fKhTsMO4YXDYY8GX.wlQWjU1kXovR5G1J.json b/packs/items/!items.effects!fKhTsMO4YXDYY8GX.wlQWjU1kXovR5G1J.json new file mode 100644 index 00000000..3ccb8ff6 --- /dev/null +++ b/packs/items/!items.effects!fKhTsMO4YXDYY8GX.wlQWjU1kXovR5G1J.json @@ -0,0 +1,28 @@ +{ + "_id": "wlQWjU1kXovR5G1J", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!fKhTsMO4YXDYY8GX.wlQWjU1kXovR5G1J" +} \ No newline at end of file diff --git a/packs/items/!items.effects!fmFM71TpvBxYqmu2.dcGiLPK2AIDA7NHH.json b/packs/items/!items.effects!fmFM71TpvBxYqmu2.dcGiLPK2AIDA7NHH.json new file mode 100644 index 00000000..4aeaa364 --- /dev/null +++ b/packs/items/!items.effects!fmFM71TpvBxYqmu2.dcGiLPK2AIDA7NHH.json @@ -0,0 +1,36 @@ +{ + "_id": "dcGiLPK2AIDA7NHH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!fmFM71TpvBxYqmu2.dcGiLPK2AIDA7NHH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!fmunGPk80ObkIzUl.XsqzwEX1AvYJyczG.json b/packs/items/!items.effects!fmunGPk80ObkIzUl.XsqzwEX1AvYJyczG.json new file mode 100644 index 00000000..5df028a4 --- /dev/null +++ b/packs/items/!items.effects!fmunGPk80ObkIzUl.XsqzwEX1AvYJyczG.json @@ -0,0 +1,28 @@ +{ + "_id": "XsqzwEX1AvYJyczG", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!fmunGPk80ObkIzUl.XsqzwEX1AvYJyczG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!fnq4WOljIoYdbsUT.gMm2PnBADqXBrCi1.json b/packs/items/!items.effects!fnq4WOljIoYdbsUT.gMm2PnBADqXBrCi1.json new file mode 100644 index 00000000..13b701e9 --- /dev/null +++ b/packs/items/!items.effects!fnq4WOljIoYdbsUT.gMm2PnBADqXBrCi1.json @@ -0,0 +1,28 @@ +{ + "_id": "gMm2PnBADqXBrCi1", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-2", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative -2", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!fnq4WOljIoYdbsUT.gMm2PnBADqXBrCi1" +} \ No newline at end of file diff --git a/packs/items/!items.effects!fziU7tEIQPowqBJj.ph5sqT08zd8lSi7s.json b/packs/items/!items.effects!fziU7tEIQPowqBJj.ph5sqT08zd8lSi7s.json new file mode 100644 index 00000000..ada57ad3 --- /dev/null +++ b/packs/items/!items.effects!fziU7tEIQPowqBJj.ph5sqT08zd8lSi7s.json @@ -0,0 +1,36 @@ +{ + "_id": "ph5sqT08zd8lSi7s", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!fziU7tEIQPowqBJj.ph5sqT08zd8lSi7s" +} \ No newline at end of file diff --git a/packs/items/!items.effects!gK76RPRhQF7T4AQC.IbOD7GxGN30V1AYL.json b/packs/items/!items.effects!gK76RPRhQF7T4AQC.IbOD7GxGN30V1AYL.json new file mode 100644 index 00000000..69197bb8 --- /dev/null +++ b/packs/items/!items.effects!gK76RPRhQF7T4AQC.IbOD7GxGN30V1AYL.json @@ -0,0 +1,36 @@ +{ + "_id": "IbOD7GxGN30V1AYL", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "5", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Feuermagier +V", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Feuermagier", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!gK76RPRhQF7T4AQC.IbOD7GxGN30V1AYL" +} \ No newline at end of file diff --git a/packs/items/!items.effects!gK76RPRhQF7T4AQC.Qpy3XcHOokbU7ZaS.json b/packs/items/!items.effects!gK76RPRhQF7T4AQC.Qpy3XcHOokbU7ZaS.json new file mode 100644 index 00000000..ae4a6b9f --- /dev/null +++ b/packs/items/!items.effects!gK76RPRhQF7T4AQC.Qpy3XcHOokbU7ZaS.json @@ -0,0 +1,36 @@ +{ + "_id": "Qpy3XcHOokbU7ZaS", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!gK76RPRhQF7T4AQC.Qpy3XcHOokbU7ZaS" +} \ No newline at end of file diff --git a/packs/items/!items.effects!gVwoOpuHkmwvcUow.XsqzwEX1AvYJyczG.json b/packs/items/!items.effects!gVwoOpuHkmwvcUow.XsqzwEX1AvYJyczG.json new file mode 100644 index 00000000..e139e6c9 --- /dev/null +++ b/packs/items/!items.effects!gVwoOpuHkmwvcUow.XsqzwEX1AvYJyczG.json @@ -0,0 +1,28 @@ +{ + "_id": "XsqzwEX1AvYJyczG", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!gVwoOpuHkmwvcUow.XsqzwEX1AvYJyczG" +} \ No newline at end of file diff --git a/packs/items/!items.effects!gVwoOpuHkmwvcUow.iUXn0CQKZw6Rr1yH.json b/packs/items/!items.effects!gVwoOpuHkmwvcUow.iUXn0CQKZw6Rr1yH.json new file mode 100644 index 00000000..f9d9476f --- /dev/null +++ b/packs/items/!items.effects!gVwoOpuHkmwvcUow.iUXn0CQKZw6Rr1yH.json @@ -0,0 +1,36 @@ +{ + "_id": "iUXn0CQKZw6Rr1yH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!gVwoOpuHkmwvcUow.iUXn0CQKZw6Rr1yH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!gyfU78OLQj8qH3Zh.kDcyXkLx75K2YRCl.json b/packs/items/!items.effects!gyfU78OLQj8qH3Zh.kDcyXkLx75K2YRCl.json new file mode 100644 index 00000000..55d11ef6 --- /dev/null +++ b/packs/items/!items.effects!gyfU78OLQj8qH3Zh.kDcyXkLx75K2YRCl.json @@ -0,0 +1,28 @@ +{ + "_id": "kDcyXkLx75K2YRCl", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!gyfU78OLQj8qH3Zh.kDcyXkLx75K2YRCl" +} \ No newline at end of file diff --git a/packs/items/!items.effects!hBemmfRcQLFU7PSt.BdejYg7Bq6tM2ROu.json b/packs/items/!items.effects!hBemmfRcQLFU7PSt.BdejYg7Bq6tM2ROu.json new file mode 100644 index 00000000..a71085fc --- /dev/null +++ b/packs/items/!items.effects!hBemmfRcQLFU7PSt.BdejYg7Bq6tM2ROu.json @@ -0,0 +1,36 @@ +{ + "_id": "BdejYg7Bq6tM2ROu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!hBemmfRcQLFU7PSt.BdejYg7Bq6tM2ROu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!hBemmfRcQLFU7PSt.oOQJt7Ub0PGGjdzW.json b/packs/items/!items.effects!hBemmfRcQLFU7PSt.oOQJt7Ub0PGGjdzW.json new file mode 100644 index 00000000..358f07da --- /dev/null +++ b/packs/items/!items.effects!hBemmfRcQLFU7PSt.oOQJt7Ub0PGGjdzW.json @@ -0,0 +1,36 @@ +{ + "_id": "oOQJt7Ub0PGGjdzW", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!hBemmfRcQLFU7PSt.oOQJt7Ub0PGGjdzW" +} \ No newline at end of file diff --git a/packs/items/!items.effects!hfxblADLXdGaRMAA.c2P4Qt8b6GonPFv7.json b/packs/items/!items.effects!hfxblADLXdGaRMAA.c2P4Qt8b6GonPFv7.json new file mode 100644 index 00000000..8b151c48 --- /dev/null +++ b/packs/items/!items.effects!hfxblADLXdGaRMAA.c2P4Qt8b6GonPFv7.json @@ -0,0 +1,36 @@ +{ + "_id": "c2P4Qt8b6GonPFv7", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!hfxblADLXdGaRMAA.c2P4Qt8b6GonPFv7" +} \ No newline at end of file diff --git a/packs/items/!items.effects!i1ZcbKzviqz0nxjV.5JZ001rLJuZMJSrD.json b/packs/items/!items.effects!i1ZcbKzviqz0nxjV.5JZ001rLJuZMJSrD.json new file mode 100644 index 00000000..01e6cf9f --- /dev/null +++ b/packs/items/!items.effects!i1ZcbKzviqz0nxjV.5JZ001rLJuZMJSrD.json @@ -0,0 +1,36 @@ +{ + "_id": "5JZ001rLJuZMJSrD", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!i1ZcbKzviqz0nxjV.5JZ001rLJuZMJSrD" +} \ No newline at end of file diff --git a/packs/items/!items.effects!iGiZU77IGQQqlYFr.9xMdH6XQxlulL7wv.json b/packs/items/!items.effects!iGiZU77IGQQqlYFr.9xMdH6XQxlulL7wv.json new file mode 100644 index 00000000..7b5cafe9 --- /dev/null +++ b/packs/items/!items.effects!iGiZU77IGQQqlYFr.9xMdH6XQxlulL7wv.json @@ -0,0 +1,36 @@ +{ + "_id": "9xMdH6XQxlulL7wv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!iGiZU77IGQQqlYFr.9xMdH6XQxlulL7wv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!iORLpplub64kuxb4.RWRk7pwQf2vs1Aqv.json b/packs/items/!items.effects!iORLpplub64kuxb4.RWRk7pwQf2vs1Aqv.json new file mode 100644 index 00000000..2d1d00a2 --- /dev/null +++ b/packs/items/!items.effects!iORLpplub64kuxb4.RWRk7pwQf2vs1Aqv.json @@ -0,0 +1,36 @@ +{ + "_id": "RWRk7pwQf2vs1Aqv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!iORLpplub64kuxb4.RWRk7pwQf2vs1Aqv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!iORLpplub64kuxb4.dcGiLPK2AIDA7NHH.json b/packs/items/!items.effects!iORLpplub64kuxb4.dcGiLPK2AIDA7NHH.json new file mode 100644 index 00000000..bc01168b --- /dev/null +++ b/packs/items/!items.effects!iORLpplub64kuxb4.dcGiLPK2AIDA7NHH.json @@ -0,0 +1,36 @@ +{ + "_id": "dcGiLPK2AIDA7NHH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!iORLpplub64kuxb4.dcGiLPK2AIDA7NHH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ibiHqm4rH8meeu9m.ScAKi1eiWow9Y1ZZ.json b/packs/items/!items.effects!ibiHqm4rH8meeu9m.ScAKi1eiWow9Y1ZZ.json new file mode 100644 index 00000000..def68282 --- /dev/null +++ b/packs/items/!items.effects!ibiHqm4rH8meeu9m.ScAKi1eiWow9Y1ZZ.json @@ -0,0 +1,28 @@ +{ + "_id": "ScAKi1eiWow9Y1ZZ", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -0,5", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ibiHqm4rH8meeu9m.ScAKi1eiWow9Y1ZZ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ibiHqm4rH8meeu9m.TeyRcwja5lQWHICW.json b/packs/items/!items.effects!ibiHqm4rH8meeu9m.TeyRcwja5lQWHICW.json new file mode 100644 index 00000000..7fb524b0 --- /dev/null +++ b/packs/items/!items.effects!ibiHqm4rH8meeu9m.TeyRcwja5lQWHICW.json @@ -0,0 +1,36 @@ +{ + "_id": "TeyRcwja5lQWHICW", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!ibiHqm4rH8meeu9m.TeyRcwja5lQWHICW" +} \ No newline at end of file diff --git a/packs/items/!items.effects!j3wcDmBNiDx7sK0n.a2GXKNKHJWdyKb7h.json b/packs/items/!items.effects!j3wcDmBNiDx7sK0n.a2GXKNKHJWdyKb7h.json new file mode 100644 index 00000000..1af3ed3e --- /dev/null +++ b/packs/items/!items.effects!j3wcDmBNiDx7sK0n.a2GXKNKHJWdyKb7h.json @@ -0,0 +1,36 @@ +{ + "_id": "a2GXKNKHJWdyKb7h", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!j3wcDmBNiDx7sK0n.a2GXKNKHJWdyKb7h" +} \ No newline at end of file diff --git a/packs/items/!items.effects!j3wcDmBNiDx7sK0n.vgJWV95OeyzrjyFw.json b/packs/items/!items.effects!j3wcDmBNiDx7sK0n.vgJWV95OeyzrjyFw.json new file mode 100644 index 00000000..c5ec4fb9 --- /dev/null +++ b/packs/items/!items.effects!j3wcDmBNiDx7sK0n.vgJWV95OeyzrjyFw.json @@ -0,0 +1,28 @@ +{ + "_id": "vgJWV95OeyzrjyFw", + "flags": {}, + "changes": [ + { + "key": "system.traits.aura.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Aura +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!j3wcDmBNiDx7sK0n.vgJWV95OeyzrjyFw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!jRzgvvygxk5IjXYB.r0XGSAypTjvBmHHC.json b/packs/items/!items.effects!jRzgvvygxk5IjXYB.r0XGSAypTjvBmHHC.json new file mode 100644 index 00000000..e4d1c046 --- /dev/null +++ b/packs/items/!items.effects!jRzgvvygxk5IjXYB.r0XGSAypTjvBmHHC.json @@ -0,0 +1,36 @@ +{ + "_id": "r0XGSAypTjvBmHHC", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!jRzgvvygxk5IjXYB.r0XGSAypTjvBmHHC" +} \ No newline at end of file diff --git a/packs/items/!items.effects!jsANSjzxRPKO3AyG.wh12XwprBMtY3BTB.json b/packs/items/!items.effects!jsANSjzxRPKO3AyG.wh12XwprBMtY3BTB.json new file mode 100644 index 00000000..73f53b70 --- /dev/null +++ b/packs/items/!items.effects!jsANSjzxRPKO3AyG.wh12XwprBMtY3BTB.json @@ -0,0 +1,36 @@ +{ + "_id": "wh12XwprBMtY3BTB", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!jsANSjzxRPKO3AyG.wh12XwprBMtY3BTB" +} \ No newline at end of file diff --git a/packs/items/!items.effects!kGTB9f2zPrmedHq4.yH3Ujo3jKNCYI4n9.json b/packs/items/!items.effects!kGTB9f2zPrmedHq4.yH3Ujo3jKNCYI4n9.json new file mode 100644 index 00000000..74498e9b --- /dev/null +++ b/packs/items/!items.effects!kGTB9f2zPrmedHq4.yH3Ujo3jKNCYI4n9.json @@ -0,0 +1,28 @@ +{ + "_id": "yH3Ujo3jKNCYI4n9", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!kGTB9f2zPrmedHq4.yH3Ujo3jKNCYI4n9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!kVRybb0knZkoJLlj.GgAFMmXGb1B5KIda.json b/packs/items/!items.effects!kVRybb0knZkoJLlj.GgAFMmXGb1B5KIda.json new file mode 100644 index 00000000..3d0567b9 --- /dev/null +++ b/packs/items/!items.effects!kVRybb0knZkoJLlj.GgAFMmXGb1B5KIda.json @@ -0,0 +1,36 @@ +{ + "_id": "GgAFMmXGb1B5KIda", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Heilzauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.healing" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!kVRybb0knZkoJLlj.GgAFMmXGb1B5KIda" +} \ No newline at end of file diff --git a/packs/items/!items.effects!lHlwYWlgC2iKjDFM.5EWlvp1ZJkHmodfC.json b/packs/items/!items.effects!lHlwYWlgC2iKjDFM.5EWlvp1ZJkHmodfC.json new file mode 100644 index 00000000..b55c8ace --- /dev/null +++ b/packs/items/!items.effects!lHlwYWlgC2iKjDFM.5EWlvp1ZJkHmodfC.json @@ -0,0 +1,36 @@ +{ + "_id": "5EWlvp1ZJkHmodfC", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Verletzen +III", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Verletzen", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!lHlwYWlgC2iKjDFM.5EWlvp1ZJkHmodfC" +} \ No newline at end of file diff --git a/packs/items/!items.effects!lHlwYWlgC2iKjDFM.wh12XwprBMtY3BTB.json b/packs/items/!items.effects!lHlwYWlgC2iKjDFM.wh12XwprBMtY3BTB.json new file mode 100644 index 00000000..047b2aef --- /dev/null +++ b/packs/items/!items.effects!lHlwYWlgC2iKjDFM.wh12XwprBMtY3BTB.json @@ -0,0 +1,36 @@ +{ + "_id": "wh12XwprBMtY3BTB", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!lHlwYWlgC2iKjDFM.wh12XwprBMtY3BTB" +} \ No newline at end of file diff --git a/packs/items/!items.effects!opq2AakrpM9gLSa0.RGYzuIow1nDLd681.json b/packs/items/!items.effects!opq2AakrpM9gLSa0.RGYzuIow1nDLd681.json new file mode 100644 index 00000000..bafd9fde --- /dev/null +++ b/packs/items/!items.effects!opq2AakrpM9gLSa0.RGYzuIow1nDLd681.json @@ -0,0 +1,36 @@ +{ + "_id": "RGYzuIow1nDLd681", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!opq2AakrpM9gLSa0.RGYzuIow1nDLd681" +} \ No newline at end of file diff --git a/packs/items/!items.effects!oqnI982dhCya94Tu.QScLkDv6gysh119m.json b/packs/items/!items.effects!oqnI982dhCya94Tu.QScLkDv6gysh119m.json new file mode 100644 index 00000000..4723e1fc --- /dev/null +++ b/packs/items/!items.effects!oqnI982dhCya94Tu.QScLkDv6gysh119m.json @@ -0,0 +1,28 @@ +{ + "_id": "QScLkDv6gysh119m", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!oqnI982dhCya94Tu.QScLkDv6gysh119m" +} \ No newline at end of file diff --git a/packs/items/!items.effects!oqnI982dhCya94Tu.l9ZRRSrd6yBhQUJL.json b/packs/items/!items.effects!oqnI982dhCya94Tu.l9ZRRSrd6yBhQUJL.json new file mode 100644 index 00000000..700b6c6e --- /dev/null +++ b/packs/items/!items.effects!oqnI982dhCya94Tu.l9ZRRSrd6yBhQUJL.json @@ -0,0 +1,36 @@ +{ + "_id": "l9ZRRSrd6yBhQUJL", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!oqnI982dhCya94Tu.l9ZRRSrd6yBhQUJL" +} \ No newline at end of file diff --git a/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.RWRk7pwQf2vs1Aqv.json b/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.RWRk7pwQf2vs1Aqv.json new file mode 100644 index 00000000..0aa23cf4 --- /dev/null +++ b/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.RWRk7pwQf2vs1Aqv.json @@ -0,0 +1,36 @@ +{ + "_id": "RWRk7pwQf2vs1Aqv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!pQqbXD5ELmjcu4Dd.RWRk7pwQf2vs1Aqv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.dcGiLPK2AIDA7NHH.json b/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.dcGiLPK2AIDA7NHH.json new file mode 100644 index 00000000..0017b3d8 --- /dev/null +++ b/packs/items/!items.effects!pQqbXD5ELmjcu4Dd.dcGiLPK2AIDA7NHH.json @@ -0,0 +1,36 @@ +{ + "_id": "dcGiLPK2AIDA7NHH", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!pQqbXD5ELmjcu4Dd.dcGiLPK2AIDA7NHH" +} \ No newline at end of file diff --git a/packs/items/!items.effects!pzD6fcJa1Hk4Duwu.9ZyXiW0n9WJ5WQOv.json b/packs/items/!items.effects!pzD6fcJa1Hk4Duwu.9ZyXiW0n9WJ5WQOv.json new file mode 100644 index 00000000..d5f273ac --- /dev/null +++ b/packs/items/!items.effects!pzD6fcJa1Hk4Duwu.9ZyXiW0n9WJ5WQOv.json @@ -0,0 +1,36 @@ +{ + "_id": "9ZyXiW0n9WJ5WQOv", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!pzD6fcJa1Hk4Duwu.9ZyXiW0n9WJ5WQOv" +} \ No newline at end of file diff --git a/packs/items/!items.effects!qlBIUI00RTYZzclX.yH3Ujo3jKNCYI4n9.json b/packs/items/!items.effects!qlBIUI00RTYZzclX.yH3Ujo3jKNCYI4n9.json new file mode 100644 index 00000000..862f58dc --- /dev/null +++ b/packs/items/!items.effects!qlBIUI00RTYZzclX.yH3Ujo3jKNCYI4n9.json @@ -0,0 +1,28 @@ +{ + "_id": "yH3Ujo3jKNCYI4n9", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +3 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!qlBIUI00RTYZzclX.yH3Ujo3jKNCYI4n9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!qwXiwcxaDDCzmLLM.APXje5Ppu0d75HNw.json b/packs/items/!items.effects!qwXiwcxaDDCzmLLM.APXje5Ppu0d75HNw.json new file mode 100644 index 00000000..11a46161 --- /dev/null +++ b/packs/items/!items.effects!qwXiwcxaDDCzmLLM.APXje5Ppu0d75HNw.json @@ -0,0 +1,36 @@ +{ + "_id": "APXje5Ppu0d75HNw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!qwXiwcxaDDCzmLLM.APXje5Ppu0d75HNw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!qwXiwcxaDDCzmLLM.cEFYfp6VrhRcwEKz.json b/packs/items/!items.effects!qwXiwcxaDDCzmLLM.cEFYfp6VrhRcwEKz.json new file mode 100644 index 00000000..d744c432 --- /dev/null +++ b/packs/items/!items.effects!qwXiwcxaDDCzmLLM.cEFYfp6VrhRcwEKz.json @@ -0,0 +1,36 @@ +{ + "_id": "cEFYfp6VrhRcwEKz", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!qwXiwcxaDDCzmLLM.cEFYfp6VrhRcwEKz" +} \ No newline at end of file diff --git a/packs/items/!items.effects!rdOU1FmBq1nqQKW5.dgH1Fyz2pVFcmhFL.json b/packs/items/!items.effects!rdOU1FmBq1nqQKW5.dgH1Fyz2pVFcmhFL.json new file mode 100644 index 00000000..9fb49979 --- /dev/null +++ b/packs/items/!items.effects!rdOU1FmBq1nqQKW5.dgH1Fyz2pVFcmhFL.json @@ -0,0 +1,36 @@ +{ + "_id": "dgH1Fyz2pVFcmhFL", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!rdOU1FmBq1nqQKW5.dgH1Fyz2pVFcmhFL" +} \ No newline at end of file diff --git a/packs/items/!items.effects!rvDTHq5UoRK6acm6.5vJF9ck6rDsBPnKl.json b/packs/items/!items.effects!rvDTHq5UoRK6acm6.5vJF9ck6rDsBPnKl.json new file mode 100644 index 00000000..dcdea249 --- /dev/null +++ b/packs/items/!items.effects!rvDTHq5UoRK6acm6.5vJF9ck6rDsBPnKl.json @@ -0,0 +1,36 @@ +{ + "_id": "5vJF9ck6rDsBPnKl", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!rvDTHq5UoRK6acm6.5vJF9ck6rDsBPnKl" +} \ No newline at end of file diff --git a/packs/items/!items.effects!rvDTHq5UoRK6acm6.Uzo51C3LrgP3G8jb.json b/packs/items/!items.effects!rvDTHq5UoRK6acm6.Uzo51C3LrgP3G8jb.json new file mode 100644 index 00000000..3d2c1b8d --- /dev/null +++ b/packs/items/!items.effects!rvDTHq5UoRK6acm6.Uzo51C3LrgP3G8jb.json @@ -0,0 +1,36 @@ +{ + "_id": "Uzo51C3LrgP3G8jb", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Heilzauber +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.healing" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!rvDTHq5UoRK6acm6.Uzo51C3LrgP3G8jb" +} \ No newline at end of file diff --git a/packs/items/!items.effects!s1xaEPPKJGMImZ9m.DPS3CaNXapsBzzsj.json b/packs/items/!items.effects!s1xaEPPKJGMImZ9m.DPS3CaNXapsBzzsj.json new file mode 100644 index 00000000..66f5dbf3 --- /dev/null +++ b/packs/items/!items.effects!s1xaEPPKJGMImZ9m.DPS3CaNXapsBzzsj.json @@ -0,0 +1,36 @@ +{ + "_id": "DPS3CaNXapsBzzsj", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!s1xaEPPKJGMImZ9m.DPS3CaNXapsBzzsj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!s1xaEPPKJGMImZ9m.fQgMSANHWdQrzmlJ.json b/packs/items/!items.effects!s1xaEPPKJGMImZ9m.fQgMSANHWdQrzmlJ.json new file mode 100644 index 00000000..e692609c --- /dev/null +++ b/packs/items/!items.effects!s1xaEPPKJGMImZ9m.fQgMSANHWdQrzmlJ.json @@ -0,0 +1,36 @@ +{ + "_id": "fQgMSANHWdQrzmlJ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!s1xaEPPKJGMImZ9m.fQgMSANHWdQrzmlJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!sUHJSIG8aTs0do67.6NLQSkPxsA3H8Gc8.json b/packs/items/!items.effects!sUHJSIG8aTs0do67.6NLQSkPxsA3H8Gc8.json new file mode 100644 index 00000000..79cbc2ea --- /dev/null +++ b/packs/items/!items.effects!sUHJSIG8aTs0do67.6NLQSkPxsA3H8Gc8.json @@ -0,0 +1,36 @@ +{ + "_id": "6NLQSkPxsA3H8Gc8", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!sUHJSIG8aTs0do67.6NLQSkPxsA3H8Gc8" +} \ No newline at end of file diff --git a/packs/items/!items.effects!sUHJSIG8aTs0do67.vgJWV95OeyzrjyFw.json b/packs/items/!items.effects!sUHJSIG8aTs0do67.vgJWV95OeyzrjyFw.json new file mode 100644 index 00000000..66655f4a --- /dev/null +++ b/packs/items/!items.effects!sUHJSIG8aTs0do67.vgJWV95OeyzrjyFw.json @@ -0,0 +1,28 @@ +{ + "_id": "vgJWV95OeyzrjyFw", + "flags": {}, + "changes": [ + { + "key": "system.traits.aura.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Aura +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!sUHJSIG8aTs0do67.vgJWV95OeyzrjyFw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!t13RJoXrsS0HAyIQ.pAxAXam5JBN6Acz9.json b/packs/items/!items.effects!t13RJoXrsS0HAyIQ.pAxAXam5JBN6Acz9.json new file mode 100644 index 00000000..89581250 --- /dev/null +++ b/packs/items/!items.effects!t13RJoXrsS0HAyIQ.pAxAXam5JBN6Acz9.json @@ -0,0 +1,36 @@ +{ + "_id": "pAxAXam5JBN6Acz9", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!t13RJoXrsS0HAyIQ.pAxAXam5JBN6Acz9" +} \ No newline at end of file diff --git a/packs/items/!items.effects!tAdNTxSRq9hARm1p.aLeVPvqVvSHnDTsp.json b/packs/items/!items.effects!tAdNTxSRq9hARm1p.aLeVPvqVvSHnDTsp.json new file mode 100644 index 00000000..ee9a3ebd --- /dev/null +++ b/packs/items/!items.effects!tAdNTxSRq9hARm1p.aLeVPvqVvSHnDTsp.json @@ -0,0 +1,36 @@ +{ + "_id": "aLeVPvqVvSHnDTsp", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!tAdNTxSRq9hARm1p.aLeVPvqVvSHnDTsp" +} \ No newline at end of file diff --git a/packs/items/!items.effects!tQ1LUX7in4xuuR12.C7jqj8julpambLpm.json b/packs/items/!items.effects!tQ1LUX7in4xuuR12.C7jqj8julpambLpm.json new file mode 100644 index 00000000..bf6a9988 --- /dev/null +++ b/packs/items/!items.effects!tQ1LUX7in4xuuR12.C7jqj8julpambLpm.json @@ -0,0 +1,36 @@ +{ + "_id": "C7jqj8julpambLpm", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!tQ1LUX7in4xuuR12.C7jqj8julpambLpm" +} \ No newline at end of file diff --git a/packs/items/!items.effects!tQ1LUX7in4xuuR12.fwNP4w1u7JP3OFEb.json b/packs/items/!items.effects!tQ1LUX7in4xuuR12.fwNP4w1u7JP3OFEb.json new file mode 100644 index 00000000..73b825b1 --- /dev/null +++ b/packs/items/!items.effects!tQ1LUX7in4xuuR12.fwNP4w1u7JP3OFEb.json @@ -0,0 +1,28 @@ +{ + "_id": "fwNP4w1u7JP3OFEb", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.rangedAttack.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schießen +3 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!tQ1LUX7in4xuuR12.fwNP4w1u7JP3OFEb" +} \ No newline at end of file diff --git a/packs/items/!items.effects!trop6WmDZEhv3gRA.9jtH6ER0s0I8SPyi.json b/packs/items/!items.effects!trop6WmDZEhv3gRA.9jtH6ER0s0I8SPyi.json new file mode 100644 index 00000000..e1ecd22c --- /dev/null +++ b/packs/items/!items.effects!trop6WmDZEhv3gRA.9jtH6ER0s0I8SPyi.json @@ -0,0 +1,28 @@ +{ + "_id": "9jtH6ER0s0I8SPyi", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!trop6WmDZEhv3gRA.9jtH6ER0s0I8SPyi" +} \ No newline at end of file diff --git a/packs/items/!items.effects!trop6WmDZEhv3gRA.aDUESIHIetT9xLbD.json b/packs/items/!items.effects!trop6WmDZEhv3gRA.aDUESIHIetT9xLbD.json new file mode 100644 index 00000000..e40e96aa --- /dev/null +++ b/packs/items/!items.effects!trop6WmDZEhv3gRA.aDUESIHIetT9xLbD.json @@ -0,0 +1,36 @@ +{ + "_id": "aDUESIHIetT9xLbD", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!trop6WmDZEhv3gRA.aDUESIHIetT9xLbD" +} \ No newline at end of file diff --git a/packs/items/!items.effects!u1ycDWee8nHPfZHA.nTOl8E9qA6stLcEJ.json b/packs/items/!items.effects!u1ycDWee8nHPfZHA.nTOl8E9qA6stLcEJ.json new file mode 100644 index 00000000..48954dc0 --- /dev/null +++ b/packs/items/!items.effects!u1ycDWee8nHPfZHA.nTOl8E9qA6stLcEJ.json @@ -0,0 +1,36 @@ +{ + "_id": "nTOl8E9qA6stLcEJ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!u1ycDWee8nHPfZHA.nTOl8E9qA6stLcEJ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!uDdLTyyNqeXzCssp.QScLkDv6gysh119m.json b/packs/items/!items.effects!uDdLTyyNqeXzCssp.QScLkDv6gysh119m.json new file mode 100644 index 00000000..79a2ad5c --- /dev/null +++ b/packs/items/!items.effects!uDdLTyyNqeXzCssp.QScLkDv6gysh119m.json @@ -0,0 +1,28 @@ +{ + "_id": "QScLkDv6gysh119m", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!uDdLTyyNqeXzCssp.QScLkDv6gysh119m" +} \ No newline at end of file diff --git a/packs/items/!items.effects!uafOWinH9nnRO3lr.1aNTAQBai6qAcWGM.json b/packs/items/!items.effects!uafOWinH9nnRO3lr.1aNTAQBai6qAcWGM.json new file mode 100644 index 00000000..ec81e560 --- /dev/null +++ b/packs/items/!items.effects!uafOWinH9nnRO3lr.1aNTAQBai6qAcWGM.json @@ -0,0 +1,28 @@ +{ + "_id": "1aNTAQBai6qAcWGM", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!uafOWinH9nnRO3lr.1aNTAQBai6qAcWGM" +} \ No newline at end of file diff --git a/packs/items/!items.effects!uafOWinH9nnRO3lr.XD3tGbvi1S03diuz.json b/packs/items/!items.effects!uafOWinH9nnRO3lr.XD3tGbvi1S03diuz.json new file mode 100644 index 00000000..331b7265 --- /dev/null +++ b/packs/items/!items.effects!uafOWinH9nnRO3lr.XD3tGbvi1S03diuz.json @@ -0,0 +1,28 @@ +{ + "_id": "XD3tGbvi1S03diuz", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "3", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +3 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!uafOWinH9nnRO3lr.XD3tGbvi1S03diuz" +} \ No newline at end of file diff --git a/packs/items/!items.effects!uafOWinH9nnRO3lr.ve7iQmkxC6l5WmTE.json b/packs/items/!items.effects!uafOWinH9nnRO3lr.ve7iQmkxC6l5WmTE.json new file mode 100644 index 00000000..0691f01e --- /dev/null +++ b/packs/items/!items.effects!uafOWinH9nnRO3lr.ve7iQmkxC6l5WmTE.json @@ -0,0 +1,36 @@ +{ + "_id": "ve7iQmkxC6l5WmTE", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!uafOWinH9nnRO3lr.ve7iQmkxC6l5WmTE" +} \ No newline at end of file diff --git a/packs/items/!items.effects!upkDR02zMILTPib6.d8N240qBKaRGqkcf.json b/packs/items/!items.effects!upkDR02zMILTPib6.d8N240qBKaRGqkcf.json new file mode 100644 index 00000000..4537b095 --- /dev/null +++ b/packs/items/!items.effects!upkDR02zMILTPib6.d8N240qBKaRGqkcf.json @@ -0,0 +1,36 @@ +{ + "_id": "d8N240qBKaRGqkcf", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!upkDR02zMILTPib6.d8N240qBKaRGqkcf" +} \ No newline at end of file diff --git a/packs/items/!items.effects!vqKLn65gjoced8jV.DPS3CaNXapsBzzsj.json b/packs/items/!items.effects!vqKLn65gjoced8jV.DPS3CaNXapsBzzsj.json new file mode 100644 index 00000000..90fadc84 --- /dev/null +++ b/packs/items/!items.effects!vqKLn65gjoced8jV.DPS3CaNXapsBzzsj.json @@ -0,0 +1,36 @@ +{ + "_id": "DPS3CaNXapsBzzsj", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!vqKLn65gjoced8jV.DPS3CaNXapsBzzsj" +} \ No newline at end of file diff --git a/packs/items/!items.effects!w1bZ2431gdOQumWK.vgJWV95OeyzrjyFw.json b/packs/items/!items.effects!w1bZ2431gdOQumWK.vgJWV95OeyzrjyFw.json new file mode 100644 index 00000000..2a4152fa --- /dev/null +++ b/packs/items/!items.effects!w1bZ2431gdOQumWK.vgJWV95OeyzrjyFw.json @@ -0,0 +1,28 @@ +{ + "_id": "vgJWV95OeyzrjyFw", + "flags": {}, + "changes": [ + { + "key": "system.traits.aura.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Aura +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!w1bZ2431gdOQumWK.vgJWV95OeyzrjyFw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!wy8GXE1zjaRpXL8H.APXje5Ppu0d75HNw.json b/packs/items/!items.effects!wy8GXE1zjaRpXL8H.APXje5Ppu0d75HNw.json new file mode 100644 index 00000000..11f3b89d --- /dev/null +++ b/packs/items/!items.effects!wy8GXE1zjaRpXL8H.APXje5Ppu0d75HNw.json @@ -0,0 +1,36 @@ +{ + "_id": "APXje5Ppu0d75HNw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!wy8GXE1zjaRpXL8H.APXje5Ppu0d75HNw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!wy8GXE1zjaRpXL8H.JIWNiHZdqmMiPMBz.json b/packs/items/!items.effects!wy8GXE1zjaRpXL8H.JIWNiHZdqmMiPMBz.json new file mode 100644 index 00000000..57aca58f --- /dev/null +++ b/packs/items/!items.effects!wy8GXE1zjaRpXL8H.JIWNiHZdqmMiPMBz.json @@ -0,0 +1,36 @@ +{ + "_id": "JIWNiHZdqmMiPMBz", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!wy8GXE1zjaRpXL8H.JIWNiHZdqmMiPMBz" +} \ No newline at end of file diff --git a/packs/items/!items.effects!xeSyfEpn3gABmKDR.JjEEDD1H1NvKF1Vr.json b/packs/items/!items.effects!xeSyfEpn3gABmKDR.JjEEDD1H1NvKF1Vr.json new file mode 100644 index 00000000..f12f4c03 --- /dev/null +++ b/packs/items/!items.effects!xeSyfEpn3gABmKDR.JjEEDD1H1NvKF1Vr.json @@ -0,0 +1,36 @@ +{ + "_id": "JjEEDD1H1NvKF1Vr", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!xeSyfEpn3gABmKDR.JjEEDD1H1NvKF1Vr" +} \ No newline at end of file diff --git a/packs/items/!items.effects!yDq5abf47mYIw3OG.dJcAdxKxsUIXzHCa.json b/packs/items/!items.effects!yDq5abf47mYIw3OG.dJcAdxKxsUIXzHCa.json new file mode 100644 index 00000000..556ce062 --- /dev/null +++ b/packs/items/!items.effects!yDq5abf47mYIw3OG.dJcAdxKxsUIXzHCa.json @@ -0,0 +1,36 @@ +{ + "_id": "dJcAdxKxsUIXzHCa", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +3 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!yDq5abf47mYIw3OG.dJcAdxKxsUIXzHCa" +} \ No newline at end of file diff --git a/packs/items/!items.effects!yfqzgTskyIgWZq8A.BdejYg7Bq6tM2ROu.json b/packs/items/!items.effects!yfqzgTskyIgWZq8A.BdejYg7Bq6tM2ROu.json new file mode 100644 index 00000000..7d9725ac --- /dev/null +++ b/packs/items/!items.effects!yfqzgTskyIgWZq8A.BdejYg7Bq6tM2ROu.json @@ -0,0 +1,36 @@ +{ + "_id": "BdejYg7Bq6tM2ROu", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -4", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!yfqzgTskyIgWZq8A.BdejYg7Bq6tM2ROu" +} \ No newline at end of file diff --git a/packs/items/!items.effects!ylWwhiSGGWLee2PA.1aNTAQBai6qAcWGM.json b/packs/items/!items.effects!ylWwhiSGGWLee2PA.1aNTAQBai6qAcWGM.json new file mode 100644 index 00000000..06f6bc7e --- /dev/null +++ b/packs/items/!items.effects!ylWwhiSGGWLee2PA.1aNTAQBai6qAcWGM.json @@ -0,0 +1,28 @@ +{ + "_id": "1aNTAQBai6qAcWGM", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.targetedSpellcasting.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zielzaubern +1", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!ylWwhiSGGWLee2PA.1aNTAQBai6qAcWGM" +} \ No newline at end of file diff --git a/packs/items/!items.effects!yleQcy5mTJ5jn3RZ.YzSUbB0a2EknrxQQ.json b/packs/items/!items.effects!yleQcy5mTJ5jn3RZ.YzSUbB0a2EknrxQQ.json new file mode 100644 index 00000000..8583d11d --- /dev/null +++ b/packs/items/!items.effects!yleQcy5mTJ5jn3RZ.YzSUbB0a2EknrxQQ.json @@ -0,0 +1,36 @@ +{ + "_id": "YzSUbB0a2EknrxQQ", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +2 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!yleQcy5mTJ5jn3RZ.YzSUbB0a2EknrxQQ" +} \ No newline at end of file diff --git a/packs/items/!items.effects!yocl6DZ7hfOupqqz.CUa4rA1A1cwWac46.json b/packs/items/!items.effects!yocl6DZ7hfOupqqz.CUa4rA1A1cwWac46.json new file mode 100644 index 00000000..7b1d88a0 --- /dev/null +++ b/packs/items/!items.effects!yocl6DZ7hfOupqqz.CUa4rA1A1cwWac46.json @@ -0,0 +1,28 @@ +{ + "_id": "CUa4rA1A1cwWac46", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.defense.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": null, + "origin": null, + "tint": null, + "_key": "!items.effects!yocl6DZ7hfOupqqz.CUa4rA1A1cwWac46" +} \ No newline at end of file diff --git a/packs/items/!items.effects!yuSDAJwN3NFfcTSE.ISagK3JV33VmnmoX.json b/packs/items/!items.effects!yuSDAJwN3NFfcTSE.ISagK3JV33VmnmoX.json new file mode 100644 index 00000000..85e9bf40 --- /dev/null +++ b/packs/items/!items.effects!yuSDAJwN3NFfcTSE.ISagK3JV33VmnmoX.json @@ -0,0 +1,36 @@ +{ + "_id": "ISagK3JV33VmnmoX", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Panzerung +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!yuSDAJwN3NFfcTSE.ISagK3JV33VmnmoX" +} \ No newline at end of file diff --git a/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.RXgVHCUhqvSvdubt.json b/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.RXgVHCUhqvSvdubt.json new file mode 100644 index 00000000..845efe39 --- /dev/null +++ b/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.RXgVHCUhqvSvdubt.json @@ -0,0 +1,28 @@ +{ + "_id": "RXgVHCUhqvSvdubt", + "flags": {}, + "changes": [ + { + "key": "system.traits.agility.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Bewegung +1 (magisch)", + "tint": null, + "transfer": true, + "origin": null, + "_key": "!items.effects!zWMPzHIY3vkrCIEJ.RXgVHCUhqvSvdubt" +} \ No newline at end of file diff --git a/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.XsKZUk7lLh6egc89.json b/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.XsKZUk7lLh6egc89.json new file mode 100644 index 00000000..39f5a876 --- /dev/null +++ b/packs/items/!items.effects!zWMPzHIY3vkrCIEJ.XsKZUk7lLh6egc89.json @@ -0,0 +1,36 @@ +{ + "_id": "XsKZUk7lLh6egc89", + "changes": [ + { + "key": "system.rank.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Jäger +I", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "Jäger", + "condition": "'@item.type' === 'talent'" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!zWMPzHIY3vkrCIEJ.XsKZUk7lLh6egc89" +} \ No newline at end of file diff --git a/packs/items/!items.effects!zoPPqqDyRTvmV2do.APXje5Ppu0d75HNw.json b/packs/items/!items.effects!zoPPqqDyRTvmV2do.APXje5Ppu0d75HNw.json new file mode 100644 index 00000000..8fd1cd4d --- /dev/null +++ b/packs/items/!items.effects!zoPPqqDyRTvmV2do.APXje5Ppu0d75HNw.json @@ -0,0 +1,36 @@ +{ + "_id": "APXje5Ppu0d75HNw", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative -2", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!zoPPqqDyRTvmV2do.APXje5Ppu0d75HNw" +} \ No newline at end of file diff --git a/packs/items/!items.effects!zoPPqqDyRTvmV2do.FuPTO8plsKR3lq8Z.json b/packs/items/!items.effects!zoPPqqDyRTvmV2do.FuPTO8plsKR3lq8Z.json new file mode 100644 index 00000000..1b95ec0f --- /dev/null +++ b/packs/items/!items.effects!zoPPqqDyRTvmV2do.FuPTO8plsKR3lq8Z.json @@ -0,0 +1,36 @@ +{ + "_id": "FuPTO8plsKR3lq8Z", + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "label": "Initiative +1 (magisch)", + "transfer": true, + "disabled": false, + "icon": "icons/svg/aura.svg", + "tint": null, + "origin": null, + "_key": "!items.effects!zoPPqqDyRTvmV2do.FuPTO8plsKR3lq8Z" +} \ No newline at end of file diff --git a/packs/items/Abklingring_2XfoxOYNOTar9OAt.json b/packs/items/Abklingring_2XfoxOYNOTar9OAt.json new file mode 100644 index 00000000..7d64ed61 --- /dev/null +++ b/packs/items/Abklingring_2XfoxOYNOTar9OAt.json @@ -0,0 +1,30 @@ +{ + "_id": "2XfoxOYNOTar9OAt", + "name": "Abklingring", + "type": "equipment", + "img": "icons/equipment/finger/ring-band-engraved-scrolls-silver.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser einfache Abklingring senkt die Abklingzeit sämtlicher Zauber seines Trägers um 1.

", + "quantity": 1, + "price": 5252, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342685, + "modifiedTime": 1668995456742, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2XfoxOYNOTar9OAt" +} \ No newline at end of file diff --git a/packs/items/Abklingtrank_NZPp8EGEg1JmXdNd.json b/packs/items/Abklingtrank_NZPp8EGEg1JmXdNd.json new file mode 100644 index 00000000..f0b8ec3c --- /dev/null +++ b/packs/items/Abklingtrank_NZPp8EGEg1JmXdNd.json @@ -0,0 +1,29 @@ +{ + "_id": "NZPp8EGEg1JmXdNd", + "name": "Abklingtrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-corked-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese meist hellblauen Tränke halbieren (abrunden) die Abklingzeit aller Zauber für die Dauer eines Kampfes.

", + "quantity": 1, + "price": 50, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342916, + "modifiedTime": 1668995457184, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NZPp8EGEg1JmXdNd" +} \ No newline at end of file diff --git a/packs/items/Aderschlitz_IHKj37AVchphOWGZ.json b/packs/items/Aderschlitz_IHKj37AVchphOWGZ.json new file mode 100644 index 00000000..8c13cac2 --- /dev/null +++ b/packs/items/Aderschlitz_IHKj37AVchphOWGZ.json @@ -0,0 +1,37 @@ +{ + "_id": "IHKj37AVchphOWGZ", + "name": "Aderschlitz", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-bone-barbed.webp", + "effects": [ + "9jtH6ER0s0I8SPyi", + "VdOm09p88rltMp73", + "0pBScyXbTQudldbm" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein magischer Dolch +2 mit Aderschlitzer +III.

\n

Initiative +1

", + "quantity": 1, + "price": 7252, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342868, + "modifiedTime": 1668995457078, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!IHKj37AVchphOWGZ" +} \ No newline at end of file diff --git a/packs/items/Allheilungstrank_eRQ9LUNWbnAuuVX6.json b/packs/items/Allheilungstrank_eRQ9LUNWbnAuuVX6.json new file mode 100644 index 00000000..48100676 --- /dev/null +++ b/packs/items/Allheilungstrank_eRQ9LUNWbnAuuVX6.json @@ -0,0 +1,29 @@ +{ + "_id": "eRQ9LUNWbnAuuVX6", + "name": "Allheilungstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-white.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Von milchiger Färbung, wirkt dieser Trank den Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} auf den Trinkenden (keine Probe nötig).

", + "quantity": 1, + "price": 1000, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343166, + "modifiedTime": 1668995457448, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eRQ9LUNWbnAuuVX6" +} \ No newline at end of file diff --git a/packs/items/Allsichttrank_Zl8ZkPrwHibRYWPh.json b/packs/items/Allsichttrank_Zl8ZkPrwHibRYWPh.json new file mode 100644 index 00000000..ab1a32ca --- /dev/null +++ b/packs/items/Allsichttrank_Zl8ZkPrwHibRYWPh.json @@ -0,0 +1,29 @@ +{ + "_id": "Zl8ZkPrwHibRYWPh", + "name": "Allsichttrank", + "type": "loot", + "img": "icons/consumables/potions/potion-vial-corked-labeled-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Für W20 Minuten kann der Trinker Magie, Unsichtbares und Verborgenes (Fallen, Geheimtüren usw.) automatisch erkennen.

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343084, + "modifiedTime": 1668995457361, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Zl8ZkPrwHibRYWPh" +} \ No newline at end of file diff --git a/packs/items/Alterungstrank_oeyhSfAQQPUbm10p.json b/packs/items/Alterungstrank_oeyhSfAQQPUbm10p.json new file mode 100644 index 00000000..0c3c5220 --- /dev/null +++ b/packs/items/Alterungstrank_oeyhSfAQQPUbm10p.json @@ -0,0 +1,29 @@ +{ + "_id": "oeyhSfAQQPUbm10p", + "name": "Alterungstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-vial-corked-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Trinkende wird augenblicklich W20 Jahre älter, Haare und Nägel wachsen entsprechend.

", + "quantity": 1, + "price": 500, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343402, + "modifiedTime": 1668995457775, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oeyhSfAQQPUbm10p" +} \ No newline at end of file diff --git a/packs/items/Andauernder_Heiltrank_9NUM3H7oTfrHhFpD.json b/packs/items/Andauernder_Heiltrank_9NUM3H7oTfrHhFpD.json new file mode 100644 index 00000000..985ba2b2 --- /dev/null +++ b/packs/items/Andauernder_Heiltrank_9NUM3H7oTfrHhFpD.json @@ -0,0 +1,29 @@ +{ + "_id": "9NUM3H7oTfrHhFpD", + "name": "Andauernder Heiltrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-corked-pink.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses oft purpurne Getränk heilt 2W20 Runden lang 1 Lebenskraft/Runde.

", + "quantity": 1, + "price": 20, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342771, + "modifiedTime": 1668995456829, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9NUM3H7oTfrHhFpD" +} \ No newline at end of file diff --git a/packs/items/Angelhaken_und_Schnur_8YpZMXq9RhMCJOst.json b/packs/items/Angelhaken_und_Schnur_8YpZMXq9RhMCJOst.json new file mode 100644 index 00000000..f58cea32 --- /dev/null +++ b/packs/items/Angelhaken_und_Schnur_8YpZMXq9RhMCJOst.json @@ -0,0 +1,29 @@ +{ + "_id": "8YpZMXq9RhMCJOst", + "name": "Angelhaken und Schnur", + "type": "loot", + "img": "icons/tools/fishing/hook-barbed-steel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.2, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342762, + "modifiedTime": 1668995456814, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8YpZMXq9RhMCJOst" +} \ No newline at end of file diff --git a/packs/items/Anh_nger_mit_heiligem_Symbol_dDhfIuRomMfy2kkP.json b/packs/items/Anh_nger_mit_heiligem_Symbol_dDhfIuRomMfy2kkP.json new file mode 100644 index 00000000..5156ff0a --- /dev/null +++ b/packs/items/Anh_nger_mit_heiligem_Symbol_dDhfIuRomMfy2kkP.json @@ -0,0 +1,30 @@ +{ + "_id": "dDhfIuRomMfy2kkP", + "name": "Anhänger mit heiligem Symbol", + "type": "equipment", + "img": "icons/equipment/neck/amulet-carved-stone-spiral.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "village", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343132, + "modifiedTime": 1668995457402, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dDhfIuRomMfy2kkP" +} \ No newline at end of file diff --git a/packs/items/Armreif_des_Bogners_VJftG703v7db0Cqf.json b/packs/items/Armreif_des_Bogners_VJftG703v7db0Cqf.json new file mode 100644 index 00000000..0abccf07 --- /dev/null +++ b/packs/items/Armreif_des_Bogners_VJftG703v7db0Cqf.json @@ -0,0 +1,30 @@ +{ + "_id": "VJftG703v7db0Cqf", + "name": "Armreif des Bogners", + "type": "equipment", + "img": "icons/equipment/wrist/bracer-belted-leather-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Verleiht auf Schießen-Proben mit Bögen einen Bonus von +2.

", + "quantity": 1, + "price": 1260, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343048, + "modifiedTime": 1668995457328, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VJftG703v7db0Cqf" +} \ No newline at end of file diff --git a/packs/items/Atemfreitrank_2jgIyVHZYJroSUFY.json b/packs/items/Atemfreitrank_2jgIyVHZYJroSUFY.json new file mode 100644 index 00000000..e2c94c87 --- /dev/null +++ b/packs/items/Atemfreitrank_2jgIyVHZYJroSUFY.json @@ -0,0 +1,29 @@ +{ + "_id": "2jgIyVHZYJroSUFY", + "name": "Atemfreitrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-conical-bubbling-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Trinker dieses sprudelnden Trankes braucht für KÖR in Stunden nicht zu atmen.

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342690, + "modifiedTime": 1668995456744, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2jgIyVHZYJroSUFY" +} \ No newline at end of file diff --git a/packs/items/Axt__1_jsANSjzxRPKO3AyG.json b/packs/items/Axt__1_jsANSjzxRPKO3AyG.json new file mode 100644 index 00000000..95b2ff71 --- /dev/null +++ b/packs/items/Axt__1_jsANSjzxRPKO3AyG.json @@ -0,0 +1,35 @@ +{ + "_id": "jsANSjzxRPKO3AyG", + "name": "Axt +1", + "type": "weapon", + "img": "icons/weapons/axes/shortaxe-black.webp", + "effects": [ + "wh12XwprBMtY3BTB" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343311, + "modifiedTime": 1668995457708, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!jsANSjzxRPKO3AyG" +} \ No newline at end of file diff --git a/packs/items/Axt__2_PTiDNLKc0l9rD7Kb.json b/packs/items/Axt__2_PTiDNLKc0l9rD7Kb.json new file mode 100644 index 00000000..5b841289 --- /dev/null +++ b/packs/items/Axt__2_PTiDNLKc0l9rD7Kb.json @@ -0,0 +1,35 @@ +{ + "_id": "PTiDNLKc0l9rD7Kb", + "name": "Axt +2", + "type": "weapon", + "img": "icons/weapons/axes/shortaxe-hammer-steel.webp", + "effects": [ + "8wzWUlPPd92HiwJs" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1756, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342934, + "modifiedTime": 1668995457201, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PTiDNLKc0l9rD7Kb" +} \ No newline at end of file diff --git a/packs/items/Axt__3_KyhMB9Jn8Vaxs4eF.json b/packs/items/Axt__3_KyhMB9Jn8Vaxs4eF.json new file mode 100644 index 00000000..458a1641 --- /dev/null +++ b/packs/items/Axt__3_KyhMB9Jn8Vaxs4eF.json @@ -0,0 +1,35 @@ +{ + "_id": "KyhMB9Jn8Vaxs4eF", + "name": "Axt +3", + "type": "weapon", + "img": "icons/weapons/axes/shortaxe-yellow.webp", + "effects": [ + "yaR4SKssj8gYJB91" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342897, + "modifiedTime": 1668995457157, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KyhMB9Jn8Vaxs4eF" +} \ No newline at end of file diff --git a/packs/items/Axt_eAd86Ylh42nHoCsx.json b/packs/items/Axt_eAd86Ylh42nHoCsx.json new file mode 100644 index 00000000..75ba0a28 --- /dev/null +++ b/packs/items/Axt_eAd86Ylh42nHoCsx.json @@ -0,0 +1,33 @@ +{ + "_id": "eAd86Ylh42nHoCsx", + "name": "Axt", + "type": "weapon", + "img": "icons/weapons/axes/shortaxe-worn-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343149, + "modifiedTime": 1668995457430, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eAd86Ylh42nHoCsx" +} \ No newline at end of file diff --git a/packs/items/B_renfalle_ec2Aft0epeFhdg9B.json b/packs/items/B_renfalle_ec2Aft0epeFhdg9B.json new file mode 100644 index 00000000..b1d2bc52 --- /dev/null +++ b/packs/items/B_renfalle_ec2Aft0epeFhdg9B.json @@ -0,0 +1,29 @@ +{ + "_id": "ec2Aft0epeFhdg9B", + "name": "Bärenfalle", + "type": "loot", + "img": "icons/environment/traps/trap-jaw-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Schlagen 30

", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343171, + "modifiedTime": 1668995457453, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ec2Aft0epeFhdg9B" +} \ No newline at end of file diff --git a/packs/items/B_renpanzer_e6LetXJHUY4ndz7B.json b/packs/items/B_renpanzer_e6LetXJHUY4ndz7B.json new file mode 100644 index 00000000..f02045fc --- /dev/null +++ b/packs/items/B_renpanzer_e6LetXJHUY4ndz7B.json @@ -0,0 +1,37 @@ +{ + "_id": "e6LetXJHUY4ndz7B", + "name": "Bärenpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-steel.webp", + "effects": [ + "uOEN4xXL3IcebbJO", + "dxmfRAe4ljoKdi0M", + "DItC97OWlR1nL79a" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese mit Bärenfellen und -klauen verzierte Plattenrüstung +2 gewährt ihrem Träger Raserei +I sowie +1 auf Stärke.

", + "quantity": 1, + "price": 8800, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343146, + "modifiedTime": 1668995457426, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!e6LetXJHUY4ndz7B" +} \ No newline at end of file diff --git a/packs/items/Berserkertrank_nH1Vfhhx2jlGoQ6i.json b/packs/items/Berserkertrank_nH1Vfhhx2jlGoQ6i.json new file mode 100644 index 00000000..32847776 --- /dev/null +++ b/packs/items/Berserkertrank_nH1Vfhhx2jlGoQ6i.json @@ -0,0 +1,29 @@ +{ + "_id": "nH1Vfhhx2jlGoQ6i", + "name": "Berserkertrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-flask-fumes-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses von verrückten Orkschamanen entwickelte, dampfende Getränk heilt drei Kampfrunden jeweils W20 Lebenskraft. In der vierten Runde explodiert der Trinker und verursacht in 2 m Radius Schaden in Höhe der erwürfelten Heilung (Abwehr gilt).

", + "quantity": 1, + "price": 100, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343339, + "modifiedTime": 1668995457755, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nH1Vfhhx2jlGoQ6i" +} \ No newline at end of file diff --git a/packs/items/Bih_nder_KOdzXkLHuNkCciAa.json b/packs/items/Bih_nder_KOdzXkLHuNkCciAa.json new file mode 100644 index 00000000..527e0419 --- /dev/null +++ b/packs/items/Bih_nder_KOdzXkLHuNkCciAa.json @@ -0,0 +1,35 @@ +{ + "_id": "KOdzXkLHuNkCciAa", + "name": "Bihänder", + "type": "weapon", + "img": "icons/weapons/swords/greatsword-guard.webp", + "effects": [ + "DaKTtdhRO45QZuDJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 10, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342893, + "modifiedTime": 1668995457150, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KOdzXkLHuNkCciAa" +} \ No newline at end of file diff --git a/packs/items/Bih_nder__1_2ydkhz5gDjxAiaYy.json b/packs/items/Bih_nder__1_2ydkhz5gDjxAiaYy.json new file mode 100644 index 00000000..57bd4149 --- /dev/null +++ b/packs/items/Bih_nder__1_2ydkhz5gDjxAiaYy.json @@ -0,0 +1,36 @@ +{ + "_id": "2ydkhz5gDjxAiaYy", + "name": "Bihänder +1", + "type": "weapon", + "img": "icons/weapons/swords/greatsword-crossguard-engraved-green.webp", + "effects": [ + "DaKTtdhRO45QZuDJ", + "qdSiJ4l0AuTd68CB" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342694, + "modifiedTime": 1668995456750, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2ydkhz5gDjxAiaYy" +} \ No newline at end of file diff --git a/packs/items/Bih_nder__2_QmyAtIDJfnBZvZFg.json b/packs/items/Bih_nder__2_QmyAtIDJfnBZvZFg.json new file mode 100644 index 00000000..2f7f95e7 --- /dev/null +++ b/packs/items/Bih_nder__2_QmyAtIDJfnBZvZFg.json @@ -0,0 +1,36 @@ +{ + "_id": "QmyAtIDJfnBZvZFg", + "name": "Bihänder +2", + "type": "weapon", + "img": "icons/weapons/swords/greatsword-guard-jewel-green.webp", + "effects": [ + "DaKTtdhRO45QZuDJ", + "0GrRl4XU2UrvbDxs" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -6 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342948, + "modifiedTime": 1668995457212, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QmyAtIDJfnBZvZFg" +} \ No newline at end of file diff --git a/packs/items/Bih_nder__3_dIA53f3kvU9JgGvg.json b/packs/items/Bih_nder__3_dIA53f3kvU9JgGvg.json new file mode 100644 index 00000000..3f666f1b --- /dev/null +++ b/packs/items/Bih_nder__3_dIA53f3kvU9JgGvg.json @@ -0,0 +1,36 @@ +{ + "_id": "dIA53f3kvU9JgGvg", + "name": "Bihänder +3", + "type": "weapon", + "img": "icons/weapons/swords/greatsword-guard-gem-blue.webp", + "effects": [ + "DaKTtdhRO45QZuDJ", + "n4mZBHWKSQLQcHHD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 3260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343135, + "modifiedTime": 1668995457403, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dIA53f3kvU9JgGvg" +} \ No newline at end of file diff --git a/packs/items/Blendlaterne_d3ixiQ3FrQndjz46.json b/packs/items/Blendlaterne_d3ixiQ3FrQndjz46.json new file mode 100644 index 00000000..8ad877b8 --- /dev/null +++ b/packs/items/Blendlaterne_d3ixiQ3FrQndjz46.json @@ -0,0 +1,29 @@ +{ + "_id": "d3ixiQ3FrQndjz46", + "name": "Blendlaterne", + "type": "loot", + "img": "icons/sundries/lights/lantern-bullseye-signal-copper.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 8, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343123, + "modifiedTime": 1668995457399, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!d3ixiQ3FrQndjz46" +} \ No newline at end of file diff --git a/packs/items/Blutr_stung_CQZtlL8zUdOVUVrU.json b/packs/items/Blutr_stung_CQZtlL8zUdOVUVrU.json new file mode 100644 index 00000000..352b4eb0 --- /dev/null +++ b/packs/items/Blutr_stung_CQZtlL8zUdOVUVrU.json @@ -0,0 +1,37 @@ +{ + "_id": "CQZtlL8zUdOVUVrU", + "name": "Blutrüstung", + "type": "armor", + "img": "icons/equipment/chest/breastplate-rivited-red.webp", + "effects": [ + "pAxAXam5JBN6Acz9", + "CXouU4P0kZYU6oXR", + "32vJ305ynrZ0xYki" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

In diese rotgefärbte Plattenrüstung +1 ist das Talent Verletzen +I eingebettet.

\n

Laufen -0,5

", + "quantity": 1, + "price": 5300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342802, + "modifiedTime": 1668995456911, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!CQZtlL8zUdOVUVrU" +} \ No newline at end of file diff --git a/packs/items/Brechstange_upLe2iticb6YKsIR.json b/packs/items/Brechstange_upLe2iticb6YKsIR.json new file mode 100644 index 00000000..24a1662a --- /dev/null +++ b/packs/items/Brechstange_upLe2iticb6YKsIR.json @@ -0,0 +1,33 @@ +{ + "_id": "upLe2iticb6YKsIR", + "name": "Brechstange", + "type": "weapon", + "img": "icons/tools/hand/wrench-iron-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1.5, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343545, + "modifiedTime": 1668995457904, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!upLe2iticb6YKsIR" +} \ No newline at end of file diff --git a/packs/items/Breitschwert_5KxdKllRXuau0Uhm.json b/packs/items/Breitschwert_5KxdKllRXuau0Uhm.json new file mode 100644 index 00000000..f3823ddf --- /dev/null +++ b/packs/items/Breitschwert_5KxdKllRXuau0Uhm.json @@ -0,0 +1,33 @@ +{ + "_id": "5KxdKllRXuau0Uhm", + "name": "Breitschwert", + "type": "weapon", + "img": "icons/weapons/swords/sword-broad-worn.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 8, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342715, + "modifiedTime": 1668995456767, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5KxdKllRXuau0Uhm" +} \ No newline at end of file diff --git a/packs/items/Breitschwert__1_Nz6gFGSHzHVO3QxA.json b/packs/items/Breitschwert__1_Nz6gFGSHzHVO3QxA.json new file mode 100644 index 00000000..e25631bd --- /dev/null +++ b/packs/items/Breitschwert__1_Nz6gFGSHzHVO3QxA.json @@ -0,0 +1,35 @@ +{ + "_id": "Nz6gFGSHzHVO3QxA", + "name": "Breitschwert +1", + "type": "weapon", + "img": "icons/weapons/swords/sword-broad-red.webp", + "effects": [ + "M7zvcLqDr9HuzqTV" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342919, + "modifiedTime": 1668995457188, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Nz6gFGSHzHVO3QxA" +} \ No newline at end of file diff --git a/packs/items/Breitschwert__2_TQhwV1dNYfy50y6k.json b/packs/items/Breitschwert__2_TQhwV1dNYfy50y6k.json new file mode 100644 index 00000000..a0c15f7f --- /dev/null +++ b/packs/items/Breitschwert__2_TQhwV1dNYfy50y6k.json @@ -0,0 +1,35 @@ +{ + "_id": "TQhwV1dNYfy50y6k", + "name": "Breitschwert +2", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-broad-blue.webp", + "effects": [ + "g8ZgARGCbMxsnFJe" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1758, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342996, + "modifiedTime": 1668995457302, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TQhwV1dNYfy50y6k" +} \ No newline at end of file diff --git a/packs/items/Breitschwert__3_e65AAjglKeU1txL6.json b/packs/items/Breitschwert__3_e65AAjglKeU1txL6.json new file mode 100644 index 00000000..551e3c1e --- /dev/null +++ b/packs/items/Breitschwert__3_e65AAjglKeU1txL6.json @@ -0,0 +1,35 @@ +{ + "_id": "e65AAjglKeU1txL6", + "name": "Breitschwert +3", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-broad-engraved.webp", + "effects": [ + "BVnmaiguzsq6nSwF" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343144, + "modifiedTime": 1668995457423, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!e65AAjglKeU1txL6" +} \ No newline at end of file diff --git a/packs/items/Brennholz__B_ndel__QrGtd0N6cChddyG2.json b/packs/items/Brennholz__B_ndel__QrGtd0N6cChddyG2.json new file mode 100644 index 00000000..e98cb225 --- /dev/null +++ b/packs/items/Brennholz__B_ndel__QrGtd0N6cChddyG2.json @@ -0,0 +1,29 @@ +{ + "_id": "QrGtd0N6cChddyG2", + "name": "Brennholz (Bündel)", + "type": "loot", + "img": "icons/commodities/wood/kindling-sticks-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.01, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342952, + "modifiedTime": 1668995457216, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QrGtd0N6cChddyG2" +} \ No newline at end of file diff --git a/packs/items/Decke_eLTOIKuFGf3M9HYt.json b/packs/items/Decke_eLTOIKuFGf3M9HYt.json new file mode 100644 index 00000000..f3b6112c --- /dev/null +++ b/packs/items/Decke_eLTOIKuFGf3M9HYt.json @@ -0,0 +1,29 @@ +{ + "_id": "eLTOIKuFGf3M9HYt", + "name": "Decke", + "type": "loot", + "img": "icons/sundries/survival/bedroll-worn-beige.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343154, + "modifiedTime": 1668995457436, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eLTOIKuFGf3M9HYt" +} \ No newline at end of file diff --git a/packs/items/Dicke_Reisedecke_FoK7Tc7IePUpnDkL.json b/packs/items/Dicke_Reisedecke_FoK7Tc7IePUpnDkL.json new file mode 100644 index 00000000..582e8e00 --- /dev/null +++ b/packs/items/Dicke_Reisedecke_FoK7Tc7IePUpnDkL.json @@ -0,0 +1,29 @@ +{ + "_id": "FoK7Tc7IePUpnDkL", + "name": "Dicke Reisedecke", + "type": "loot", + "img": "icons/sundries/survival/bedroll-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342845, + "modifiedTime": 1668995457037, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FoK7Tc7IePUpnDkL" +} \ No newline at end of file diff --git a/packs/items/Dietrich_TjB6AWIwGY5Q8xln.json b/packs/items/Dietrich_TjB6AWIwGY5Q8xln.json new file mode 100644 index 00000000..a5166605 --- /dev/null +++ b/packs/items/Dietrich_TjB6AWIwGY5Q8xln.json @@ -0,0 +1,29 @@ +{ + "_id": "TjB6AWIwGY5Q8xln", + "name": "Dietrich", + "type": "loot", + "img": "icons/tools/hand/lockpicks-steel-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343010, + "modifiedTime": 1668995457312, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TjB6AWIwGY5Q8xln" +} \ No newline at end of file diff --git a/packs/items/Dolch_Fl2OHl2zMi281SbE.json b/packs/items/Dolch_Fl2OHl2zMi281SbE.json new file mode 100644 index 00000000..6a1b3afb --- /dev/null +++ b/packs/items/Dolch_Fl2OHl2zMi281SbE.json @@ -0,0 +1,35 @@ +{ + "_id": "Fl2OHl2zMi281SbE", + "name": "Dolch", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-black.webp", + "effects": [ + "9jtH6ER0s0I8SPyi" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative +1

", + "quantity": 1, + "price": 2, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 0, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342837, + "modifiedTime": 1668995457033, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Fl2OHl2zMi281SbE" +} \ No newline at end of file diff --git a/packs/items/Dolch__1_trop6WmDZEhv3gRA.json b/packs/items/Dolch__1_trop6WmDZEhv3gRA.json new file mode 100644 index 00000000..df35f614 --- /dev/null +++ b/packs/items/Dolch__1_trop6WmDZEhv3gRA.json @@ -0,0 +1,36 @@ +{ + "_id": "trop6WmDZEhv3gRA", + "name": "Dolch +1", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-curved-blue.webp", + "effects": [ + "9jtH6ER0s0I8SPyi", + "aDUESIHIetT9xLbD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative +1

", + "quantity": 1, + "price": 752, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343515, + "modifiedTime": 1668995457861, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!trop6WmDZEhv3gRA" +} \ No newline at end of file diff --git a/packs/items/Dolch__2_ajO71RuOPNlINZID.json b/packs/items/Dolch__2_ajO71RuOPNlINZID.json new file mode 100644 index 00000000..3ea6ea50 --- /dev/null +++ b/packs/items/Dolch__2_ajO71RuOPNlINZID.json @@ -0,0 +1,36 @@ +{ + "_id": "ajO71RuOPNlINZID", + "name": "Dolch +2", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-straight-green.webp", + "effects": [ + "9jtH6ER0s0I8SPyi", + "oxrYsZM08ENZAhge" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative +1

", + "quantity": 1, + "price": 1252, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343093, + "modifiedTime": 1668995457379, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ajO71RuOPNlINZID" +} \ No newline at end of file diff --git a/packs/items/Dolch__3_0wgXMtaVpVJabEun.json b/packs/items/Dolch__3_0wgXMtaVpVJabEun.json new file mode 100644 index 00000000..72e87a13 --- /dev/null +++ b/packs/items/Dolch__3_0wgXMtaVpVJabEun.json @@ -0,0 +1,36 @@ +{ + "_id": "0wgXMtaVpVJabEun", + "name": "Dolch +3", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-double-engraved-black.webp", + "effects": [ + "9jtH6ER0s0I8SPyi", + "JLc9UYdHy4aAeqA2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative +1

", + "quantity": 1, + "price": 1752, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342643, + "modifiedTime": 1668995456677, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0wgXMtaVpVJabEun" +} \ No newline at end of file diff --git a/packs/items/Elfenbogen__1_0cAWFZtQfLF7q1ZX.json b/packs/items/Elfenbogen__1_0cAWFZtQfLF7q1ZX.json new file mode 100644 index 00000000..880d7b0f --- /dev/null +++ b/packs/items/Elfenbogen__1_0cAWFZtQfLF7q1ZX.json @@ -0,0 +1,36 @@ +{ + "_id": "0cAWFZtQfLF7q1ZX", + "name": "Elfenbogen +1", + "type": "weapon", + "img": "icons/weapons/bows/longbow-recurve-leather-brown.webp", + "effects": [ + "QScLkDv6gysh119m", + "UPsfGYjye47se1Gw" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2325, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342635, + "modifiedTime": 1668995456661, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0cAWFZtQfLF7q1ZX" +} \ No newline at end of file diff --git a/packs/items/Elfenbogen__2_oqnI982dhCya94Tu.json b/packs/items/Elfenbogen__2_oqnI982dhCya94Tu.json new file mode 100644 index 00000000..740d2410 --- /dev/null +++ b/packs/items/Elfenbogen__2_oqnI982dhCya94Tu.json @@ -0,0 +1,36 @@ +{ + "_id": "oqnI982dhCya94Tu", + "name": "Elfenbogen +2", + "type": "weapon", + "img": "icons/weapons/bows/longbow-recurve-leather-red.webp", + "effects": [ + "QScLkDv6gysh119m", + "l9ZRRSrd6yBhQUJL" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2825, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 5, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343440, + "modifiedTime": 1668995457790, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oqnI982dhCya94Tu" +} \ No newline at end of file diff --git a/packs/items/Elfenbogen__3_0vIgZkHBeEPut73w.json b/packs/items/Elfenbogen__3_0vIgZkHBeEPut73w.json new file mode 100644 index 00000000..34683317 --- /dev/null +++ b/packs/items/Elfenbogen__3_0vIgZkHBeEPut73w.json @@ -0,0 +1,36 @@ +{ + "_id": "0vIgZkHBeEPut73w", + "name": "Elfenbogen +3", + "type": "weapon", + "img": "icons/weapons/bows/longbow-recurve.webp", + "effects": [ + "QScLkDv6gysh119m", + "azjxgNJkYNvxg622" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 3325, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 6, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342641, + "modifiedTime": 1668995456674, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0vIgZkHBeEPut73w" +} \ No newline at end of file diff --git a/packs/items/Elfenbogen_uDdLTyyNqeXzCssp.json b/packs/items/Elfenbogen_uDdLTyyNqeXzCssp.json new file mode 100644 index 00000000..b354c18d --- /dev/null +++ b/packs/items/Elfenbogen_uDdLTyyNqeXzCssp.json @@ -0,0 +1,35 @@ +{ + "_id": "uDdLTyyNqeXzCssp", + "name": "Elfenbogen", + "type": "weapon", + "img": "icons/weapons/bows/longbow-recurve-brown.webp", + "effects": [ + "QScLkDv6gysh119m" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 75, + "availability": "elves", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343523, + "modifiedTime": 1668995457879, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uDdLTyyNqeXzCssp" +} \ No newline at end of file diff --git a/packs/items/Elfenstiefel_OaG6IhVfS6EmHRux.json b/packs/items/Elfenstiefel_OaG6IhVfS6EmHRux.json new file mode 100644 index 00000000..caa45b42 --- /dev/null +++ b/packs/items/Elfenstiefel_OaG6IhVfS6EmHRux.json @@ -0,0 +1,32 @@ +{ + "_id": "OaG6IhVfS6EmHRux", + "name": "Elfenstiefel", + "type": "equipment", + "img": "icons/equipment/feet/boots-leather-green.webp", + "effects": [ + "mdjigDqsRTZyFNmC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese bequemen Stiefel erhöhen den Laufen-Wert um 1.

", + "quantity": 1, + "price": 1251.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342925, + "modifiedTime": 1668995457191, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!OaG6IhVfS6EmHRux" +} \ No newline at end of file diff --git a/packs/items/Elfischer_Sattel_V3D7u9LDumvBwJQI.json b/packs/items/Elfischer_Sattel_V3D7u9LDumvBwJQI.json new file mode 100644 index 00000000..a4f97d10 --- /dev/null +++ b/packs/items/Elfischer_Sattel_V3D7u9LDumvBwJQI.json @@ -0,0 +1,32 @@ +{ + "_id": "V3D7u9LDumvBwJQI", + "name": "Elfischer Sattel", + "type": "equipment", + "img": "icons/commodities/leather/leather-studded-tan.webp", + "effects": [ + "yNjGOSspfOUKlg8y" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

In diesen äußerst fein gearbeiteten Sattel ist Reiten +I eingebettet.

", + "quantity": 1, + "price": 505, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343043, + "modifiedTime": 1668995457325, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!V3D7u9LDumvBwJQI" +} \ No newline at end of file diff --git a/packs/items/Elfischer_Tarnumhang_PE3eWmsGcd5dVVh4.json b/packs/items/Elfischer_Tarnumhang_PE3eWmsGcd5dVVh4.json new file mode 100644 index 00000000..51961a40 --- /dev/null +++ b/packs/items/Elfischer_Tarnumhang_PE3eWmsGcd5dVVh4.json @@ -0,0 +1,33 @@ +{ + "_id": "PE3eWmsGcd5dVVh4", + "name": "Elfischer Tarnumhang", + "type": "equipment", + "img": "icons/equipment/back/cloak-collared-leaves-green.webp", + "effects": [ + "Nr6hXbJeVlmJYASc", + "9qj7TWM9shrTKppj" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Umhang, in den Feengarn eingewebt wurde, verleiht zusätzlich zu seiner eingebetteten Heimlichkeit +III auf Verbergen-Proben +3.

", + "quantity": 1, + "price": 875.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342929, + "modifiedTime": 1668995457196, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PE3eWmsGcd5dVVh4" +} \ No newline at end of file diff --git a/packs/items/F_ustlinge_der_Verst_mmelung_dvVhgqCv9VDpFW0l.json b/packs/items/F_ustlinge_der_Verst_mmelung_dvVhgqCv9VDpFW0l.json new file mode 100644 index 00000000..2a2a71d8 --- /dev/null +++ b/packs/items/F_ustlinge_der_Verst_mmelung_dvVhgqCv9VDpFW0l.json @@ -0,0 +1,33 @@ +{ + "_id": "dvVhgqCv9VDpFW0l", + "name": "Fäustlinge der Verstümmelung", + "type": "equipment", + "img": "icons/equipment/hand/glove-tooled-leather-brown.webp", + "effects": [ + "CRvnbvzibegpIQAz", + "ohRMO3BzPaxhKYh4" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese blutverschmutzten Wildlederhandschuhe gewähren ihrem Träger Brutaler Hieb +I und Verletzen +I.

", + "quantity": 1, + "price": 3050.1, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343143, + "modifiedTime": 1668995457421, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dvVhgqCv9VDpFW0l" +} \ No newline at end of file diff --git a/packs/items/Fackel_Q61SvqiQUoVfU99X.json b/packs/items/Fackel_Q61SvqiQUoVfU99X.json new file mode 100644 index 00000000..d0406bd9 --- /dev/null +++ b/packs/items/Fackel_Q61SvqiQUoVfU99X.json @@ -0,0 +1,33 @@ +{ + "_id": "Q61SvqiQUoVfU99X", + "name": "Fackel", + "type": "weapon", + "img": "icons/sundries/lights/torch-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Brennt 2h

", + "quantity": 1, + "price": 0.01, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342941, + "modifiedTime": 1668995457205, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Q61SvqiQUoVfU99X" +} \ No newline at end of file diff --git a/packs/items/Federkiel_L2ZE2l98snBZw5DZ.json b/packs/items/Federkiel_L2ZE2l98snBZw5DZ.json new file mode 100644 index 00000000..ebc02c8d --- /dev/null +++ b/packs/items/Federkiel_L2ZE2l98snBZw5DZ.json @@ -0,0 +1,29 @@ +{ + "_id": "L2ZE2l98snBZw5DZ", + "name": "Federkiel", + "type": "loot", + "img": "icons/tools/scribal/ink-quill-pink.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342898, + "modifiedTime": 1668995457161, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!L2ZE2l98snBZw5DZ" +} \ No newline at end of file diff --git a/packs/items/Feindfeger_QhJllncFlQu7BGDw.json b/packs/items/Feindfeger_QhJllncFlQu7BGDw.json new file mode 100644 index 00000000..37a7537b --- /dev/null +++ b/packs/items/Feindfeger_QhJllncFlQu7BGDw.json @@ -0,0 +1,37 @@ +{ + "_id": "QhJllncFlQu7BGDw", + "name": "Feindfeger", + "type": "weapon", + "img": "icons/weapons/swords/greatsword-crossguard-steel.webp", + "effects": [ + "DaKTtdhRO45QZuDJ", + "0GrRl4XU2UrvbDxs", + "Oz0U5fEJSQ7HPQDG" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Unscheinbar aussehender Bihänder +2 mit Rundumschlag +II.

\n

Zweihändig, Initiative -2, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 9760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -6 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342946, + "modifiedTime": 1668995457210, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QhJllncFlQu7BGDw" +} \ No newline at end of file diff --git a/packs/items/Fellmantel_des_Heilers_rvDTHq5UoRK6acm6.json b/packs/items/Fellmantel_des_Heilers_rvDTHq5UoRK6acm6.json new file mode 100644 index 00000000..b94e663f --- /dev/null +++ b/packs/items/Fellmantel_des_Heilers_rvDTHq5UoRK6acm6.json @@ -0,0 +1,36 @@ +{ + "_id": "rvDTHq5UoRK6acm6", + "name": "Fellmantel des Heilers", + "type": "armor", + "img": "icons/equipment/chest/vest-leather-tattered-white.webp", + "effects": [ + "5vJF9ck6rDsBPnKl", + "Uzo51C3LrgP3G8jb" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese aus weißem Fell geschneiderte Lederrüstung gewährt +2 auf alle Heilzauber.

", + "quantity": 1, + "price": 4254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343475, + "modifiedTime": 1668995458894, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rvDTHq5UoRK6acm6" +} \ No newline at end of file diff --git a/packs/items/Feuerballzepter_abxhFbHx3dzRUPt8.json b/packs/items/Feuerballzepter_abxhFbHx3dzRUPt8.json new file mode 100644 index 00000000..54d1a01f --- /dev/null +++ b/packs/items/Feuerballzepter_abxhFbHx3dzRUPt8.json @@ -0,0 +1,30 @@ +{ + "_id": "abxhFbHx3dzRUPt8", + "name": "Feuerballzepter", + "type": "equipment", + "img": "icons/weapons/wands/wand-carved-fire.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Zepter, in das der Zauber @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball} eingebettet wurde, dessen Aklingzeit man 2x/Tag ignorieren kann.

", + "quantity": 1, + "price": 7630, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343091, + "modifiedTime": 1668995457375, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!abxhFbHx3dzRUPt8" +} \ No newline at end of file diff --git a/packs/items/Feuerstein___Zunder_JjM6nTZzV28ioIFq.json b/packs/items/Feuerstein___Zunder_JjM6nTZzV28ioIFq.json new file mode 100644 index 00000000..4135c695 --- /dev/null +++ b/packs/items/Feuerstein___Zunder_JjM6nTZzV28ioIFq.json @@ -0,0 +1,29 @@ +{ + "_id": "JjM6nTZzV28ioIFq", + "name": "Feuerstein & Zunder", + "type": "loot", + "img": "icons/commodities/stone/geode-raw-white.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.05, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342882, + "modifiedTime": 1668995457126, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JjM6nTZzV28ioIFq" +} \ No newline at end of file diff --git a/packs/items/Flegel_SLmQz2B4JvywROCv.json b/packs/items/Flegel_SLmQz2B4JvywROCv.json new file mode 100644 index 00000000..812cbdaf --- /dev/null +++ b/packs/items/Flegel_SLmQz2B4JvywROCv.json @@ -0,0 +1,35 @@ +{ + "_id": "SLmQz2B4JvywROCv", + "name": "Flegel", + "type": "weapon", + "img": "icons/weapons/maces/flail-ball-grey.webp", + "effects": [ + "yXvt3CT4FbXYjIfc" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -2

", + "quantity": 1, + "price": 8, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342987, + "modifiedTime": 1668995457280, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!SLmQz2B4JvywROCv" +} \ No newline at end of file diff --git a/packs/items/Flegel__1_2le5COwoh45Pc4oD.json b/packs/items/Flegel__1_2le5COwoh45Pc4oD.json new file mode 100644 index 00000000..fdec1b18 --- /dev/null +++ b/packs/items/Flegel__1_2le5COwoh45Pc4oD.json @@ -0,0 +1,36 @@ +{ + "_id": "2le5COwoh45Pc4oD", + "name": "Flegel +1", + "type": "weapon", + "img": "icons/weapons/maces/flail-cube-grey.webp", + "effects": [ + "yXvt3CT4FbXYjIfc", + "rUye8ORwMGGtWPrr" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -2

", + "quantity": 1, + "price": 1758, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342692, + "modifiedTime": 1668995456746, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2le5COwoh45Pc4oD" +} \ No newline at end of file diff --git a/packs/items/Flegel__2_JZDsSUkQGVf0aOjH.json b/packs/items/Flegel__2_JZDsSUkQGVf0aOjH.json new file mode 100644 index 00000000..0175e82d --- /dev/null +++ b/packs/items/Flegel__2_JZDsSUkQGVf0aOjH.json @@ -0,0 +1,36 @@ +{ + "_id": "JZDsSUkQGVf0aOjH", + "name": "Flegel +2", + "type": "weapon", + "img": "icons/weapons/maces/flail-spiked-grey.webp", + "effects": [ + "yXvt3CT4FbXYjIfc", + "PD6vgViNBP4QaxMK" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -2

", + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342878, + "modifiedTime": 1668995457099, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JZDsSUkQGVf0aOjH" +} \ No newline at end of file diff --git a/packs/items/Flegel__3_BrsnuGuOEfolt9VV.json b/packs/items/Flegel__3_BrsnuGuOEfolt9VV.json new file mode 100644 index 00000000..f4210589 --- /dev/null +++ b/packs/items/Flegel__3_BrsnuGuOEfolt9VV.json @@ -0,0 +1,36 @@ +{ + "_id": "BrsnuGuOEfolt9VV", + "name": "Flegel +3", + "type": "weapon", + "img": "icons/weapons/maces/flail-studded-grey.webp", + "effects": [ + "yXvt3CT4FbXYjIfc", + "98YoU1PGqcSm47Zw" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -2

", + "quantity": 1, + "price": 2758, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342794, + "modifiedTime": 1668995456884, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!BrsnuGuOEfolt9VV" +} \ No newline at end of file diff --git a/packs/items/Fliegender_Teppich_AlmkanwZXY9UxMUD.json b/packs/items/Fliegender_Teppich_AlmkanwZXY9UxMUD.json new file mode 100644 index 00000000..493e7a16 --- /dev/null +++ b/packs/items/Fliegender_Teppich_AlmkanwZXY9UxMUD.json @@ -0,0 +1,29 @@ +{ + "_id": "AlmkanwZXY9UxMUD", + "name": "Fliegender Teppich", + "type": "loot", + "img": "icons/commodities/cloth/cloth-patterned-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein legendärer Gegenstand aus den heißen Wüstenlanden, in den die Zauber @Compendium[ds4.spells.NwLeietvcarS6zP5]{Fliegen} und @Compendium[ds4.spells.KUbT1gBeThcLY7vU]{Spurt} eingebettet sind. Die Zauber wirken permanent auf denjenigen, der in der Mitte des Teppichs sitzt. Proben auf Zaubern sind nicht erforderlich.

", + "quantity": 1, + "price": 4340, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342789, + "modifiedTime": 1668995456858, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!AlmkanwZXY9UxMUD" +} \ No newline at end of file diff --git a/packs/items/Fliegentrank_V6ywiDBc1Son1XrQ.json b/packs/items/Fliegentrank_V6ywiDBc1Son1XrQ.json new file mode 100644 index 00000000..e62bf025 --- /dev/null +++ b/packs/items/Fliegentrank_V6ywiDBc1Son1XrQ.json @@ -0,0 +1,29 @@ +{ + "_id": "V6ywiDBc1Son1XrQ", + "name": "Fliegentrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-conical-corked-yellow.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser oft gelbe Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.NwLeietvcarS6zP5]{Fliegen} (Probenwert 20; Patzer ausgeschlossen).

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343047, + "modifiedTime": 1668995457327, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!V6ywiDBc1Son1XrQ" +} \ No newline at end of file diff --git a/packs/items/G_rtel_der_Trollst_rke_0Vd79Orsle4PUqs2.json b/packs/items/G_rtel_der_Trollst_rke_0Vd79Orsle4PUqs2.json new file mode 100644 index 00000000..255b12a0 --- /dev/null +++ b/packs/items/G_rtel_der_Trollst_rke_0Vd79Orsle4PUqs2.json @@ -0,0 +1,32 @@ +{ + "_id": "0Vd79Orsle4PUqs2", + "name": "Gürtel der Trollstärke", + "type": "equipment", + "img": "icons/equipment/waist/belt-armored-studded-steel.webp", + "effects": [ + "43bRMhcEqMvQvRQU" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser mit kleinen Eisenplatten beschlagene Gürtel erhöht die Stärke seines Trägers um 3.

", + "quantity": 1, + "price": 3250.05, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342634, + "modifiedTime": 1668995456658, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0Vd79Orsle4PUqs2" +} \ No newline at end of file diff --git a/packs/items/Geisterbote_v7WiMqH1XylGqNOy.json b/packs/items/Geisterbote_v7WiMqH1XylGqNOy.json new file mode 100644 index 00000000..fdad6a66 --- /dev/null +++ b/packs/items/Geisterbote_v7WiMqH1XylGqNOy.json @@ -0,0 +1,29 @@ +{ + "_id": "v7WiMqH1XylGqNOy", + "name": "Geisterbote", + "type": "loot", + "img": "icons/commodities/materials/glass-orb-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Jeder dieser mit Rauch gefüllten Behälter enthält eine Ladung des Zaubers @Compendium[ds4.spells.wnYRgIjVtIhL26eg]{Botschaft}.

", + "quantity": 1, + "price": 454, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343550, + "modifiedTime": 1668995457922, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!v7WiMqH1XylGqNOy" +} \ No newline at end of file diff --git a/packs/items/Gew_nder_des_Adlers_6UBvjMJd6n5P5YWv.json b/packs/items/Gew_nder_des_Adlers_6UBvjMJd6n5P5YWv.json new file mode 100644 index 00000000..030f13f4 --- /dev/null +++ b/packs/items/Gew_nder_des_Adlers_6UBvjMJd6n5P5YWv.json @@ -0,0 +1,36 @@ +{ + "_id": "6UBvjMJd6n5P5YWv", + "name": "Gewänder des Adlers", + "type": "armor", + "img": "icons/equipment/chest/breastplate-banded-simple-leather-brown.webp", + "effects": [ + "CUa4rA1A1cwWac46", + "cl2PqWeAtDsBjz8k" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese hellbeige, mit Adlerfedern verzierte Lederrüstung +1 gewährt +1 auf Geist.

", + "quantity": 1, + "price": 4254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342730, + "modifiedTime": 1668995456779, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6UBvjMJd6n5P5YWv" +} \ No newline at end of file diff --git a/packs/items/Giftbanntrank_oPUlB9rz5rvRKrq8.json b/packs/items/Giftbanntrank_oPUlB9rz5rvRKrq8.json new file mode 100644 index 00000000..b8e9e96a --- /dev/null +++ b/packs/items/Giftbanntrank_oPUlB9rz5rvRKrq8.json @@ -0,0 +1,29 @@ +{ + "_id": "oPUlB9rz5rvRKrq8", + "name": "Giftbanntrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-bulb-corked-glowing-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wirkt den Zauber @Compendium[ds4.spells.ONhSaLNmvvacgCjA]{Giftbann} auf den Trinkenden (keine Probe nötig).

", + "quantity": 1, + "price": 150, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343385, + "modifiedTime": 1668995457770, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oPUlB9rz5rvRKrq8" +} \ No newline at end of file diff --git a/packs/items/Gl_ckstrank_hrAyguSjO6JhTE5m.json b/packs/items/Gl_ckstrank_hrAyguSjO6JhTE5m.json new file mode 100644 index 00000000..d0aea41a --- /dev/null +++ b/packs/items/Gl_ckstrank_hrAyguSjO6JhTE5m.json @@ -0,0 +1,29 @@ +{ + "_id": "hrAyguSjO6JhTE5m", + "name": "Glückstrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-corked-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Trinkende kann für W20 Stunden alle Patzer ignorieren.

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343239, + "modifiedTime": 1668995457539, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hrAyguSjO6JhTE5m" +} \ No newline at end of file diff --git a/packs/items/Grausame_Axt_lHlwYWlgC2iKjDFM.json b/packs/items/Grausame_Axt_lHlwYWlgC2iKjDFM.json new file mode 100644 index 00000000..939fbac6 --- /dev/null +++ b/packs/items/Grausame_Axt_lHlwYWlgC2iKjDFM.json @@ -0,0 +1,36 @@ +{ + "_id": "lHlwYWlgC2iKjDFM", + "name": "Grausame Axt", + "type": "weapon", + "img": "icons/weapons/axes/shortaxe-simple-black.webp", + "effects": [ + "wh12XwprBMtY3BTB", + "5EWlvp1ZJkHmodfC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Antike Axt +1 mit Verletzen +III

", + "quantity": 1, + "price": 4256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343320, + "modifiedTime": 1668995457731, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lHlwYWlgC2iKjDFM" +} \ No newline at end of file diff --git a/packs/items/Gro_er_Heiltrank_tW53rAmCXx6rqKMP.json b/packs/items/Gro_er_Heiltrank_tW53rAmCXx6rqKMP.json new file mode 100644 index 00000000..f9938078 --- /dev/null +++ b/packs/items/Gro_er_Heiltrank_tW53rAmCXx6rqKMP.json @@ -0,0 +1,29 @@ +{ + "_id": "tW53rAmCXx6rqKMP", + "name": "Großer Heiltrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-stopped-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese meist weinroten Tränke heilen 2W20 Lebenskraft.

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343514, + "modifiedTime": 1668995457854, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tW53rAmCXx6rqKMP" +} \ No newline at end of file diff --git a/packs/items/Gro_er_Schutztrank_Ryv745YriIZNKXG5.json b/packs/items/Gro_er_Schutztrank_Ryv745YriIZNKXG5.json new file mode 100644 index 00000000..b890cf39 --- /dev/null +++ b/packs/items/Gro_er_Schutztrank_Ryv745YriIZNKXG5.json @@ -0,0 +1,29 @@ +{ + "_id": "Ryv745YriIZNKXG5", + "name": "Großer Schutztrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-conical-corked-tied-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht für W20 Runden die Abwehr um +3.

", + "quantity": 1, + "price": 100, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342972, + "modifiedTime": 1668995457258, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Ryv745YriIZNKXG5" +} \ No newline at end of file diff --git a/packs/items/Hammer__1_FfVzLWtmCVRwFI4n.json b/packs/items/Hammer__1_FfVzLWtmCVRwFI4n.json new file mode 100644 index 00000000..d121a264 --- /dev/null +++ b/packs/items/Hammer__1_FfVzLWtmCVRwFI4n.json @@ -0,0 +1,35 @@ +{ + "_id": "FfVzLWtmCVRwFI4n", + "name": "Hammer +1", + "type": "weapon", + "img": "icons/weapons/hammers/shorthammer-double-steel.webp", + "effects": [ + "rqEqNTsSgoto2la8" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1.257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342829, + "modifiedTime": 1668995457029, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FfVzLWtmCVRwFI4n" +} \ No newline at end of file diff --git a/packs/items/Hammer__2_6QehiJpVqqA9bW3P.json b/packs/items/Hammer__2_6QehiJpVqqA9bW3P.json new file mode 100644 index 00000000..6d9bdfad --- /dev/null +++ b/packs/items/Hammer__2_6QehiJpVqqA9bW3P.json @@ -0,0 +1,35 @@ +{ + "_id": "6QehiJpVqqA9bW3P", + "name": "Hammer +2", + "type": "weapon", + "img": "icons/weapons/hammers/shorthammer-double-steel-embossed.webp", + "effects": [ + "xQlGUPOpB6Me9OgF" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342728, + "modifiedTime": 1668995456777, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6QehiJpVqqA9bW3P" +} \ No newline at end of file diff --git a/packs/items/Hammer__3_tAdNTxSRq9hARm1p.json b/packs/items/Hammer__3_tAdNTxSRq9hARm1p.json new file mode 100644 index 00000000..99a83f0a --- /dev/null +++ b/packs/items/Hammer__3_tAdNTxSRq9hARm1p.json @@ -0,0 +1,35 @@ +{ + "_id": "tAdNTxSRq9hARm1p", + "name": "Hammer +3", + "type": "weapon", + "img": "icons/weapons/hammers/shorthammer-embossed-white.webp", + "effects": [ + "aLeVPvqVvSHnDTsp" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343509, + "modifiedTime": 1668995457848, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tAdNTxSRq9hARm1p" +} \ No newline at end of file diff --git a/packs/items/Hammer_sMJw9EQtd2pYsgYE.json b/packs/items/Hammer_sMJw9EQtd2pYsgYE.json new file mode 100644 index 00000000..b9999ea5 --- /dev/null +++ b/packs/items/Hammer_sMJw9EQtd2pYsgYE.json @@ -0,0 +1,33 @@ +{ + "_id": "sMJw9EQtd2pYsgYE", + "name": "Hammer", + "type": "weapon", + "img": "icons/weapons/hammers/shorthammer-simple-iron-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343482, + "modifiedTime": 1668995457821, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sMJw9EQtd2pYsgYE" +} \ No newline at end of file diff --git a/packs/items/Handschellen_zjefX9KYvMphtVwX.json b/packs/items/Handschellen_zjefX9KYvMphtVwX.json new file mode 100644 index 00000000..8264bb6b --- /dev/null +++ b/packs/items/Handschellen_zjefX9KYvMphtVwX.json @@ -0,0 +1,29 @@ +{ + "_id": "zjefX9KYvMphtVwX", + "name": "Handschellen", + "type": "loot", + "img": "icons/sundries/survival/cuffs-shackles-steel.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Preis für beide Schlösser extra ermitteln

", + "quantity": 1, + "price": 8, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343613, + "modifiedTime": 1668995457978, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zjefX9KYvMphtVwX" +} \ No newline at end of file diff --git a/packs/items/Heilkraut_zquQpOOVr5lIbnmL.json b/packs/items/Heilkraut_zquQpOOVr5lIbnmL.json new file mode 100644 index 00000000..fe09fdc0 --- /dev/null +++ b/packs/items/Heilkraut_zquQpOOVr5lIbnmL.json @@ -0,0 +1,29 @@ +{ + "_id": "zquQpOOVr5lIbnmL", + "name": "Heilkraut", + "type": "loot", + "img": "icons/tools/laboratory/bowl-herbs-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Probenwert 10: 1-10 heilt LK in Ergebnishöhe, 11+ kein Heileffekt

", + "quantity": 1, + "price": 2.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343619, + "modifiedTime": 1668995457986, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zquQpOOVr5lIbnmL" +} \ No newline at end of file diff --git a/packs/items/Heiltrank_19bmt5UJrT3T36wE.json b/packs/items/Heiltrank_19bmt5UJrT3T36wE.json new file mode 100644 index 00000000..11a5bee1 --- /dev/null +++ b/packs/items/Heiltrank_19bmt5UJrT3T36wE.json @@ -0,0 +1,29 @@ +{ + "_id": "19bmt5UJrT3T36wE", + "name": "Heiltrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-corked-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses oftmals rote Getränk heilt W20 Lebenskraft.

", + "quantity": 1, + "price": 10, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342647, + "modifiedTime": 1668995456689, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!19bmt5UJrT3T36wE" +} \ No newline at end of file diff --git a/packs/items/Hellebarde_2JQowFF6ZjF90OFI.json b/packs/items/Hellebarde_2JQowFF6ZjF90OFI.json new file mode 100644 index 00000000..6f6491b6 --- /dev/null +++ b/packs/items/Hellebarde_2JQowFF6ZjF90OFI.json @@ -0,0 +1,35 @@ +{ + "_id": "2JQowFF6ZjF90OFI", + "name": "Hellebarde", + "type": "weapon", + "img": "icons/weapons/polearms/halberd-engraved-black.webp", + "effects": [ + "APXje5Ppu0d75HNw" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2, Zerbricht bei Schlagen-Patzer

", + "quantity": 1, + "price": 1754, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342678, + "modifiedTime": 1668995456740, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2JQowFF6ZjF90OFI" +} \ No newline at end of file diff --git a/packs/items/Hellebarde__1_zoPPqqDyRTvmV2do.json b/packs/items/Hellebarde__1_zoPPqqDyRTvmV2do.json new file mode 100644 index 00000000..7fe29618 --- /dev/null +++ b/packs/items/Hellebarde__1_zoPPqqDyRTvmV2do.json @@ -0,0 +1,36 @@ +{ + "_id": "zoPPqqDyRTvmV2do", + "name": "Hellebarde +1", + "type": "weapon", + "img": "icons/weapons/polearms/halberd-crescent-engraved-steel.webp", + "effects": [ + "APXje5Ppu0d75HNw", + "FuPTO8plsKR3lq8Z" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 4, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343617, + "modifiedTime": 1668995457980, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zoPPqqDyRTvmV2do" +} \ No newline at end of file diff --git a/packs/items/Hellebarde__2_qwXiwcxaDDCzmLLM.json b/packs/items/Hellebarde__2_qwXiwcxaDDCzmLLM.json new file mode 100644 index 00000000..bf7f93e4 --- /dev/null +++ b/packs/items/Hellebarde__2_qwXiwcxaDDCzmLLM.json @@ -0,0 +1,36 @@ +{ + "_id": "qwXiwcxaDDCzmLLM", + "name": "Hellebarde +2", + "type": "weapon", + "img": "icons/weapons/polearms/halberd-crescent-steel.webp", + "effects": [ + "APXje5Ppu0d75HNw", + "cEFYfp6VrhRcwEKz" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343472, + "modifiedTime": 1668995457811, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!qwXiwcxaDDCzmLLM" +} \ No newline at end of file diff --git a/packs/items/Hellebarde__3_wy8GXE1zjaRpXL8H.json b/packs/items/Hellebarde__3_wy8GXE1zjaRpXL8H.json new file mode 100644 index 00000000..2fb94fbc --- /dev/null +++ b/packs/items/Hellebarde__3_wy8GXE1zjaRpXL8H.json @@ -0,0 +1,36 @@ +{ + "_id": "wy8GXE1zjaRpXL8H", + "name": "Hellebarde +3", + "type": "weapon", + "img": "icons/weapons/polearms/halberd-crescent-glowing.webp", + "effects": [ + "APXje5Ppu0d75HNw", + "JIWNiHZdqmMiPMBz" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2754, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343558, + "modifiedTime": 1668995457931, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!wy8GXE1zjaRpXL8H" +} \ No newline at end of file diff --git a/packs/items/Holzbecher_pzjZv0HhCA15wy1i.json b/packs/items/Holzbecher_pzjZv0HhCA15wy1i.json new file mode 100644 index 00000000..bb785fad --- /dev/null +++ b/packs/items/Holzbecher_pzjZv0HhCA15wy1i.json @@ -0,0 +1,29 @@ +{ + "_id": "pzjZv0HhCA15wy1i", + "name": "Holzbecher", + "type": "loot", + "img": "icons/containers/kitchenware/mug-simple-wooden-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.2, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343470, + "modifiedTime": 1668995457806, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pzjZv0HhCA15wy1i" +} \ No newline at end of file diff --git a/packs/items/Holzbesteck_hGiaAJyEUHbPl5pf.json b/packs/items/Holzbesteck_hGiaAJyEUHbPl5pf.json new file mode 100644 index 00000000..f792b5e7 --- /dev/null +++ b/packs/items/Holzbesteck_hGiaAJyEUHbPl5pf.json @@ -0,0 +1,29 @@ +{ + "_id": "hGiaAJyEUHbPl5pf", + "name": "Holzbesteck", + "type": "loot", + "img": "icons/tools/cooking/fork-steel-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.2, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343232, + "modifiedTime": 1668995457532, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hGiaAJyEUHbPl5pf" +} \ No newline at end of file diff --git a/packs/items/Holzschild_J7d2zx4kqKEdMR1j.json b/packs/items/Holzschild_J7d2zx4kqKEdMR1j.json new file mode 100644 index 00000000..a728800d --- /dev/null +++ b/packs/items/Holzschild_J7d2zx4kqKEdMR1j.json @@ -0,0 +1,31 @@ +{ + "_id": "J7d2zx4kqKEdMR1j", + "name": "Holzschild", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zerbricht bei einem Abwehr-Patzer

", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342872, + "modifiedTime": 1668995457086, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!J7d2zx4kqKEdMR1j" +} \ No newline at end of file diff --git a/packs/items/Holzschild__1_89ZunLlXp1Lm6Wzd.json b/packs/items/Holzschild__1_89ZunLlXp1Lm6Wzd.json new file mode 100644 index 00000000..fc8928c1 --- /dev/null +++ b/packs/items/Holzschild__1_89ZunLlXp1Lm6Wzd.json @@ -0,0 +1,33 @@ +{ + "_id": "89ZunLlXp1Lm6Wzd", + "name": "Holzschild +1", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-boss-steel-red.webp", + "effects": [ + "1M6yYhufFsvYsske" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342758, + "modifiedTime": 1668995456803, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!89ZunLlXp1Lm6Wzd" +} \ No newline at end of file diff --git a/packs/items/Holzschild__2_0SrSqLjQ5CMNbwXV.json b/packs/items/Holzschild__2_0SrSqLjQ5CMNbwXV.json new file mode 100644 index 00000000..640dc1c0 --- /dev/null +++ b/packs/items/Holzschild__2_0SrSqLjQ5CMNbwXV.json @@ -0,0 +1,33 @@ +{ + "_id": "0SrSqLjQ5CMNbwXV", + "name": "Holzschild +2", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-reinforced-boss-steel.webp", + "effects": [ + "eu80ImNhR1gsT7jg" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342631, + "modifiedTime": 1668995456644, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0SrSqLjQ5CMNbwXV" +} \ No newline at end of file diff --git a/packs/items/Holzschild__3_KefO4lxHxwddpFFu.json b/packs/items/Holzschild__3_KefO4lxHxwddpFFu.json new file mode 100644 index 00000000..6b398624 --- /dev/null +++ b/packs/items/Holzschild__3_KefO4lxHxwddpFFu.json @@ -0,0 +1,33 @@ +{ + "_id": "KefO4lxHxwddpFFu", + "name": "Holzschild +3", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-boss-gold-brown.webp", + "effects": [ + "AkDi2TNzgpT2ZfrH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342895, + "modifiedTime": 1668995457152, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KefO4lxHxwddpFFu" +} \ No newline at end of file diff --git a/packs/items/Holzw_rfel__sechsseitig__iWOrlMcGVAXTvFEg.json b/packs/items/Holzw_rfel__sechsseitig__iWOrlMcGVAXTvFEg.json new file mode 100644 index 00000000..de5456ff --- /dev/null +++ b/packs/items/Holzw_rfel__sechsseitig__iWOrlMcGVAXTvFEg.json @@ -0,0 +1,29 @@ +{ + "_id": "iWOrlMcGVAXTvFEg", + "name": "Holzwürfel (sechsseitig)", + "type": "loot", + "img": "icons/sundries/gaming/dice-runed-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.02, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343290, + "modifiedTime": 1668995457684, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iWOrlMcGVAXTvFEg" +} \ No newline at end of file diff --git a/packs/items/Immertreff_5cqP2SvMe5j0BD3t.json b/packs/items/Immertreff_5cqP2SvMe5j0BD3t.json new file mode 100644 index 00000000..46515d79 --- /dev/null +++ b/packs/items/Immertreff_5cqP2SvMe5j0BD3t.json @@ -0,0 +1,38 @@ +{ + "_id": "5cqP2SvMe5j0BD3t", + "name": "Immertreff", + "type": "weapon", + "img": "icons/weapons/bows/longbow-gold-pink.webp", + "effects": [ + "XsqzwEX1AvYJyczG", + "iUXn0CQKZw6Rr1yH", + "QN5NueLJpTY2Vwat", + "rDzmy3Xb0qQfErWi" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein tödlicher Langbogen +2 mit Fieser Schuss +II und Scharfschütze +II.

\n

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 10660, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342725, + "modifiedTime": 1668995456771, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5cqP2SvMe5j0BD3t" +} \ No newline at end of file diff --git a/packs/items/K_nigsblut_cqVt9s7u46u0925o.json b/packs/items/K_nigsblut_cqVt9s7u46u0925o.json new file mode 100644 index 00000000..b7dbdc72 --- /dev/null +++ b/packs/items/K_nigsblut_cqVt9s7u46u0925o.json @@ -0,0 +1,36 @@ +{ + "_id": "cqVt9s7u46u0925o", + "name": "Königsblut", + "type": "weapon", + "img": "icons/weapons/daggers/dagger-bone-engraved-black.webp", + "effects": [ + "9jtH6ER0s0I8SPyi", + "JLc9UYdHy4aAeqA2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Durch diesen magischen Dolch +3 mit @Compendium[ds4.spells.RUfE7hqqHCKMEMbh]{Schattenklinge}, @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} (Abklingzeit 1x täglich ignorierbar) sollen angeblich schon Könige gestorben sein

\n

Initiative +1

", + "quantity": 1, + "price": 17352, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343116, + "modifiedTime": 1668995457395, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cqVt9s7u46u0925o" +} \ No newline at end of file diff --git a/packs/items/Kampfstab__1_dq4wK5bmMvOfwoWH.json b/packs/items/Kampfstab__1_dq4wK5bmMvOfwoWH.json new file mode 100644 index 00000000..83db670c --- /dev/null +++ b/packs/items/Kampfstab__1_dq4wK5bmMvOfwoWH.json @@ -0,0 +1,36 @@ +{ + "_id": "dq4wK5bmMvOfwoWH", + "name": "Kampfstab +1", + "type": "weapon", + "img": "icons/weapons/staves/staff-simple-gold.webp", + "effects": [ + "1aNTAQBai6qAcWGM", + "ve7iQmkxC6l5WmTE" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Zielzaubern +1

", + "quantity": 1, + "price": 1250.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343142, + "modifiedTime": 1668995457416, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dq4wK5bmMvOfwoWH" +} \ No newline at end of file diff --git a/packs/items/Kampfstab__2_HcN322i9KLPzp1d4.json b/packs/items/Kampfstab__2_HcN322i9KLPzp1d4.json new file mode 100644 index 00000000..0626d28d --- /dev/null +++ b/packs/items/Kampfstab__2_HcN322i9KLPzp1d4.json @@ -0,0 +1,36 @@ +{ + "_id": "HcN322i9KLPzp1d4", + "name": "Kampfstab +2", + "type": "weapon", + "img": "icons/weapons/staves/staff-simple-carved.webp", + "effects": [ + "1aNTAQBai6qAcWGM", + "7AIeGsBF1gYX7cSX" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Zielzaubern +1

", + "quantity": 1, + "price": 1750.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342865, + "modifiedTime": 1668995457066, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HcN322i9KLPzp1d4" +} \ No newline at end of file diff --git a/packs/items/Kampfstab__3_JG18wEtysl2m6sWq.json b/packs/items/Kampfstab__3_JG18wEtysl2m6sWq.json new file mode 100644 index 00000000..28004dfd --- /dev/null +++ b/packs/items/Kampfstab__3_JG18wEtysl2m6sWq.json @@ -0,0 +1,36 @@ +{ + "_id": "JG18wEtysl2m6sWq", + "name": "Kampfstab +3", + "type": "weapon", + "img": "icons/weapons/staves/staff-ornate.webp", + "effects": [ + "1aNTAQBai6qAcWGM", + "jMu0Mqf6qy2Df8vI" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Zielzaubern +1

", + "quantity": 1, + "price": 2250.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342875, + "modifiedTime": 1668995457088, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JG18wEtysl2m6sWq" +} \ No newline at end of file diff --git a/packs/items/Kampfstab_ylWwhiSGGWLee2PA.json b/packs/items/Kampfstab_ylWwhiSGGWLee2PA.json new file mode 100644 index 00000000..309f03c9 --- /dev/null +++ b/packs/items/Kampfstab_ylWwhiSGGWLee2PA.json @@ -0,0 +1,35 @@ +{ + "_id": "ylWwhiSGGWLee2PA", + "name": "Kampfstab", + "type": "weapon", + "img": "icons/weapons/staves/staff-simple.webp", + "effects": [ + "1aNTAQBai6qAcWGM" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Zielzaubern +1, Zerbricht bei Schlagen-Patzer

", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343583, + "modifiedTime": 1668995457956, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ylWwhiSGGWLee2PA" +} \ No newline at end of file diff --git a/packs/items/Kampftrank_kIiDbrtAPno14O85.json b/packs/items/Kampftrank_kIiDbrtAPno14O85.json new file mode 100644 index 00000000..b1fbe3e7 --- /dev/null +++ b/packs/items/Kampftrank_kIiDbrtAPno14O85.json @@ -0,0 +1,29 @@ +{ + "_id": "kIiDbrtAPno14O85", + "name": "Kampftrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-round-corked-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Meist von oranger Farbe erhöht solch ein Trank Schlagen und Abwehr für die Dauer eines Kampfes um +1.

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343317, + "modifiedTime": 1668995457720, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kIiDbrtAPno14O85" +} \ No newline at end of file diff --git a/packs/items/Karren__2_R_der__FPriMnCQK7DQHzJa.json b/packs/items/Karren__2_R_der__FPriMnCQK7DQHzJa.json new file mode 100644 index 00000000..435a3fc8 --- /dev/null +++ b/packs/items/Karren__2_R_der__FPriMnCQK7DQHzJa.json @@ -0,0 +1,29 @@ +{ + "_id": "FPriMnCQK7DQHzJa", + "name": "Karren (2 Räder)", + "type": "loot", + "img": "icons/commodities/wood/wood-wheel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 15, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342819, + "modifiedTime": 1668995457013, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FPriMnCQK7DQHzJa" +} \ No newline at end of file diff --git a/packs/items/Karten_des_Schummlers_nff3XieL5dvOZga9.json b/packs/items/Karten_des_Schummlers_nff3XieL5dvOZga9.json new file mode 100644 index 00000000..077040eb --- /dev/null +++ b/packs/items/Karten_des_Schummlers_nff3XieL5dvOZga9.json @@ -0,0 +1,29 @@ +{ + "_id": "nff3XieL5dvOZga9", + "name": "Karten des Schummlers", + "type": "loot", + "img": "icons/sundries/gaming/playing-cards-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

In dieses wunderschöne Spielkarten-Set ist der Zauber @Compendium[ds4.spells.BGnY1p1qZXwpzXFA]{Zeitstop} eingebettet.

", + "quantity": 1, + "price": 13031, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343351, + "modifiedTime": 1668995457758, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nff3XieL5dvOZga9" +} \ No newline at end of file diff --git a/packs/items/Kartenspiel_CsUnbnytOapKsjuW.json b/packs/items/Kartenspiel_CsUnbnytOapKsjuW.json new file mode 100644 index 00000000..0537050b --- /dev/null +++ b/packs/items/Kartenspiel_CsUnbnytOapKsjuW.json @@ -0,0 +1,29 @@ +{ + "_id": "CsUnbnytOapKsjuW", + "name": "Kartenspiel", + "type": "loot", + "img": "icons/sundries/gaming/playing-cards-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342803, + "modifiedTime": 1668995456921, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!CsUnbnytOapKsjuW" +} \ No newline at end of file diff --git a/packs/items/Kette_der_Regeneration_VfjAtfQv5Ga8hoHu.json b/packs/items/Kette_der_Regeneration_VfjAtfQv5Ga8hoHu.json new file mode 100644 index 00000000..3b624762 --- /dev/null +++ b/packs/items/Kette_der_Regeneration_VfjAtfQv5Ga8hoHu.json @@ -0,0 +1,30 @@ +{ + "_id": "VfjAtfQv5Ga8hoHu", + "name": "Kette der Regeneration", + "type": "equipment", + "img": "icons/equipment/neck/choker-chain-thick-silver.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese schlichte Silberkette heilt in jeder Kamfprunde 1 LK.

", + "quantity": 1, + "price": null, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343052, + "modifiedTime": 1668995457333, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VfjAtfQv5Ga8hoHu" +} \ No newline at end of file diff --git a/packs/items/Kettenpanzer_09Hp2c2jgoXx7cV0.json b/packs/items/Kettenpanzer_09Hp2c2jgoXx7cV0.json new file mode 100644 index 00000000..e3562010 --- /dev/null +++ b/packs/items/Kettenpanzer_09Hp2c2jgoXx7cV0.json @@ -0,0 +1,35 @@ +{ + "_id": "09Hp2c2jgoXx7cV0", + "name": "Kettenpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "EkJB0kpYFHRMYSgl" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342626, + "modifiedTime": 1668995456637, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!09Hp2c2jgoXx7cV0" +} \ No newline at end of file diff --git a/packs/items/Kettenpanzer__1_TcyE0faEebPLoLOD.json b/packs/items/Kettenpanzer__1_TcyE0faEebPLoLOD.json new file mode 100644 index 00000000..630a86aa --- /dev/null +++ b/packs/items/Kettenpanzer__1_TcyE0faEebPLoLOD.json @@ -0,0 +1,35 @@ +{ + "_id": "TcyE0faEebPLoLOD", + "name": "Kettenpanzer +1", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "C7jqj8julpambLpm" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343004, + "modifiedTime": 1668995457310, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TcyE0faEebPLoLOD" +} \ No newline at end of file diff --git a/packs/items/Kettenpanzer__2_12WbnUt5h84JQxMp.json b/packs/items/Kettenpanzer__2_12WbnUt5h84JQxMp.json new file mode 100644 index 00000000..a27088e1 --- /dev/null +++ b/packs/items/Kettenpanzer__2_12WbnUt5h84JQxMp.json @@ -0,0 +1,35 @@ +{ + "_id": "12WbnUt5h84JQxMp", + "name": "Kettenpanzer +2", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "gPN9UcowmdjdyGyn" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342645, + "modifiedTime": 1668995456681, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!12WbnUt5h84JQxMp" +} \ No newline at end of file diff --git a/packs/items/Kettenpanzer__3_DRClmtZNGGYtritZ.json b/packs/items/Kettenpanzer__3_DRClmtZNGGYtritZ.json new file mode 100644 index 00000000..3bf64145 --- /dev/null +++ b/packs/items/Kettenpanzer__3_DRClmtZNGGYtritZ.json @@ -0,0 +1,35 @@ +{ + "_id": "DRClmtZNGGYtritZ", + "name": "Kettenpanzer +3", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "BKpvNVwaSovtKyRB" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 5260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342808, + "modifiedTime": 1668995456963, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DRClmtZNGGYtritZ" +} \ No newline at end of file diff --git a/packs/items/Keule__1_pzD6fcJa1Hk4Duwu.json b/packs/items/Keule__1_pzD6fcJa1Hk4Duwu.json new file mode 100644 index 00000000..9f16fe8b --- /dev/null +++ b/packs/items/Keule__1_pzD6fcJa1Hk4Duwu.json @@ -0,0 +1,35 @@ +{ + "_id": "pzD6fcJa1Hk4Duwu", + "name": "Keule +1", + "type": "weapon", + "img": "icons/weapons/clubs/club-simple-barbed.webp", + "effects": [ + "9ZyXiW0n9WJ5WQOv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1250.2, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343466, + "modifiedTime": 1668995457803, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pzD6fcJa1Hk4Duwu" +} \ No newline at end of file diff --git a/packs/items/Keule__2_GG7o5XbvBmmauzIw.json b/packs/items/Keule__2_GG7o5XbvBmmauzIw.json new file mode 100644 index 00000000..d0768966 --- /dev/null +++ b/packs/items/Keule__2_GG7o5XbvBmmauzIw.json @@ -0,0 +1,35 @@ +{ + "_id": "GG7o5XbvBmmauzIw", + "name": "Keule +2", + "type": "weapon", + "img": "icons/weapons/clubs/club-barbed-engraved-brown.webp", + "effects": [ + "a8zW4tAcGbak3nno" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1750.2, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342855, + "modifiedTime": 1668995457045, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GG7o5XbvBmmauzIw" +} \ No newline at end of file diff --git a/packs/items/Keule__3_7g4vNrJOoX0v4Byu.json b/packs/items/Keule__3_7g4vNrJOoX0v4Byu.json new file mode 100644 index 00000000..61a22efc --- /dev/null +++ b/packs/items/Keule__3_7g4vNrJOoX0v4Byu.json @@ -0,0 +1,35 @@ +{ + "_id": "7g4vNrJOoX0v4Byu", + "name": "Keule +3", + "type": "weapon", + "img": "icons/weapons/clubs/club-banded-brown.webp", + "effects": [ + "8y8e8BsFQZZkwUXk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2250.2, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342744, + "modifiedTime": 1668995456792, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7g4vNrJOoX0v4Byu" +} \ No newline at end of file diff --git a/packs/items/Keule_siJAzGmpHVegUKBF.json b/packs/items/Keule_siJAzGmpHVegUKBF.json new file mode 100644 index 00000000..925c4647 --- /dev/null +++ b/packs/items/Keule_siJAzGmpHVegUKBF.json @@ -0,0 +1,33 @@ +{ + "_id": "siJAzGmpHVegUKBF", + "name": "Keule", + "type": "weapon", + "img": "icons/weapons/clubs/club-simple-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zerbricht bei Schlagen-Patzer

", + "quantity": 1, + "price": 0.2, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343492, + "modifiedTime": 1668995457831, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!siJAzGmpHVegUKBF" +} \ No newline at end of file diff --git a/packs/items/Kletterausr_stung_3zqSBuiQWIsIov4h.json b/packs/items/Kletterausr_stung_3zqSBuiQWIsIov4h.json new file mode 100644 index 00000000..ef6799a0 --- /dev/null +++ b/packs/items/Kletterausr_stung_3zqSBuiQWIsIov4h.json @@ -0,0 +1,29 @@ +{ + "_id": "3zqSBuiQWIsIov4h", + "name": "Kletterausrüstung", + "type": "loot", + "img": "icons/sundries/survival/rope-wrapped-loops-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342702, + "modifiedTime": 1668995456758, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3zqSBuiQWIsIov4h" +} \ No newline at end of file diff --git a/packs/items/Klettertrank_udsNOh5h0TQmOYBl.json b/packs/items/Klettertrank_udsNOh5h0TQmOYBl.json new file mode 100644 index 00000000..facfa39f --- /dev/null +++ b/packs/items/Klettertrank_udsNOh5h0TQmOYBl.json @@ -0,0 +1,29 @@ +{ + "_id": "udsNOh5h0TQmOYBl", + "name": "Klettertrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-conical-corked-cyan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann für W20 Runden mit seinem normalen Laufen-Wert wie eine Spinne klettern, selbst kopfüber an der Decke.

", + "quantity": 1, + "price": 50, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343544, + "modifiedTime": 1668995457898, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!udsNOh5h0TQmOYBl" +} \ No newline at end of file diff --git a/packs/items/Kluft_des_J_gers_zWMPzHIY3vkrCIEJ.json b/packs/items/Kluft_des_J_gers_zWMPzHIY3vkrCIEJ.json new file mode 100644 index 00000000..d95311aa --- /dev/null +++ b/packs/items/Kluft_des_J_gers_zWMPzHIY3vkrCIEJ.json @@ -0,0 +1,36 @@ +{ + "_id": "zWMPzHIY3vkrCIEJ", + "name": "Kluft des Jägers", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-leather-green.webp", + "effects": [ + "RXgVHCUhqvSvdubt", + "XsKZUk7lLh6egc89" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese braun-grüne Lederrüstung gewährt neben Jäger +I ihrem Träger +1 auf Bewegung.

", + "quantity": 1, + "price": 1504, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343602, + "modifiedTime": 1668995457975, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zWMPzHIY3vkrCIEJ" +} \ No newline at end of file diff --git a/packs/items/Kompass_xwjafjsWdZJBVN0A.json b/packs/items/Kompass_xwjafjsWdZJBVN0A.json new file mode 100644 index 00000000..f72a21f9 --- /dev/null +++ b/packs/items/Kompass_xwjafjsWdZJBVN0A.json @@ -0,0 +1,29 @@ +{ + "_id": "xwjafjsWdZJBVN0A", + "name": "Kompass", + "type": "loot", + "img": "icons/tools/navigation/compass-brass-blue-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 35, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343573, + "modifiedTime": 1668995457941, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xwjafjsWdZJBVN0A" +} \ No newline at end of file diff --git a/packs/items/Konzentrationstrank_W2dHT0OENc5kNwnZ.json b/packs/items/Konzentrationstrank_W2dHT0OENc5kNwnZ.json new file mode 100644 index 00000000..c65c255d --- /dev/null +++ b/packs/items/Konzentrationstrank_W2dHT0OENc5kNwnZ.json @@ -0,0 +1,29 @@ +{ + "_id": "W2dHT0OENc5kNwnZ", + "name": "Konzentrationstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-white.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser oft graue Trank verdoppelt GEI für GEI in Runden.

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343054, + "modifiedTime": 1668995457337, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!W2dHT0OENc5kNwnZ" +} \ No newline at end of file diff --git a/packs/items/Kriegshorn_c3YlvFbZJD6LbhVi.json b/packs/items/Kriegshorn_c3YlvFbZJD6LbhVi.json new file mode 100644 index 00000000..d5ae99ac --- /dev/null +++ b/packs/items/Kriegshorn_c3YlvFbZJD6LbhVi.json @@ -0,0 +1,32 @@ +{ + "_id": "c3YlvFbZJD6LbhVi", + "name": "Kriegshorn", + "type": "equipment", + "img": "icons/commodities/treasure/horn-carved-banded.webp", + "effects": [ + "DZXHZOg7edkW2RS2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Klang des Horns feuert die Kampfgefährten mit seinem eingebetteten Schlachtruf +I an.

", + "quantity": 1, + "price": 2750.05, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343102, + "modifiedTime": 1668995457385, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!c3YlvFbZJD6LbhVi" +} \ No newline at end of file diff --git a/packs/items/Kristallkugel_PQfSHYKxPqia6nG3.json b/packs/items/Kristallkugel_PQfSHYKxPqia6nG3.json new file mode 100644 index 00000000..88130272 --- /dev/null +++ b/packs/items/Kristallkugel_PQfSHYKxPqia6nG3.json @@ -0,0 +1,29 @@ +{ + "_id": "PQfSHYKxPqia6nG3", + "name": "Kristallkugel", + "type": "loot", + "img": "icons/tools/laboratory/alembic-glass-ball-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauber @Compendium[ds4.spells.xR5aBGFz3916e82x]{Spionage} ist in diese äußerst zerbrechliche Kugel eingebettet.

", + "quantity": 1, + "price": 1485, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342932, + "modifiedTime": 1668995457200, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PQfSHYKxPqia6nG3" +} \ No newline at end of file diff --git a/packs/items/Krumms_bel_FbfsU0H1E7wCxm0q.json b/packs/items/Krumms_bel_FbfsU0H1E7wCxm0q.json new file mode 100644 index 00000000..91d72202 --- /dev/null +++ b/packs/items/Krumms_bel_FbfsU0H1E7wCxm0q.json @@ -0,0 +1,33 @@ +{ + "_id": "FbfsU0H1E7wCxm0q", + "name": "Krummsäbel", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-worn-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342827, + "modifiedTime": 1668995457027, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FbfsU0H1E7wCxm0q" +} \ No newline at end of file diff --git a/packs/items/Krumms_bel__1_R1cxU1hzcLopZwhA.json b/packs/items/Krumms_bel__1_R1cxU1hzcLopZwhA.json new file mode 100644 index 00000000..8423581f --- /dev/null +++ b/packs/items/Krumms_bel__1_R1cxU1hzcLopZwhA.json @@ -0,0 +1,35 @@ +{ + "_id": "R1cxU1hzcLopZwhA", + "name": "Krummsäbel +1", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-guard.webp", + "effects": [ + "uYIt59oaCKobgftJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342955, + "modifiedTime": 1668995457221, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!R1cxU1hzcLopZwhA" +} \ No newline at end of file diff --git a/packs/items/Krumms_bel__2_2C0GH1sYXj8QtRTK.json b/packs/items/Krumms_bel__2_2C0GH1sYXj8QtRTK.json new file mode 100644 index 00000000..3a73826b --- /dev/null +++ b/packs/items/Krumms_bel__2_2C0GH1sYXj8QtRTK.json @@ -0,0 +1,35 @@ +{ + "_id": "2C0GH1sYXj8QtRTK", + "name": "Krummsäbel +2", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-guard-brown.webp", + "effects": [ + "xjUL1B0P5jhze3vQ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1756, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342675, + "modifiedTime": 1668995456737, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2C0GH1sYXj8QtRTK" +} \ No newline at end of file diff --git a/packs/items/Krumms_bel__3_8B4biRyQ6SN0fYtl.json b/packs/items/Krumms_bel__3_8B4biRyQ6SN0fYtl.json new file mode 100644 index 00000000..d0543954 --- /dev/null +++ b/packs/items/Krumms_bel__3_8B4biRyQ6SN0fYtl.json @@ -0,0 +1,35 @@ +{ + "_id": "8B4biRyQ6SN0fYtl", + "name": "Krummsäbel +3", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-guard-red.webp", + "effects": [ + "muxy8RtkuaOsrY2H" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342759, + "modifiedTime": 1668995456807, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8B4biRyQ6SN0fYtl" +} \ No newline at end of file diff --git a/packs/items/Krummschwert_0EwYRuQCBmE3LIm2.json b/packs/items/Krummschwert_0EwYRuQCBmE3LIm2.json new file mode 100644 index 00000000..0bec17e5 --- /dev/null +++ b/packs/items/Krummschwert_0EwYRuQCBmE3LIm2.json @@ -0,0 +1,33 @@ +{ + "_id": "0EwYRuQCBmE3LIm2", + "name": "Krummschwert", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-broad.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342629, + "modifiedTime": 1668995456640, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0EwYRuQCBmE3LIm2" +} \ No newline at end of file diff --git a/packs/items/Krummschwert__1_7CCoTap4GzN1uSNw.json b/packs/items/Krummschwert__1_7CCoTap4GzN1uSNw.json new file mode 100644 index 00000000..3e6d4566 --- /dev/null +++ b/packs/items/Krummschwert__1_7CCoTap4GzN1uSNw.json @@ -0,0 +1,35 @@ +{ + "_id": "7CCoTap4GzN1uSNw", + "name": "Krummschwert +1", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-guard-wood.webp", + "effects": [ + "Vg3Q9A7QIXHrABFk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342737, + "modifiedTime": 1668995456786, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7CCoTap4GzN1uSNw" +} \ No newline at end of file diff --git a/packs/items/Krummschwert__2_3ZCLI6UN4i0zTeuv.json b/packs/items/Krummschwert__2_3ZCLI6UN4i0zTeuv.json new file mode 100644 index 00000000..b058eec2 --- /dev/null +++ b/packs/items/Krummschwert__2_3ZCLI6UN4i0zTeuv.json @@ -0,0 +1,35 @@ +{ + "_id": "3ZCLI6UN4i0zTeuv", + "name": "Krummschwert +2", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-bone.webp", + "effects": [ + "MUERgL0DjjZR3sv0" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342698, + "modifiedTime": 1668995456755, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3ZCLI6UN4i0zTeuv" +} \ No newline at end of file diff --git a/packs/items/Krummschwert__3_opq2AakrpM9gLSa0.json b/packs/items/Krummschwert__3_opq2AakrpM9gLSa0.json new file mode 100644 index 00000000..7e78cf66 --- /dev/null +++ b/packs/items/Krummschwert__3_opq2AakrpM9gLSa0.json @@ -0,0 +1,35 @@ +{ + "_id": "opq2AakrpM9gLSa0", + "name": "Krummschwert +3", + "type": "weapon", + "img": "icons/weapons/swords/scimitar-blue.webp", + "effects": [ + "RGYzuIow1nDLd681" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343410, + "modifiedTime": 1668995457786, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!opq2AakrpM9gLSa0" +} \ No newline at end of file diff --git a/packs/items/Kundschafterpanzer_ZLDJNdtwxbdiJOP2.json b/packs/items/Kundschafterpanzer_ZLDJNdtwxbdiJOP2.json new file mode 100644 index 00000000..8a51730c --- /dev/null +++ b/packs/items/Kundschafterpanzer_ZLDJNdtwxbdiJOP2.json @@ -0,0 +1,36 @@ +{ + "_id": "ZLDJNdtwxbdiJOP2", + "name": "Kundschafterpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-leather.webp", + "effects": [ + "EkJB0kpYFHRMYSgl", + "mq2ViimrfXr7sGC7" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese mit braunen Fellschulterpolstern verzierte Kettenrüstung gewährt ihrem Träger +1 auf Bewegung.

\n

Laufen -0,5

", + "quantity": 1, + "price": 1260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343083, + "modifiedTime": 1668995457358, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZLDJNdtwxbdiJOP2" +} \ No newline at end of file diff --git a/packs/items/Kurzbogen_QsnvAep80sSVJToD.json b/packs/items/Kurzbogen_QsnvAep80sSVJToD.json new file mode 100644 index 00000000..093e0574 --- /dev/null +++ b/packs/items/Kurzbogen_QsnvAep80sSVJToD.json @@ -0,0 +1,35 @@ +{ + "_id": "QsnvAep80sSVJToD", + "name": "Kurzbogen", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-leather.webp", + "effects": [ + "zgiIGlRMVCgAzrn7" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342954, + "modifiedTime": 1668995457217, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QsnvAep80sSVJToD" +} \ No newline at end of file diff --git a/packs/items/Kurzbogen__1_6WqPqjMQMMPjV99U.json b/packs/items/Kurzbogen__1_6WqPqjMQMMPjV99U.json new file mode 100644 index 00000000..f9498bf7 --- /dev/null +++ b/packs/items/Kurzbogen__1_6WqPqjMQMMPjV99U.json @@ -0,0 +1,36 @@ +{ + "_id": "6WqPqjMQMMPjV99U", + "name": "Kurzbogen +1", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-recurve-leather.webp", + "effects": [ + "zgiIGlRMVCgAzrn7", + "8iny3Tt6i6g5EcYh" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 1256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342732, + "modifiedTime": 1668995456781, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6WqPqjMQMMPjV99U" +} \ No newline at end of file diff --git a/packs/items/Kurzbogen__2_1hmprC7XVhIPemy5.json b/packs/items/Kurzbogen__2_1hmprC7XVhIPemy5.json new file mode 100644 index 00000000..3f543e44 --- /dev/null +++ b/packs/items/Kurzbogen__2_1hmprC7XVhIPemy5.json @@ -0,0 +1,36 @@ +{ + "_id": "1hmprC7XVhIPemy5", + "name": "Kurzbogen +2", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-recurve.webp", + "effects": [ + "zgiIGlRMVCgAzrn7", + "VkuGm7hES83WX4HD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 1756, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342654, + "modifiedTime": 1668995456706, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1hmprC7XVhIPemy5" +} \ No newline at end of file diff --git a/packs/items/Kurzbogen__3_RKKhoedvylYWFBN3.json b/packs/items/Kurzbogen__3_RKKhoedvylYWFBN3.json new file mode 100644 index 00000000..5e0676b3 --- /dev/null +++ b/packs/items/Kurzbogen__3_RKKhoedvylYWFBN3.json @@ -0,0 +1,36 @@ +{ + "_id": "RKKhoedvylYWFBN3", + "name": "Kurzbogen +3", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-recurve-blue.webp", + "effects": [ + "zgiIGlRMVCgAzrn7", + "OQr5POyJ0Azklftu" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342963, + "modifiedTime": 1668995457236, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RKKhoedvylYWFBN3" +} \ No newline at end of file diff --git a/packs/items/Kurzschwert_Sj1iVgklsdFtLq8M.json b/packs/items/Kurzschwert_Sj1iVgklsdFtLq8M.json new file mode 100644 index 00000000..014673dd --- /dev/null +++ b/packs/items/Kurzschwert_Sj1iVgklsdFtLq8M.json @@ -0,0 +1,33 @@ +{ + "_id": "Sj1iVgklsdFtLq8M", + "name": "Kurzschwert", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-guard-brass.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342989, + "modifiedTime": 1668995457286, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Sj1iVgklsdFtLq8M" +} \ No newline at end of file diff --git a/packs/items/Kurzschwert__1_8la7FJ8kpGNUWrCg.json b/packs/items/Kurzschwert__1_8la7FJ8kpGNUWrCg.json new file mode 100644 index 00000000..99be49d8 --- /dev/null +++ b/packs/items/Kurzschwert__1_8la7FJ8kpGNUWrCg.json @@ -0,0 +1,35 @@ +{ + "_id": "8la7FJ8kpGNUWrCg", + "name": "Kurzschwert +1", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-green.webp", + "effects": [ + "CElngj6OWPpIw37j" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342764, + "modifiedTime": 1668995456817, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8la7FJ8kpGNUWrCg" +} \ No newline at end of file diff --git a/packs/items/Kurzschwert__2_MO1ga2aLjjkBZRzt.json b/packs/items/Kurzschwert__2_MO1ga2aLjjkBZRzt.json new file mode 100644 index 00000000..034b10f0 --- /dev/null +++ b/packs/items/Kurzschwert__2_MO1ga2aLjjkBZRzt.json @@ -0,0 +1,35 @@ +{ + "_id": "MO1ga2aLjjkBZRzt", + "name": "Kurzschwert +2", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-guard-silver.webp", + "effects": [ + "qkDy1MWD6Fkk97e6" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1756, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342906, + "modifiedTime": 1668995457173, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MO1ga2aLjjkBZRzt" +} \ No newline at end of file diff --git a/packs/items/Kurzschwert__3_F1XnlA28XCnT7Y0V.json b/packs/items/Kurzschwert__3_F1XnlA28XCnT7Y0V.json new file mode 100644 index 00000000..29c43041 --- /dev/null +++ b/packs/items/Kurzschwert__3_F1XnlA28XCnT7Y0V.json @@ -0,0 +1,35 @@ +{ + "_id": "F1XnlA28XCnT7Y0V", + "name": "Kurzschwert +3", + "type": "weapon", + "img": "icons/weapons/swords/shortsword-guard-gold-red.webp", + "effects": [ + "FZMhm4De8EXj7dBZ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342815, + "modifiedTime": 1668995457000, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!F1XnlA28XCnT7Y0V" +} \ No newline at end of file diff --git a/packs/items/Langbogen__1_EwjFWRaLhR33wP92.json b/packs/items/Langbogen__1_EwjFWRaLhR33wP92.json new file mode 100644 index 00000000..7b5cade3 --- /dev/null +++ b/packs/items/Langbogen__1_EwjFWRaLhR33wP92.json @@ -0,0 +1,36 @@ +{ + "_id": "EwjFWRaLhR33wP92", + "name": "Langbogen +1", + "type": "weapon", + "img": "icons/weapons/bows/bow-ornamental-silver-black.webp", + "effects": [ + "XsqzwEX1AvYJyczG", + "zQsujP8ZT0cwdtqk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 1760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342814, + "modifiedTime": 1668995456995, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!EwjFWRaLhR33wP92" +} \ No newline at end of file diff --git a/packs/items/Langbogen__2_gVwoOpuHkmwvcUow.json b/packs/items/Langbogen__2_gVwoOpuHkmwvcUow.json new file mode 100644 index 00000000..1db717b2 --- /dev/null +++ b/packs/items/Langbogen__2_gVwoOpuHkmwvcUow.json @@ -0,0 +1,36 @@ +{ + "_id": "gVwoOpuHkmwvcUow", + "name": "Langbogen +2", + "type": "weapon", + "img": "icons/weapons/bows/bow-ornamental-gold-blue.webp", + "effects": [ + "XsqzwEX1AvYJyczG", + "iUXn0CQKZw6Rr1yH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343210, + "modifiedTime": 1668995457503, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gVwoOpuHkmwvcUow" +} \ No newline at end of file diff --git a/packs/items/Langbogen__3_WiW9Sad1D2HjkNMz.json b/packs/items/Langbogen__3_WiW9Sad1D2HjkNMz.json new file mode 100644 index 00000000..a1240523 --- /dev/null +++ b/packs/items/Langbogen__3_WiW9Sad1D2HjkNMz.json @@ -0,0 +1,36 @@ +{ + "_id": "WiW9Sad1D2HjkNMz", + "name": "Langbogen +3", + "type": "weapon", + "img": "icons/weapons/bows/bow-recurve-black.webp", + "effects": [ + "XsqzwEX1AvYJyczG", + "B6tNz4B208qZf3JU" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343058, + "modifiedTime": 1668995457341, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!WiW9Sad1D2HjkNMz" +} \ No newline at end of file diff --git a/packs/items/Langbogen_fmunGPk80ObkIzUl.json b/packs/items/Langbogen_fmunGPk80ObkIzUl.json new file mode 100644 index 00000000..a29bca63 --- /dev/null +++ b/packs/items/Langbogen_fmunGPk80ObkIzUl.json @@ -0,0 +1,35 @@ +{ + "_id": "fmunGPk80ObkIzUl", + "name": "Langbogen", + "type": "weapon", + "img": "icons/weapons/bows/longbow-leather-green.webp", + "effects": [ + "XsqzwEX1AvYJyczG" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative +1, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 10, + "availability": "city", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343202, + "modifiedTime": 1668995457495, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fmunGPk80ObkIzUl" +} \ No newline at end of file diff --git a/packs/items/Langschwert__1_dMbjx675yI2F4rUg.json b/packs/items/Langschwert__1_dMbjx675yI2F4rUg.json new file mode 100644 index 00000000..d1c7cabd --- /dev/null +++ b/packs/items/Langschwert__1_dMbjx675yI2F4rUg.json @@ -0,0 +1,35 @@ +{ + "_id": "dMbjx675yI2F4rUg", + "name": "Langschwert +1", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-embossed-green.webp", + "effects": [ + "l7qeGLLyuz7VXAAd" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343138, + "modifiedTime": 1668995457405, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dMbjx675yI2F4rUg" +} \ No newline at end of file diff --git a/packs/items/Langschwert__2_i1ZcbKzviqz0nxjV.json b/packs/items/Langschwert__2_i1ZcbKzviqz0nxjV.json new file mode 100644 index 00000000..39d3aca1 --- /dev/null +++ b/packs/items/Langschwert__2_i1ZcbKzviqz0nxjV.json @@ -0,0 +1,35 @@ +{ + "_id": "i1ZcbKzviqz0nxjV", + "name": "Langschwert +2", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-purple.webp", + "effects": [ + "5JZ001rLJuZMJSrD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343243, + "modifiedTime": 1668995457553, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!i1ZcbKzviqz0nxjV" +} \ No newline at end of file diff --git a/packs/items/Langschwert__3_Dg8qq9n5FFxZG68k.json b/packs/items/Langschwert__3_Dg8qq9n5FFxZG68k.json new file mode 100644 index 00000000..9d3b175e --- /dev/null +++ b/packs/items/Langschwert__3_Dg8qq9n5FFxZG68k.json @@ -0,0 +1,35 @@ +{ + "_id": "Dg8qq9n5FFxZG68k", + "name": "Langschwert +3", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-engraved.webp", + "effects": [ + "DSf5BV955w2hKZuf" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342810, + "modifiedTime": 1668995456983, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Dg8qq9n5FFxZG68k" +} \ No newline at end of file diff --git a/packs/items/Langschwert_htmQWmMCQN620KrE.json b/packs/items/Langschwert_htmQWmMCQN620KrE.json new file mode 100644 index 00000000..e69838ca --- /dev/null +++ b/packs/items/Langschwert_htmQWmMCQN620KrE.json @@ -0,0 +1,33 @@ +{ + "_id": "htmQWmMCQN620KrE", + "name": "Langschwert", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343241, + "modifiedTime": 1668995457543, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!htmQWmMCQN620KrE" +} \ No newline at end of file diff --git a/packs/items/Lanze_DS11ssHOcZTdZiLK.json b/packs/items/Lanze_DS11ssHOcZTdZiLK.json new file mode 100644 index 00000000..9ee1b314 --- /dev/null +++ b/packs/items/Lanze_DS11ssHOcZTdZiLK.json @@ -0,0 +1,33 @@ +{ + "_id": "DS11ssHOcZTdZiLK", + "name": "Lanze", + "type": "weapon", + "img": "icons/weapons/polearms/spear-simple-engraved.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur im Trab (WB +1) oder Galopp (WB +4), Zerbricht bei Schlagen-Patzer

", + "quantity": 1, + "price": 2, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": null, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342809, + "modifiedTime": 1668995456976, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DS11ssHOcZTdZiLK" +} \ No newline at end of file diff --git a/packs/items/Lanze__1_upkDR02zMILTPib6.json b/packs/items/Lanze__1_upkDR02zMILTPib6.json new file mode 100644 index 00000000..2dbb85f8 --- /dev/null +++ b/packs/items/Lanze__1_upkDR02zMILTPib6.json @@ -0,0 +1,35 @@ +{ + "_id": "upkDR02zMILTPib6", + "name": "Lanze +1", + "type": "weapon", + "img": "icons/weapons/polearms/spear-flared-green.webp", + "effects": [ + "d8N240qBKaRGqkcf" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", + "quantity": 1, + "price": 1252, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343547, + "modifiedTime": 1668995457909, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!upkDR02zMILTPib6" +} \ No newline at end of file diff --git a/packs/items/Lanze__2_5MrsKOS4sAxpMv2U.json b/packs/items/Lanze__2_5MrsKOS4sAxpMv2U.json new file mode 100644 index 00000000..99623de0 --- /dev/null +++ b/packs/items/Lanze__2_5MrsKOS4sAxpMv2U.json @@ -0,0 +1,35 @@ +{ + "_id": "5MrsKOS4sAxpMv2U", + "name": "Lanze +2", + "type": "weapon", + "img": "icons/weapons/polearms/spear-flared-blue.webp", + "effects": [ + "iLA1AQrTlmA0BFnC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", + "quantity": 1, + "price": 1752, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342718, + "modifiedTime": 1668995456769, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5MrsKOS4sAxpMv2U" +} \ No newline at end of file diff --git a/packs/items/Lanze__3_bVeWMNBKPWRqrFGj.json b/packs/items/Lanze__3_bVeWMNBKPWRqrFGj.json new file mode 100644 index 00000000..c9e3ece7 --- /dev/null +++ b/packs/items/Lanze__3_bVeWMNBKPWRqrFGj.json @@ -0,0 +1,35 @@ +{ + "_id": "bVeWMNBKPWRqrFGj", + "name": "Lanze +3", + "type": "weapon", + "img": "icons/weapons/polearms/spear-flared-purple.webp", + "effects": [ + "5CFUcYAipdyZHdde" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur im Trab (WB +1) oder Galopp (WB +4)

", + "quantity": 1, + "price": 2252, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343098, + "modifiedTime": 1668995457383, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!bVeWMNBKPWRqrFGj" +} \ No newline at end of file diff --git a/packs/items/Laterne_ZyML0QPctIXK8A4c.json b/packs/items/Laterne_ZyML0QPctIXK8A4c.json new file mode 100644 index 00000000..63fb2139 --- /dev/null +++ b/packs/items/Laterne_ZyML0QPctIXK8A4c.json @@ -0,0 +1,29 @@ +{ + "_id": "ZyML0QPctIXK8A4c", + "name": "Laterne", + "type": "loot", + "img": "icons/sundries/lights/lantern-iron-yellow.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343085, + "modifiedTime": 1668995457362, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZyML0QPctIXK8A4c" +} \ No newline at end of file diff --git a/packs/items/Laternen_l__brennt_4h__C2ggZE3ifOXlonkj.json b/packs/items/Laternen_l__brennt_4h__C2ggZE3ifOXlonkj.json new file mode 100644 index 00000000..21b92f58 --- /dev/null +++ b/packs/items/Laternen_l__brennt_4h__C2ggZE3ifOXlonkj.json @@ -0,0 +1,29 @@ +{ + "_id": "C2ggZE3ifOXlonkj", + "name": "Laternenöl (brennt 4h)", + "type": "loot", + "img": "icons/containers/kitchenware/vase-clay-cracked-white.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.05, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342799, + "modifiedTime": 1668995456897, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!C2ggZE3ifOXlonkj" +} \ No newline at end of file diff --git a/packs/items/Lederbecher_d4OegxLYAGpzMFsc.json b/packs/items/Lederbecher_d4OegxLYAGpzMFsc.json new file mode 100644 index 00000000..292d64cf --- /dev/null +++ b/packs/items/Lederbecher_d4OegxLYAGpzMFsc.json @@ -0,0 +1,29 @@ +{ + "_id": "d4OegxLYAGpzMFsc", + "name": "Lederbecher", + "type": "loot", + "img": "icons/containers/kitchenware/mug-stein-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343127, + "modifiedTime": 1668995457400, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!d4OegxLYAGpzMFsc" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer_60MhQmXh0c2cT5nx.json b/packs/items/Lederpanzer_60MhQmXh0c2cT5nx.json new file mode 100644 index 00000000..22859e2a --- /dev/null +++ b/packs/items/Lederpanzer_60MhQmXh0c2cT5nx.json @@ -0,0 +1,33 @@ +{ + "_id": "60MhQmXh0c2cT5nx", + "name": "Lederpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342726, + "modifiedTime": 1668995456775, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!60MhQmXh0c2cT5nx" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__1_GgYd2UCD2Juq7EUF.json b/packs/items/Lederpanzer__1_GgYd2UCD2Juq7EUF.json new file mode 100644 index 00000000..37d72da0 --- /dev/null +++ b/packs/items/Lederpanzer__1_GgYd2UCD2Juq7EUF.json @@ -0,0 +1,35 @@ +{ + "_id": "GgYd2UCD2Juq7EUF", + "name": "Lederpanzer +1", + "type": "armor", + "img": "icons/equipment/chest/breastplate-collared-leather-brown.webp", + "effects": [ + "CUa4rA1A1cwWac46" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342860, + "modifiedTime": 1668995457055, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GgYd2UCD2Juq7EUF" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__2_JUTPfEGHEEwpeLvv.json b/packs/items/Lederpanzer__2_JUTPfEGHEEwpeLvv.json new file mode 100644 index 00000000..63223466 --- /dev/null +++ b/packs/items/Lederpanzer__2_JUTPfEGHEEwpeLvv.json @@ -0,0 +1,35 @@ +{ + "_id": "JUTPfEGHEEwpeLvv", + "name": "Lederpanzer +2", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-leather-studded-black.webp", + "effects": [ + "5vJF9ck6rDsBPnKl" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 3254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342876, + "modifiedTime": 1668995457093, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JUTPfEGHEEwpeLvv" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__3_A6hSQX9cPpoWHiOh.json b/packs/items/Lederpanzer__3_A6hSQX9cPpoWHiOh.json new file mode 100644 index 00000000..3421218b --- /dev/null +++ b/packs/items/Lederpanzer__3_A6hSQX9cPpoWHiOh.json @@ -0,0 +1,35 @@ +{ + "_id": "A6hSQX9cPpoWHiOh", + "name": "Lederpanzer +3", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-leather-studded.webp", + "effects": [ + "pYb7mMRhc5KBnUJT" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342779, + "modifiedTime": 1668995456841, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!A6hSQX9cPpoWHiOh" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__F_r_Reittiere___1_yuSDAJwN3NFfcTSE.json b/packs/items/Lederpanzer__F_r_Reittiere___1_yuSDAJwN3NFfcTSE.json new file mode 100644 index 00000000..b85122ae --- /dev/null +++ b/packs/items/Lederpanzer__F_r_Reittiere___1_yuSDAJwN3NFfcTSE.json @@ -0,0 +1,35 @@ +{ + "_id": "yuSDAJwN3NFfcTSE", + "name": "Lederpanzer (Für Reittiere) +1", + "type": "armor", + "img": "icons/commodities/leather/leather-leaf-tan.webp", + "effects": [ + "ISagK3JV33VmnmoX" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2262, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343590, + "modifiedTime": 1668995457967, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yuSDAJwN3NFfcTSE" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__F_r_Reittiere___2_QNJVRtALi17otgDU.json b/packs/items/Lederpanzer__F_r_Reittiere___2_QNJVRtALi17otgDU.json new file mode 100644 index 00000000..38bd09c6 --- /dev/null +++ b/packs/items/Lederpanzer__F_r_Reittiere___2_QNJVRtALi17otgDU.json @@ -0,0 +1,35 @@ +{ + "_id": "QNJVRtALi17otgDU", + "name": "Lederpanzer (Für Reittiere) +2", + "type": "armor", + "img": "icons/commodities/leather/leather-leaf-tan.webp", + "effects": [ + "9qPThLRf5cwflety" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 3262, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342944, + "modifiedTime": 1668995457208, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QNJVRtALi17otgDU" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__F_r_Reittiere___3_34fD45Yzi3s2cSgy.json b/packs/items/Lederpanzer__F_r_Reittiere___3_34fD45Yzi3s2cSgy.json new file mode 100644 index 00000000..7a7311d1 --- /dev/null +++ b/packs/items/Lederpanzer__F_r_Reittiere___3_34fD45Yzi3s2cSgy.json @@ -0,0 +1,35 @@ +{ + "_id": "34fD45Yzi3s2cSgy", + "name": "Lederpanzer (Für Reittiere) +3", + "type": "armor", + "img": "icons/commodities/leather/leather-leaf-tan.webp", + "effects": [ + "DY0fXwaK8RHbyo75" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4262, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342696, + "modifiedTime": 1668995456753, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!34fD45Yzi3s2cSgy" +} \ No newline at end of file diff --git a/packs/items/Lederpanzer__F_r_Reittiere__aNGn2tplXGSikyV7.json b/packs/items/Lederpanzer__F_r_Reittiere__aNGn2tplXGSikyV7.json new file mode 100644 index 00000000..dcf13af7 --- /dev/null +++ b/packs/items/Lederpanzer__F_r_Reittiere__aNGn2tplXGSikyV7.json @@ -0,0 +1,33 @@ +{ + "_id": "aNGn2tplXGSikyV7", + "name": "Lederpanzer (Für Reittiere)", + "type": "armor", + "img": "icons/commodities/leather/leather-leaf-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 12, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343088, + "modifiedTime": 1668995457366, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aNGn2tplXGSikyV7" +} \ No newline at end of file diff --git a/packs/items/Lederschienen_GgWdEi4yyPb1wqYn.json b/packs/items/Lederschienen_GgWdEi4yyPb1wqYn.json new file mode 100644 index 00000000..251b4e1b --- /dev/null +++ b/packs/items/Lederschienen_GgWdEi4yyPb1wqYn.json @@ -0,0 +1,33 @@ +{ + "_id": "GgWdEi4yyPb1wqYn", + "name": "Lederschienen", + "type": "armor", + "img": "icons/equipment/wrist/bracer-simple-leather.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

An Arm & Bein

", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "vambraceGreaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342859, + "modifiedTime": 1668995457052, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GgWdEi4yyPb1wqYn" +} \ No newline at end of file diff --git a/packs/items/Lederschienen__1_Hna91ve4yx84u7zJ.json b/packs/items/Lederschienen__1_Hna91ve4yx84u7zJ.json new file mode 100644 index 00000000..c97dcc1f --- /dev/null +++ b/packs/items/Lederschienen__1_Hna91ve4yx84u7zJ.json @@ -0,0 +1,35 @@ +{ + "_id": "Hna91ve4yx84u7zJ", + "name": "Lederschienen +1", + "type": "armor", + "img": "icons/equipment/wrist/bracer-simple-leather-steel.webp", + "effects": [ + "KL8cnKi5NITkDENS" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

An Arm & Bein

", + "quantity": 1, + "price": 2254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "vambraceGreaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342866, + "modifiedTime": 1668995457071, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Hna91ve4yx84u7zJ" +} \ No newline at end of file diff --git a/packs/items/Lederschienen__2_yleQcy5mTJ5jn3RZ.json b/packs/items/Lederschienen__2_yleQcy5mTJ5jn3RZ.json new file mode 100644 index 00000000..08b0cd8c --- /dev/null +++ b/packs/items/Lederschienen__2_yleQcy5mTJ5jn3RZ.json @@ -0,0 +1,35 @@ +{ + "_id": "yleQcy5mTJ5jn3RZ", + "name": "Lederschienen +2", + "type": "armor", + "img": "icons/equipment/wrist/bracer-straight-leather-red.webp", + "effects": [ + "YzSUbB0a2EknrxQQ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

An Arm & Bein

", + "quantity": 1, + "price": 3254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "vambraceGreaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343585, + "modifiedTime": 1668995457962, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yleQcy5mTJ5jn3RZ" +} \ No newline at end of file diff --git a/packs/items/Lederschienen__3_Aw9aoumlI69gYv75.json b/packs/items/Lederschienen__3_Aw9aoumlI69gYv75.json new file mode 100644 index 00000000..76f9dc4b --- /dev/null +++ b/packs/items/Lederschienen__3_Aw9aoumlI69gYv75.json @@ -0,0 +1,35 @@ +{ + "_id": "Aw9aoumlI69gYv75", + "name": "Lederschienen +3", + "type": "armor", + "img": "icons/equipment/wrist/bracer-banded-leather-black.webp", + "effects": [ + "LE8TRjZF13O6kDB8" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

An Arm & Bein

", + "quantity": 1, + "price": 4254, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "vambraceGreaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342791, + "modifiedTime": 1668995456866, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Aw9aoumlI69gYv75" +} \ No newline at end of file diff --git a/packs/items/Leichte_Armbrust__1_9MsBlnMhvAMe4zTk.json b/packs/items/Leichte_Armbrust__1_9MsBlnMhvAMe4zTk.json new file mode 100644 index 00000000..04e429df --- /dev/null +++ b/packs/items/Leichte_Armbrust__1_9MsBlnMhvAMe4zTk.json @@ -0,0 +1,36 @@ +{ + "_id": "9MsBlnMhvAMe4zTk", + "name": "Leichte Armbrust +1", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-simple-brown.webp", + "effects": [ + "gMm2PnBADqXBrCi1", + "sACwF2e5qLRs6c1a" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 1758, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342769, + "modifiedTime": 1668995456826, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9MsBlnMhvAMe4zTk" +} \ No newline at end of file diff --git a/packs/items/Leichte_Armbrust__2_PihP9eVyE4UEi1jj.json b/packs/items/Leichte_Armbrust__2_PihP9eVyE4UEi1jj.json new file mode 100644 index 00000000..8f57f76b --- /dev/null +++ b/packs/items/Leichte_Armbrust__2_PihP9eVyE4UEi1jj.json @@ -0,0 +1,36 @@ +{ + "_id": "PihP9eVyE4UEi1jj", + "name": "Leichte Armbrust +2", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-simple-black.webp", + "effects": [ + "gMm2PnBADqXBrCi1", + "63yxBIQ4ZvuvtVsV" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342939, + "modifiedTime": 1668995457203, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PihP9eVyE4UEi1jj" +} \ No newline at end of file diff --git a/packs/items/Leichte_Armbrust__3_XSXEDiMN27cuEoOx.json b/packs/items/Leichte_Armbrust__3_XSXEDiMN27cuEoOx.json new file mode 100644 index 00000000..8f8f823e --- /dev/null +++ b/packs/items/Leichte_Armbrust__3_XSXEDiMN27cuEoOx.json @@ -0,0 +1,36 @@ +{ + "_id": "XSXEDiMN27cuEoOx", + "name": "Leichte Armbrust +3", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-purple.webp", + "effects": [ + "gMm2PnBADqXBrCi1", + "z2uPOzDQ47VbWmt5" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2758, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 5, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343066, + "modifiedTime": 1668995457349, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XSXEDiMN27cuEoOx" +} \ No newline at end of file diff --git a/packs/items/Leichte_Armbrust_fnq4WOljIoYdbsUT.json b/packs/items/Leichte_Armbrust_fnq4WOljIoYdbsUT.json new file mode 100644 index 00000000..d01dbf79 --- /dev/null +++ b/packs/items/Leichte_Armbrust_fnq4WOljIoYdbsUT.json @@ -0,0 +1,36 @@ +{ + "_id": "fnq4WOljIoYdbsUT", + "name": "Leichte Armbrust", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-simple-purple.webp", + "effects": [ + "gMm2PnBADqXBrCi1" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 8, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": 0, + "name": " +1" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343203, + "modifiedTime": 1668995457497, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fnq4WOljIoYdbsUT" +} \ No newline at end of file diff --git a/packs/items/Mantel_der_Augen_9xjica2DVZso8NIU.json b/packs/items/Mantel_der_Augen_9xjica2DVZso8NIU.json new file mode 100644 index 00000000..9306f16c --- /dev/null +++ b/packs/items/Mantel_der_Augen_9xjica2DVZso8NIU.json @@ -0,0 +1,32 @@ +{ + "_id": "9xjica2DVZso8NIU", + "name": "Mantel der Augen", + "type": "equipment", + "img": "icons/equipment/back/cloak-collared-red.webp", + "effects": [ + "7I80O404E6ty4pHv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser mit Augenmustern bestickte Mantel gewährt seinem Träger Wahrnehmung +III.

", + "quantity": 1, + "price": 376, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342776, + "modifiedTime": 1668995456837, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9xjica2DVZso8NIU" +} \ No newline at end of file diff --git a/packs/items/Metallbesteck_7JCc96rbTbTSASbT.json b/packs/items/Metallbesteck_7JCc96rbTbTSASbT.json new file mode 100644 index 00000000..c209e981 --- /dev/null +++ b/packs/items/Metallbesteck_7JCc96rbTbTSASbT.json @@ -0,0 +1,29 @@ +{ + "_id": "7JCc96rbTbTSASbT", + "name": "Metallbesteck", + "type": "loot", + "img": "icons/tools/cooking/fork-steel-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342741, + "modifiedTime": 1668995456788, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7JCc96rbTbTSASbT" +} \ No newline at end of file diff --git a/packs/items/Metallhelm__1_esfwvMs1ffgSXjbS.json b/packs/items/Metallhelm__1_esfwvMs1ffgSXjbS.json new file mode 100644 index 00000000..65c18d6a --- /dev/null +++ b/packs/items/Metallhelm__1_esfwvMs1ffgSXjbS.json @@ -0,0 +1,35 @@ +{ + "_id": "esfwvMs1ffgSXjbS", + "name": "Metallhelm +1", + "type": "armor", + "img": "icons/equipment/head/helm-barbute-rounded-steel.webp", + "effects": [ + "uo5922qyPvi35mhm" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "helmet" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343188, + "modifiedTime": 1668995457474, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!esfwvMs1ffgSXjbS" +} \ No newline at end of file diff --git a/packs/items/Metallhelm__2_9PdQv9CRy4ckaF0j.json b/packs/items/Metallhelm__2_9PdQv9CRy4ckaF0j.json new file mode 100644 index 00000000..fd3b3dcb --- /dev/null +++ b/packs/items/Metallhelm__2_9PdQv9CRy4ckaF0j.json @@ -0,0 +1,35 @@ +{ + "_id": "9PdQv9CRy4ckaF0j", + "name": "Metallhelm +2", + "type": "armor", + "img": "icons/equipment/head/helm-barbute-engraved.webp", + "effects": [ + "9IOcWr1CbRpF3lya" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "helmet" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342772, + "modifiedTime": 1668995456831, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9PdQv9CRy4ckaF0j" +} \ No newline at end of file diff --git a/packs/items/Metallhelm__3_A109X3ZiGGGiWCze.json b/packs/items/Metallhelm__3_A109X3ZiGGGiWCze.json new file mode 100644 index 00000000..8f9a82fd --- /dev/null +++ b/packs/items/Metallhelm__3_A109X3ZiGGGiWCze.json @@ -0,0 +1,35 @@ +{ + "_id": "A109X3ZiGGGiWCze", + "name": "Metallhelm +3", + "type": "armor", + "img": "icons/equipment/head/helm-barbute-engraved-steel.webp", + "effects": [ + "vhwepr5mHZHWDkCf" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "helmet" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342777, + "modifiedTime": 1668995456839, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!A109X3ZiGGGiWCze" +} \ No newline at end of file diff --git a/packs/items/Metallhelm_fKhTsMO4YXDYY8GX.json b/packs/items/Metallhelm_fKhTsMO4YXDYY8GX.json new file mode 100644 index 00000000..5be67bf3 --- /dev/null +++ b/packs/items/Metallhelm_fKhTsMO4YXDYY8GX.json @@ -0,0 +1,35 @@ +{ + "_id": "fKhTsMO4YXDYY8GX", + "name": "Metallhelm", + "type": "armor", + "img": "icons/equipment/head/helm-barbute-reinforced.webp", + "effects": [ + "wlQWjU1kXovR5G1J" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -1

", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "helmet" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343198, + "modifiedTime": 1668995457481, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fKhTsMO4YXDYY8GX" +} \ No newline at end of file diff --git a/packs/items/Metallkrug_egleYygLWn8IfeuF.json b/packs/items/Metallkrug_egleYygLWn8IfeuF.json new file mode 100644 index 00000000..fdb2bba6 --- /dev/null +++ b/packs/items/Metallkrug_egleYygLWn8IfeuF.json @@ -0,0 +1,29 @@ +{ + "_id": "egleYygLWn8IfeuF", + "name": "Metallkrug", + "type": "loot", + "img": "icons/containers/kitchenware/mug-steel-wood-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343177, + "modifiedTime": 1668995457459, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!egleYygLWn8IfeuF" +} \ No newline at end of file diff --git a/packs/items/Metallschild__1_iGiZU77IGQQqlYFr.json b/packs/items/Metallschild__1_iGiZU77IGQQqlYFr.json new file mode 100644 index 00000000..e3efb82b --- /dev/null +++ b/packs/items/Metallschild__1_iGiZU77IGQQqlYFr.json @@ -0,0 +1,33 @@ +{ + "_id": "iGiZU77IGQQqlYFr", + "name": "Metallschild +1", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-grey.webp", + "effects": [ + "9xMdH6XQxlulL7wv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343247, + "modifiedTime": 1668995457560, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iGiZU77IGQQqlYFr" +} \ No newline at end of file diff --git a/packs/items/Metallschild__2_XyDt7MThnLkDCldV.json b/packs/items/Metallschild__2_XyDt7MThnLkDCldV.json new file mode 100644 index 00000000..34a96dc8 --- /dev/null +++ b/packs/items/Metallschild__2_XyDt7MThnLkDCldV.json @@ -0,0 +1,33 @@ +{ + "_id": "XyDt7MThnLkDCldV", + "name": "Metallschild +2", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-sword-yellow-black.webp", + "effects": [ + "MidC9f4kBbIz7Z7S" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343075, + "modifiedTime": 1668995457353, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XyDt7MThnLkDCldV" +} \ No newline at end of file diff --git a/packs/items/Metallschild__3_FKg3YI1EtiNfDcYO.json b/packs/items/Metallschild__3_FKg3YI1EtiNfDcYO.json new file mode 100644 index 00000000..6352b62c --- /dev/null +++ b/packs/items/Metallschild__3_FKg3YI1EtiNfDcYO.json @@ -0,0 +1,33 @@ +{ + "_id": "FKg3YI1EtiNfDcYO", + "name": "Metallschild +3", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-spiral.webp", + "effects": [ + "KZBNNdOmSqFkXC0X" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342817, + "modifiedTime": 1668995457011, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FKg3YI1EtiNfDcYO" +} \ No newline at end of file diff --git a/packs/items/Metallschild_gyfU78OLQj8qH3Zh.json b/packs/items/Metallschild_gyfU78OLQj8qH3Zh.json new file mode 100644 index 00000000..2fdd0983 --- /dev/null +++ b/packs/items/Metallschild_gyfU78OLQj8qH3Zh.json @@ -0,0 +1,33 @@ +{ + "_id": "gyfU78OLQj8qH3Zh", + "name": "Metallschild", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-worn.webp", + "effects": [ + "kDcyXkLx75K2YRCl" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 8, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343221, + "modifiedTime": 1668995457516, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gyfU78OLQj8qH3Zh" +} \ No newline at end of file diff --git a/packs/items/Morgenstern_QNDLfvjiv9szUTYT.json b/packs/items/Morgenstern_QNDLfvjiv9szUTYT.json new file mode 100644 index 00000000..ed8e7b7d --- /dev/null +++ b/packs/items/Morgenstern_QNDLfvjiv9szUTYT.json @@ -0,0 +1,33 @@ +{ + "_id": "QNDLfvjiv9szUTYT", + "name": "Morgenstern", + "type": "weapon", + "img": "icons/weapons/maces/mace-flanged-steel.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342942, + "modifiedTime": 1668995457207, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QNDLfvjiv9szUTYT" +} \ No newline at end of file diff --git a/packs/items/Morgenstern__1_u1ycDWee8nHPfZHA.json b/packs/items/Morgenstern__1_u1ycDWee8nHPfZHA.json new file mode 100644 index 00000000..e7a8c1f8 --- /dev/null +++ b/packs/items/Morgenstern__1_u1ycDWee8nHPfZHA.json @@ -0,0 +1,35 @@ +{ + "_id": "u1ycDWee8nHPfZHA", + "name": "Morgenstern +1", + "type": "weapon", + "img": "icons/weapons/maces/mace-round-studded.webp", + "effects": [ + "nTOl8E9qA6stLcEJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343519, + "modifiedTime": 1668995457871, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!u1ycDWee8nHPfZHA" +} \ No newline at end of file diff --git a/packs/items/Morgenstern__2_TSoSy8ck9XCUa1SM.json b/packs/items/Morgenstern__2_TSoSy8ck9XCUa1SM.json new file mode 100644 index 00000000..4273822d --- /dev/null +++ b/packs/items/Morgenstern__2_TSoSy8ck9XCUa1SM.json @@ -0,0 +1,35 @@ +{ + "_id": "TSoSy8ck9XCUa1SM", + "name": "Morgenstern +2", + "type": "weapon", + "img": "icons/weapons/maces/mace-round-spiked-grey.webp", + "effects": [ + "fZ3VByauGosUUN3D" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343000, + "modifiedTime": 1668995457306, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TSoSy8ck9XCUa1SM" +} \ No newline at end of file diff --git a/packs/items/Morgenstern__3_czxph9BZaC6Cj7kM.json b/packs/items/Morgenstern__3_czxph9BZaC6Cj7kM.json new file mode 100644 index 00000000..e614de39 --- /dev/null +++ b/packs/items/Morgenstern__3_czxph9BZaC6Cj7kM.json @@ -0,0 +1,35 @@ +{ + "_id": "czxph9BZaC6Cj7kM", + "name": "Morgenstern +3", + "type": "weapon", + "img": "icons/weapons/maces/mace-round-spiked-black.webp", + "effects": [ + "JzKt4gdYSSlA6hSo" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343120, + "modifiedTime": 1668995457398, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!czxph9BZaC6Cj7kM" +} \ No newline at end of file diff --git a/packs/items/Orkspalter_RGyfv3y0LxHORAzA.json b/packs/items/Orkspalter_RGyfv3y0LxHORAzA.json new file mode 100644 index 00000000..7243a04b --- /dev/null +++ b/packs/items/Orkspalter_RGyfv3y0LxHORAzA.json @@ -0,0 +1,37 @@ +{ + "_id": "RGyfv3y0LxHORAzA", + "name": "Orkspalter", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-engraved-runes.webp", + "effects": [ + "Ytio5tOcCUO91MQ0", + "armx56Psy1qosJib", + "qr1bY5zTm5ViDmnd" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine alte, legendäre Zwergenaxt +1 mit Brutaler Hieb +II.

\n

Zweihändig, Initiative -1

", + "quantity": 1, + "price": 4310, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342960, + "modifiedTime": 1668995457230, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RGyfv3y0LxHORAzA" +} \ No newline at end of file diff --git a/packs/items/Parf_m__50_x_benutzbar__uVYJY3A8kLne2ZkQ.json b/packs/items/Parf_m__50_x_benutzbar__uVYJY3A8kLne2ZkQ.json new file mode 100644 index 00000000..bc4002f7 --- /dev/null +++ b/packs/items/Parf_m__50_x_benutzbar__uVYJY3A8kLne2ZkQ.json @@ -0,0 +1,29 @@ +{ + "_id": "uVYJY3A8kLne2ZkQ", + "name": "Parfüm (50 x benutzbar)", + "type": "loot", + "img": "icons/tools/laboratory/vial-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gibt 4 Stunden lang +1 auf Proben sozialer Interaktion mit anderem Geschlecht

", + "quantity": 1, + "price": 5, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343526, + "modifiedTime": 1668995457887, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uVYJY3A8kLne2ZkQ" +} \ No newline at end of file diff --git a/packs/items/Pergamentblatt_zx3FKwvrLw147ARX.json b/packs/items/Pergamentblatt_zx3FKwvrLw147ARX.json new file mode 100644 index 00000000..20120f11 --- /dev/null +++ b/packs/items/Pergamentblatt_zx3FKwvrLw147ARX.json @@ -0,0 +1,29 @@ +{ + "_id": "zx3FKwvrLw147ARX", + "name": "Pergamentblatt", + "type": "loot", + "img": "icons/sundries/documents/paper-plain-white.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343620, + "modifiedTime": 1668995457993, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zx3FKwvrLw147ARX" +} \ No newline at end of file diff --git a/packs/items/Pfanne_pYP26CskxKade3GF.json b/packs/items/Pfanne_pYP26CskxKade3GF.json new file mode 100644 index 00000000..4300c30c --- /dev/null +++ b/packs/items/Pfanne_pYP26CskxKade3GF.json @@ -0,0 +1,29 @@ +{ + "_id": "pYP26CskxKade3GF", + "name": "Pfanne", + "type": "loot", + "img": "icons/tools/cooking/pot-camping-iron-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343456, + "modifiedTime": 1668995457796, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pYP26CskxKade3GF" +} \ No newline at end of file diff --git a/packs/items/Pfeife_iOAmrK7t7ZyrtGy1.json b/packs/items/Pfeife_iOAmrK7t7ZyrtGy1.json new file mode 100644 index 00000000..bfe78698 --- /dev/null +++ b/packs/items/Pfeife_iOAmrK7t7ZyrtGy1.json @@ -0,0 +1,29 @@ +{ + "_id": "iOAmrK7t7ZyrtGy1", + "name": "Pfeife", + "type": "loot", + "img": "icons/sundries/misc/pipe-wooden-straight-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343253, + "modifiedTime": 1668995457577, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iOAmrK7t7ZyrtGy1" +} \ No newline at end of file diff --git a/packs/items/Plattenarmschienen_RsKimH7snoPFlg4L.json b/packs/items/Plattenarmschienen_RsKimH7snoPFlg4L.json new file mode 100644 index 00000000..ce76546a --- /dev/null +++ b/packs/items/Plattenarmschienen_RsKimH7snoPFlg4L.json @@ -0,0 +1,35 @@ +{ + "_id": "RsKimH7snoPFlg4L", + "name": "Plattenarmschienen", + "type": "armor", + "img": "icons/equipment/wrist/bracer-armored-steel.webp", + "effects": [ + "DxcTuYT1mUpj9RdQ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 7, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "vambrace" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342970, + "modifiedTime": 1668995457249, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RsKimH7snoPFlg4L" +} \ No newline at end of file diff --git a/packs/items/Plattenarmschienen__1_XBCdDIpdR1weOhiy.json b/packs/items/Plattenarmschienen__1_XBCdDIpdR1weOhiy.json new file mode 100644 index 00000000..78036909 --- /dev/null +++ b/packs/items/Plattenarmschienen__1_XBCdDIpdR1weOhiy.json @@ -0,0 +1,35 @@ +{ + "_id": "XBCdDIpdR1weOhiy", + "name": "Plattenarmschienen +1", + "type": "armor", + "img": "icons/equipment/wrist/bracer-armored-steel-white.webp", + "effects": [ + "IwrLITAgM3vLzkwA" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "vambrace" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343061, + "modifiedTime": 1668995457345, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XBCdDIpdR1weOhiy" +} \ No newline at end of file diff --git a/packs/items/Plattenarmschienen__2_VQtcpPYhzifN9Lqr.json b/packs/items/Plattenarmschienen__2_VQtcpPYhzifN9Lqr.json new file mode 100644 index 00000000..e888631b --- /dev/null +++ b/packs/items/Plattenarmschienen__2_VQtcpPYhzifN9Lqr.json @@ -0,0 +1,35 @@ +{ + "_id": "VQtcpPYhzifN9Lqr", + "name": "Plattenarmschienen +2", + "type": "armor", + "img": "icons/equipment/wrist/bracer-armored-steel-worn.webp", + "effects": [ + "pPtRJMUFA3gbNZXx" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "vambrace" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343049, + "modifiedTime": 1668995457329, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VQtcpPYhzifN9Lqr" +} \ No newline at end of file diff --git a/packs/items/Plattenarmschienen__3_2BNzuiU6wc3r9ByF.json b/packs/items/Plattenarmschienen__3_2BNzuiU6wc3r9ByF.json new file mode 100644 index 00000000..fe5cbd17 --- /dev/null +++ b/packs/items/Plattenarmschienen__3_2BNzuiU6wc3r9ByF.json @@ -0,0 +1,35 @@ +{ + "_id": "2BNzuiU6wc3r9ByF", + "name": "Plattenarmschienen +3", + "type": "armor", + "img": "icons/equipment/wrist/bracer-armored-steel-blue.webp", + "effects": [ + "PIRBFfHOrmdREhnH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "vambrace" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342668, + "modifiedTime": 1668995456733, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2BNzuiU6wc3r9ByF" +} \ No newline at end of file diff --git a/packs/items/Plattenbeinschienen_9H3CBGOLUJ5JCHGJ.json b/packs/items/Plattenbeinschienen_9H3CBGOLUJ5JCHGJ.json new file mode 100644 index 00000000..2871830c --- /dev/null +++ b/packs/items/Plattenbeinschienen_9H3CBGOLUJ5JCHGJ.json @@ -0,0 +1,35 @@ +{ + "_id": "9H3CBGOLUJ5JCHGJ", + "name": "Plattenbeinschienen", + "type": "armor", + "img": "icons/equipment/leg/pants-armored-tasset-steel.webp", + "effects": [ + "sIbiQW6tSjZyfCzk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 8, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "greaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342768, + "modifiedTime": 1668995456823, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9H3CBGOLUJ5JCHGJ" +} \ No newline at end of file diff --git a/packs/items/Plattenbeinschienen__1_KJsCiqvtPqjyu65Y.json b/packs/items/Plattenbeinschienen__1_KJsCiqvtPqjyu65Y.json new file mode 100644 index 00000000..62fe7414 --- /dev/null +++ b/packs/items/Plattenbeinschienen__1_KJsCiqvtPqjyu65Y.json @@ -0,0 +1,35 @@ +{ + "_id": "KJsCiqvtPqjyu65Y", + "name": "Plattenbeinschienen +1", + "type": "armor", + "img": "icons/equipment/leg/cuisses-reticulated-steel.webp", + "effects": [ + "I32OnPe7rgPEHtEk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "greaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342891, + "modifiedTime": 1668995457147, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KJsCiqvtPqjyu65Y" +} \ No newline at end of file diff --git a/packs/items/Plattenbeinschienen__2_FVnS20q8S7LrAdFj.json b/packs/items/Plattenbeinschienen__2_FVnS20q8S7LrAdFj.json new file mode 100644 index 00000000..08d286bd --- /dev/null +++ b/packs/items/Plattenbeinschienen__2_FVnS20q8S7LrAdFj.json @@ -0,0 +1,35 @@ +{ + "_id": "FVnS20q8S7LrAdFj", + "name": "Plattenbeinschienen +2", + "type": "armor", + "img": "icons/equipment/leg/cuisses-reticulated-black.webp", + "effects": [ + "Zw9tFdr75QWyt8lO" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 3258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "greaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342821, + "modifiedTime": 1668995457017, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FVnS20q8S7LrAdFj" +} \ No newline at end of file diff --git a/packs/items/Plattenbeinschienen__3_yDq5abf47mYIw3OG.json b/packs/items/Plattenbeinschienen__3_yDq5abf47mYIw3OG.json new file mode 100644 index 00000000..35df0708 --- /dev/null +++ b/packs/items/Plattenbeinschienen__3_yDq5abf47mYIw3OG.json @@ -0,0 +1,35 @@ +{ + "_id": "yDq5abf47mYIw3OG", + "name": "Plattenbeinschienen +3", + "type": "armor", + "img": "icons/equipment/leg/cuisses-plate-reticulated-steel-blue.webp", + "effects": [ + "dJcAdxKxsUIXzHCa" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "plate", + "armorType": "greaves" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343577, + "modifiedTime": 1668995457944, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yDq5abf47mYIw3OG" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__1_ABxdFjBvQWavQsEk.json b/packs/items/Plattenpanzer__1_ABxdFjBvQWavQsEk.json new file mode 100644 index 00000000..ba4a5779 --- /dev/null +++ b/packs/items/Plattenpanzer__1_ABxdFjBvQWavQsEk.json @@ -0,0 +1,36 @@ +{ + "_id": "ABxdFjBvQWavQsEk", + "name": "Plattenpanzer +1", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-steel-green.webp", + "effects": [ + "pAxAXam5JBN6Acz9", + "CXouU4P0kZYU6oXR" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 4300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342783, + "modifiedTime": 1668995456845, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ABxdFjBvQWavQsEk" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__2_03wnfxowhzvSJPSj.json b/packs/items/Plattenpanzer__2_03wnfxowhzvSJPSj.json new file mode 100644 index 00000000..7f634dbe --- /dev/null +++ b/packs/items/Plattenpanzer__2_03wnfxowhzvSJPSj.json @@ -0,0 +1,35 @@ +{ + "_id": "03wnfxowhzvSJPSj", + "name": "Plattenpanzer +2", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-steel.webp", + "effects": [ + "uOEN4xXL3IcebbJO" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 5300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342624, + "modifiedTime": 1668995456636, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!03wnfxowhzvSJPSj" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__3_5DY52CR03xXJHG6m.json b/packs/items/Plattenpanzer__3_5DY52CR03xXJHG6m.json new file mode 100644 index 00000000..b8ca836e --- /dev/null +++ b/packs/items/Plattenpanzer__3_5DY52CR03xXJHG6m.json @@ -0,0 +1,35 @@ +{ + "_id": "5DY52CR03xXJHG6m", + "name": "Plattenpanzer +3", + "type": "armor", + "img": "icons/equipment/chest/breastplate-gorget-steel.webp", + "effects": [ + "wz2krJzwVba18XvV" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 6300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342711, + "modifiedTime": 1668995456765, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5DY52CR03xXJHG6m" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__F_r_Reittiere__D4aCfCqniMSQ43hL.json b/packs/items/Plattenpanzer__F_r_Reittiere__D4aCfCqniMSQ43hL.json new file mode 100644 index 00000000..e481e083 --- /dev/null +++ b/packs/items/Plattenpanzer__F_r_Reittiere__D4aCfCqniMSQ43hL.json @@ -0,0 +1,35 @@ +{ + "_id": "D4aCfCqniMSQ43hL", + "name": "Plattenpanzer (Für Reittiere)", + "type": "armor", + "img": "icons/commodities/metal/mail-plate-steel.webp", + "effects": [ + "pAxAXam5JBN6Acz9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -1

", + "quantity": 1, + "price": 150, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342805, + "modifiedTime": 1668995456942, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!D4aCfCqniMSQ43hL" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__F_r_Reittiere___1_99xGE9jkmXEXyf4U.json b/packs/items/Plattenpanzer__F_r_Reittiere___1_99xGE9jkmXEXyf4U.json new file mode 100644 index 00000000..b76a1016 --- /dev/null +++ b/packs/items/Plattenpanzer__F_r_Reittiere___1_99xGE9jkmXEXyf4U.json @@ -0,0 +1,36 @@ +{ + "_id": "99xGE9jkmXEXyf4U", + "name": "Plattenpanzer (Für Reittiere) +1", + "type": "armor", + "img": "icons/commodities/metal/mail-plate-steel.webp", + "effects": [ + "pAxAXam5JBN6Acz9", + "Jkhqmke6gzWU8vPZ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 4400, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342766, + "modifiedTime": 1668995456821, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!99xGE9jkmXEXyf4U" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__F_r_Reittiere___2_c6N4vskeYthnydo3.json b/packs/items/Plattenpanzer__F_r_Reittiere___2_c6N4vskeYthnydo3.json new file mode 100644 index 00000000..d9bcd61d --- /dev/null +++ b/packs/items/Plattenpanzer__F_r_Reittiere___2_c6N4vskeYthnydo3.json @@ -0,0 +1,35 @@ +{ + "_id": "c6N4vskeYthnydo3", + "name": "Plattenpanzer (Für Reittiere) +2", + "type": "armor", + "img": "icons/commodities/metal/mail-plate-steel.webp", + "effects": [ + "n0pBAhNqTJbvqDWx" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 5400, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343105, + "modifiedTime": 1668995457387, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!c6N4vskeYthnydo3" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer__F_r_Reittiere___3_TBrsx86DgKfq9Qat.json b/packs/items/Plattenpanzer__F_r_Reittiere___3_TBrsx86DgKfq9Qat.json new file mode 100644 index 00000000..43a3e466 --- /dev/null +++ b/packs/items/Plattenpanzer__F_r_Reittiere___3_TBrsx86DgKfq9Qat.json @@ -0,0 +1,35 @@ +{ + "_id": "TBrsx86DgKfq9Qat", + "name": "Plattenpanzer (Für Reittiere) +3", + "type": "armor", + "img": "icons/commodities/metal/mail-plate-steel.webp", + "effects": [ + "ioazIqWWKawYuPBQ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 6400, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342994, + "modifiedTime": 1668995457300, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TBrsx86DgKfq9Qat" +} \ No newline at end of file diff --git a/packs/items/Plattenpanzer_t13RJoXrsS0HAyIQ.json b/packs/items/Plattenpanzer_t13RJoXrsS0HAyIQ.json new file mode 100644 index 00000000..c0d5e629 --- /dev/null +++ b/packs/items/Plattenpanzer_t13RJoXrsS0HAyIQ.json @@ -0,0 +1,35 @@ +{ + "_id": "t13RJoXrsS0HAyIQ", + "name": "Plattenpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-steel-grey.webp", + "effects": [ + "pAxAXam5JBN6Acz9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -1 m

", + "quantity": 1, + "price": 50, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343507, + "modifiedTime": 1668995457837, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!t13RJoXrsS0HAyIQ" +} \ No newline at end of file diff --git a/packs/items/R_stung_des_Kriegers_55AkLjiaIn0SWO9k.json b/packs/items/R_stung_des_Kriegers_55AkLjiaIn0SWO9k.json new file mode 100644 index 00000000..5b0b5245 --- /dev/null +++ b/packs/items/R_stung_des_Kriegers_55AkLjiaIn0SWO9k.json @@ -0,0 +1,36 @@ +{ + "_id": "55AkLjiaIn0SWO9k", + "name": "Rüstung des Kriegers", + "type": "armor", + "img": "icons/equipment/chest/breastplate-collared-steel.webp", + "effects": [ + "uOEN4xXL3IcebbJO", + "TZoEpatdi8z1nreX" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese aufwendig verzierte Plattenrüstung +2 gewährt ihrem Träger +1 auf Körper.

", + "quantity": 1, + "price": 7300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342708, + "modifiedTime": 1668995456762, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!55AkLjiaIn0SWO9k" +} \ No newline at end of file diff --git a/packs/items/R_stung_des_L_wen_1uYooTtDWgzB9FI9.json b/packs/items/R_stung_des_L_wen_1uYooTtDWgzB9FI9.json new file mode 100644 index 00000000..834642d9 --- /dev/null +++ b/packs/items/R_stung_des_L_wen_1uYooTtDWgzB9FI9.json @@ -0,0 +1,36 @@ +{ + "_id": "1uYooTtDWgzB9FI9", + "name": "Rüstung des Löwen", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-gold.webp", + "effects": [ + "uOEN4xXL3IcebbJO", + "iIT1kOsyMJn0mIte" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine Plattenrüstung +2 mit verzierten Löwenköpfen, die Laufen +1,5 m gewährt.

", + "quantity": 1, + "price": 6800, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342658, + "modifiedTime": 1668995456723, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1uYooTtDWgzB9FI9" +} \ No newline at end of file diff --git a/packs/items/R_stung_des_Sch_tzen_tQ1LUX7in4xuuR12.json b/packs/items/R_stung_des_Sch_tzen_tQ1LUX7in4xuuR12.json new file mode 100644 index 00000000..acf81a82 --- /dev/null +++ b/packs/items/R_stung_des_Sch_tzen_tQ1LUX7in4xuuR12.json @@ -0,0 +1,36 @@ +{ + "_id": "tQ1LUX7in4xuuR12", + "name": "Rüstung des Schützen", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "C7jqj8julpambLpm", + "fwNP4w1u7JP3OFEb" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese mit dunkelgrünen Stoffrändern gesäumte Kettenrüstung +1 gewährt ihrem Träger +3 auf Schießen.

", + "quantity": 1, + "price": 4760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343512, + "modifiedTime": 1668995457852, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tQ1LUX7in4xuuR12" +} \ No newline at end of file diff --git a/packs/items/R_stung_des_Sp_hers_Akhijp2Wayupy1qw.json b/packs/items/R_stung_des_Sp_hers_Akhijp2Wayupy1qw.json new file mode 100644 index 00000000..bce94a15 --- /dev/null +++ b/packs/items/R_stung_des_Sp_hers_Akhijp2Wayupy1qw.json @@ -0,0 +1,36 @@ +{ + "_id": "Akhijp2Wayupy1qw", + "name": "Rüstung des Spähers", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "C7jqj8julpambLpm", + "1swDTN9Kj7othjdB" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese mit braunen Lederpolstern verstärkte Kettenrüstung +1 gewährt ihrem Träger +1 auf Agilität.

", + "quantity": 1, + "price": 5260, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342785, + "modifiedTime": 1668995456848, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Akhijp2Wayupy1qw" +} \ No newline at end of file diff --git a/packs/items/Rauchkraut__5_Pfeifenk_pfe__8CYWepouh43ffkZ0.json b/packs/items/Rauchkraut__5_Pfeifenk_pfe__8CYWepouh43ffkZ0.json new file mode 100644 index 00000000..9cbcae84 --- /dev/null +++ b/packs/items/Rauchkraut__5_Pfeifenk_pfe__8CYWepouh43ffkZ0.json @@ -0,0 +1,29 @@ +{ + "_id": "8CYWepouh43ffkZ0", + "name": "Rauchkraut (5 Pfeifenköpfe)", + "type": "loot", + "img": "icons/commodities/flowers/flower-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342761, + "modifiedTime": 1668995456810, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8CYWepouh43ffkZ0" +} \ No newline at end of file diff --git a/packs/items/Robe_WP62N2sjGz3eIN18.json b/packs/items/Robe_WP62N2sjGz3eIN18.json new file mode 100644 index 00000000..73ef62ec --- /dev/null +++ b/packs/items/Robe_WP62N2sjGz3eIN18.json @@ -0,0 +1,33 @@ +{ + "_id": "WP62N2sjGz3eIN18", + "name": "Robe", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-teal.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343055, + "modifiedTime": 1668995457340, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!WP62N2sjGz3eIN18" +} \ No newline at end of file diff --git a/packs/items/Robe__1_FFCSMuHlDKiT0MxR.json b/packs/items/Robe__1_FFCSMuHlDKiT0MxR.json new file mode 100644 index 00000000..ec04dc6c --- /dev/null +++ b/packs/items/Robe__1_FFCSMuHlDKiT0MxR.json @@ -0,0 +1,35 @@ +{ + "_id": "FFCSMuHlDKiT0MxR", + "name": "Robe +1", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-white.webp", + "effects": [ + "JjEEDD1H1NvKF1Vr" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342816, + "modifiedTime": 1668995457006, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FFCSMuHlDKiT0MxR" +} \ No newline at end of file diff --git a/packs/items/Robe__2_NSg4SdEHDuCfwXji.json b/packs/items/Robe__2_NSg4SdEHDuCfwXji.json new file mode 100644 index 00000000..b24f0f7d --- /dev/null +++ b/packs/items/Robe__2_NSg4SdEHDuCfwXji.json @@ -0,0 +1,35 @@ +{ + "_id": "NSg4SdEHDuCfwXji", + "name": "Robe +2", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-red.webp", + "effects": [ + "0GJ943ZfeGKcsb2l" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342915, + "modifiedTime": 1668995457182, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NSg4SdEHDuCfwXji" +} \ No newline at end of file diff --git a/packs/items/Robe__3_cFMcSg7PFIcQvf0B.json b/packs/items/Robe__3_cFMcSg7PFIcQvf0B.json new file mode 100644 index 00000000..5ec44d55 --- /dev/null +++ b/packs/items/Robe__3_cFMcSg7PFIcQvf0B.json @@ -0,0 +1,35 @@ +{ + "_id": "cFMcSg7PFIcQvf0B", + "name": "Robe +3", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-purple.webp", + "effects": [ + "Qpy3XcHOokbU7ZaS" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 3251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343111, + "modifiedTime": 1668995457393, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cFMcSg7PFIcQvf0B" +} \ No newline at end of file diff --git a/packs/items/Robe_der_Macht_KGk7UFwLwrsdPuQe.json b/packs/items/Robe_der_Macht_KGk7UFwLwrsdPuQe.json new file mode 100644 index 00000000..e7fc7dcd --- /dev/null +++ b/packs/items/Robe_der_Macht_KGk7UFwLwrsdPuQe.json @@ -0,0 +1,36 @@ +{ + "_id": "KGk7UFwLwrsdPuQe", + "name": "Robe der Macht", + "type": "armor", + "img": "icons/equipment/chest/robe-collared-pink.webp", + "effects": [ + "Qpy3XcHOokbU7ZaS", + "tGAxxMZu2cj0Pzs2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese violette Robe +3 verleiht ihrem Träger +1 auf Geist.

", + "quantity": 1, + "price": 5251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342888, + "modifiedTime": 1668995457144, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KGk7UFwLwrsdPuQe" +} \ No newline at end of file diff --git a/packs/items/Robe_des_Denkers_A9QnXaonGzuUBktX.json b/packs/items/Robe_des_Denkers_A9QnXaonGzuUBktX.json new file mode 100644 index 00000000..9ee97230 --- /dev/null +++ b/packs/items/Robe_des_Denkers_A9QnXaonGzuUBktX.json @@ -0,0 +1,36 @@ +{ + "_id": "A9QnXaonGzuUBktX", + "name": "Robe des Denkers", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-white.webp", + "effects": [ + "0GJ943ZfeGKcsb2l", + "Fyl7VFU1QhIbh2ul" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese graue Robe +2 verleiht +1 auf Verstand.

", + "quantity": 1, + "price": 3251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342781, + "modifiedTime": 1668995456843, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!A9QnXaonGzuUBktX" +} \ No newline at end of file diff --git a/packs/items/Robe_des_Heilers_kVRybb0knZkoJLlj.json b/packs/items/Robe_des_Heilers_kVRybb0knZkoJLlj.json new file mode 100644 index 00000000..4daff364 --- /dev/null +++ b/packs/items/Robe_des_Heilers_kVRybb0knZkoJLlj.json @@ -0,0 +1,35 @@ +{ + "_id": "kVRybb0knZkoJLlj", + "name": "Robe des Heilers", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-white.webp", + "effects": [ + "GgAFMmXGb1B5KIda" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine weiße Robe, die ihrem Träger +1 auf Heilzauber gewährt.

", + "quantity": 1, + "price": 751, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343318, + "modifiedTime": 1668995458796, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kVRybb0knZkoJLlj" +} \ No newline at end of file diff --git a/packs/items/Rucksack_HzqK6sd3ovgEZdWz.json b/packs/items/Rucksack_HzqK6sd3ovgEZdWz.json new file mode 100644 index 00000000..44dbb2c2 --- /dev/null +++ b/packs/items/Rucksack_HzqK6sd3ovgEZdWz.json @@ -0,0 +1,29 @@ +{ + "_id": "HzqK6sd3ovgEZdWz", + "name": "Rucksack", + "type": "loot", + "img": "icons/containers/bags/pack-leather-white-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342867, + "modifiedTime": 1668995457074, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HzqK6sd3ovgEZdWz" +} \ No newline at end of file diff --git a/packs/items/Ruderboot__2_Mann__an96cOOwr3YujKpe.json b/packs/items/Ruderboot__2_Mann__an96cOOwr3YujKpe.json new file mode 100644 index 00000000..666ccda8 --- /dev/null +++ b/packs/items/Ruderboot__2_Mann__an96cOOwr3YujKpe.json @@ -0,0 +1,29 @@ +{ + "_id": "an96cOOwr3YujKpe", + "name": "Ruderboot (2 Mann)", + "type": "loot", + "img": "icons/tools/nautical/steering-wheel.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 25, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343095, + "modifiedTime": 1668995457382, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!an96cOOwr3YujKpe" +} \ No newline at end of file diff --git a/packs/items/Runenbestickte_Feurrobe_gK76RPRhQF7T4AQC.json b/packs/items/Runenbestickte_Feurrobe_gK76RPRhQF7T4AQC.json new file mode 100644 index 00000000..99124205 --- /dev/null +++ b/packs/items/Runenbestickte_Feurrobe_gK76RPRhQF7T4AQC.json @@ -0,0 +1,36 @@ +{ + "_id": "gK76RPRhQF7T4AQC", + "name": "Runenbestickte Feurrobe", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-red.webp", + "effects": [ + "Qpy3XcHOokbU7ZaS", + "IbOD7GxGN30V1AYL" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine feuerrote Robe +3 mit aufgestickten Flammenrunen und Feuermagier +V.

", + "quantity": 1, + "price": 4501, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343207, + "modifiedTime": 1668995457499, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gK76RPRhQF7T4AQC" +} \ No newline at end of file diff --git a/packs/items/Runenbestickte_Robe__1_sUHJSIG8aTs0do67.json b/packs/items/Runenbestickte_Robe__1_sUHJSIG8aTs0do67.json new file mode 100644 index 00000000..85439047 --- /dev/null +++ b/packs/items/Runenbestickte_Robe__1_sUHJSIG8aTs0do67.json @@ -0,0 +1,36 @@ +{ + "_id": "sUHJSIG8aTs0do67", + "name": "Runenbestickte Robe +1", + "type": "armor", + "img": "icons/equipment/chest/robe-collared-blue.webp", + "effects": [ + "vgJWV95OeyzrjyFw", + "6NLQSkPxsA3H8Gc8" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aura +1

", + "quantity": 1, + "price": 1258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343486, + "modifiedTime": 1668995457824, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sUHJSIG8aTs0do67" +} \ No newline at end of file diff --git a/packs/items/Runenbestickte_Robe__2_j3wcDmBNiDx7sK0n.json b/packs/items/Runenbestickte_Robe__2_j3wcDmBNiDx7sK0n.json new file mode 100644 index 00000000..795de9c1 --- /dev/null +++ b/packs/items/Runenbestickte_Robe__2_j3wcDmBNiDx7sK0n.json @@ -0,0 +1,36 @@ +{ + "_id": "j3wcDmBNiDx7sK0n", + "name": "Runenbestickte Robe +2", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-blue.webp", + "effects": [ + "vgJWV95OeyzrjyFw", + "a2GXKNKHJWdyKb7h" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aura +1

", + "quantity": 1, + "price": 2258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343301, + "modifiedTime": 1668995457693, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!j3wcDmBNiDx7sK0n" +} \ No newline at end of file diff --git a/packs/items/Runenbestickte_Robe__3_U8iwfv7oJNl8CsKK.json b/packs/items/Runenbestickte_Robe__3_U8iwfv7oJNl8CsKK.json new file mode 100644 index 00000000..40e0ee5f --- /dev/null +++ b/packs/items/Runenbestickte_Robe__3_U8iwfv7oJNl8CsKK.json @@ -0,0 +1,36 @@ +{ + "_id": "U8iwfv7oJNl8CsKK", + "name": "Runenbestickte Robe +3", + "type": "armor", + "img": "icons/equipment/chest/robe-collared-pink.webp", + "effects": [ + "vgJWV95OeyzrjyFw", + "CFyX5reV96JVL2Cg" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aura +1

", + "quantity": 1, + "price": 3258, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343029, + "modifiedTime": 1668995457319, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!U8iwfv7oJNl8CsKK" +} \ No newline at end of file diff --git a/packs/items/Runenbestickte_Robe_w1bZ2431gdOQumWK.json b/packs/items/Runenbestickte_Robe_w1bZ2431gdOQumWK.json new file mode 100644 index 00000000..695e57cd --- /dev/null +++ b/packs/items/Runenbestickte_Robe_w1bZ2431gdOQumWK.json @@ -0,0 +1,35 @@ +{ + "_id": "w1bZ2431gdOQumWK", + "name": "Runenbestickte Robe", + "type": "armor", + "img": "icons/equipment/chest/coat-leather-blue.webp", + "effects": [ + "vgJWV95OeyzrjyFw" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aura +1

", + "quantity": 1, + "price": 8, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343553, + "modifiedTime": 1668995457928, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!w1bZ2431gdOQumWK" +} \ No newline at end of file diff --git a/packs/items/S_ldnertreu_FVrbrxqVURPP3Yee.json b/packs/items/S_ldnertreu_FVrbrxqVURPP3Yee.json new file mode 100644 index 00000000..6a451cfd --- /dev/null +++ b/packs/items/S_ldnertreu_FVrbrxqVURPP3Yee.json @@ -0,0 +1,36 @@ +{ + "_id": "FVrbrxqVURPP3Yee", + "name": "Söldnertreu", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": [ + "C7jqj8julpambLpm", + "qTM84JzHmlfYXGCb" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese mit blauen Stoffrändern gesäumte Kettenrüstung +1 gewährt ihrem Träger +1 auf Schlagen.

", + "quantity": 1, + "price": 3760, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342825, + "modifiedTime": 1668995457022, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FVrbrxqVURPP3Yee" +} \ No newline at end of file diff --git a/packs/items/Sack_RD0HKxmbhfluw73R.json b/packs/items/Sack_RD0HKxmbhfluw73R.json new file mode 100644 index 00000000..03f534bc --- /dev/null +++ b/packs/items/Sack_RD0HKxmbhfluw73R.json @@ -0,0 +1,29 @@ +{ + "_id": "RD0HKxmbhfluw73R", + "name": "Sack", + "type": "loot", + "img": "icons/containers/bags/sack-simple-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.8, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342958, + "modifiedTime": 1668995457227, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RD0HKxmbhfluw73R" +} \ No newline at end of file diff --git a/packs/items/Sanduhr_R2LeIutCjDzwGwUx.json b/packs/items/Sanduhr_R2LeIutCjDzwGwUx.json new file mode 100644 index 00000000..0a48ac5b --- /dev/null +++ b/packs/items/Sanduhr_R2LeIutCjDzwGwUx.json @@ -0,0 +1,29 @@ +{ + "_id": "R2LeIutCjDzwGwUx", + "name": "Sanduhr", + "type": "loot", + "img": "icons/tools/navigation/hourglass-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342957, + "modifiedTime": 1668995457225, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!R2LeIutCjDzwGwUx" +} \ No newline at end of file diff --git a/packs/items/Sattel_nslQfc441x1GG0SL.json b/packs/items/Sattel_nslQfc441x1GG0SL.json new file mode 100644 index 00000000..b0a51cc4 --- /dev/null +++ b/packs/items/Sattel_nslQfc441x1GG0SL.json @@ -0,0 +1,30 @@ +{ + "_id": "nslQfc441x1GG0SL", + "name": "Sattel", + "type": "equipment", + "img": "icons/commodities/leather/leather-scrap-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 5, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343364, + "modifiedTime": 1668995457761, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nslQfc441x1GG0SL" +} \ No newline at end of file diff --git a/packs/items/Satteltasche_UpkQTtuxNS1eOIRu.json b/packs/items/Satteltasche_UpkQTtuxNS1eOIRu.json new file mode 100644 index 00000000..08fc34fb --- /dev/null +++ b/packs/items/Satteltasche_UpkQTtuxNS1eOIRu.json @@ -0,0 +1,29 @@ +{ + "_id": "UpkQTtuxNS1eOIRu", + "name": "Satteltasche", + "type": "loot", + "img": "icons/containers/bags/pouch-simple-leather-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343040, + "modifiedTime": 1668995457324, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!UpkQTtuxNS1eOIRu" +} \ No newline at end of file diff --git a/packs/items/Schlachtbeil_0UDiL2xAlGCEeckL.json b/packs/items/Schlachtbeil_0UDiL2xAlGCEeckL.json new file mode 100644 index 00000000..75b84f28 --- /dev/null +++ b/packs/items/Schlachtbeil_0UDiL2xAlGCEeckL.json @@ -0,0 +1,35 @@ +{ + "_id": "0UDiL2xAlGCEeckL", + "name": "Schlachtbeil", + "type": "weapon", + "img": "icons/weapons/axes/axe-battle-black.webp", + "effects": [ + "atmWPMxgNoeole7n" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 20, + "availability": "city", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342632, + "modifiedTime": 1668995456650, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0UDiL2xAlGCEeckL" +} \ No newline at end of file diff --git a/packs/items/Schlachtbeil__1_N3RcggWJuKGtKZyP.json b/packs/items/Schlachtbeil__1_N3RcggWJuKGtKZyP.json new file mode 100644 index 00000000..590dffb8 --- /dev/null +++ b/packs/items/Schlachtbeil__1_N3RcggWJuKGtKZyP.json @@ -0,0 +1,36 @@ +{ + "_id": "N3RcggWJuKGtKZyP", + "name": "Schlachtbeil +1", + "type": "weapon", + "img": "icons/weapons/axes/axe-battle-blackened.webp", + "effects": [ + "atmWPMxgNoeole7n", + "aHr33jsfG78BJ7m2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 2770, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342908, + "modifiedTime": 1668995457175, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!N3RcggWJuKGtKZyP" +} \ No newline at end of file diff --git a/packs/items/Schlachtbeil__2_Qncx0jbmnD2KJAfG.json b/packs/items/Schlachtbeil__2_Qncx0jbmnD2KJAfG.json new file mode 100644 index 00000000..8a31da03 --- /dev/null +++ b/packs/items/Schlachtbeil__2_Qncx0jbmnD2KJAfG.json @@ -0,0 +1,36 @@ +{ + "_id": "Qncx0jbmnD2KJAfG", + "name": "Schlachtbeil +2", + "type": "weapon", + "img": "icons/weapons/axes/axe-battle-engraved-purple.webp", + "effects": [ + "atmWPMxgNoeole7n", + "Qdjy0578meoXi49p" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 3270, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -6 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342949, + "modifiedTime": 1668995457214, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Qncx0jbmnD2KJAfG" +} \ No newline at end of file diff --git a/packs/items/Schlachtbeil__3_Nb65CmtFiiWPpnNZ.json b/packs/items/Schlachtbeil__3_Nb65CmtFiiWPpnNZ.json new file mode 100644 index 00000000..4de3a9b3 --- /dev/null +++ b/packs/items/Schlachtbeil__3_Nb65CmtFiiWPpnNZ.json @@ -0,0 +1,36 @@ +{ + "_id": "Nb65CmtFiiWPpnNZ", + "name": "Schlachtbeil +3", + "type": "weapon", + "img": "icons/weapons/axes/axe-battle-heavy-black.webp", + "effects": [ + "atmWPMxgNoeole7n", + "DJQ1hHJRJuraxIym" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -6, Für Zwerge auf Grund der Größe zu unhandlich

", + "quantity": 1, + "price": 3770, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 7, + "opponentDefense": -7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342917, + "modifiedTime": 1668995457186, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Nb65CmtFiiWPpnNZ" +} \ No newline at end of file diff --git a/packs/items/Schlachtgei_el__1_hBemmfRcQLFU7PSt.json b/packs/items/Schlachtgei_el__1_hBemmfRcQLFU7PSt.json new file mode 100644 index 00000000..ad2d18c0 --- /dev/null +++ b/packs/items/Schlachtgei_el__1_hBemmfRcQLFU7PSt.json @@ -0,0 +1,36 @@ +{ + "_id": "hBemmfRcQLFU7PSt", + "name": "Schlachtgeißel +1", + "type": "weapon", + "img": "icons/weapons/maces/flail-triple-grey.webp", + "effects": [ + "BdejYg7Bq6tM2ROu", + "oOQJt7Ub0PGGjdzW" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", + "quantity": 1, + "price": 2266, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343226, + "modifiedTime": 1668995457523, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hBemmfRcQLFU7PSt" +} \ No newline at end of file diff --git a/packs/items/Schlachtgei_el__2_YSl6qdVC6fDYVkFQ.json b/packs/items/Schlachtgei_el__2_YSl6qdVC6fDYVkFQ.json new file mode 100644 index 00000000..f88f6af1 --- /dev/null +++ b/packs/items/Schlachtgei_el__2_YSl6qdVC6fDYVkFQ.json @@ -0,0 +1,36 @@ +{ + "_id": "YSl6qdVC6fDYVkFQ", + "name": "Schlachtgeißel +2", + "type": "weapon", + "img": "icons/weapons/maces/flail-triple-grey.webp", + "effects": [ + "BdejYg7Bq6tM2ROu", + "OF7IAa9tUBoz23TD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", + "quantity": 1, + "price": 2766, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -6 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343079, + "modifiedTime": 1668995457355, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!YSl6qdVC6fDYVkFQ" +} \ No newline at end of file diff --git a/packs/items/Schlachtgei_el__3_eqGo6VKETI1UTxP1.json b/packs/items/Schlachtgei_el__3_eqGo6VKETI1UTxP1.json new file mode 100644 index 00000000..ae0c0c46 --- /dev/null +++ b/packs/items/Schlachtgei_el__3_eqGo6VKETI1UTxP1.json @@ -0,0 +1,36 @@ +{ + "_id": "eqGo6VKETI1UTxP1", + "name": "Schlachtgeißel +3", + "type": "weapon", + "img": "icons/weapons/maces/flail-triple-grey.webp", + "effects": [ + "BdejYg7Bq6tM2ROu", + "uhpIAR3T0P3bJw1C" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", + "quantity": 1, + "price": 3266, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343181, + "modifiedTime": 1668995457467, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eqGo6VKETI1UTxP1" +} \ No newline at end of file diff --git a/packs/items/Schlachtgei_el_yfqzgTskyIgWZq8A.json b/packs/items/Schlachtgei_el_yfqzgTskyIgWZq8A.json new file mode 100644 index 00000000..017c85dd --- /dev/null +++ b/packs/items/Schlachtgei_el_yfqzgTskyIgWZq8A.json @@ -0,0 +1,35 @@ +{ + "_id": "yfqzgTskyIgWZq8A", + "name": "Schlachtgeißel", + "type": "weapon", + "img": "icons/weapons/maces/flail-triple-grey.webp", + "effects": [ + "BdejYg7Bq6tM2ROu" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Initiative -4, Bei Schlagen-Patzer trifft Angreifer sich selbst (Patzer ausgeschlossen)

", + "quantity": 1, + "price": 16, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343580, + "modifiedTime": 1668995457947, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yfqzgTskyIgWZq8A" +} \ No newline at end of file diff --git a/packs/items/Schlafstaub_UBH03jh91dP6KMtL.json b/packs/items/Schlafstaub_UBH03jh91dP6KMtL.json new file mode 100644 index 00000000..6b798d01 --- /dev/null +++ b/packs/items/Schlafstaub_UBH03jh91dP6KMtL.json @@ -0,0 +1,29 @@ +{ + "_id": "UBH03jh91dP6KMtL", + "name": "Schlafstaub", + "type": "loot", + "img": "icons/tools/laboratory/bowl-powder-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wirkt auf ein beworfenes Ziel den Zauber @Compendium[ds4.spells.CrZ8L7oaWvPjLou0]{Einschläfern}.

", + "quantity": 1, + "price": 151, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343033, + "modifiedTime": 1668995457321, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!UBH03jh91dP6KMtL" +} \ No newline at end of file diff --git a/packs/items/Schlagring__1_fziU7tEIQPowqBJj.json b/packs/items/Schlagring__1_fziU7tEIQPowqBJj.json new file mode 100644 index 00000000..73d716e9 --- /dev/null +++ b/packs/items/Schlagring__1_fziU7tEIQPowqBJj.json @@ -0,0 +1,35 @@ +{ + "_id": "fziU7tEIQPowqBJj", + "name": "Schlagring +1", + "type": "weapon", + "img": "icons/weapons/fist/fist-knuckles-spiked-blue.webp", + "effects": [ + "ph5sqT08zd8lSi7s" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", + "quantity": 1, + "price": 751, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343205, + "modifiedTime": 1668995457498, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fziU7tEIQPowqBJj" +} \ No newline at end of file diff --git a/packs/items/Schlagring__2_830D1zHS3v0Gx4nB.json b/packs/items/Schlagring__2_830D1zHS3v0Gx4nB.json new file mode 100644 index 00000000..e73e0524 --- /dev/null +++ b/packs/items/Schlagring__2_830D1zHS3v0Gx4nB.json @@ -0,0 +1,35 @@ +{ + "_id": "830D1zHS3v0Gx4nB", + "name": "Schlagring +2", + "type": "weapon", + "img": "icons/weapons/fist/fist-knuckles-spiked-stone.webp", + "effects": [ + "iQZLQlcUQgnYg0Hs" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", + "quantity": 1, + "price": 1251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342750, + "modifiedTime": 1668995456796, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!830D1zHS3v0Gx4nB" +} \ No newline at end of file diff --git a/packs/items/Schlagring__3_CHRqMQxkgz3jad9J.json b/packs/items/Schlagring__3_CHRqMQxkgz3jad9J.json new file mode 100644 index 00000000..c1221ae0 --- /dev/null +++ b/packs/items/Schlagring__3_CHRqMQxkgz3jad9J.json @@ -0,0 +1,35 @@ +{ + "_id": "CHRqMQxkgz3jad9J", + "name": "Schlagring +3", + "type": "weapon", + "img": "icons/weapons/fist/fist-knuckles-brass.webp", + "effects": [ + "K3m0tLhoW9vT6e19" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", + "quantity": 1, + "price": 1751, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342800, + "modifiedTime": 1668995456900, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!CHRqMQxkgz3jad9J" +} \ No newline at end of file diff --git a/packs/items/Schlagring_aJ9xkECmqeBUhING.json b/packs/items/Schlagring_aJ9xkECmqeBUhING.json new file mode 100644 index 00000000..8cfb6dca --- /dev/null +++ b/packs/items/Schlagring_aJ9xkECmqeBUhING.json @@ -0,0 +1,33 @@ +{ + "_id": "aJ9xkECmqeBUhING", + "name": "Schlagring", + "type": "weapon", + "img": "icons/weapons/fist/fist-knuckles-spiked-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wie waffenlos, Gegner aber kein Abwehr-Bonus

", + "quantity": 1, + "price": 1, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 0, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343087, + "modifiedTime": 1668995457364, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aJ9xkECmqeBUhING" +} \ No newline at end of file diff --git a/packs/items/Schleuder_ETpbN0Q39eKPmWK0.json b/packs/items/Schleuder_ETpbN0Q39eKPmWK0.json new file mode 100644 index 00000000..b8783207 --- /dev/null +++ b/packs/items/Schleuder_ETpbN0Q39eKPmWK0.json @@ -0,0 +1,33 @@ +{ + "_id": "ETpbN0Q39eKPmWK0", + "name": "Schleuder", + "type": "weapon", + "img": "icons/weapons/slings/slingshot-wood.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 0, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342812, + "modifiedTime": 1668995456987, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ETpbN0Q39eKPmWK0" +} \ No newline at end of file diff --git a/packs/items/Schleuder__1_GEBWsHBuyh9KbIbb.json b/packs/items/Schleuder__1_GEBWsHBuyh9KbIbb.json new file mode 100644 index 00000000..91d7a267 --- /dev/null +++ b/packs/items/Schleuder__1_GEBWsHBuyh9KbIbb.json @@ -0,0 +1,35 @@ +{ + "_id": "GEBWsHBuyh9KbIbb", + "name": "Schleuder +1", + "type": "weapon", + "img": "icons/weapons/slings/slingshot-wood.webp", + "effects": [ + "YCgrTPMCggWZOFdJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 750.1, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342850, + "modifiedTime": 1668995457040, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GEBWsHBuyh9KbIbb" +} \ No newline at end of file diff --git a/packs/items/Schleuder__2_1IWsAaMSnz1Q9ZWd.json b/packs/items/Schleuder__2_1IWsAaMSnz1Q9ZWd.json new file mode 100644 index 00000000..b662dc95 --- /dev/null +++ b/packs/items/Schleuder__2_1IWsAaMSnz1Q9ZWd.json @@ -0,0 +1,35 @@ +{ + "_id": "1IWsAaMSnz1Q9ZWd", + "name": "Schleuder +2", + "type": "weapon", + "img": "icons/weapons/slings/slingshot-wood.webp", + "effects": [ + "aKfE4S2oocgJMro8" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 1250.1, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342651, + "modifiedTime": 1668995456702, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1IWsAaMSnz1Q9ZWd" +} \ No newline at end of file diff --git a/packs/items/Schleuder__3_S4pc70BxmRU0DCsW.json b/packs/items/Schleuder__3_S4pc70BxmRU0DCsW.json new file mode 100644 index 00000000..21c8da5b --- /dev/null +++ b/packs/items/Schleuder__3_S4pc70BxmRU0DCsW.json @@ -0,0 +1,35 @@ +{ + "_id": "S4pc70BxmRU0DCsW", + "name": "Schleuder +3", + "type": "weapon", + "img": "icons/weapons/slings/slingshot-wood.webp", + "effects": [ + "kM7ZknhuQS8uIJbu" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 1750.1, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342981, + "modifiedTime": 1668995457264, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!S4pc70BxmRU0DCsW" +} \ No newline at end of file diff --git a/packs/items/Schloss__Einfach__SW__0__3pdw4CN8Wc9oCKX5.json b/packs/items/Schloss__Einfach__SW__0__3pdw4CN8Wc9oCKX5.json new file mode 100644 index 00000000..26473bc3 --- /dev/null +++ b/packs/items/Schloss__Einfach__SW__0__3pdw4CN8Wc9oCKX5.json @@ -0,0 +1,29 @@ +{ + "_id": "3pdw4CN8Wc9oCKX5", + "name": "Schloss: Einfach (SW: 0)", + "type": "loot", + "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342700, + "modifiedTime": 1668995456757, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3pdw4CN8Wc9oCKX5" +} \ No newline at end of file diff --git a/packs/items/Schloss__Gut__SW__2__zAMFB4HHHUQp4RFa.json b/packs/items/Schloss__Gut__SW__2__zAMFB4HHHUQp4RFa.json new file mode 100644 index 00000000..3c1c9d32 --- /dev/null +++ b/packs/items/Schloss__Gut__SW__2__zAMFB4HHHUQp4RFa.json @@ -0,0 +1,29 @@ +{ + "_id": "zAMFB4HHHUQp4RFa", + "name": "Schloss: Gut (SW: 2)", + "type": "loot", + "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343593, + "modifiedTime": 1668995457969, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zAMFB4HHHUQp4RFa" +} \ No newline at end of file diff --git a/packs/items/Schloss__Meisterartbeit__SW__8__Sks4O3NpwOWQIrIa.json b/packs/items/Schloss__Meisterartbeit__SW__8__Sks4O3NpwOWQIrIa.json new file mode 100644 index 00000000..008e3459 --- /dev/null +++ b/packs/items/Schloss__Meisterartbeit__SW__8__Sks4O3NpwOWQIrIa.json @@ -0,0 +1,29 @@ +{ + "_id": "Sks4O3NpwOWQIrIa", + "name": "Schloss: Meisterartbeit (SW: 8)", + "type": "loot", + "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 50, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342990, + "modifiedTime": 1668995457293, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Sks4O3NpwOWQIrIa" +} \ No newline at end of file diff --git a/packs/items/Schloss__Solide__SW__4__dW8OETKY21O3GNHf.json b/packs/items/Schloss__Solide__SW__4__dW8OETKY21O3GNHf.json new file mode 100644 index 00000000..1e4c436c --- /dev/null +++ b/packs/items/Schloss__Solide__SW__4__dW8OETKY21O3GNHf.json @@ -0,0 +1,29 @@ +{ + "_id": "dW8OETKY21O3GNHf", + "name": "Schloss: Solide (SW: 4)", + "type": "loot", + "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343141, + "modifiedTime": 1668995457411, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dW8OETKY21O3GNHf" +} \ No newline at end of file diff --git a/packs/items/Schloss__Zwergenarbeit__SW__12__tPlXSWQ4mP0dqnOa.json b/packs/items/Schloss__Zwergenarbeit__SW__12__tPlXSWQ4mP0dqnOa.json new file mode 100644 index 00000000..636f1e3a --- /dev/null +++ b/packs/items/Schloss__Zwergenarbeit__SW__12__tPlXSWQ4mP0dqnOa.json @@ -0,0 +1,29 @@ +{ + "_id": "tPlXSWQ4mP0dqnOa", + "name": "Schloss: Zwergenarbeit (SW: 12)", + "type": "loot", + "img": "icons/containers/chest/chest-reinforced-steel-oak-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 250, + "availability": "city", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343511, + "modifiedTime": 1668995457851, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tPlXSWQ4mP0dqnOa" +} \ No newline at end of file diff --git a/packs/items/Schnelligkeitstrank_Tlfjrxlm9NpmVR0L.json b/packs/items/Schnelligkeitstrank_Tlfjrxlm9NpmVR0L.json new file mode 100644 index 00000000..ec98ad81 --- /dev/null +++ b/packs/items/Schnelligkeitstrank_Tlfjrxlm9NpmVR0L.json @@ -0,0 +1,29 @@ +{ + "_id": "Tlfjrxlm9NpmVR0L", + "name": "Schnelligkeitstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-fancy-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Für W20 Runden erhöht sich der Laufen- Wert des Trinkenden um 100%.

", + "quantity": 1, + "price": 200, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343014, + "modifiedTime": 1668995457314, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Tlfjrxlm9NpmVR0L" +} \ No newline at end of file diff --git a/packs/items/Schutzring__1_kGTB9f2zPrmedHq4.json b/packs/items/Schutzring__1_kGTB9f2zPrmedHq4.json new file mode 100644 index 00000000..470111d4 --- /dev/null +++ b/packs/items/Schutzring__1_kGTB9f2zPrmedHq4.json @@ -0,0 +1,32 @@ +{ + "_id": "kGTB9f2zPrmedHq4", + "name": "Schutzring +1", + "type": "equipment", + "img": "icons/equipment/finger/ring-band-engraved-lines-bronze.webp", + "effects": [ + "yH3Ujo3jKNCYI4n9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht die Abwehr um 1, ohne dabei Panzerungsmalus zu verursachen.

", + "quantity": 1, + "price": 752, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343316, + "modifiedTime": 1668995457715, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kGTB9f2zPrmedHq4" +} \ No newline at end of file diff --git a/packs/items/Schutzring__2_cg1y2GTJRGhE9Fpy.json b/packs/items/Schutzring__2_cg1y2GTJRGhE9Fpy.json new file mode 100644 index 00000000..5987f16c --- /dev/null +++ b/packs/items/Schutzring__2_cg1y2GTJRGhE9Fpy.json @@ -0,0 +1,32 @@ +{ + "_id": "cg1y2GTJRGhE9Fpy", + "name": "Schutzring +2", + "type": "equipment", + "img": "icons/equipment/finger/ring-band-engraved-scrolls-bronze.webp", + "effects": [ + "yH3Ujo3jKNCYI4n9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht die Abwehr um 2, ohne dabei Panzerungsmalus zu verursachen.

", + "quantity": 1, + "price": 1252, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343113, + "modifiedTime": 1668995457394, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cg1y2GTJRGhE9Fpy" +} \ No newline at end of file diff --git a/packs/items/Schutzring__3_qlBIUI00RTYZzclX.json b/packs/items/Schutzring__3_qlBIUI00RTYZzclX.json new file mode 100644 index 00000000..eb5da6bc --- /dev/null +++ b/packs/items/Schutzring__3_qlBIUI00RTYZzclX.json @@ -0,0 +1,32 @@ +{ + "_id": "qlBIUI00RTYZzclX", + "name": "Schutzring +3", + "type": "equipment", + "img": "icons/equipment/finger/ring-band-engraved-scrolls-gold.webp", + "effects": [ + "yH3Ujo3jKNCYI4n9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht die Abwehr um 3, ohne dabei Panzerungsmalus zu verursachen.

", + "quantity": 1, + "price": 1752, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343471, + "modifiedTime": 1668995457809, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!qlBIUI00RTYZzclX" +} \ No newline at end of file diff --git a/packs/items/Schutztrank_XiW3k793840i0rdo.json b/packs/items/Schutztrank_XiW3k793840i0rdo.json new file mode 100644 index 00000000..a57e2692 --- /dev/null +++ b/packs/items/Schutztrank_XiW3k793840i0rdo.json @@ -0,0 +1,29 @@ +{ + "_id": "XiW3k793840i0rdo", + "name": "Schutztrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-pear-corked-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht für W20 Runden die Abwehr um +2.

", + "quantity": 1, + "price": 50, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343069, + "modifiedTime": 1668995457351, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XiW3k793840i0rdo" +} \ No newline at end of file diff --git a/packs/items/Schwebenamulett_ElUWNqUWZB4dH3QS.json b/packs/items/Schwebenamulett_ElUWNqUWZB4dH3QS.json new file mode 100644 index 00000000..c613910c --- /dev/null +++ b/packs/items/Schwebenamulett_ElUWNqUWZB4dH3QS.json @@ -0,0 +1,30 @@ +{ + "_id": "ElUWNqUWZB4dH3QS", + "name": "Schwebenamulett", + "type": "equipment", + "img": "icons/equipment/neck/amulet-moth-gold-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauber @Compendium[ds4.spells.SPnYNGggFb8XRICE]{Schweben} wurde in dieses Amulett gebettet.

", + "quantity": 1, + "price": 1515, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342813, + "modifiedTime": 1668995456992, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ElUWNqUWZB4dH3QS" +} \ No newline at end of file diff --git a/packs/items/Schwebentrank_OZU7ietSpnivKPVt.json b/packs/items/Schwebentrank_OZU7ietSpnivKPVt.json new file mode 100644 index 00000000..a25e502b --- /dev/null +++ b/packs/items/Schwebentrank_OZU7ietSpnivKPVt.json @@ -0,0 +1,29 @@ +{ + "_id": "OZU7ietSpnivKPVt", + "name": "Schwebentrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-bulb-corked-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses meist grünliche Getränk wirkt den Zauber Schweben (Probenwert 20; Patzer ausgeschlossen).

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342923, + "modifiedTime": 1668995457190, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!OZU7ietSpnivKPVt" +} \ No newline at end of file diff --git a/packs/items/Schwere_Armbrust_GJdez2VgLxwzlZAQ.json b/packs/items/Schwere_Armbrust_GJdez2VgLxwzlZAQ.json new file mode 100644 index 00000000..c0b4cfff --- /dev/null +++ b/packs/items/Schwere_Armbrust_GJdez2VgLxwzlZAQ.json @@ -0,0 +1,35 @@ +{ + "_id": "GJdez2VgLxwzlZAQ", + "name": "Schwere Armbrust", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-heavy-black.webp", + "effects": [ + "N4vxVFNLW9Q9QsIp" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 15, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342858, + "modifiedTime": 1668995457047, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GJdez2VgLxwzlZAQ" +} \ No newline at end of file diff --git a/packs/items/Schwere_Armbrust__1_S0EV25lf5TbN6COJ.json b/packs/items/Schwere_Armbrust__1_S0EV25lf5TbN6COJ.json new file mode 100644 index 00000000..47aa348a --- /dev/null +++ b/packs/items/Schwere_Armbrust__1_S0EV25lf5TbN6COJ.json @@ -0,0 +1,36 @@ +{ + "_id": "S0EV25lf5TbN6COJ", + "name": "Schwere Armbrust +1", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-loaded-black.webp", + "effects": [ + "N4vxVFNLW9Q9QsIp", + "ZBJldrSO6rRHmgnI" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 2265, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342977, + "modifiedTime": 1668995457260, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!S0EV25lf5TbN6COJ" +} \ No newline at end of file diff --git a/packs/items/Schwere_Armbrust__2_NMmZ3Uu9uwAHc5IP.json b/packs/items/Schwere_Armbrust__2_NMmZ3Uu9uwAHc5IP.json new file mode 100644 index 00000000..17b9f1fe --- /dev/null +++ b/packs/items/Schwere_Armbrust__2_NMmZ3Uu9uwAHc5IP.json @@ -0,0 +1,36 @@ +{ + "_id": "NMmZ3Uu9uwAHc5IP", + "name": "Schwere Armbrust +2", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-blue.webp", + "effects": [ + "N4vxVFNLW9Q9QsIp", + "sOBnfFviucXKykt1" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 2765, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 5, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342912, + "modifiedTime": 1668995457180, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NMmZ3Uu9uwAHc5IP" +} \ No newline at end of file diff --git a/packs/items/Schwere_Armbrust__3_RWSRxi9np1UrEi7N.json b/packs/items/Schwere_Armbrust__3_RWSRxi9np1UrEi7N.json new file mode 100644 index 00000000..14a2456f --- /dev/null +++ b/packs/items/Schwere_Armbrust__3_RWSRxi9np1UrEi7N.json @@ -0,0 +1,36 @@ +{ + "_id": "RWSRxi9np1UrEi7N", + "name": "Schwere Armbrust +3", + "type": "weapon", + "img": "icons/weapons/crossbows/crossbow-ornamental-black.webp", + "effects": [ + "N4vxVFNLW9Q9QsIp", + "SlJV88ZHTV0VORzk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 3265, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 6, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342966, + "modifiedTime": 1668995457239, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RWSRxi9np1UrEi7N" +} \ No newline at end of file diff --git a/packs/items/Seife__1_St_ck__ozPRhUPx9Y9u3GNE.json b/packs/items/Seife__1_St_ck__ozPRhUPx9Y9u3GNE.json new file mode 100644 index 00000000..77773dae --- /dev/null +++ b/packs/items/Seife__1_St_ck__ozPRhUPx9Y9u3GNE.json @@ -0,0 +1,29 @@ +{ + "_id": "ozPRhUPx9Y9u3GNE", + "name": "Seife (1 Stück)", + "type": "loot", + "img": "icons/sundries/survival/soap.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343446, + "modifiedTime": 1668995457793, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ozPRhUPx9Y9u3GNE" +} \ No newline at end of file diff --git a/packs/items/Seil__10m__aUKnYWOr7Fjy9sVX.json b/packs/items/Seil__10m__aUKnYWOr7Fjy9sVX.json new file mode 100644 index 00000000..8eb58dbf --- /dev/null +++ b/packs/items/Seil__10m__aUKnYWOr7Fjy9sVX.json @@ -0,0 +1,29 @@ +{ + "_id": "aUKnYWOr7Fjy9sVX", + "name": "Seil (10m)", + "type": "loot", + "img": "icons/sundries/survival/rope-wrapped-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343090, + "modifiedTime": 1668995457367, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aUKnYWOr7Fjy9sVX" +} \ No newline at end of file diff --git a/packs/items/Skrupelloser_Bogen_K4fd3AlpMoK1EZeg.json b/packs/items/Skrupelloser_Bogen_K4fd3AlpMoK1EZeg.json new file mode 100644 index 00000000..3e6ac326 --- /dev/null +++ b/packs/items/Skrupelloser_Bogen_K4fd3AlpMoK1EZeg.json @@ -0,0 +1,36 @@ +{ + "_id": "K4fd3AlpMoK1EZeg", + "name": "Skrupelloser Bogen", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-recurve-red.webp", + "effects": [ + "zgiIGlRMVCgAzrn7", + "8iny3Tt6i6g5EcYh" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Kurzbogen +1 mit @Compendium[ds4.spells.dt2E4g7iwVqTSlMl]{Kleiner Terror}, der Feinde angeblich immer in den Rücken trifft.

\n

Zweihändig, Initiative +1

", + "quantity": 1, + "price": 2006, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342885, + "modifiedTime": 1668995457141, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!K4fd3AlpMoK1EZeg" +} \ No newline at end of file diff --git a/packs/items/Smaragd_Schl_ssel_9xQRXWUYj3giHVRC.json b/packs/items/Smaragd_Schl_ssel_9xQRXWUYj3giHVRC.json new file mode 100644 index 00000000..a1fb0006 --- /dev/null +++ b/packs/items/Smaragd_Schl_ssel_9xQRXWUYj3giHVRC.json @@ -0,0 +1,29 @@ +{ + "_id": "9xQRXWUYj3giHVRC", + "name": "Smaragd-Schlüssel", + "type": "loot", + "img": "icons/sundries/misc/key-jeweled-gold-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Einmal alle 24h kann man damit den Zauber @Compendium[ds4.spells.ip0DVeb1YeNrEeUu]{Öffnen} auf ein Schloss wirken.

", + "quantity": 1, + "price": null, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342775, + "modifiedTime": 1668995456835, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9xQRXWUYj3giHVRC" +} \ No newline at end of file diff --git a/packs/items/Speer__1_jRzgvvygxk5IjXYB.json b/packs/items/Speer__1_jRzgvvygxk5IjXYB.json new file mode 100644 index 00000000..8f66b179 --- /dev/null +++ b/packs/items/Speer__1_jRzgvvygxk5IjXYB.json @@ -0,0 +1,35 @@ +{ + "_id": "jRzgvvygxk5IjXYB", + "name": "Speer +1", + "type": "weapon", + "img": "icons/weapons/polearms/spear-hooked-red.webp", + "effects": [ + "r0XGSAypTjvBmHHC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343306, + "modifiedTime": 1668995457700, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!jRzgvvygxk5IjXYB" +} \ No newline at end of file diff --git a/packs/items/Speer__2_IfvOtBwOEYLPPvJK.json b/packs/items/Speer__2_IfvOtBwOEYLPPvJK.json new file mode 100644 index 00000000..2d1b405c --- /dev/null +++ b/packs/items/Speer__2_IfvOtBwOEYLPPvJK.json @@ -0,0 +1,35 @@ +{ + "_id": "IfvOtBwOEYLPPvJK", + "name": "Speer +2", + "type": "weapon", + "img": "icons/weapons/polearms/spear-hooked-double-engraved.webp", + "effects": [ + "Kk9b3biK0mISYf75" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 1751, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342870, + "modifiedTime": 1668995457084, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!IfvOtBwOEYLPPvJK" +} \ No newline at end of file diff --git a/packs/items/Speer__3_HNHMmE4wNi0iXIjO.json b/packs/items/Speer__3_HNHMmE4wNi0iXIjO.json new file mode 100644 index 00000000..79bacda9 --- /dev/null +++ b/packs/items/Speer__3_HNHMmE4wNi0iXIjO.json @@ -0,0 +1,35 @@ +{ + "_id": "HNHMmE4wNi0iXIjO", + "name": "Speer +3", + "type": "weapon", + "img": "icons/weapons/polearms/spear-hooked-double-jeweled.webp", + "effects": [ + "YUzHa2B8n4yYyWyY" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 2251, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342863, + "modifiedTime": 1668995457059, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HNHMmE4wNi0iXIjO" +} \ No newline at end of file diff --git a/packs/items/Speer_oWvJfxEBr83QxO9Q.json b/packs/items/Speer_oWvJfxEBr83QxO9Q.json new file mode 100644 index 00000000..5464bf94 --- /dev/null +++ b/packs/items/Speer_oWvJfxEBr83QxO9Q.json @@ -0,0 +1,33 @@ +{ + "_id": "oWvJfxEBr83QxO9Q", + "name": "Speer", + "type": "weapon", + "img": "icons/weapons/polearms/spear-hooked-simple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zerbricht bei Schießen-Patzer

", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343397, + "modifiedTime": 1668995457773, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oWvJfxEBr83QxO9Q" +} \ No newline at end of file diff --git a/packs/items/Spruchspeicherring_oJbpYZlvfJ6kpudj.json b/packs/items/Spruchspeicherring_oJbpYZlvfJ6kpudj.json new file mode 100644 index 00000000..bd68b665 --- /dev/null +++ b/packs/items/Spruchspeicherring_oJbpYZlvfJ6kpudj.json @@ -0,0 +1,30 @@ +{ + "_id": "oJbpYZlvfJ6kpudj", + "name": "Spruchspeicherring", + "type": "equipment", + "img": "icons/equipment/finger/ring-cabochon-engraved-gold-pink.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Einmal pro Tag kann der Träger des Ringes zu einem vorher festgelegten Zauber aktionsfrei wechseln, ohne dafür würfeln zu müssen, da in den Ring @Compendium[ds4.spells.DNplbUwfxszg5UbZ]{Wechselzauber} eingebettet wurde.

", + "quantity": 1, + "price": 4992, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343371, + "modifiedTime": 1668995457763, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oJbpYZlvfJ6kpudj" +} \ No newline at end of file diff --git a/packs/items/St_rketrank_JlcYB53S1wQRfmUG.json b/packs/items/St_rketrank_JlcYB53S1wQRfmUG.json new file mode 100644 index 00000000..505c7d9e --- /dev/null +++ b/packs/items/St_rketrank_JlcYB53S1wQRfmUG.json @@ -0,0 +1,29 @@ +{ + "_id": "JlcYB53S1wQRfmUG", + "name": "Stärketrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-stopper-yellow.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser nach Schweiß riechende Trank verdoppelt ST für ST in Runden.

", + "quantity": 1, + "price": 150, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342884, + "modifiedTime": 1668995457138, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JlcYB53S1wQRfmUG" +} \ No newline at end of file diff --git a/packs/items/Stab_des_Magus_uafOWinH9nnRO3lr.json b/packs/items/Stab_des_Magus_uafOWinH9nnRO3lr.json new file mode 100644 index 00000000..f366c81b --- /dev/null +++ b/packs/items/Stab_des_Magus_uafOWinH9nnRO3lr.json @@ -0,0 +1,37 @@ +{ + "_id": "uafOWinH9nnRO3lr", + "name": "Stab des Magus", + "type": "weapon", + "img": "icons/weapons/staves/staff-ornate-purple.webp", + "effects": [ + "1aNTAQBai6qAcWGM", + "ve7iQmkxC6l5WmTE", + "XD3tGbvi1S03diuz" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Kampfstab +1 mit Zielzaubern +3 (insgesamt also mit dem normalen Bonus Zielzaubern +4).

\n

Zweihändig, Zielzaubern +1

", + "quantity": 1, + "price": 2750.5, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343535, + "modifiedTime": 1668995457894, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uafOWinH9nnRO3lr" +} \ No newline at end of file diff --git a/packs/items/Stahlflamme_PPNAghq5SEhO1zNM.json b/packs/items/Stahlflamme_PPNAghq5SEhO1zNM.json new file mode 100644 index 00000000..949feb0a --- /dev/null +++ b/packs/items/Stahlflamme_PPNAghq5SEhO1zNM.json @@ -0,0 +1,35 @@ +{ + "_id": "PPNAghq5SEhO1zNM", + "name": "Stahlflamme", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-red.webp", + "effects": [ + "l7qeGLLyuz7VXAAd" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Langschwert +1 mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge} kam schon in vielen Kriegen zum Einsatz.

", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342931, + "modifiedTime": 1668995457198, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PPNAghq5SEhO1zNM" +} \ No newline at end of file diff --git a/packs/items/Streitaxt__1_s1xaEPPKJGMImZ9m.json b/packs/items/Streitaxt__1_s1xaEPPKJGMImZ9m.json new file mode 100644 index 00000000..0f372e01 --- /dev/null +++ b/packs/items/Streitaxt__1_s1xaEPPKJGMImZ9m.json @@ -0,0 +1,36 @@ +{ + "_id": "s1xaEPPKJGMImZ9m", + "name": "Streitaxt +1", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-chopping-black.webp", + "effects": [ + "DPS3CaNXapsBzzsj", + "fQgMSANHWdQrzmlJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343477, + "modifiedTime": 1668995457816, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!s1xaEPPKJGMImZ9m" +} \ No newline at end of file diff --git a/packs/items/Streitaxt__2_Idj6BxduoI3v4u9A.json b/packs/items/Streitaxt__2_Idj6BxduoI3v4u9A.json new file mode 100644 index 00000000..fe0d75b1 --- /dev/null +++ b/packs/items/Streitaxt__2_Idj6BxduoI3v4u9A.json @@ -0,0 +1,36 @@ +{ + "_id": "Idj6BxduoI3v4u9A", + "name": "Streitaxt +2", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-black.webp", + "effects": [ + "DPS3CaNXapsBzzsj", + "iImvUwfo7IRqnmVv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 2757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342869, + "modifiedTime": 1668995457082, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Idj6BxduoI3v4u9A" +} \ No newline at end of file diff --git a/packs/items/Streitaxt__3_0P2wJM5qG1VupfXq.json b/packs/items/Streitaxt__3_0P2wJM5qG1VupfXq.json new file mode 100644 index 00000000..5f5dc488 --- /dev/null +++ b/packs/items/Streitaxt__3_0P2wJM5qG1VupfXq.json @@ -0,0 +1,36 @@ +{ + "_id": "0P2wJM5qG1VupfXq", + "name": "Streitaxt +3", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-blue.webp", + "effects": [ + "DPS3CaNXapsBzzsj", + "aNtjz1DteptmA3ce" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 3257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342630, + "modifiedTime": 1668995456642, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0P2wJM5qG1VupfXq" +} \ No newline at end of file diff --git a/packs/items/Streitaxt_vqKLn65gjoced8jV.json b/packs/items/Streitaxt_vqKLn65gjoced8jV.json new file mode 100644 index 00000000..5d9f2efb --- /dev/null +++ b/packs/items/Streitaxt_vqKLn65gjoced8jV.json @@ -0,0 +1,35 @@ +{ + "_id": "vqKLn65gjoced8jV", + "name": "Streitaxt", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-brown.webp", + "effects": [ + "DPS3CaNXapsBzzsj" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -2

", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343551, + "modifiedTime": 1668995457925, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!vqKLn65gjoced8jV" +} \ No newline at end of file diff --git a/packs/items/Streithammer__1_eMyZ5EJ9SsiXaeKK.json b/packs/items/Streithammer__1_eMyZ5EJ9SsiXaeKK.json new file mode 100644 index 00000000..220726c5 --- /dev/null +++ b/packs/items/Streithammer__1_eMyZ5EJ9SsiXaeKK.json @@ -0,0 +1,36 @@ +{ + "_id": "eMyZ5EJ9SsiXaeKK", + "name": "Streithammer +1", + "type": "weapon", + "img": "icons/weapons/hammers/hammer-war-spiked-simple.webp", + "effects": [ + "dcGiLPK2AIDA7NHH", + "bPdVsWIS1AC54ZA8" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 2256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343161, + "modifiedTime": 1668995457443, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eMyZ5EJ9SsiXaeKK" +} \ No newline at end of file diff --git a/packs/items/Streithammer__2_eMeS2JSyiRJ5xO48.json b/packs/items/Streithammer__2_eMeS2JSyiRJ5xO48.json new file mode 100644 index 00000000..d1927491 --- /dev/null +++ b/packs/items/Streithammer__2_eMeS2JSyiRJ5xO48.json @@ -0,0 +1,36 @@ +{ + "_id": "eMeS2JSyiRJ5xO48", + "name": "Streithammer +2", + "type": "weapon", + "img": "icons/weapons/hammers/hammer-war-rounding.webp", + "effects": [ + "dcGiLPK2AIDA7NHH", + "1I5R9xQlug0aSVTZ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 2756, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343156, + "modifiedTime": 1668995457439, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eMeS2JSyiRJ5xO48" +} \ No newline at end of file diff --git a/packs/items/Streithammer__3_iORLpplub64kuxb4.json b/packs/items/Streithammer__3_iORLpplub64kuxb4.json new file mode 100644 index 00000000..a8fc57f4 --- /dev/null +++ b/packs/items/Streithammer__3_iORLpplub64kuxb4.json @@ -0,0 +1,36 @@ +{ + "_id": "iORLpplub64kuxb4", + "name": "Streithammer +3", + "type": "weapon", + "img": "icons/weapons/hammers/hammer-war-spiked.webp", + "effects": [ + "dcGiLPK2AIDA7NHH", + "RWRk7pwQf2vs1Aqv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 3256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343258, + "modifiedTime": 1668995457592, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iORLpplub64kuxb4" +} \ No newline at end of file diff --git a/packs/items/Streithammer_fmFM71TpvBxYqmu2.json b/packs/items/Streithammer_fmFM71TpvBxYqmu2.json new file mode 100644 index 00000000..bf0f99c6 --- /dev/null +++ b/packs/items/Streithammer_fmFM71TpvBxYqmu2.json @@ -0,0 +1,35 @@ +{ + "_id": "fmFM71TpvBxYqmu2", + "name": "Streithammer", + "type": "weapon", + "img": "icons/weapons/hammers/hammer-simple-iron.webp", + "effects": [ + "dcGiLPK2AIDA7NHH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343198, + "modifiedTime": 1668995457493, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fmFM71TpvBxYqmu2" +} \ No newline at end of file diff --git a/packs/items/Streitkolben__1_SIE4g3gjSkqVIT6W.json b/packs/items/Streitkolben__1_SIE4g3gjSkqVIT6W.json new file mode 100644 index 00000000..8018d6d5 --- /dev/null +++ b/packs/items/Streitkolben__1_SIE4g3gjSkqVIT6W.json @@ -0,0 +1,35 @@ +{ + "_id": "SIE4g3gjSkqVIT6W", + "name": "Streitkolben +1", + "type": "weapon", + "img": "icons/weapons/maces/mace-spiked-wood-grey.webp", + "effects": [ + "Qg9niqX5oimvg2Fv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342985, + "modifiedTime": 1668995457268, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!SIE4g3gjSkqVIT6W" +} \ No newline at end of file diff --git a/packs/items/Streitkolben__2_Trl2ljtHi1kRYHTX.json b/packs/items/Streitkolben__2_Trl2ljtHi1kRYHTX.json new file mode 100644 index 00000000..2c746bdb --- /dev/null +++ b/packs/items/Streitkolben__2_Trl2ljtHi1kRYHTX.json @@ -0,0 +1,35 @@ +{ + "_id": "Trl2ljtHi1kRYHTX", + "name": "Streitkolben +2", + "type": "weapon", + "img": "icons/weapons/maces/mace-studded-steel.webp", + "effects": [ + "PeyncDD5OoPJkkTO" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1757, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343017, + "modifiedTime": 1668995457315, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Trl2ljtHi1kRYHTX" +} \ No newline at end of file diff --git a/packs/items/Streitkolben__3_rdOU1FmBq1nqQKW5.json b/packs/items/Streitkolben__3_rdOU1FmBq1nqQKW5.json new file mode 100644 index 00000000..dda26a90 --- /dev/null +++ b/packs/items/Streitkolben__3_rdOU1FmBq1nqQKW5.json @@ -0,0 +1,35 @@ +{ + "_id": "rdOU1FmBq1nqQKW5", + "name": "Streitkolben +3", + "type": "weapon", + "img": "icons/weapons/maces/mace-spiked-steel-grey.webp", + "effects": [ + "dgH1Fyz2pVFcmhFL" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2257, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343474, + "modifiedTime": 1668995457812, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rdOU1FmBq1nqQKW5" +} \ No newline at end of file diff --git a/packs/items/Streitkolben_mjBwhnK5gf9MIdlm.json b/packs/items/Streitkolben_mjBwhnK5gf9MIdlm.json new file mode 100644 index 00000000..2b771146 --- /dev/null +++ b/packs/items/Streitkolben_mjBwhnK5gf9MIdlm.json @@ -0,0 +1,33 @@ +{ + "_id": "mjBwhnK5gf9MIdlm", + "name": "Streitkolben", + "type": "weapon", + "img": "icons/weapons/maces/mace-spiked-steel-wood.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343332, + "modifiedTime": 1668995457744, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mjBwhnK5gf9MIdlm" +} \ No newline at end of file diff --git a/packs/items/Sturmrobe_xeSyfEpn3gABmKDR.json b/packs/items/Sturmrobe_xeSyfEpn3gABmKDR.json new file mode 100644 index 00000000..54214eda --- /dev/null +++ b/packs/items/Sturmrobe_xeSyfEpn3gABmKDR.json @@ -0,0 +1,35 @@ +{ + "_id": "xeSyfEpn3gABmKDR", + "name": "Sturmrobe", + "type": "armor", + "img": "icons/equipment/chest/robe-layered-teal.webp", + "effects": [ + "JjEEDD1H1NvKF1Vr" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese blaugraue Robe +1 mit aufgestickten Sturm- & Gewitterwolken gewährt +1 auf jeden Blitzzauber. Selbst bei Windstille wogt sie in einer leichten Brise.

", + "quantity": 1, + "price": 1751, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 0, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343566, + "modifiedTime": 1668995457936, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xeSyfEpn3gABmKDR" +} \ No newline at end of file diff --git a/packs/items/Tagesration__3_Mahlzeiten__U89qHZqIfVM8xvaJ.json b/packs/items/Tagesration__3_Mahlzeiten__U89qHZqIfVM8xvaJ.json new file mode 100644 index 00000000..d582c243 --- /dev/null +++ b/packs/items/Tagesration__3_Mahlzeiten__U89qHZqIfVM8xvaJ.json @@ -0,0 +1,29 @@ +{ + "_id": "U89qHZqIfVM8xvaJ", + "name": "Tagesration (3 Mahlzeiten)", + "type": "loot", + "img": "icons/tools/cooking/can.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343024, + "modifiedTime": 1668995457318, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!U89qHZqIfVM8xvaJ" +} \ No newline at end of file diff --git a/packs/items/Talenttrank_pljOii88ltzuQNsu.json b/packs/items/Talenttrank_pljOii88ltzuQNsu.json new file mode 100644 index 00000000..99c51e34 --- /dev/null +++ b/packs/items/Talenttrank_pljOii88ltzuQNsu.json @@ -0,0 +1,29 @@ +{ + "_id": "pljOii88ltzuQNsu", + "name": "Talenttrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-corked-labeled-pink.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Metallisch riechend, erhöht dieser Trank für W20 Runden ein vom Trinkenden bereits beherrschtes Talent um +I.

", + "quantity": 1, + "price": 100, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343461, + "modifiedTime": 1668995457797, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pljOii88ltzuQNsu" +} \ No newline at end of file diff --git a/packs/items/Talgkerze__brennt_6h__iMX7YuWPHnCnbeh8.json b/packs/items/Talgkerze__brennt_6h__iMX7YuWPHnCnbeh8.json new file mode 100644 index 00000000..0435167a --- /dev/null +++ b/packs/items/Talgkerze__brennt_6h__iMX7YuWPHnCnbeh8.json @@ -0,0 +1,29 @@ +{ + "_id": "iMX7YuWPHnCnbeh8", + "name": "Talgkerze (brennt 6h)", + "type": "loot", + "img": "icons/sundries/lights/candle-unlit-grey.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.01, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343250, + "modifiedTime": 1668995457569, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iMX7YuWPHnCnbeh8" +} \ No newline at end of file diff --git a/packs/items/Tee__10_Tassen__9aY1zWfD5RwZlAUH.json b/packs/items/Tee__10_Tassen__9aY1zWfD5RwZlAUH.json new file mode 100644 index 00000000..881fb78e --- /dev/null +++ b/packs/items/Tee__10_Tassen__9aY1zWfD5RwZlAUH.json @@ -0,0 +1,29 @@ +{ + "_id": "9aY1zWfD5RwZlAUH", + "name": "Tee (10 Tassen)", + "type": "loot", + "img": "icons/commodities/flowers/buds-red-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.05, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342774, + "modifiedTime": 1668995456833, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9aY1zWfD5RwZlAUH" +} \ No newline at end of file diff --git a/packs/items/Teleporttrank_1uHuQJcCjjxzvP4C.json b/packs/items/Teleporttrank_1uHuQJcCjjxzvP4C.json new file mode 100644 index 00000000..87bb9ac9 --- /dev/null +++ b/packs/items/Teleporttrank_1uHuQJcCjjxzvP4C.json @@ -0,0 +1,29 @@ +{ + "_id": "1uHuQJcCjjxzvP4C", + "name": "Teleporttrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-fumes-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser rauchige, wirbelnde Trank wirkt den Zauber @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport} auf den Trinker (keine Probe notwendig), nicht jedoch auf weitere Charaktere.

", + "quantity": 1, + "price": 1000, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342655, + "modifiedTime": 1668995456714, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1uHuQJcCjjxzvP4C" +} \ No newline at end of file diff --git a/packs/items/Tinte__reicht_f_r_50_Seiten__fB8GyT0S38fomHsg.json b/packs/items/Tinte__reicht_f_r_50_Seiten__fB8GyT0S38fomHsg.json new file mode 100644 index 00000000..b783254f --- /dev/null +++ b/packs/items/Tinte__reicht_f_r_50_Seiten__fB8GyT0S38fomHsg.json @@ -0,0 +1,29 @@ +{ + "_id": "fB8GyT0S38fomHsg", + "name": "Tinte (reicht für 50 Seiten)", + "type": "loot", + "img": "icons/tools/scribal/ink-quill-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 2, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343196, + "modifiedTime": 1668995457477, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fB8GyT0S38fomHsg" +} \ No newline at end of file diff --git a/packs/items/Topf_cDIVsXpVltyRnhqM.json b/packs/items/Topf_cDIVsXpVltyRnhqM.json new file mode 100644 index 00000000..5c987486 --- /dev/null +++ b/packs/items/Topf_cDIVsXpVltyRnhqM.json @@ -0,0 +1,29 @@ +{ + "_id": "cDIVsXpVltyRnhqM", + "name": "Topf", + "type": "loot", + "img": "icons/tools/cooking/cauldron-empty.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343108, + "modifiedTime": 1668995457391, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cDIVsXpVltyRnhqM" +} \ No newline at end of file diff --git a/packs/items/Trank_der_Gasgestalt_dUQPe5X6ka3HJLuF.json b/packs/items/Trank_der_Gasgestalt_dUQPe5X6ka3HJLuF.json new file mode 100644 index 00000000..c30c8bb3 --- /dev/null +++ b/packs/items/Trank_der_Gasgestalt_dUQPe5X6ka3HJLuF.json @@ -0,0 +1,29 @@ +{ + "_id": "dUQPe5X6ka3HJLuF", + "name": "Trank der Gasgestalt", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-fancy-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser meist rauchige Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.tZJoj1PGrRGe9eMV]{Gasgestalt} (Probenwert 20; Patzer ausgeschlossen).

", + "quantity": 1, + "price": 500, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343139, + "modifiedTime": 1668995457407, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dUQPe5X6ka3HJLuF" +} \ No newline at end of file diff --git a/packs/items/Trank_der_Lebenskraft_74iFRkzvOwLxOxOq.json b/packs/items/Trank_der_Lebenskraft_74iFRkzvOwLxOxOq.json new file mode 100644 index 00000000..f2499d3c --- /dev/null +++ b/packs/items/Trank_der_Lebenskraft_74iFRkzvOwLxOxOq.json @@ -0,0 +1,29 @@ +{ + "_id": "74iFRkzvOwLxOxOq", + "name": "Trank der Lebenskraft", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-labeled-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese meist blutroten Tränke erhöhen die Lebenskraft um W20 für W20 Stunden.

", + "quantity": 1, + "price": 500, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342735, + "modifiedTime": 1668995456784, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!74iFRkzvOwLxOxOq" +} \ No newline at end of file diff --git a/packs/items/Trank_der_Zwergensicht_nixhgFSQ7jaZrvxD.json b/packs/items/Trank_der_Zwergensicht_nixhgFSQ7jaZrvxD.json new file mode 100644 index 00000000..e694449c --- /dev/null +++ b/packs/items/Trank_der_Zwergensicht_nixhgFSQ7jaZrvxD.json @@ -0,0 +1,29 @@ +{ + "_id": "nixhgFSQ7jaZrvxD", + "name": "Trank der Zwergensicht", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-labeled-medicine-capped-red-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses meist schwarze Getränk gewährt für W20 Stunden dem Trinker die zwergische Volksfähigkeit Dunkelsicht (DS4 S. 83).

", + "quantity": 1, + "price": 15, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343360, + "modifiedTime": 1668995457760, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nixhgFSQ7jaZrvxD" +} \ No newline at end of file diff --git a/packs/items/Turmschild_0e8GeSHxVf72FXvT.json b/packs/items/Turmschild_0e8GeSHxVf72FXvT.json new file mode 100644 index 00000000..802ae2e8 --- /dev/null +++ b/packs/items/Turmschild_0e8GeSHxVf72FXvT.json @@ -0,0 +1,33 @@ +{ + "_id": "0e8GeSHxVf72FXvT", + "name": "Turmschild", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-boss-red.webp", + "effects": [ + "ScAKi1eiWow9Y1ZZ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -1

", + "quantity": 1, + "price": 15, + "availability": "village", + "storageLocation": "-", + "equipped": false, + "armorValue": 2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342637, + "modifiedTime": 1668995456665, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0e8GeSHxVf72FXvT" +} \ No newline at end of file diff --git a/packs/items/Turmschild__1_ibiHqm4rH8meeu9m.json b/packs/items/Turmschild__1_ibiHqm4rH8meeu9m.json new file mode 100644 index 00000000..7330e5df --- /dev/null +++ b/packs/items/Turmschild__1_ibiHqm4rH8meeu9m.json @@ -0,0 +1,34 @@ +{ + "_id": "ibiHqm4rH8meeu9m", + "name": "Turmschild +1", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-engraved-lance-rest.webp", + "effects": [ + "ScAKi1eiWow9Y1ZZ", + "TeyRcwja5lQWHICW" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Laufen -0,5

", + "quantity": 1, + "price": 3265, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343297, + "modifiedTime": 1668995457687, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ibiHqm4rH8meeu9m" +} \ No newline at end of file diff --git a/packs/items/Turmschild__2_Li5rC0lvytKRAc31.json b/packs/items/Turmschild__2_Li5rC0lvytKRAc31.json new file mode 100644 index 00000000..1057d6f5 --- /dev/null +++ b/packs/items/Turmschild__2_Li5rC0lvytKRAc31.json @@ -0,0 +1,33 @@ +{ + "_id": "Li5rC0lvytKRAc31", + "name": "Turmschild +2", + "type": "shield", + "img": "icons/equipment/shield/heater-steel-gold.webp", + "effects": [ + "yfHGGfxxGvmHG6b9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 4265, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342901, + "modifiedTime": 1668995457167, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Li5rC0lvytKRAc31" +} \ No newline at end of file diff --git a/packs/items/Turmschild__3_UNd96UN0NQo8I0SI.json b/packs/items/Turmschild__3_UNd96UN0NQo8I0SI.json new file mode 100644 index 00000000..3d0a1d45 --- /dev/null +++ b/packs/items/Turmschild__3_UNd96UN0NQo8I0SI.json @@ -0,0 +1,33 @@ +{ + "_id": "UNd96UN0NQo8I0SI", + "name": "Turmschild +3", + "type": "shield", + "img": "icons/equipment/shield/heater-embossed-gold.webp", + "effects": [ + "ZXSBIh1UotdZuHbj" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": null, + "quantity": 1, + "price": 5265, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343035, + "modifiedTime": 1668995457322, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!UNd96UN0NQo8I0SI" +} \ No newline at end of file diff --git a/packs/items/Umh_ngetasche_BeXHrv1TQzgfV6Mc.json b/packs/items/Umh_ngetasche_BeXHrv1TQzgfV6Mc.json new file mode 100644 index 00000000..f3249660 --- /dev/null +++ b/packs/items/Umh_ngetasche_BeXHrv1TQzgfV6Mc.json @@ -0,0 +1,29 @@ +{ + "_id": "BeXHrv1TQzgfV6Mc", + "name": "Umhängetasche", + "type": "loot", + "img": "icons/containers/bags/pack-leather-embossed-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342792, + "modifiedTime": 1668995456873, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!BeXHrv1TQzgfV6Mc" +} \ No newline at end of file diff --git a/packs/items/Unsichtbarkeitsring_kurEYTP9rqk8YnND.json b/packs/items/Unsichtbarkeitsring_kurEYTP9rqk8YnND.json new file mode 100644 index 00000000..4732fccc --- /dev/null +++ b/packs/items/Unsichtbarkeitsring_kurEYTP9rqk8YnND.json @@ -0,0 +1,30 @@ +{ + "_id": "kurEYTP9rqk8YnND", + "name": "Unsichtbarkeitsring", + "type": "equipment", + "img": "icons/equipment/finger/ring-band-rounded-gold.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Böse Zungen behaupten, dass dieser Ring, in den @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} eingebettet ist, seinen Träger zu seinem abhängigen Sklaven macht.

", + "quantity": 1, + "price": 6972, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343319, + "modifiedTime": 1668995457725, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kurEYTP9rqk8YnND" +} \ No newline at end of file diff --git a/packs/items/Unsichtbarkeitstrank_uYcNgFz5PkaOmK6b.json b/packs/items/Unsichtbarkeitstrank_uYcNgFz5PkaOmK6b.json new file mode 100644 index 00000000..acdf094d --- /dev/null +++ b/packs/items/Unsichtbarkeitstrank_uYcNgFz5PkaOmK6b.json @@ -0,0 +1,29 @@ +{ + "_id": "uYcNgFz5PkaOmK6b", + "name": "Unsichtbarkeitstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-corked-tied-necklace-teal.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser oft klare, farblose Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} (Probenwert 20; Patzer ausgeschlossen).

", + "quantity": 1, + "price": 500, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343529, + "modifiedTime": 1668995457892, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uYcNgFz5PkaOmK6b" +} \ No newline at end of file diff --git a/packs/items/Unverwundbartrank_1HjmUAR5mf59yXlw.json b/packs/items/Unverwundbartrank_1HjmUAR5mf59yXlw.json new file mode 100644 index 00000000..4e9063a0 --- /dev/null +++ b/packs/items/Unverwundbartrank_1HjmUAR5mf59yXlw.json @@ -0,0 +1,29 @@ +{ + "_id": "1HjmUAR5mf59yXlw", + "name": "Unverwundbartrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-corked-shiny-red.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter erhält für W20 Runden +20 auf seine Abwehr durch diesen meist roten, flockigen Trank. Dieser Bonus gilt auch bei Schaden, gegen den normalerweise keine Abwehr zulässig ist.

", + "quantity": 1, + "price": 1000, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342649, + "modifiedTime": 1668995456696, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1HjmUAR5mf59yXlw" +} \ No newline at end of file diff --git a/packs/items/Verbandszeug_HIfMiFd0ZbqE3VKt.json b/packs/items/Verbandszeug_HIfMiFd0ZbqE3VKt.json new file mode 100644 index 00000000..71254466 --- /dev/null +++ b/packs/items/Verbandszeug_HIfMiFd0ZbqE3VKt.json @@ -0,0 +1,29 @@ +{ + "_id": "HIfMiFd0ZbqE3VKt", + "name": "Verbandszeug", + "type": "loot", + "img": "icons/commodities/cloth/cloth-roll-worn-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Verschnaufen +1 oder natürliches Heilergebnis +1

", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342862, + "modifiedTime": 1668995457057, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HIfMiFd0ZbqE3VKt" +} \ No newline at end of file diff --git a/packs/items/Vergr__erungstrank_Wjcv3WZW3j4jg9XY.json b/packs/items/Vergr__erungstrank_Wjcv3WZW3j4jg9XY.json new file mode 100644 index 00000000..16cde22a --- /dev/null +++ b/packs/items/Vergr__erungstrank_Wjcv3WZW3j4jg9XY.json @@ -0,0 +1,29 @@ +{ + "_id": "Wjcv3WZW3j4jg9XY", + "name": "Vergrößerungstrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-bulb-corked-purple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Vergrößert den Trinkenden auf das Doppelte seiner normalen Größe für W20/2 Minuten. KÖR, ST und HÄ werden verdoppelt und die Kampfwerte entsprechend angepasst.

", + "quantity": 1, + "price": 1000, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343060, + "modifiedTime": 1668995457343, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Wjcv3WZW3j4jg9XY" +} \ No newline at end of file diff --git a/packs/items/Verj_ngungstrank_RlA4PIa9hnsqoqFi.json b/packs/items/Verj_ngungstrank_RlA4PIa9hnsqoqFi.json new file mode 100644 index 00000000..8838cc61 --- /dev/null +++ b/packs/items/Verj_ngungstrank_RlA4PIa9hnsqoqFi.json @@ -0,0 +1,29 @@ +{ + "_id": "RlA4PIa9hnsqoqFi", + "name": "Verjüngungstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-tube-corked-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Trinkende wird augenblicklich W20 Jahre jünger.

", + "quantity": 1, + "price": 5000, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342967, + "modifiedTime": 1668995457242, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RlA4PIa9hnsqoqFi" +} \ No newline at end of file diff --git a/packs/items/Verkleinerungstrank_LAI81qZlbkr7MlGY.json b/packs/items/Verkleinerungstrank_LAI81qZlbkr7MlGY.json new file mode 100644 index 00000000..65fe900a --- /dev/null +++ b/packs/items/Verkleinerungstrank_LAI81qZlbkr7MlGY.json @@ -0,0 +1,29 @@ +{ + "_id": "LAI81qZlbkr7MlGY", + "name": "Verkleinerungstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-corked-yellow.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Verkleinert den Trinkenden auf ein Zehntel seiner normalen Größe für W20 Minuten. KÖR, ST und HÄ werden solange halbiert und die Kampfwerte entsprechend angepasst.

", + "quantity": 1, + "price": 100, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342900, + "modifiedTime": 1668995457164, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!LAI81qZlbkr7MlGY" +} \ No newline at end of file diff --git a/packs/items/Wachsamkeitstrank_gXr3lLQmlHeDMuv5.json b/packs/items/Wachsamkeitstrank_gXr3lLQmlHeDMuv5.json new file mode 100644 index 00000000..b1b4b594 --- /dev/null +++ b/packs/items/Wachsamkeitstrank_gXr3lLQmlHeDMuv5.json @@ -0,0 +1,29 @@ +{ + "_id": "gXr3lLQmlHeDMuv5", + "name": "Wachsamkeitstrank", + "type": "loot", + "img": "icons/consumables/potions/potion-tube-corked-labeled-cyan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses meist klare Getränk gewährt für W20 Stunden auf alle Bemerken-Proben einen Bonus von +5.

", + "quantity": 1, + "price": 15, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343214, + "modifiedTime": 1668995457507, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gXr3lLQmlHeDMuv5" +} \ No newline at end of file diff --git a/packs/items/Wachskerze__brennt_10h__S204KfhmoRdMDVpZ.json b/packs/items/Wachskerze__brennt_10h__S204KfhmoRdMDVpZ.json new file mode 100644 index 00000000..e1e9261d --- /dev/null +++ b/packs/items/Wachskerze__brennt_10h__S204KfhmoRdMDVpZ.json @@ -0,0 +1,29 @@ +{ + "_id": "S204KfhmoRdMDVpZ", + "name": "Wachskerze (brennt 10h)", + "type": "loot", + "img": "icons/sundries/lights/candle-unlit-tan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.02, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342979, + "modifiedTime": 1668995457262, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!S204KfhmoRdMDVpZ" +} \ No newline at end of file diff --git a/packs/items/Waffenlos_OvxWaEJrElas3EUL.json b/packs/items/Waffenlos_OvxWaEJrElas3EUL.json new file mode 100644 index 00000000..1bf219ff --- /dev/null +++ b/packs/items/Waffenlos_OvxWaEJrElas3EUL.json @@ -0,0 +1,33 @@ +{ + "_id": "OvxWaEJrElas3EUL", + "name": "Waffenlos", + "type": "weapon", + "img": "icons/equipment/hand/gauntlet-tooled-leather-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 0, + "opponentDefense": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342927, + "modifiedTime": 1668995457194, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!OvxWaEJrElas3EUL" +} \ No newline at end of file diff --git a/packs/items/Waffenpaste_zXgxu2gCkaTSSSMU.json b/packs/items/Waffenpaste_zXgxu2gCkaTSSSMU.json new file mode 100644 index 00000000..c71f8381 --- /dev/null +++ b/packs/items/Waffenpaste_zXgxu2gCkaTSSSMU.json @@ -0,0 +1,29 @@ +{ + "_id": "zXgxu2gCkaTSSSMU", + "name": "Waffenpaste", + "type": "loot", + "img": "icons/tools/laboratory/bowl-liquid-black.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Macht WB+1; hält W20 Nahkampfangriffe bzw. reicht für W20 Fernkampfgeschosse

", + "quantity": 1, + "price": 0.5, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343609, + "modifiedTime": 1668995457977, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zXgxu2gCkaTSSSMU" +} \ No newline at end of file diff --git a/packs/items/Waffenweih_luYRwVP5oR6cdDMQ.json b/packs/items/Waffenweih_luYRwVP5oR6cdDMQ.json new file mode 100644 index 00000000..4ae8418b --- /dev/null +++ b/packs/items/Waffenweih_luYRwVP5oR6cdDMQ.json @@ -0,0 +1,29 @@ +{ + "_id": "luYRwVP5oR6cdDMQ", + "name": "Waffenweih", + "type": "loot", + "img": "icons/consumables/potions/potion-jar-capped-teal.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Über eine Waffe geschüttet, verleiht dieser meist silberne Trank dieser für die Dauer eines Kampfes den Effekt des Zaubers @Compendium[ds4.spells.ASvdS1fyjmRS1Xb6]{Magische Waffe}.

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343322, + "modifiedTime": 1668995457738, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!luYRwVP5oR6cdDMQ" +} \ No newline at end of file diff --git a/packs/items/Wagen__4_R_der__4E9WdEs1JaWrCYim.json b/packs/items/Wagen__4_R_der__4E9WdEs1JaWrCYim.json new file mode 100644 index 00000000..60dd6fcb --- /dev/null +++ b/packs/items/Wagen__4_R_der__4E9WdEs1JaWrCYim.json @@ -0,0 +1,29 @@ +{ + "_id": "4E9WdEs1JaWrCYim", + "name": "Wagen (4 Räder)", + "type": "loot", + "img": "icons/commodities/wood/wood-wheel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 35, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342704, + "modifiedTime": 1668995456760, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!4E9WdEs1JaWrCYim" +} \ No newline at end of file diff --git a/packs/items/Wasserschlauch__5_Liter__ygiod7LPfxwz0Jbb.json b/packs/items/Wasserschlauch__5_Liter__ygiod7LPfxwz0Jbb.json new file mode 100644 index 00000000..b608954c --- /dev/null +++ b/packs/items/Wasserschlauch__5_Liter__ygiod7LPfxwz0Jbb.json @@ -0,0 +1,29 @@ +{ + "_id": "ygiod7LPfxwz0Jbb", + "name": "Wasserschlauch (5 Liter)", + "type": "loot", + "img": "icons/sundries/survival/waterskin-leather-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0.5, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343581, + "modifiedTime": 1668995457950, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ygiod7LPfxwz0Jbb" +} \ No newline at end of file diff --git a/packs/items/Wasserwandeltrank_s47J9CEdTELiRlPT.json b/packs/items/Wasserwandeltrank_s47J9CEdTELiRlPT.json new file mode 100644 index 00000000..456db99e --- /dev/null +++ b/packs/items/Wasserwandeltrank_s47J9CEdTELiRlPT.json @@ -0,0 +1,29 @@ +{ + "_id": "s47J9CEdTELiRlPT", + "name": "Wasserwandeltrank", + "type": "loot", + "img": "icons/consumables/potions/potion-jar-corked-orange.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser oft braune Trank wirkt auf den Trinker den Zauber @Compendium[ds4.spells.mYZ3gFtRJASLL9pv]{Wasserwandeln} (Probenwert 20; Patzer ausgeschlossen).

", + "quantity": 1, + "price": 100, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343479, + "modifiedTime": 1668995457818, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!s47J9CEdTELiRlPT" +} \ No newline at end of file diff --git a/packs/items/Wechselring_1vrVO2sqFqC4AA1k.json b/packs/items/Wechselring_1vrVO2sqFqC4AA1k.json new file mode 100644 index 00000000..3d9f4c73 --- /dev/null +++ b/packs/items/Wechselring_1vrVO2sqFqC4AA1k.json @@ -0,0 +1,32 @@ +{ + "_id": "1vrVO2sqFqC4AA1k", + "name": "Wechselring", + "type": "equipment", + "img": "icons/equipment/finger/ring-cabochon-white-blue.webp", + "effects": [ + "uaLYD6951CS9od5d" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mittels Wechsler +V verleiht dieser Ring +10 auf Proben, um die eigenen Zauber zu wechseln.

", + "quantity": 1, + "price": 1502, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342664, + "modifiedTime": 1668995456728, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1vrVO2sqFqC4AA1k" +} \ No newline at end of file diff --git a/packs/items/Wehrpanzer_83CJm0YUiYxIpcQx.json b/packs/items/Wehrpanzer_83CJm0YUiYxIpcQx.json new file mode 100644 index 00000000..b874eca2 --- /dev/null +++ b/packs/items/Wehrpanzer_83CJm0YUiYxIpcQx.json @@ -0,0 +1,36 @@ +{ + "_id": "83CJm0YUiYxIpcQx", + "name": "Wehrpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-cuirass-steel-grey.webp", + "effects": [ + "wz2krJzwVba18XvV", + "TuRxuZf6QZL2OvRk" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese massive, mit Metallverzierungen verstärkte Plattenrüstung +3 verfügt sogar über einen Halspanzer und gewährt ihrem Träger zusätzlich +2 auf Abwehr.

", + "quantity": 1, + "price": 7300, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 3, + "armorMaterialType": "plate", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342756, + "modifiedTime": 1668995456799, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!83CJm0YUiYxIpcQx" +} \ No newline at end of file diff --git a/packs/items/Weihwasser__1_2_Liter__RoXGTPdisjn6AdYK.json b/packs/items/Weihwasser__1_2_Liter__RoXGTPdisjn6AdYK.json new file mode 100644 index 00000000..57b6af7c --- /dev/null +++ b/packs/items/Weihwasser__1_2_Liter__RoXGTPdisjn6AdYK.json @@ -0,0 +1,29 @@ +{ + "_id": "RoXGTPdisjn6AdYK", + "name": "Weihwasser (1/2 Liter)", + "type": "loot", + "img": "icons/consumables/potions/bottle-conical-corked-labeled-shell-cyan.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Weihwasser verursacht gegen Dämonen und Untote nicht abwehrbaren Schaden. Jede Einheit Weihwasser hat einen anderen Angriffswert, der mit W20 ermittelt wird. Dieser Wert wird erst ausgewürfelt, wenn das Weihwasser den Dämonen bzw. Untoten trifft, es sei denn, es wird vorher in Bezug auf seinen Schadenswert von einem Zauberwirker mit GEI+AU, gefolgt von GEI+VE, erfolgreich analysiert.

\n

Eine Weihwassereinheit kann man auf eine Waffe/ein Geschoss auftragen (benötigt 1 Aktion) und dann einen normalen Angriff mit Schlagen bzw. Schießen würfeln. Ist dieser erfolgreich, wird bei Dämonen und Untoten neben dem normalen Schaden auch noch ein Angriff für das Weihwasser gewürfelt, der nicht abwehrbaren Schaden verursacht. Nach dem ersten Treffer ist die Einheit Weihwasser aufgebraucht.

\n

Alternativ kann man Weihwassereinheiten in zerbrechliche Phiolen (WB +0; 2 GM) füllen und diese im Nah- oder Fernkampf gegen Dämonen und Untote einsetzen, wobei die zerbrechlichen Gefäße zerspringen. In solchen Fällen verursacht nur das Weihwasser Schaden, nicht die Schießen-Probe.

\n

Weihwasser kann außerdem dazu benutzt werden, in schützenden Linien oder Kreisen (1 m pro Einheit) auf den Boden geschüttet zu werden, um für eine gewisse Zeit Dämonen bzw. Untote aufzuhalten, die das Weihwasser nicht passieren können.

", + "quantity": 1, + "price": 0.1, + "availability": "hamlet", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342969, + "modifiedTime": 1668995457246, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RoXGTPdisjn6AdYK" +} \ No newline at end of file diff --git a/packs/items/Werkzeugset_zQLTx3zmJfnrdmlN.json b/packs/items/Werkzeugset_zQLTx3zmJfnrdmlN.json new file mode 100644 index 00000000..a8abe842 --- /dev/null +++ b/packs/items/Werkzeugset_zQLTx3zmJfnrdmlN.json @@ -0,0 +1,29 @@ +{ + "_id": "zQLTx3zmJfnrdmlN", + "name": "Werkzeugset", + "type": "loot", + "img": "icons/tools/hand/hammer-and-nail.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 5, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343597, + "modifiedTime": 1668995457972, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zQLTx3zmJfnrdmlN" +} \ No newline at end of file diff --git a/packs/items/Wildh_terharnisch_yocl6DZ7hfOupqqz.json b/packs/items/Wildh_terharnisch_yocl6DZ7hfOupqqz.json new file mode 100644 index 00000000..cc37ad20 --- /dev/null +++ b/packs/items/Wildh_terharnisch_yocl6DZ7hfOupqqz.json @@ -0,0 +1,35 @@ +{ + "_id": "yocl6DZ7hfOupqqz", + "name": "Wildhüterharnisch", + "type": "armor", + "img": "icons/equipment/chest/breastplate-layered-leather-brown.webp", + "effects": [ + "CUa4rA1A1cwWac46" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

In diese aus Fellen zusammengenähte Lederrüstung +1 wurde der Zauber @Compendium[ds4.spells.TVsayZ3WkUxyzKbL]{Tierbeherschung} eingebettet.

", + "quantity": 1, + "price": 4714, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343587, + "modifiedTime": 1668995457964, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yocl6DZ7hfOupqqz" +} \ No newline at end of file diff --git a/packs/items/Wolfsmantel_D7MaTfapKAeO5TRs.json b/packs/items/Wolfsmantel_D7MaTfapKAeO5TRs.json new file mode 100644 index 00000000..3045b6f5 --- /dev/null +++ b/packs/items/Wolfsmantel_D7MaTfapKAeO5TRs.json @@ -0,0 +1,35 @@ +{ + "_id": "D7MaTfapKAeO5TRs", + "name": "Wolfsmantel", + "type": "armor", + "img": "icons/equipment/chest/shirt-simple-grey.webp", + "effects": [ + "2IDnDKbImHFAHAu6" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese Lederrüstung aus Wolfspelz verleiht ihrem Träger +3 auf sämtliche Bemerken-Proben. Ein ausgenommener Wolfskopf bildet die Kapuze.

", + "quantity": 1, + "price": 1004, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342807, + "modifiedTime": 1668995456953, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!D7MaTfapKAeO5TRs" +} \ No newline at end of file diff --git a/packs/items/Wurfmesser__1_hfxblADLXdGaRMAA.json b/packs/items/Wurfmesser__1_hfxblADLXdGaRMAA.json new file mode 100644 index 00000000..b1eaad01 --- /dev/null +++ b/packs/items/Wurfmesser__1_hfxblADLXdGaRMAA.json @@ -0,0 +1,35 @@ +{ + "_id": "hfxblADLXdGaRMAA", + "name": "Wurfmesser +1", + "type": "weapon", + "img": "icons/weapons/thrown/dagger-ringed-steel.webp", + "effects": [ + "c2P4Qt8b6GonPFv7" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 752, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 1, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343237, + "modifiedTime": 1668995457537, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hfxblADLXdGaRMAA" +} \ No newline at end of file diff --git a/packs/items/Wurfmesser__2_eIXRfSsAL5ECi1uq.json b/packs/items/Wurfmesser__2_eIXRfSsAL5ECi1uq.json new file mode 100644 index 00000000..0c4579b5 --- /dev/null +++ b/packs/items/Wurfmesser__2_eIXRfSsAL5ECi1uq.json @@ -0,0 +1,35 @@ +{ + "_id": "eIXRfSsAL5ECi1uq", + "name": "Wurfmesser +2", + "type": "weapon", + "img": "icons/weapons/thrown/dagger-ringed-engraved-green.webp", + "effects": [ + "XPV4jbYeNcFVFvZr" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 1252, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343151, + "modifiedTime": 1668995457431, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eIXRfSsAL5ECi1uq" +} \ No newline at end of file diff --git a/packs/items/Wurfmesser__3_VxyrCBfVdbRD5nj8.json b/packs/items/Wurfmesser__3_VxyrCBfVdbRD5nj8.json new file mode 100644 index 00000000..c9668ec8 --- /dev/null +++ b/packs/items/Wurfmesser__3_VxyrCBfVdbRD5nj8.json @@ -0,0 +1,35 @@ +{ + "_id": "VxyrCBfVdbRD5nj8", + "name": "Wurfmesser +3", + "type": "weapon", + "img": "icons/weapons/thrown/dagger-ringed-blue.webp", + "effects": [ + "hQfQjfXJhE4yDXQU" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 1752, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 3, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343052, + "modifiedTime": 1668995457335, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VxyrCBfVdbRD5nj8" +} \ No newline at end of file diff --git a/packs/items/Wurfmesser_grAnIWqeXTAIGXmN.json b/packs/items/Wurfmesser_grAnIWqeXTAIGXmN.json new file mode 100644 index 00000000..bd589b72 --- /dev/null +++ b/packs/items/Wurfmesser_grAnIWqeXTAIGXmN.json @@ -0,0 +1,33 @@ +{ + "_id": "grAnIWqeXTAIGXmN", + "name": "Wurfmesser", + "type": "weapon", + "img": "icons/weapons/thrown/dagger-simple.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Distanzmalus -1 pro 2 m

", + "quantity": 1, + "price": 2, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "meleeRanged", + "weaponBonus": 0, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343217, + "modifiedTime": 1668995457511, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!grAnIWqeXTAIGXmN" +} \ No newline at end of file diff --git a/packs/items/Zauberk_cher_0C9YNorSbYM5eyBj.json b/packs/items/Zauberk_cher_0C9YNorSbYM5eyBj.json new file mode 100644 index 00000000..d1d3c43a --- /dev/null +++ b/packs/items/Zauberk_cher_0C9YNorSbYM5eyBj.json @@ -0,0 +1,30 @@ +{ + "_id": "0C9YNorSbYM5eyBj", + "name": "Zauberköcher", + "type": "equipment", + "img": "icons/containers/ammunition/arrows-quiver-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Jeder Pfeil, der aus diesem Köcher gezogen wird, hat für die Dauer einer Kampfrunde einen magischen Waffenbonus von +1.

", + "quantity": 1, + "price": 750.1, + "availability": "unset", + "storageLocation": "-", + "equipped": false + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342627, + "modifiedTime": 1668995456639, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0C9YNorSbYM5eyBj" +} \ No newline at end of file diff --git a/packs/items/Zaubertrank_LoY2CnEEWfxbvjEt.json b/packs/items/Zaubertrank_LoY2CnEEWfxbvjEt.json new file mode 100644 index 00000000..268a7ba3 --- /dev/null +++ b/packs/items/Zaubertrank_LoY2CnEEWfxbvjEt.json @@ -0,0 +1,29 @@ +{ + "_id": "LoY2CnEEWfxbvjEt", + "name": "Zaubertrank", + "type": "loot", + "img": "icons/consumables/potions/bottle-pear-corked-pink.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht die Werte von Zaubern und Zielzauber für die Dauer eines Kampfes um +1.

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342903, + "modifiedTime": 1668995457170, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!LoY2CnEEWfxbvjEt" +} \ No newline at end of file diff --git a/packs/items/Zauberwechseltrank_uqIQjhDGgbEuHYmd.json b/packs/items/Zauberwechseltrank_uqIQjhDGgbEuHYmd.json new file mode 100644 index 00000000..088059da --- /dev/null +++ b/packs/items/Zauberwechseltrank_uqIQjhDGgbEuHYmd.json @@ -0,0 +1,29 @@ +{ + "_id": "uqIQjhDGgbEuHYmd", + "name": "Zauberwechseltrank", + "type": "loot", + "img": "icons/consumables/potions/potion-bottle-corked-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Diese meist blauen Tränke gewähren für die Dauer eines Kampfes +10 auf Zauber wechseln.

", + "quantity": 1, + "price": 10, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343549, + "modifiedTime": 1668995457915, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uqIQjhDGgbEuHYmd" +} \ No newline at end of file diff --git a/packs/items/Zelt__2_Mann__Van6Sze8TZl8Y88o.json b/packs/items/Zelt__2_Mann__Van6Sze8TZl8Y88o.json new file mode 100644 index 00000000..3bccefad --- /dev/null +++ b/packs/items/Zelt__2_Mann__Van6Sze8TZl8Y88o.json @@ -0,0 +1,29 @@ +{ + "_id": "Van6Sze8TZl8Y88o", + "name": "Zelt (2 Mann)", + "type": "loot", + "img": "icons/environment/settlement/tent.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "village", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343051, + "modifiedTime": 1668995457332, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Van6Sze8TZl8Y88o" +} \ No newline at end of file diff --git a/packs/items/Zieltrank_zqlc3bq1ZfneLeYx.json b/packs/items/Zieltrank_zqlc3bq1ZfneLeYx.json new file mode 100644 index 00000000..6a53e258 --- /dev/null +++ b/packs/items/Zieltrank_zqlc3bq1ZfneLeYx.json @@ -0,0 +1,29 @@ +{ + "_id": "zqlc3bq1ZfneLeYx", + "name": "Zieltrank", + "type": "loot", + "img": "icons/consumables/potions/potion-flask-capped-yellow-green.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhöht die Werte von Schießen und Zielzauber für die Dauer eines Kampfes um +1.

", + "quantity": 1, + "price": 25, + "availability": "unset", + "storageLocation": "-" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343618, + "modifiedTime": 1668995457982, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zqlc3bq1ZfneLeYx" +} \ No newline at end of file diff --git a/packs/items/Zornhammer_pQqbXD5ELmjcu4Dd.json b/packs/items/Zornhammer_pQqbXD5ELmjcu4Dd.json new file mode 100644 index 00000000..4a4298b9 --- /dev/null +++ b/packs/items/Zornhammer_pQqbXD5ELmjcu4Dd.json @@ -0,0 +1,36 @@ +{ + "_id": "pQqbXD5ELmjcu4Dd", + "name": "Zornhammer", + "type": "weapon", + "img": "icons/weapons/hammers/hammer-double-steel-embossed.webp", + "effects": [ + "dcGiLPK2AIDA7NHH", + "RWRk7pwQf2vs1Aqv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein schwerer, schlichter Streithammer +3, der einst einem Zwergenhelden gehörte.

\n

Zweihändig, Initiative -4

", + "quantity": 1, + "price": 3256, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343452, + "modifiedTime": 1668995457794, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pQqbXD5ELmjcu4Dd" +} \ No newline at end of file diff --git a/packs/items/Zwergenaxt_0f8ivq3Mveb3s3Fs.json b/packs/items/Zwergenaxt_0f8ivq3Mveb3s3Fs.json new file mode 100644 index 00000000..b6bedb3b --- /dev/null +++ b/packs/items/Zwergenaxt_0f8ivq3Mveb3s3Fs.json @@ -0,0 +1,35 @@ +{ + "_id": "0f8ivq3Mveb3s3Fs", + "name": "Zwergenaxt", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-engraved.webp", + "effects": [ + "Ytio5tOcCUO91MQ0" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -1

", + "quantity": 1, + "price": 60, + "availability": "dwarves", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342638, + "modifiedTime": 1668995456668, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0f8ivq3Mveb3s3Fs" +} \ No newline at end of file diff --git a/packs/items/Zwergenaxt__1_JZkzRagRS8TKZplw.json b/packs/items/Zwergenaxt__1_JZkzRagRS8TKZplw.json new file mode 100644 index 00000000..5c72414e --- /dev/null +++ b/packs/items/Zwergenaxt__1_JZkzRagRS8TKZplw.json @@ -0,0 +1,36 @@ +{ + "_id": "JZkzRagRS8TKZplw", + "name": "Zwergenaxt +1", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-engraved-runes.webp", + "effects": [ + "Ytio5tOcCUO91MQ0", + "armx56Psy1qosJib" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -1

", + "quantity": 1, + "price": 2310, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -3 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342881, + "modifiedTime": 1668995457109, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JZkzRagRS8TKZplw" +} \ No newline at end of file diff --git a/packs/items/Zwergenaxt__2_NHV9ho8tGutv0mrS.json b/packs/items/Zwergenaxt__2_NHV9ho8tGutv0mrS.json new file mode 100644 index 00000000..ceb72438 --- /dev/null +++ b/packs/items/Zwergenaxt__2_NHV9ho8tGutv0mrS.json @@ -0,0 +1,36 @@ +{ + "_id": "NHV9ho8tGutv0mrS", + "name": "Zwergenaxt +2", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-engraved-black.webp", + "effects": [ + "Ytio5tOcCUO91MQ0", + "WsibIQWwcjabH8QS" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -1

", + "quantity": 1, + "price": 2810, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 5, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342910, + "modifiedTime": 1668995457178, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NHV9ho8tGutv0mrS" +} \ No newline at end of file diff --git a/packs/items/Zwergenaxt__3_Tu0Mf3Qib68wxpRs.json b/packs/items/Zwergenaxt__3_Tu0Mf3Qib68wxpRs.json new file mode 100644 index 00000000..d562d046 --- /dev/null +++ b/packs/items/Zwergenaxt__3_Tu0Mf3Qib68wxpRs.json @@ -0,0 +1,36 @@ +{ + "_id": "Tu0Mf3Qib68wxpRs", + "name": "Zwergenaxt +3", + "type": "weapon", + "img": "icons/weapons/axes/axe-double-engraved-blue.webp", + "effects": [ + "Ytio5tOcCUO91MQ0", + "ulhp9EsUM5Tf0iCd" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Zweihändig, Initiative -1

", + "quantity": 1, + "price": 3310, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": -5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995343020, + "modifiedTime": 1668995457317, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Tu0Mf3Qib68wxpRs" +} \ No newline at end of file diff --git a/packs/languages-and-scripts.json b/packs/languages-and-scripts.json deleted file mode 100644 index b487b5f3..00000000 --- a/packs/languages-and-scripts.json +++ /dev/null @@ -1,266 +0,0 @@ -[ - { - "_id": "4KbbQeTvvJC7iNrI", - "name": "Gormanische Schrift", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342357, - "modifiedTime": 1668995456385, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GQNpFENXcjJGeYr2", - "name": "Freiwort", - "type": "language", - "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Freiwort ist die Gemeinsprache der Freien Lande.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342358, - "modifiedTime": 1668995456386, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "O1U9jd0yJoydHwT8", - "name": "Zasarische Schrift", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342359, - "modifiedTime": 1668995456388, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PzkVTViII6ungWyp", - "name": "Zwergisch", - "type": "language", - "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342360, - "modifiedTime": 1668995456389, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "josgKzD9UmDOvTup", - "name": "Ornamentschrift", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342361, - "modifiedTime": 1668995456390, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "k8FSxBda9CoLOJqZ", - "name": "Kaitanische Schrift", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342362, - "modifiedTime": 1668995456391, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "n2Nbg0ttFzcMxp7T", - "name": "Keilschrift", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342364, - "modifiedTime": 1668995456392, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "n6KU1XIzbPWups0D", - "name": "Kaitanisch", - "type": "language", - "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342365, - "modifiedTime": 1668995456393, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "usEWD48iYnMHO3Ty", - "name": "Zasarisch", - "type": "language", - "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342366, - "modifiedTime": 1668995456394, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xpvHuSywc8lJa2UN", - "name": "Elfisch", - "type": "language", - "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342367, - "modifiedTime": 1668995456395, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ylqXcZHRbIBeV20Z", - "name": "Ahnenrunen", - "type": "alphabet", - "img": "icons/svg/book.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342375, - "modifiedTime": 1668995456396, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/languages-and-scripts.json.license b/packs/languages-and-scripts.json.license deleted file mode 100644 index dc219f48..00000000 --- a/packs/languages-and-scripts.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2021 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/languages-and-scripts/Ahnenrunen_ylqXcZHRbIBeV20Z.json b/packs/languages-and-scripts/Ahnenrunen_ylqXcZHRbIBeV20Z.json new file mode 100644 index 00000000..ffeceb4d --- /dev/null +++ b/packs/languages-and-scripts/Ahnenrunen_ylqXcZHRbIBeV20Z.json @@ -0,0 +1,25 @@ +{ + "_id": "ylqXcZHRbIBeV20Z", + "name": "Ahnenrunen", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342375, + "modifiedTime": 1668995456396, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ylqXcZHRbIBeV20Z" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Elfisch_xpvHuSywc8lJa2UN.json b/packs/languages-and-scripts/Elfisch_xpvHuSywc8lJa2UN.json new file mode 100644 index 00000000..c7e58d1b --- /dev/null +++ b/packs/languages-and-scripts/Elfisch_xpvHuSywc8lJa2UN.json @@ -0,0 +1,25 @@ +{ + "_id": "xpvHuSywc8lJa2UN", + "name": "Elfisch", + "type": "language", + "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342367, + "modifiedTime": 1668995456395, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xpvHuSywc8lJa2UN" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Freiwort_GQNpFENXcjJGeYr2.json b/packs/languages-and-scripts/Freiwort_GQNpFENXcjJGeYr2.json new file mode 100644 index 00000000..cd21bc7c --- /dev/null +++ b/packs/languages-and-scripts/Freiwort_GQNpFENXcjJGeYr2.json @@ -0,0 +1,25 @@ +{ + "_id": "GQNpFENXcjJGeYr2", + "name": "Freiwort", + "type": "language", + "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Freiwort ist die Gemeinsprache der Freien Lande.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342358, + "modifiedTime": 1668995456386, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GQNpFENXcjJGeYr2" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Gormanische_Schrift_4KbbQeTvvJC7iNrI.json b/packs/languages-and-scripts/Gormanische_Schrift_4KbbQeTvvJC7iNrI.json new file mode 100644 index 00000000..e235f1fa --- /dev/null +++ b/packs/languages-and-scripts/Gormanische_Schrift_4KbbQeTvvJC7iNrI.json @@ -0,0 +1,25 @@ +{ + "_id": "4KbbQeTvvJC7iNrI", + "name": "Gormanische Schrift", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342357, + "modifiedTime": 1668995456385, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!4KbbQeTvvJC7iNrI" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Kaitanisch_n6KU1XIzbPWups0D.json b/packs/languages-and-scripts/Kaitanisch_n6KU1XIzbPWups0D.json new file mode 100644 index 00000000..53e40182 --- /dev/null +++ b/packs/languages-and-scripts/Kaitanisch_n6KU1XIzbPWups0D.json @@ -0,0 +1,25 @@ +{ + "_id": "n6KU1XIzbPWups0D", + "name": "Kaitanisch", + "type": "language", + "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342365, + "modifiedTime": 1668995456393, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!n6KU1XIzbPWups0D" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Kaitanische_Schrift_k8FSxBda9CoLOJqZ.json b/packs/languages-and-scripts/Kaitanische_Schrift_k8FSxBda9CoLOJqZ.json new file mode 100644 index 00000000..f1f5627e --- /dev/null +++ b/packs/languages-and-scripts/Kaitanische_Schrift_k8FSxBda9CoLOJqZ.json @@ -0,0 +1,25 @@ +{ + "_id": "k8FSxBda9CoLOJqZ", + "name": "Kaitanische Schrift", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342362, + "modifiedTime": 1668995456391, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!k8FSxBda9CoLOJqZ" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Keilschrift_n2Nbg0ttFzcMxp7T.json b/packs/languages-and-scripts/Keilschrift_n2Nbg0ttFzcMxp7T.json new file mode 100644 index 00000000..eda7598d --- /dev/null +++ b/packs/languages-and-scripts/Keilschrift_n2Nbg0ttFzcMxp7T.json @@ -0,0 +1,25 @@ +{ + "_id": "n2Nbg0ttFzcMxp7T", + "name": "Keilschrift", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342364, + "modifiedTime": 1668995456392, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!n2Nbg0ttFzcMxp7T" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Ornamentschrift_josgKzD9UmDOvTup.json b/packs/languages-and-scripts/Ornamentschrift_josgKzD9UmDOvTup.json new file mode 100644 index 00000000..3c631fd1 --- /dev/null +++ b/packs/languages-and-scripts/Ornamentschrift_josgKzD9UmDOvTup.json @@ -0,0 +1,25 @@ +{ + "_id": "josgKzD9UmDOvTup", + "name": "Ornamentschrift", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342361, + "modifiedTime": 1668995456390, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!josgKzD9UmDOvTup" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Zasarisch_usEWD48iYnMHO3Ty.json b/packs/languages-and-scripts/Zasarisch_usEWD48iYnMHO3Ty.json new file mode 100644 index 00000000..56b968a4 --- /dev/null +++ b/packs/languages-and-scripts/Zasarisch_usEWD48iYnMHO3Ty.json @@ -0,0 +1,25 @@ +{ + "_id": "usEWD48iYnMHO3Ty", + "name": "Zasarisch", + "type": "language", + "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342366, + "modifiedTime": 1668995456394, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!usEWD48iYnMHO3Ty" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Zasarische_Schrift_O1U9jd0yJoydHwT8.json b/packs/languages-and-scripts/Zasarische_Schrift_O1U9jd0yJoydHwT8.json new file mode 100644 index 00000000..4d00bf6c --- /dev/null +++ b/packs/languages-and-scripts/Zasarische_Schrift_O1U9jd0yJoydHwT8.json @@ -0,0 +1,25 @@ +{ + "_id": "O1U9jd0yJoydHwT8", + "name": "Zasarische Schrift", + "type": "alphabet", + "img": "icons/svg/book.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342359, + "modifiedTime": 1668995456388, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!O1U9jd0yJoydHwT8" +} \ No newline at end of file diff --git a/packs/languages-and-scripts/Zwergisch_PzkVTViII6ungWyp.json b/packs/languages-and-scripts/Zwergisch_PzkVTViII6ungWyp.json new file mode 100644 index 00000000..5d5a0fae --- /dev/null +++ b/packs/languages-and-scripts/Zwergisch_PzkVTViII6ungWyp.json @@ -0,0 +1,25 @@ +{ + "_id": "PzkVTViII6ungWyp", + "name": "Zwergisch", + "type": "language", + "img": "systems/ds4/assets/icons/game-icons/lorc/conversation.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342360, + "modifiedTime": 1668995456389, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PzkVTViII6ungWyp" +} \ No newline at end of file diff --git a/packs/racial-abilities.json b/packs/racial-abilities.json deleted file mode 100644 index 929668d9..00000000 --- a/packs/racial-abilities.json +++ /dev/null @@ -1,1044 +0,0 @@ -[ - { - "_id": "3RX84f54FUuk20jo", - "name": "Klein", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "krC2HXyXBfo2AZsy", - "changes": [ - { - "key": "system.combatValues.hitPoints.total", - "mode": 1, - "value": "0.5", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Lebenskraft / 2", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Lebenskraft halbiert, aber auch schwerer zu treffen (DS4 S. 44). Waffen sind zu groß, ein Kurzschwert wird zur Zweihandwaffe.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349016, - "modifiedTime": 1668995463279, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "43nqAxNU6hpBtMiY", - "name": "Tollpatschig", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "RSs2hV25q3KJkFmg", - "changes": [ - { - "key": "system.combatValues.rangedAttack.total", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.climb", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.hide", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.jump", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.pickPocket", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.ride", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.sneak", - "mode": 2, - "value": "-4", - "priority": null - }, - { - "key": "system.checks.swim", - "mode": 2, - "value": "-4", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Proben mit Agilität -4", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Tollpatschige Völker sind sehr ungeschickt und grobmotorisch – sie erhalten auf alle Proben mit Agilität einen Malus von -4.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349022, - "modifiedTime": 1668995463280, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5hd2Tk6MzudSxM2M", - "name": "Untalentiert", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der erste Rang eines Talentes kostet dieses Volk jeweils einen Talentpunkt mehr.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349037, - "modifiedTime": 1668995463281, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8RPj5bUguaxQ6RLK", - "name": "Zäh", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "tP2fgQrHbvuZT4eM", - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten einen Bonus von +1 auf Abwehr.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349043, - "modifiedTime": 1668995463282, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Du32O8lxUjCTchh4", - "name": "Zäher als sie aussehen", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "rTPqUWomhHvmzLbv", - "changes": [ - { - "key": "system.combatValues.hitPoints.total", - "mode": 1, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Lebenskraft x 2", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder eines kleinen Volkes können den LK-Malus auf Grund ihrer Größe mit dieser Volksfähigkeit ignorieren.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349048, - "modifiedTime": 1668995463283, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FnyDr2OhywiARDPl", - "name": "Magisch unbegabt", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes können überhaupt nicht zaubern.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349053, - "modifiedTime": 1668995463284, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Fo1LiBcGi9BoHJ9v", - "name": "Arrogant", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes wirken arrogant und nehmen nur ungern Hilfe von anderen an, so auch Heilmagie nur im aller größten Notfall.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349083, - "modifiedTime": 1668995463286, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KmcfnDcxyFRRelRh", - "name": "Goldgier", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Immer wenn ein Mitglied dieses Volkes etwas Wertvolles bemerkt, muss es GEI+VE+4 schaffen, oder es will es unbedingt besitzen.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349091, - "modifiedTime": 1668995463287, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QIjVVVMR4PcO2NZc", - "name": "Unsterblich", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes altern, nachdem sie erwachsen sind, nicht wie Normalsterbliche. Das Alter rafft sie nicht dahin, sie sterben nur durch Gewalt oder aus Lebensüberdruß.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349099, - "modifiedTime": 1668995463288, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Uui9ofMtBTX4v0Yj", - "name": "Langlebig", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes altern nur noch langsam, sobald sie erwachsen sind.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349105, - "modifiedTime": 1668995463289, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "V5S2BMm7vWJiD2hD", - "name": "Zielsicher", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "YxpZ3gaKzgnl1T7S", - "changes": [ - { - "key": "system.combatValues.rangedAttack.total", - "mode": 2, - "value": "1", - "priority": null - }, - { - "key": "system.combatValues.targetedSpellcasting.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schießen, Zielzaubern +1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten einen Bonus von +1 auf Fernkampf und Zielzauber.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349115, - "modifiedTime": 1668995463290, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VTBlOswerHKLvjqI", - "name": "Dunkelsicht", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten die Volksfähigkeit Dunkelsicht (DS4 S. 83).

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349127, - "modifiedTime": 1668995463291, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "YV9KiRebanh28Jk2", - "name": "Verabscheuungswürdig", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes werden von anderen Völkern verabscheut und gemieden. Sie verkaufen Waren nur zögerlich oder gegen extremen Aufpreis an dieses Volk. Ausrüstung und andere Dienstleistungen kosten das Doppelte.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349134, - "modifiedTime": 1668995463292, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "b4vuLR8nbyFtCUT6", - "name": "Fragil", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "Y9VbkphCkoVaRMjL", - "changes": [ - { - "key": "", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr -1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses zartbesaitete Volk erhält -1 auf Abwehr.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349138, - "modifiedTime": 1668995463294, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cgWu5Mfd37oJ1Jw3", - "name": "Geschwind", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "KFyXovHEQ71WxiR6", - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +2", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Volk erhält +2 auf Initiative.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349140, - "modifiedTime": 1668995463295, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ewWlk1Ud6dFVZD2u", - "name": "Groß", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "D8cY12yVEAaNX52B", - "changes": [ - { - "key": "system.combatValues.hitPoints.total", - "mode": 1, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Lebenskraft x 2", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Lebenskraft x 2, aber auch leichter zu treffen (DS4 S. 44).

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349143, - "modifiedTime": 1668995463296, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gIacfUxo5FToVbux", - "name": "Talentiert", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten einen zusätzlichen Talentpunkt bei der Charaktererschaffung.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349146, - "modifiedTime": 1668995463299, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hPT9Q5DG9YFK1NTB", - "name": "Magieresistent", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes sind weniger betroffen durch Zauber und Magie. Sämtliche magischen Auswirkungen (Schaden, aber auch Heilung, Trankeffekte oder die Zauberdauer u.ä.) werden bei ihnen halbiert, außer erlittener Elementarschaden.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349149, - "modifiedTime": 1668995463300, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "jv1fgwHuCG6I8vMa", - "name": "Nachtsicht", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten die Volksfähigkeit Nachtsicht (DS4 S. 83).

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349151, - "modifiedTime": 1668995463301, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nwABE3AeAUHbKd7U", - "name": "Einäugig", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "JOqcrV2Ns68t0SaO", - "changes": [ - { - "key": "system.combatValues.rangedAttack.total", - "mode": 2, - "value": "-1", - "priority": null - }, - { - "key": "system.combatValues.targetedSpellcasting.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schießen, Zielzaubern -1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Volk erhält -1 auf Schießen und Zielzauber.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349152, - "modifiedTime": 1668995463303, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "qC9HBqm6nPRFg62e", - "name": "Schnell", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "jXtkQik1kgzTNeDC", - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen +1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses flinke Volk erhält +1 auf Laufen.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349154, - "modifiedTime": 1668995463306, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sFgC2eZxZIvii9OP", - "name": "Magisch begabt", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "QxBn4JAl9dmgj5xH", - "changes": [ - { - "key": "system.combatValues.spellcasting.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zaubern +1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes sind von der Magie berührt – es fällt ihnen unheimlich leicht, Zauber zu verstehen und zu wirken. Sie erhalten +1 auf Zaubern.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349156, - "modifiedTime": 1668995463308, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sXqjA4m3AsWmMo3a", - "name": "Allergie gegen Metall", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes können kein Metall nutzen (auch keine Waffen und Rüstungen aus Metall) und erhalten auf Abwehr -1 bei Schaden durch Metallwaffen.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349157, - "modifiedTime": 1668995463310, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "x35PNIYq3FCKIYCA", - "name": "Leichtfüßig", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "S4I2jS5RdAoAHLAL", - "changes": [ - { - "key": "system.checks.sneak", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schleichen +1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Volk erhält bei Schleichen und ähnlichen Proben einen Bonus von +1.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349158, - "modifiedTime": 1668995463312, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xWClnNIkOvDLasgl", - "name": "Langsam", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [ - { - "_id": "sSCcqM8OaPaP6kW2", - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen -1", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Vertreter dieses Volkes sind langsam und erhalten -1 auf Laufen.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349159, - "modifiedTime": 1668995463313, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yUyyyPRE3LvUUIGI", - "name": "Ungepflegt", - "type": "racialAbility", - "img": "icons/svg/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mitglieder dieses Volkes erhalten auf alle Proben sozialer Interaktion mit Vertretern anderer Völker einen Malus von -2.

" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349161, - "modifiedTime": 1668995463315, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/racial-abilities.json.license b/packs/racial-abilities.json.license deleted file mode 100644 index dc219f48..00000000 --- a/packs/racial-abilities.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2021 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/racial-abilities/!items.effects!3RX84f54FUuk20jo.krC2HXyXBfo2AZsy.json b/packs/racial-abilities/!items.effects!3RX84f54FUuk20jo.krC2HXyXBfo2AZsy.json new file mode 100644 index 00000000..8c1d53af --- /dev/null +++ b/packs/racial-abilities/!items.effects!3RX84f54FUuk20jo.krC2HXyXBfo2AZsy.json @@ -0,0 +1,28 @@ +{ + "_id": "krC2HXyXBfo2AZsy", + "changes": [ + { + "key": "system.combatValues.hitPoints.total", + "mode": 1, + "value": "0.5", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Lebenskraft / 2", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!3RX84f54FUuk20jo.krC2HXyXBfo2AZsy" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!43nqAxNU6hpBtMiY.RSs2hV25q3KJkFmg.json b/packs/racial-abilities/!items.effects!43nqAxNU6hpBtMiY.RSs2hV25q3KJkFmg.json new file mode 100644 index 00000000..37d14184 --- /dev/null +++ b/packs/racial-abilities/!items.effects!43nqAxNU6hpBtMiY.RSs2hV25q3KJkFmg.json @@ -0,0 +1,70 @@ +{ + "_id": "RSs2hV25q3KJkFmg", + "changes": [ + { + "key": "system.combatValues.rangedAttack.total", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.climb", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.hide", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.jump", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.pickPocket", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.ride", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.sneak", + "mode": 2, + "value": "-4", + "priority": null + }, + { + "key": "system.checks.swim", + "mode": 2, + "value": "-4", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Proben mit Agilität -4", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!43nqAxNU6hpBtMiY.RSs2hV25q3KJkFmg" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!8RPj5bUguaxQ6RLK.tP2fgQrHbvuZT4eM.json b/packs/racial-abilities/!items.effects!8RPj5bUguaxQ6RLK.tP2fgQrHbvuZT4eM.json new file mode 100644 index 00000000..78196fd9 --- /dev/null +++ b/packs/racial-abilities/!items.effects!8RPj5bUguaxQ6RLK.tP2fgQrHbvuZT4eM.json @@ -0,0 +1,28 @@ +{ + "_id": "tP2fgQrHbvuZT4eM", + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!8RPj5bUguaxQ6RLK.tP2fgQrHbvuZT4eM" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!Du32O8lxUjCTchh4.rTPqUWomhHvmzLbv.json b/packs/racial-abilities/!items.effects!Du32O8lxUjCTchh4.rTPqUWomhHvmzLbv.json new file mode 100644 index 00000000..77d508a7 --- /dev/null +++ b/packs/racial-abilities/!items.effects!Du32O8lxUjCTchh4.rTPqUWomhHvmzLbv.json @@ -0,0 +1,28 @@ +{ + "_id": "rTPqUWomhHvmzLbv", + "changes": [ + { + "key": "system.combatValues.hitPoints.total", + "mode": 1, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Lebenskraft x 2", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!Du32O8lxUjCTchh4.rTPqUWomhHvmzLbv" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!V5S2BMm7vWJiD2hD.YxpZ3gaKzgnl1T7S.json b/packs/racial-abilities/!items.effects!V5S2BMm7vWJiD2hD.YxpZ3gaKzgnl1T7S.json new file mode 100644 index 00000000..3c0eb512 --- /dev/null +++ b/packs/racial-abilities/!items.effects!V5S2BMm7vWJiD2hD.YxpZ3gaKzgnl1T7S.json @@ -0,0 +1,34 @@ +{ + "_id": "YxpZ3gaKzgnl1T7S", + "changes": [ + { + "key": "system.combatValues.rangedAttack.total", + "mode": 2, + "value": "1", + "priority": null + }, + { + "key": "system.combatValues.targetedSpellcasting.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schießen, Zielzaubern +1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!V5S2BMm7vWJiD2hD.YxpZ3gaKzgnl1T7S" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!b4vuLR8nbyFtCUT6.Y9VbkphCkoVaRMjL.json b/packs/racial-abilities/!items.effects!b4vuLR8nbyFtCUT6.Y9VbkphCkoVaRMjL.json new file mode 100644 index 00000000..d20ce42c --- /dev/null +++ b/packs/racial-abilities/!items.effects!b4vuLR8nbyFtCUT6.Y9VbkphCkoVaRMjL.json @@ -0,0 +1,28 @@ +{ + "_id": "Y9VbkphCkoVaRMjL", + "changes": [ + { + "key": "", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr -1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!b4vuLR8nbyFtCUT6.Y9VbkphCkoVaRMjL" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!cgWu5Mfd37oJ1Jw3.KFyXovHEQ71WxiR6.json b/packs/racial-abilities/!items.effects!cgWu5Mfd37oJ1Jw3.KFyXovHEQ71WxiR6.json new file mode 100644 index 00000000..e61d84d1 --- /dev/null +++ b/packs/racial-abilities/!items.effects!cgWu5Mfd37oJ1Jw3.KFyXovHEQ71WxiR6.json @@ -0,0 +1,28 @@ +{ + "_id": "KFyXovHEQ71WxiR6", + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +2", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!cgWu5Mfd37oJ1Jw3.KFyXovHEQ71WxiR6" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!ewWlk1Ud6dFVZD2u.D8cY12yVEAaNX52B.json b/packs/racial-abilities/!items.effects!ewWlk1Ud6dFVZD2u.D8cY12yVEAaNX52B.json new file mode 100644 index 00000000..c005c7f1 --- /dev/null +++ b/packs/racial-abilities/!items.effects!ewWlk1Ud6dFVZD2u.D8cY12yVEAaNX52B.json @@ -0,0 +1,28 @@ +{ + "_id": "D8cY12yVEAaNX52B", + "changes": [ + { + "key": "system.combatValues.hitPoints.total", + "mode": 1, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Lebenskraft x 2", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!ewWlk1Ud6dFVZD2u.D8cY12yVEAaNX52B" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!nwABE3AeAUHbKd7U.JOqcrV2Ns68t0SaO.json b/packs/racial-abilities/!items.effects!nwABE3AeAUHbKd7U.JOqcrV2Ns68t0SaO.json new file mode 100644 index 00000000..63924e0a --- /dev/null +++ b/packs/racial-abilities/!items.effects!nwABE3AeAUHbKd7U.JOqcrV2Ns68t0SaO.json @@ -0,0 +1,34 @@ +{ + "_id": "JOqcrV2Ns68t0SaO", + "changes": [ + { + "key": "system.combatValues.rangedAttack.total", + "mode": 2, + "value": "-1", + "priority": null + }, + { + "key": "system.combatValues.targetedSpellcasting.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schießen, Zielzaubern -1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!nwABE3AeAUHbKd7U.JOqcrV2Ns68t0SaO" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!qC9HBqm6nPRFg62e.jXtkQik1kgzTNeDC.json b/packs/racial-abilities/!items.effects!qC9HBqm6nPRFg62e.jXtkQik1kgzTNeDC.json new file mode 100644 index 00000000..f584be04 --- /dev/null +++ b/packs/racial-abilities/!items.effects!qC9HBqm6nPRFg62e.jXtkQik1kgzTNeDC.json @@ -0,0 +1,28 @@ +{ + "_id": "jXtkQik1kgzTNeDC", + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen +1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!qC9HBqm6nPRFg62e.jXtkQik1kgzTNeDC" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!sFgC2eZxZIvii9OP.QxBn4JAl9dmgj5xH.json b/packs/racial-abilities/!items.effects!sFgC2eZxZIvii9OP.QxBn4JAl9dmgj5xH.json new file mode 100644 index 00000000..1b1e5198 --- /dev/null +++ b/packs/racial-abilities/!items.effects!sFgC2eZxZIvii9OP.QxBn4JAl9dmgj5xH.json @@ -0,0 +1,28 @@ +{ + "_id": "QxBn4JAl9dmgj5xH", + "changes": [ + { + "key": "system.combatValues.spellcasting.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zaubern +1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!sFgC2eZxZIvii9OP.QxBn4JAl9dmgj5xH" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!x35PNIYq3FCKIYCA.S4I2jS5RdAoAHLAL.json b/packs/racial-abilities/!items.effects!x35PNIYq3FCKIYCA.S4I2jS5RdAoAHLAL.json new file mode 100644 index 00000000..4758d972 --- /dev/null +++ b/packs/racial-abilities/!items.effects!x35PNIYq3FCKIYCA.S4I2jS5RdAoAHLAL.json @@ -0,0 +1,28 @@ +{ + "_id": "S4I2jS5RdAoAHLAL", + "changes": [ + { + "key": "system.checks.sneak", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schleichen +1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!x35PNIYq3FCKIYCA.S4I2jS5RdAoAHLAL" +} \ No newline at end of file diff --git a/packs/racial-abilities/!items.effects!xWClnNIkOvDLasgl.sSCcqM8OaPaP6kW2.json b/packs/racial-abilities/!items.effects!xWClnNIkOvDLasgl.sSCcqM8OaPaP6kW2.json new file mode 100644 index 00000000..5093931d --- /dev/null +++ b/packs/racial-abilities/!items.effects!xWClnNIkOvDLasgl.sSCcqM8OaPaP6kW2.json @@ -0,0 +1,28 @@ +{ + "_id": "sSCcqM8OaPaP6kW2", + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen -1", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!xWClnNIkOvDLasgl.sSCcqM8OaPaP6kW2" +} \ No newline at end of file diff --git a/packs/racial-abilities/Allergie_gegen_Metall_sXqjA4m3AsWmMo3a.json b/packs/racial-abilities/Allergie_gegen_Metall_sXqjA4m3AsWmMo3a.json new file mode 100644 index 00000000..c7a34b30 --- /dev/null +++ b/packs/racial-abilities/Allergie_gegen_Metall_sXqjA4m3AsWmMo3a.json @@ -0,0 +1,25 @@ +{ + "_id": "sXqjA4m3AsWmMo3a", + "name": "Allergie gegen Metall", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes können kein Metall nutzen (auch keine Waffen und Rüstungen aus Metall) und erhalten auf Abwehr -1 bei Schaden durch Metallwaffen.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349157, + "modifiedTime": 1668995463310, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sXqjA4m3AsWmMo3a" +} \ No newline at end of file diff --git a/packs/racial-abilities/Arrogant_Fo1LiBcGi9BoHJ9v.json b/packs/racial-abilities/Arrogant_Fo1LiBcGi9BoHJ9v.json new file mode 100644 index 00000000..1d19e1a8 --- /dev/null +++ b/packs/racial-abilities/Arrogant_Fo1LiBcGi9BoHJ9v.json @@ -0,0 +1,25 @@ +{ + "_id": "Fo1LiBcGi9BoHJ9v", + "name": "Arrogant", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes wirken arrogant und nehmen nur ungern Hilfe von anderen an, so auch Heilmagie nur im aller größten Notfall.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349083, + "modifiedTime": 1668995463286, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Fo1LiBcGi9BoHJ9v" +} \ No newline at end of file diff --git a/packs/racial-abilities/Dunkelsicht_VTBlOswerHKLvjqI.json b/packs/racial-abilities/Dunkelsicht_VTBlOswerHKLvjqI.json new file mode 100644 index 00000000..852cf675 --- /dev/null +++ b/packs/racial-abilities/Dunkelsicht_VTBlOswerHKLvjqI.json @@ -0,0 +1,25 @@ +{ + "_id": "VTBlOswerHKLvjqI", + "name": "Dunkelsicht", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten die Volksfähigkeit Dunkelsicht (DS4 S. 83).

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349127, + "modifiedTime": 1668995463291, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VTBlOswerHKLvjqI" +} \ No newline at end of file diff --git a/packs/racial-abilities/Ein_ugig_nwABE3AeAUHbKd7U.json b/packs/racial-abilities/Ein_ugig_nwABE3AeAUHbKd7U.json new file mode 100644 index 00000000..e6d0e8de --- /dev/null +++ b/packs/racial-abilities/Ein_ugig_nwABE3AeAUHbKd7U.json @@ -0,0 +1,27 @@ +{ + "_id": "nwABE3AeAUHbKd7U", + "name": "Einäugig", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "JOqcrV2Ns68t0SaO" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Volk erhält -1 auf Schießen und Zielzauber.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349152, + "modifiedTime": 1668995463303, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nwABE3AeAUHbKd7U" +} \ No newline at end of file diff --git a/packs/racial-abilities/Fragil_b4vuLR8nbyFtCUT6.json b/packs/racial-abilities/Fragil_b4vuLR8nbyFtCUT6.json new file mode 100644 index 00000000..8c68ce19 --- /dev/null +++ b/packs/racial-abilities/Fragil_b4vuLR8nbyFtCUT6.json @@ -0,0 +1,27 @@ +{ + "_id": "b4vuLR8nbyFtCUT6", + "name": "Fragil", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "Y9VbkphCkoVaRMjL" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses zartbesaitete Volk erhält -1 auf Abwehr.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349138, + "modifiedTime": 1668995463294, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!b4vuLR8nbyFtCUT6" +} \ No newline at end of file diff --git a/packs/racial-abilities/Geschwind_cgWu5Mfd37oJ1Jw3.json b/packs/racial-abilities/Geschwind_cgWu5Mfd37oJ1Jw3.json new file mode 100644 index 00000000..43e98599 --- /dev/null +++ b/packs/racial-abilities/Geschwind_cgWu5Mfd37oJ1Jw3.json @@ -0,0 +1,27 @@ +{ + "_id": "cgWu5Mfd37oJ1Jw3", + "name": "Geschwind", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "KFyXovHEQ71WxiR6" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Volk erhält +2 auf Initiative.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349140, + "modifiedTime": 1668995463295, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cgWu5Mfd37oJ1Jw3" +} \ No newline at end of file diff --git a/packs/racial-abilities/Goldgier_KmcfnDcxyFRRelRh.json b/packs/racial-abilities/Goldgier_KmcfnDcxyFRRelRh.json new file mode 100644 index 00000000..d785e7af --- /dev/null +++ b/packs/racial-abilities/Goldgier_KmcfnDcxyFRRelRh.json @@ -0,0 +1,25 @@ +{ + "_id": "KmcfnDcxyFRRelRh", + "name": "Goldgier", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Immer wenn ein Mitglied dieses Volkes etwas Wertvolles bemerkt, muss es GEI+VE+4 schaffen, oder es will es unbedingt besitzen.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349091, + "modifiedTime": 1668995463287, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KmcfnDcxyFRRelRh" +} \ No newline at end of file diff --git a/packs/racial-abilities/Gro__ewWlk1Ud6dFVZD2u.json b/packs/racial-abilities/Gro__ewWlk1Ud6dFVZD2u.json new file mode 100644 index 00000000..87b3856c --- /dev/null +++ b/packs/racial-abilities/Gro__ewWlk1Ud6dFVZD2u.json @@ -0,0 +1,27 @@ +{ + "_id": "ewWlk1Ud6dFVZD2u", + "name": "Groß", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "D8cY12yVEAaNX52B" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Lebenskraft x 2, aber auch leichter zu treffen (DS4 S. 44).

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349143, + "modifiedTime": 1668995463296, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ewWlk1Ud6dFVZD2u" +} \ No newline at end of file diff --git a/packs/racial-abilities/Klein_3RX84f54FUuk20jo.json b/packs/racial-abilities/Klein_3RX84f54FUuk20jo.json new file mode 100644 index 00000000..ac119674 --- /dev/null +++ b/packs/racial-abilities/Klein_3RX84f54FUuk20jo.json @@ -0,0 +1,27 @@ +{ + "_id": "3RX84f54FUuk20jo", + "name": "Klein", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "krC2HXyXBfo2AZsy" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Lebenskraft halbiert, aber auch schwerer zu treffen (DS4 S. 44). Waffen sind zu groß, ein Kurzschwert wird zur Zweihandwaffe.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349016, + "modifiedTime": 1668995463279, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3RX84f54FUuk20jo" +} \ No newline at end of file diff --git a/packs/racial-abilities/Langlebig_Uui9ofMtBTX4v0Yj.json b/packs/racial-abilities/Langlebig_Uui9ofMtBTX4v0Yj.json new file mode 100644 index 00000000..5962a4c2 --- /dev/null +++ b/packs/racial-abilities/Langlebig_Uui9ofMtBTX4v0Yj.json @@ -0,0 +1,25 @@ +{ + "_id": "Uui9ofMtBTX4v0Yj", + "name": "Langlebig", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes altern nur noch langsam, sobald sie erwachsen sind.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349105, + "modifiedTime": 1668995463289, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Uui9ofMtBTX4v0Yj" +} \ No newline at end of file diff --git a/packs/racial-abilities/Langsam_xWClnNIkOvDLasgl.json b/packs/racial-abilities/Langsam_xWClnNIkOvDLasgl.json new file mode 100644 index 00000000..54868f11 --- /dev/null +++ b/packs/racial-abilities/Langsam_xWClnNIkOvDLasgl.json @@ -0,0 +1,27 @@ +{ + "_id": "xWClnNIkOvDLasgl", + "name": "Langsam", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "sSCcqM8OaPaP6kW2" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Vertreter dieses Volkes sind langsam und erhalten -1 auf Laufen.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349159, + "modifiedTime": 1668995463313, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xWClnNIkOvDLasgl" +} \ No newline at end of file diff --git a/packs/racial-abilities/Leichtf__ig_x35PNIYq3FCKIYCA.json b/packs/racial-abilities/Leichtf__ig_x35PNIYq3FCKIYCA.json new file mode 100644 index 00000000..c160059c --- /dev/null +++ b/packs/racial-abilities/Leichtf__ig_x35PNIYq3FCKIYCA.json @@ -0,0 +1,27 @@ +{ + "_id": "x35PNIYq3FCKIYCA", + "name": "Leichtfüßig", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "S4I2jS5RdAoAHLAL" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Volk erhält bei Schleichen und ähnlichen Proben einen Bonus von +1.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349158, + "modifiedTime": 1668995463312, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!x35PNIYq3FCKIYCA" +} \ No newline at end of file diff --git a/packs/racial-abilities/Magieresistent_hPT9Q5DG9YFK1NTB.json b/packs/racial-abilities/Magieresistent_hPT9Q5DG9YFK1NTB.json new file mode 100644 index 00000000..c6297409 --- /dev/null +++ b/packs/racial-abilities/Magieresistent_hPT9Q5DG9YFK1NTB.json @@ -0,0 +1,25 @@ +{ + "_id": "hPT9Q5DG9YFK1NTB", + "name": "Magieresistent", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes sind weniger betroffen durch Zauber und Magie. Sämtliche magischen Auswirkungen (Schaden, aber auch Heilung, Trankeffekte oder die Zauberdauer u.ä.) werden bei ihnen halbiert, außer erlittener Elementarschaden.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349149, + "modifiedTime": 1668995463300, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hPT9Q5DG9YFK1NTB" +} \ No newline at end of file diff --git a/packs/racial-abilities/Magisch_begabt_sFgC2eZxZIvii9OP.json b/packs/racial-abilities/Magisch_begabt_sFgC2eZxZIvii9OP.json new file mode 100644 index 00000000..6e0fb064 --- /dev/null +++ b/packs/racial-abilities/Magisch_begabt_sFgC2eZxZIvii9OP.json @@ -0,0 +1,27 @@ +{ + "_id": "sFgC2eZxZIvii9OP", + "name": "Magisch begabt", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "QxBn4JAl9dmgj5xH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes sind von der Magie berührt – es fällt ihnen unheimlich leicht, Zauber zu verstehen und zu wirken. Sie erhalten +1 auf Zaubern.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349156, + "modifiedTime": 1668995463308, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sFgC2eZxZIvii9OP" +} \ No newline at end of file diff --git a/packs/racial-abilities/Magisch_unbegabt_FnyDr2OhywiARDPl.json b/packs/racial-abilities/Magisch_unbegabt_FnyDr2OhywiARDPl.json new file mode 100644 index 00000000..458484e6 --- /dev/null +++ b/packs/racial-abilities/Magisch_unbegabt_FnyDr2OhywiARDPl.json @@ -0,0 +1,25 @@ +{ + "_id": "FnyDr2OhywiARDPl", + "name": "Magisch unbegabt", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes können überhaupt nicht zaubern.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349053, + "modifiedTime": 1668995463284, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FnyDr2OhywiARDPl" +} \ No newline at end of file diff --git a/packs/racial-abilities/Nachtsicht_jv1fgwHuCG6I8vMa.json b/packs/racial-abilities/Nachtsicht_jv1fgwHuCG6I8vMa.json new file mode 100644 index 00000000..01561343 --- /dev/null +++ b/packs/racial-abilities/Nachtsicht_jv1fgwHuCG6I8vMa.json @@ -0,0 +1,25 @@ +{ + "_id": "jv1fgwHuCG6I8vMa", + "name": "Nachtsicht", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten die Volksfähigkeit Nachtsicht (DS4 S. 83).

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349151, + "modifiedTime": 1668995463301, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!jv1fgwHuCG6I8vMa" +} \ No newline at end of file diff --git a/packs/racial-abilities/Schnell_qC9HBqm6nPRFg62e.json b/packs/racial-abilities/Schnell_qC9HBqm6nPRFg62e.json new file mode 100644 index 00000000..267f55cd --- /dev/null +++ b/packs/racial-abilities/Schnell_qC9HBqm6nPRFg62e.json @@ -0,0 +1,27 @@ +{ + "_id": "qC9HBqm6nPRFg62e", + "name": "Schnell", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "jXtkQik1kgzTNeDC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses flinke Volk erhält +1 auf Laufen.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349154, + "modifiedTime": 1668995463306, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!qC9HBqm6nPRFg62e" +} \ No newline at end of file diff --git a/packs/racial-abilities/Talentiert_gIacfUxo5FToVbux.json b/packs/racial-abilities/Talentiert_gIacfUxo5FToVbux.json new file mode 100644 index 00000000..7b4ff9a9 --- /dev/null +++ b/packs/racial-abilities/Talentiert_gIacfUxo5FToVbux.json @@ -0,0 +1,25 @@ +{ + "_id": "gIacfUxo5FToVbux", + "name": "Talentiert", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten einen zusätzlichen Talentpunkt bei der Charaktererschaffung.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349146, + "modifiedTime": 1668995463299, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gIacfUxo5FToVbux" +} \ No newline at end of file diff --git a/packs/racial-abilities/Tollpatschig_43nqAxNU6hpBtMiY.json b/packs/racial-abilities/Tollpatschig_43nqAxNU6hpBtMiY.json new file mode 100644 index 00000000..877e389b --- /dev/null +++ b/packs/racial-abilities/Tollpatschig_43nqAxNU6hpBtMiY.json @@ -0,0 +1,27 @@ +{ + "_id": "43nqAxNU6hpBtMiY", + "name": "Tollpatschig", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "RSs2hV25q3KJkFmg" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Tollpatschige Völker sind sehr ungeschickt und grobmotorisch – sie erhalten auf alle Proben mit Agilität einen Malus von -4.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349022, + "modifiedTime": 1668995463280, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!43nqAxNU6hpBtMiY" +} \ No newline at end of file diff --git a/packs/racial-abilities/Ungepflegt_yUyyyPRE3LvUUIGI.json b/packs/racial-abilities/Ungepflegt_yUyyyPRE3LvUUIGI.json new file mode 100644 index 00000000..3c1a73aa --- /dev/null +++ b/packs/racial-abilities/Ungepflegt_yUyyyPRE3LvUUIGI.json @@ -0,0 +1,25 @@ +{ + "_id": "yUyyyPRE3LvUUIGI", + "name": "Ungepflegt", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten auf alle Proben sozialer Interaktion mit Vertretern anderer Völker einen Malus von -2.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349161, + "modifiedTime": 1668995463315, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yUyyyPRE3LvUUIGI" +} \ No newline at end of file diff --git a/packs/racial-abilities/Unsterblich_QIjVVVMR4PcO2NZc.json b/packs/racial-abilities/Unsterblich_QIjVVVMR4PcO2NZc.json new file mode 100644 index 00000000..d28e0d35 --- /dev/null +++ b/packs/racial-abilities/Unsterblich_QIjVVVMR4PcO2NZc.json @@ -0,0 +1,25 @@ +{ + "_id": "QIjVVVMR4PcO2NZc", + "name": "Unsterblich", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes altern, nachdem sie erwachsen sind, nicht wie Normalsterbliche. Das Alter rafft sie nicht dahin, sie sterben nur durch Gewalt oder aus Lebensüberdruß.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349099, + "modifiedTime": 1668995463288, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QIjVVVMR4PcO2NZc" +} \ No newline at end of file diff --git a/packs/racial-abilities/Untalentiert_5hd2Tk6MzudSxM2M.json b/packs/racial-abilities/Untalentiert_5hd2Tk6MzudSxM2M.json new file mode 100644 index 00000000..f4aafa59 --- /dev/null +++ b/packs/racial-abilities/Untalentiert_5hd2Tk6MzudSxM2M.json @@ -0,0 +1,25 @@ +{ + "_id": "5hd2Tk6MzudSxM2M", + "name": "Untalentiert", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der erste Rang eines Talentes kostet dieses Volk jeweils einen Talentpunkt mehr.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349037, + "modifiedTime": 1668995463281, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5hd2Tk6MzudSxM2M" +} \ No newline at end of file diff --git a/packs/racial-abilities/Verabscheuungsw_rdig_YV9KiRebanh28Jk2.json b/packs/racial-abilities/Verabscheuungsw_rdig_YV9KiRebanh28Jk2.json new file mode 100644 index 00000000..f7fbcca1 --- /dev/null +++ b/packs/racial-abilities/Verabscheuungsw_rdig_YV9KiRebanh28Jk2.json @@ -0,0 +1,25 @@ +{ + "_id": "YV9KiRebanh28Jk2", + "name": "Verabscheuungswürdig", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes werden von anderen Völkern verabscheut und gemieden. Sie verkaufen Waren nur zögerlich oder gegen extremen Aufpreis an dieses Volk. Ausrüstung und andere Dienstleistungen kosten das Doppelte.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349134, + "modifiedTime": 1668995463292, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!YV9KiRebanh28Jk2" +} \ No newline at end of file diff --git a/packs/racial-abilities/Z_h_8RPj5bUguaxQ6RLK.json b/packs/racial-abilities/Z_h_8RPj5bUguaxQ6RLK.json new file mode 100644 index 00000000..389f89a7 --- /dev/null +++ b/packs/racial-abilities/Z_h_8RPj5bUguaxQ6RLK.json @@ -0,0 +1,27 @@ +{ + "_id": "8RPj5bUguaxQ6RLK", + "name": "Zäh", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "tP2fgQrHbvuZT4eM" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten einen Bonus von +1 auf Abwehr.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349043, + "modifiedTime": 1668995463282, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8RPj5bUguaxQ6RLK" +} \ No newline at end of file diff --git a/packs/racial-abilities/Z_her_als_sie_aussehen_Du32O8lxUjCTchh4.json b/packs/racial-abilities/Z_her_als_sie_aussehen_Du32O8lxUjCTchh4.json new file mode 100644 index 00000000..7b00ad7a --- /dev/null +++ b/packs/racial-abilities/Z_her_als_sie_aussehen_Du32O8lxUjCTchh4.json @@ -0,0 +1,27 @@ +{ + "_id": "Du32O8lxUjCTchh4", + "name": "Zäher als sie aussehen", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "rTPqUWomhHvmzLbv" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder eines kleinen Volkes können den LK-Malus auf Grund ihrer Größe mit dieser Volksfähigkeit ignorieren.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349048, + "modifiedTime": 1668995463283, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Du32O8lxUjCTchh4" +} \ No newline at end of file diff --git a/packs/racial-abilities/Zielsicher_V5S2BMm7vWJiD2hD.json b/packs/racial-abilities/Zielsicher_V5S2BMm7vWJiD2hD.json new file mode 100644 index 00000000..fdda88c9 --- /dev/null +++ b/packs/racial-abilities/Zielsicher_V5S2BMm7vWJiD2hD.json @@ -0,0 +1,27 @@ +{ + "_id": "V5S2BMm7vWJiD2hD", + "name": "Zielsicher", + "type": "racialAbility", + "img": "icons/svg/aura.svg", + "effects": [ + "YxpZ3gaKzgnl1T7S" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mitglieder dieses Volkes erhalten einen Bonus von +1 auf Fernkampf und Zielzauber.

" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349115, + "modifiedTime": 1668995463290, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!V5S2BMm7vWJiD2hD" +} \ No newline at end of file diff --git a/packs/special-creature-abilities.json b/packs/special-creature-abilities.json deleted file mode 100644 index edadb10a..00000000 --- a/packs/special-creature-abilities.json +++ /dev/null @@ -1,1486 +0,0 @@ -[ - { - "_id": "02QMKm8MHzz8yAxL", - "name": "Zerstampfen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995341991, - "modifiedTime": 1668995456071, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "05D4DdnbcQFoIllF", - "name": "Schweben", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995341997, - "modifiedTime": 1668995456074, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "18PDF4gqWrIRWudN", - "name": "Schwimmen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342002, - "modifiedTime": 1668995456078, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1JDyMkVOlho7IuiN", - "name": "Mehrere Angriffe (+4)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann 4 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342005, - "modifiedTime": 1668995456083, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1zPOH37f7Q5Rwodx", - "name": "Mehrere Angriffe (+2)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann 2 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342007, - "modifiedTime": 1668995456090, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3LGUHTPC3tbVC13X", - "name": "Angst (2)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342010, - "modifiedTime": 1668995456103, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5PdSHi6PY4TNV9rP", - "name": "Schleudern", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342014, - "modifiedTime": 1668995456109, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5eB5a0FnygbaqWPe", - "name": "Versteinern", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} aufgehoben werden.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342017, - "modifiedTime": 1668995456120, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5maJ8tHAVZCxHGW6", - "name": "Lähmungseffekt", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der lähmende Angriff (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342020, - "modifiedTime": 1668995456136, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "602AkdkLqx6NWprb", - "name": "Werteverlust (AGI)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro schadensverursachendem Treffer wird AGI um 1 gesenkt (bei AGI Null ist das Opfer bewegungsunfähig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342022, - "modifiedTime": 1668995456140, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "75iKq2PTrfyTw0s4", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann selbst in völliger Dunkelheit noch sehen.

", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342024, - "modifiedTime": 1668995456142, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8HmrA97ZqN7nEYgm", - "name": "Mehrere Angriffglieder (+3)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit 3 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342026, - "modifiedTime": 1668995456148, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "AjPsjbxcuNslQEuE", - "name": "Umschlingen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342029, - "modifiedTime": 1668995456162, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BtjiEmhGyje6YghP", - "name": "Sonar", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/sonar.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

„Sieht“ per Sonar.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342035, - "modifiedTime": 1668995456171, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Dt7AvP3fUbOQB4Yn", - "name": "Angst (4)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -4 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 40 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342037, - "modifiedTime": 1668995456175, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "E5WqX3Em2HOAkP2e", - "name": "Anfällig (Wasser)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342040, - "modifiedTime": 1668995456177, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FCxjdPJ1L8EJd0IF", - "name": "Nur durch Magie verletzbar", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342047, - "modifiedTime": 1668995456178, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HMCFkxVzU2b3KkSA", - "name": "Bezaubern", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342052, - "modifiedTime": 1668995456180, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ImVvi7XqDvf6D2vY", - "name": "Anfällig (Luft)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342055, - "modifiedTime": 1668995456182, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KDDlwN9as9B4ljeA", - "name": "Wesen des Lichts (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342057, - "modifiedTime": 1668995456184, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Kbb8qlLeVahzxy5N", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342058, - "modifiedTime": 1668995456187, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "L0dxlrCY14bLyUdQ", - "name": "Sturmangriff", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342059, - "modifiedTime": 1668995456190, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "LM5xia0xVIlhQsLG", - "name": "Mehrere Angriffe (+3)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann 3 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342060, - "modifiedTime": 1668995456192, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Mh6bLPD3N29ybeLq", - "name": "Regeneration", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342062, - "modifiedTime": 1668995456196, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "R3j1CjXJckUH0CBG", - "name": "Wesen der Dunkelheit (Settingoption)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342064, - "modifiedTime": 1668995456197, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "R6jT1GYF13ZijtM0", - "name": "Mehrere Angriffglieder (+4)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit 4 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342066, - "modifiedTime": 1668995456199, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RwT0NBwkc1TuAR1e", - "name": "Werteverlust (KÖR)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro schadensverursachendem Treffer wird KÖR um 1 gesenkt (bei KÖR Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342068, - "modifiedTime": 1668995456201, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Sig4tVDj8zLWZCEP", - "name": "Mehrere Angriffglieder (+1)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit 1 zusätzlichem Angriffsglied an, das Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342070, - "modifiedTime": 1668995456202, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TY1ZV1YsyaFtfX7U", - "name": "Gift (1)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342071, - "modifiedTime": 1668995456203, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VvzGK9lxAD7kuowL", - "name": "Mehrere Angriffglieder (+2)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit 2 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342073, - "modifiedTime": 1668995456204, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "X3UfX2rmUKDUXmrC", - "name": "Angst (5)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -5 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342074, - "modifiedTime": 1668995456207, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XhAfEVVoSADC880C", - "name": "Anfällig (Feuer)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält doppelten Schaden durch Feuerangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342080, - "modifiedTime": 1668995456208, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "YrmJo8dg4CF3lJdH", - "name": "Natürliche Waffen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342082, - "modifiedTime": 1668995456209, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "YvkRgHyCkwhn3uzg", - "name": "Mehrere Angriffe (+5)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann 5 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342084, - "modifiedTime": 1668995456211, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZkgZiFI5xy8aevG8", - "name": "Totenkraft", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", - "effects": [ - { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "GEI + AU als Bonus auf Stärke und Härte", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342086, - "modifiedTime": 1668995456351, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aOsmsf7jIK7hU9U8", - "name": "Anfällig (Licht)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält doppelten Schaden durch Lichtangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342088, - "modifiedTime": 1668995456215, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "blDuh7uVVhaNSUVU", - "name": "Angst (3)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342090, - "modifiedTime": 1668995456216, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "e6VuJIL8ocXQDQ2V", - "name": "Mehrere Angriffglieder (+5)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit 5 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342092, - "modifiedTime": 1668995456217, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "e9F812racwKeZPgR", - "name": "Alterung (1 Jahr pro Treffer)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei einem Treffer altert das Ziel um 1 Jahr.

", - "experiencePoints": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342096, - "modifiedTime": 1668995456219, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eWuQlQYF3VmyR0kt", - "name": "Sturzangriff", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342099, - "modifiedTime": 1668995456220, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fY7yRpxhQTIV5G2p", - "name": "Verschlingen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält. Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342107, - "modifiedTime": 1668995456221, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fYLkdhA3Xlw2cctC", - "name": "Gift (4)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 4 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 40 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342109, - "modifiedTime": 1668995456222, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "jywCKRNCWLQFCFmu", - "name": "Gift (2)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 2 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342111, - "modifiedTime": 1668995456223, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "l4ewILWP2zbiSM97", - "name": "Blickangriff", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342114, - "modifiedTime": 1668995456224, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "m52MTRs1GMXScTki", - "name": "Werteverlust (GEI)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro schadensverursachendem Treffer wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342116, - "modifiedTime": 1668995456225, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mAWyVCfTFH6JiEIu", - "name": "Anfällig (Erde)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342118, - "modifiedTime": 1668995456226, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mVs6A48mWnfV9hcL", - "name": "Alterung (1 Jahr pro Schadenspunkt)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342120, - "modifiedTime": 1668995456227, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oDM4ImE7PrIgn22E", - "name": "Mehrere Angriffe (+1)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann 1 zusätzlichen Angriff in jeder Runde aktionsfrei ausführen.

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342122, - "modifiedTime": 1668995456228, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oPTuLvZOEsXnRPed", - "name": "Rost", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/rust.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Jeder Treffer reduziert die PA eines zufälligen, metallischen, nichtmagischen Rüstungsstückes des Ziels um 1. Gleiches gilt für den WB nichtmagischer Metallwaffen, die die Kreatur treffen.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342124, - "modifiedTime": 1668995456229, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oTLaMcZOW0eiUZCL", - "name": "Gift (5)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 5 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342126, - "modifiedTime": 1668995456230, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oUR6JglLxmJZduZz", - "name": "Antimagie (10 Meter)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.

", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342127, - "modifiedTime": 1668995456232, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pJjtHe2Rd0YCa35n", - "name": "Nachtsicht", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", - "experiencePoints": 5 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342130, - "modifiedTime": 1668995456234, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rPbbTLUtSXZpdFjp", - "name": "Schwarm", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/swarm.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gilt als einzelner Gegner. Der Schwarmwert (SCW) entspricht seiner aktuellen Mitgliederanzahl / 10 (zu Beginn und max. 200 Mitglieder pro Schwarm = SCW 20). Pro 1 LK Schaden sterben 10 Mitglieder (= SCW -1). Schwärme können Mitglieder an benachbarte Felder abgeben und ihr eigenes sowie jedes angrenzende Feld gleichzeitig angreifen (mit jeweils vollen Schlagen-Wert).

\n

Schlagen/Abwehr/LK entsprechen dem aktuellen SCW

", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342134, - "modifiedTime": 1668995456239, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rUA7XVCeDkREYfi8", - "name": "Angst (1)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342142, - "modifiedTime": 1668995456240, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sDffbUUXg88Vn2Pq", - "name": "Odem", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342143, - "modifiedTime": 1668995456243, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uX7wuGyUjOPpYR5W", - "name": "Fliegen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342144, - "modifiedTime": 1668995456245, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xBZDRJORSen8qcRb", - "name": "Gift (3)", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 3 nicht abwehrbaren Schadenspunkt pro Runde.

", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342147, - "modifiedTime": 1668995456248, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ziB3j0RSbWMtq1LX", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995342149, - "modifiedTime": 1668995456249, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/special-creature-abilities.json.license b/packs/special-creature-abilities.json.license deleted file mode 100644 index dc219f48..00000000 --- a/packs/special-creature-abilities.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2021 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/special-creature-abilities/!items.effects!ZkgZiFI5xy8aevG8.xw1OyyTdDwkNe2jC.json b/packs/special-creature-abilities/!items.effects!ZkgZiFI5xy8aevG8.xw1OyyTdDwkNe2jC.json new file mode 100644 index 00000000..f2f99143 --- /dev/null +++ b/packs/special-creature-abilities/!items.effects!ZkgZiFI5xy8aevG8.xw1OyyTdDwkNe2jC.json @@ -0,0 +1,34 @@ +{ + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + }, + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "GEI + AU als Bonus auf Stärke und Härte", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "_key": "!items.effects!ZkgZiFI5xy8aevG8.xw1OyyTdDwkNe2jC" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Alterung__1_Jahr_pro_Schadenspunkt__mVs6A48mWnfV9hcL.json b/packs/special-creature-abilities/Alterung__1_Jahr_pro_Schadenspunkt__mVs6A48mWnfV9hcL.json new file mode 100644 index 00000000..300ac71e --- /dev/null +++ b/packs/special-creature-abilities/Alterung__1_Jahr_pro_Schadenspunkt__mVs6A48mWnfV9hcL.json @@ -0,0 +1,26 @@ +{ + "_id": "mVs6A48mWnfV9hcL", + "name": "Alterung (1 Jahr pro Schadenspunkt)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342120, + "modifiedTime": 1668995456227, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mVs6A48mWnfV9hcL" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Alterung__1_Jahr_pro_Treffer__e9F812racwKeZPgR.json b/packs/special-creature-abilities/Alterung__1_Jahr_pro_Treffer__e9F812racwKeZPgR.json new file mode 100644 index 00000000..da3adfd5 --- /dev/null +++ b/packs/special-creature-abilities/Alterung__1_Jahr_pro_Treffer__e9F812racwKeZPgR.json @@ -0,0 +1,26 @@ +{ + "_id": "e9F812racwKeZPgR", + "name": "Alterung (1 Jahr pro Treffer)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei einem Treffer altert das Ziel um 1 Jahr.

", + "experiencePoints": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342096, + "modifiedTime": 1668995456219, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!e9F812racwKeZPgR" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Anf_llig__Erde__mAWyVCfTFH6JiEIu.json b/packs/special-creature-abilities/Anf_llig__Erde__mAWyVCfTFH6JiEIu.json new file mode 100644 index 00000000..dd0d3108 --- /dev/null +++ b/packs/special-creature-abilities/Anf_llig__Erde__mAWyVCfTFH6JiEIu.json @@ -0,0 +1,26 @@ +{ + "_id": "mAWyVCfTFH6JiEIu", + "name": "Anfällig (Erde)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342118, + "modifiedTime": 1668995456226, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mAWyVCfTFH6JiEIu" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Anf_llig__Feuer__XhAfEVVoSADC880C.json b/packs/special-creature-abilities/Anf_llig__Feuer__XhAfEVVoSADC880C.json new file mode 100644 index 00000000..f6d87583 --- /dev/null +++ b/packs/special-creature-abilities/Anf_llig__Feuer__XhAfEVVoSADC880C.json @@ -0,0 +1,26 @@ +{ + "_id": "XhAfEVVoSADC880C", + "name": "Anfällig (Feuer)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält doppelten Schaden durch Feuerangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342080, + "modifiedTime": 1668995456208, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XhAfEVVoSADC880C" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Anf_llig__Licht__aOsmsf7jIK7hU9U8.json b/packs/special-creature-abilities/Anf_llig__Licht__aOsmsf7jIK7hU9U8.json new file mode 100644 index 00000000..8c1f95e3 --- /dev/null +++ b/packs/special-creature-abilities/Anf_llig__Licht__aOsmsf7jIK7hU9U8.json @@ -0,0 +1,26 @@ +{ + "_id": "aOsmsf7jIK7hU9U8", + "name": "Anfällig (Licht)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält doppelten Schaden durch Lichtangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342088, + "modifiedTime": 1668995456215, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aOsmsf7jIK7hU9U8" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Anf_llig__Luft__ImVvi7XqDvf6D2vY.json b/packs/special-creature-abilities/Anf_llig__Luft__ImVvi7XqDvf6D2vY.json new file mode 100644 index 00000000..41f756b1 --- /dev/null +++ b/packs/special-creature-abilities/Anf_llig__Luft__ImVvi7XqDvf6D2vY.json @@ -0,0 +1,26 @@ +{ + "_id": "ImVvi7XqDvf6D2vY", + "name": "Anfällig (Luft)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342055, + "modifiedTime": 1668995456182, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ImVvi7XqDvf6D2vY" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Anf_llig__Wasser__E5WqX3Em2HOAkP2e.json b/packs/special-creature-abilities/Anf_llig__Wasser__E5WqX3Em2HOAkP2e.json new file mode 100644 index 00000000..4b7b2fe9 --- /dev/null +++ b/packs/special-creature-abilities/Anf_llig__Wasser__E5WqX3Em2HOAkP2e.json @@ -0,0 +1,26 @@ +{ + "_id": "E5WqX3Em2HOAkP2e", + "name": "Anfällig (Wasser)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342040, + "modifiedTime": 1668995456177, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!E5WqX3Em2HOAkP2e" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Angst__1__rUA7XVCeDkREYfi8.json b/packs/special-creature-abilities/Angst__1__rUA7XVCeDkREYfi8.json new file mode 100644 index 00000000..3429999a --- /dev/null +++ b/packs/special-creature-abilities/Angst__1__rUA7XVCeDkREYfi8.json @@ -0,0 +1,26 @@ +{ + "_id": "rUA7XVCeDkREYfi8", + "name": "Angst (1)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342142, + "modifiedTime": 1668995456240, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rUA7XVCeDkREYfi8" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Angst__2__3LGUHTPC3tbVC13X.json b/packs/special-creature-abilities/Angst__2__3LGUHTPC3tbVC13X.json new file mode 100644 index 00000000..89879996 --- /dev/null +++ b/packs/special-creature-abilities/Angst__2__3LGUHTPC3tbVC13X.json @@ -0,0 +1,26 @@ +{ + "_id": "3LGUHTPC3tbVC13X", + "name": "Angst (2)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342010, + "modifiedTime": 1668995456103, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3LGUHTPC3tbVC13X" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Angst__3__blDuh7uVVhaNSUVU.json b/packs/special-creature-abilities/Angst__3__blDuh7uVVhaNSUVU.json new file mode 100644 index 00000000..a4f348ec --- /dev/null +++ b/packs/special-creature-abilities/Angst__3__blDuh7uVVhaNSUVU.json @@ -0,0 +1,26 @@ +{ + "_id": "blDuh7uVVhaNSUVU", + "name": "Angst (3)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 30 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342090, + "modifiedTime": 1668995456216, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!blDuh7uVVhaNSUVU" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Angst__4__Dt7AvP3fUbOQB4Yn.json b/packs/special-creature-abilities/Angst__4__Dt7AvP3fUbOQB4Yn.json new file mode 100644 index 00000000..69328cc8 --- /dev/null +++ b/packs/special-creature-abilities/Angst__4__Dt7AvP3fUbOQB4Yn.json @@ -0,0 +1,26 @@ +{ + "_id": "Dt7AvP3fUbOQB4Yn", + "name": "Angst (4)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -4 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 40 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342037, + "modifiedTime": 1668995456175, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Dt7AvP3fUbOQB4Yn" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Angst__5__X3UfX2rmUKDUXmrC.json b/packs/special-creature-abilities/Angst__5__X3UfX2rmUKDUXmrC.json new file mode 100644 index 00000000..45aaa03a --- /dev/null +++ b/packs/special-creature-abilities/Angst__5__X3UfX2rmUKDUXmrC.json @@ -0,0 +1,26 @@ +{ + "_id": "X3UfX2rmUKDUXmrC", + "name": "Angst (5)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -5 auf alle Proben. Bei einem Patzer ergreift man die Flucht.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342074, + "modifiedTime": 1668995456207, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!X3UfX2rmUKDUXmrC" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Antimagie__10_Meter__oUR6JglLxmJZduZz.json b/packs/special-creature-abilities/Antimagie__10_Meter__oUR6JglLxmJZduZz.json new file mode 100644 index 00000000..31441a7b --- /dev/null +++ b/packs/special-creature-abilities/Antimagie__10_Meter__oUR6JglLxmJZduZz.json @@ -0,0 +1,26 @@ +{ + "_id": "oUR6JglLxmJZduZz", + "name": "Antimagie (10 Meter)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342127, + "modifiedTime": 1668995456232, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oUR6JglLxmJZduZz" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Bezaubern_HMCFkxVzU2b3KkSA.json b/packs/special-creature-abilities/Bezaubern_HMCFkxVzU2b3KkSA.json new file mode 100644 index 00000000..a3ee871d --- /dev/null +++ b/packs/special-creature-abilities/Bezaubern_HMCFkxVzU2b3KkSA.json @@ -0,0 +1,26 @@ +{ + "_id": "HMCFkxVzU2b3KkSA", + "name": "Bezaubern", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342052, + "modifiedTime": 1668995456180, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HMCFkxVzU2b3KkSA" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Blickangriff_l4ewILWP2zbiSM97.json b/packs/special-creature-abilities/Blickangriff_l4ewILWP2zbiSM97.json new file mode 100644 index 00000000..42e6591d --- /dev/null +++ b/packs/special-creature-abilities/Blickangriff_l4ewILWP2zbiSM97.json @@ -0,0 +1,26 @@ +{ + "_id": "l4ewILWP2zbiSM97", + "name": "Blickangriff", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342114, + "modifiedTime": 1668995456224, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!l4ewILWP2zbiSM97" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Dunkelsicht_75iKq2PTrfyTw0s4.json b/packs/special-creature-abilities/Dunkelsicht_75iKq2PTrfyTw0s4.json new file mode 100644 index 00000000..3d781970 --- /dev/null +++ b/packs/special-creature-abilities/Dunkelsicht_75iKq2PTrfyTw0s4.json @@ -0,0 +1,26 @@ +{ + "_id": "75iKq2PTrfyTw0s4", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann selbst in völliger Dunkelheit noch sehen.

", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342024, + "modifiedTime": 1668995456142, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!75iKq2PTrfyTw0s4" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Fliegen_uX7wuGyUjOPpYR5W.json b/packs/special-creature-abilities/Fliegen_uX7wuGyUjOPpYR5W.json new file mode 100644 index 00000000..5e75d52e --- /dev/null +++ b/packs/special-creature-abilities/Fliegen_uX7wuGyUjOPpYR5W.json @@ -0,0 +1,26 @@ +{ + "_id": "uX7wuGyUjOPpYR5W", + "name": "Fliegen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342144, + "modifiedTime": 1668995456245, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uX7wuGyUjOPpYR5W" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Geistesimmun_ziB3j0RSbWMtq1LX.json b/packs/special-creature-abilities/Geistesimmun_ziB3j0RSbWMtq1LX.json new file mode 100644 index 00000000..156b7ef0 --- /dev/null +++ b/packs/special-creature-abilities/Geistesimmun_ziB3j0RSbWMtq1LX.json @@ -0,0 +1,26 @@ +{ + "_id": "ziB3j0RSbWMtq1LX", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342149, + "modifiedTime": 1668995456249, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ziB3j0RSbWMtq1LX" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Gift__1__TY1ZV1YsyaFtfX7U.json b/packs/special-creature-abilities/Gift__1__TY1ZV1YsyaFtfX7U.json new file mode 100644 index 00000000..9407432b --- /dev/null +++ b/packs/special-creature-abilities/Gift__1__TY1ZV1YsyaFtfX7U.json @@ -0,0 +1,26 @@ +{ + "_id": "TY1ZV1YsyaFtfX7U", + "name": "Gift (1)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342071, + "modifiedTime": 1668995456203, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TY1ZV1YsyaFtfX7U" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Gift__2__jywCKRNCWLQFCFmu.json b/packs/special-creature-abilities/Gift__2__jywCKRNCWLQFCFmu.json new file mode 100644 index 00000000..d0cca9ca --- /dev/null +++ b/packs/special-creature-abilities/Gift__2__jywCKRNCWLQFCFmu.json @@ -0,0 +1,26 @@ +{ + "_id": "jywCKRNCWLQFCFmu", + "name": "Gift (2)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 2 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342111, + "modifiedTime": 1668995456223, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!jywCKRNCWLQFCFmu" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Gift__3__xBZDRJORSen8qcRb.json b/packs/special-creature-abilities/Gift__3__xBZDRJORSen8qcRb.json new file mode 100644 index 00000000..25561c68 --- /dev/null +++ b/packs/special-creature-abilities/Gift__3__xBZDRJORSen8qcRb.json @@ -0,0 +1,26 @@ +{ + "_id": "xBZDRJORSen8qcRb", + "name": "Gift (3)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 3 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 30 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342147, + "modifiedTime": 1668995456248, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xBZDRJORSen8qcRb" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Gift__4__fYLkdhA3Xlw2cctC.json b/packs/special-creature-abilities/Gift__4__fYLkdhA3Xlw2cctC.json new file mode 100644 index 00000000..9c1d0964 --- /dev/null +++ b/packs/special-creature-abilities/Gift__4__fYLkdhA3Xlw2cctC.json @@ -0,0 +1,26 @@ +{ + "_id": "fYLkdhA3Xlw2cctC", + "name": "Gift (4)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 4 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 40 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342109, + "modifiedTime": 1668995456222, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fYLkdhA3Xlw2cctC" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Gift__5__oTLaMcZOW0eiUZCL.json b/packs/special-creature-abilities/Gift__5__oTLaMcZOW0eiUZCL.json new file mode 100644 index 00000000..adda14d8 --- /dev/null +++ b/packs/special-creature-abilities/Gift__5__oTLaMcZOW0eiUZCL.json @@ -0,0 +1,26 @@ +{ + "_id": "oTLaMcZOW0eiUZCL", + "name": "Gift (5)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 5 nicht abwehrbaren Schadenspunkt pro Runde.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342126, + "modifiedTime": 1668995456230, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oTLaMcZOW0eiUZCL" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Kletterl_ufer_Kbb8qlLeVahzxy5N.json b/packs/special-creature-abilities/Kletterl_ufer_Kbb8qlLeVahzxy5N.json new file mode 100644 index 00000000..7d93127e --- /dev/null +++ b/packs/special-creature-abilities/Kletterl_ufer_Kbb8qlLeVahzxy5N.json @@ -0,0 +1,26 @@ +{ + "_id": "Kbb8qlLeVahzxy5N", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342058, + "modifiedTime": 1668995456187, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Kbb8qlLeVahzxy5N" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/L_hmungseffekt_5maJ8tHAVZCxHGW6.json b/packs/special-creature-abilities/L_hmungseffekt_5maJ8tHAVZCxHGW6.json new file mode 100644 index 00000000..6f8f5c53 --- /dev/null +++ b/packs/special-creature-abilities/L_hmungseffekt_5maJ8tHAVZCxHGW6.json @@ -0,0 +1,26 @@ +{ + "_id": "5maJ8tHAVZCxHGW6", + "name": "Lähmungseffekt", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der lähmende Angriff (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342020, + "modifiedTime": 1668995456136, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5maJ8tHAVZCxHGW6" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffe___1__oDM4ImE7PrIgn22E.json b/packs/special-creature-abilities/Mehrere_Angriffe___1__oDM4ImE7PrIgn22E.json new file mode 100644 index 00000000..d86bf658 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffe___1__oDM4ImE7PrIgn22E.json @@ -0,0 +1,26 @@ +{ + "_id": "oDM4ImE7PrIgn22E", + "name": "Mehrere Angriffe (+1)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann 1 zusätzlichen Angriff in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342122, + "modifiedTime": 1668995456228, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oDM4ImE7PrIgn22E" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffe___2__1zPOH37f7Q5Rwodx.json b/packs/special-creature-abilities/Mehrere_Angriffe___2__1zPOH37f7Q5Rwodx.json new file mode 100644 index 00000000..26ce22be --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffe___2__1zPOH37f7Q5Rwodx.json @@ -0,0 +1,26 @@ +{ + "_id": "1zPOH37f7Q5Rwodx", + "name": "Mehrere Angriffe (+2)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann 2 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342007, + "modifiedTime": 1668995456090, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1zPOH37f7Q5Rwodx" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffe___3__LM5xia0xVIlhQsLG.json b/packs/special-creature-abilities/Mehrere_Angriffe___3__LM5xia0xVIlhQsLG.json new file mode 100644 index 00000000..256c3d2f --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffe___3__LM5xia0xVIlhQsLG.json @@ -0,0 +1,26 @@ +{ + "_id": "LM5xia0xVIlhQsLG", + "name": "Mehrere Angriffe (+3)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann 3 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342060, + "modifiedTime": 1668995456192, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!LM5xia0xVIlhQsLG" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffe___4__1JDyMkVOlho7IuiN.json b/packs/special-creature-abilities/Mehrere_Angriffe___4__1JDyMkVOlho7IuiN.json new file mode 100644 index 00000000..b4b5e738 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffe___4__1JDyMkVOlho7IuiN.json @@ -0,0 +1,26 @@ +{ + "_id": "1JDyMkVOlho7IuiN", + "name": "Mehrere Angriffe (+4)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann 4 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342005, + "modifiedTime": 1668995456083, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1JDyMkVOlho7IuiN" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffe___5__YvkRgHyCkwhn3uzg.json b/packs/special-creature-abilities/Mehrere_Angriffe___5__YvkRgHyCkwhn3uzg.json new file mode 100644 index 00000000..8a1ed70a --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffe___5__YvkRgHyCkwhn3uzg.json @@ -0,0 +1,26 @@ +{ + "_id": "YvkRgHyCkwhn3uzg", + "name": "Mehrere Angriffe (+5)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-attacks.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann 5 zusätzlichen Angriffe in jeder Runde aktionsfrei ausführen.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342084, + "modifiedTime": 1668995456211, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!YvkRgHyCkwhn3uzg" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffglieder___1__Sig4tVDj8zLWZCEP.json b/packs/special-creature-abilities/Mehrere_Angriffglieder___1__Sig4tVDj8zLWZCEP.json new file mode 100644 index 00000000..cc537b5b --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffglieder___1__Sig4tVDj8zLWZCEP.json @@ -0,0 +1,26 @@ +{ + "_id": "Sig4tVDj8zLWZCEP", + "name": "Mehrere Angriffglieder (+1)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit 1 zusätzlichem Angriffsglied an, das Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342070, + "modifiedTime": 1668995456202, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Sig4tVDj8zLWZCEP" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffglieder___2__VvzGK9lxAD7kuowL.json b/packs/special-creature-abilities/Mehrere_Angriffglieder___2__VvzGK9lxAD7kuowL.json new file mode 100644 index 00000000..ac1929b0 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffglieder___2__VvzGK9lxAD7kuowL.json @@ -0,0 +1,26 @@ +{ + "_id": "VvzGK9lxAD7kuowL", + "name": "Mehrere Angriffglieder (+2)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit 2 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342073, + "modifiedTime": 1668995456204, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VvzGK9lxAD7kuowL" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffglieder___3__8HmrA97ZqN7nEYgm.json b/packs/special-creature-abilities/Mehrere_Angriffglieder___3__8HmrA97ZqN7nEYgm.json new file mode 100644 index 00000000..40d22837 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffglieder___3__8HmrA97ZqN7nEYgm.json @@ -0,0 +1,26 @@ +{ + "_id": "8HmrA97ZqN7nEYgm", + "name": "Mehrere Angriffglieder (+3)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit 3 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342026, + "modifiedTime": 1668995456148, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8HmrA97ZqN7nEYgm" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffglieder___4__R6jT1GYF13ZijtM0.json b/packs/special-creature-abilities/Mehrere_Angriffglieder___4__R6jT1GYF13ZijtM0.json new file mode 100644 index 00000000..b4346368 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffglieder___4__R6jT1GYF13ZijtM0.json @@ -0,0 +1,26 @@ +{ + "_id": "R6jT1GYF13ZijtM0", + "name": "Mehrere Angriffglieder (+4)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit 4 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342066, + "modifiedTime": 1668995456199, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!R6jT1GYF13ZijtM0" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Mehrere_Angriffglieder___5__e6VuJIL8ocXQDQ2V.json b/packs/special-creature-abilities/Mehrere_Angriffglieder___5__e6VuJIL8ocXQDQ2V.json new file mode 100644 index 00000000..0b046e06 --- /dev/null +++ b/packs/special-creature-abilities/Mehrere_Angriffglieder___5__e6VuJIL8ocXQDQ2V.json @@ -0,0 +1,26 @@ +{ + "_id": "e6VuJIL8ocXQDQ2V", + "name": "Mehrere Angriffglieder (+5)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/multiple-limbs.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Greift mit 5 zusätzlichen Angriffsgliedern an, die Gegner bei einem erfolgreichen Schlagen-Immersieg abtrennen / zertrümmern, wodurch die Angriffszahl letztendlich sinkt.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342092, + "modifiedTime": 1668995456217, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!e6VuJIL8ocXQDQ2V" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Nachtsicht_pJjtHe2Rd0YCa35n.json b/packs/special-creature-abilities/Nachtsicht_pJjtHe2Rd0YCa35n.json new file mode 100644 index 00000000..8f2461ba --- /dev/null +++ b/packs/special-creature-abilities/Nachtsicht_pJjtHe2Rd0YCa35n.json @@ -0,0 +1,26 @@ +{ + "_id": "pJjtHe2Rd0YCa35n", + "name": "Nachtsicht", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/night-vision.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann bei einem Mindestmaß an Licht noch sehen wie am helllichten Tag.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342130, + "modifiedTime": 1668995456234, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pJjtHe2Rd0YCa35n" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Nat_rliche_Waffen_YrmJo8dg4CF3lJdH.json b/packs/special-creature-abilities/Nat_rliche_Waffen_YrmJo8dg4CF3lJdH.json new file mode 100644 index 00000000..24799c02 --- /dev/null +++ b/packs/special-creature-abilities/Nat_rliche_Waffen_YrmJo8dg4CF3lJdH.json @@ -0,0 +1,26 @@ +{ + "_id": "YrmJo8dg4CF3lJdH", + "name": "Natürliche Waffen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/natural-weapons.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei einem Schlagen-Patzer gegen einen Bewaffneten wird dessen Waffe getroffen. Der Angegriffene würfelt augenblicklich & aktionsfrei einen Angriff mit seiner Waffe gegen die patzende Kreatur.

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342082, + "modifiedTime": 1668995456209, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!YrmJo8dg4CF3lJdH" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Nur_durch_Magie_verletzbar_FCxjdPJ1L8EJd0IF.json b/packs/special-creature-abilities/Nur_durch_Magie_verletzbar_FCxjdPJ1L8EJd0IF.json new file mode 100644 index 00000000..d750c5b3 --- /dev/null +++ b/packs/special-creature-abilities/Nur_durch_Magie_verletzbar_FCxjdPJ1L8EJd0IF.json @@ -0,0 +1,26 @@ +{ + "_id": "FCxjdPJ1L8EJd0IF", + "name": "Nur durch Magie verletzbar", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/only-vulnerable-to-magic.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur Angriffe mit magischen Waffen oder durch Zauber richten Schaden an. Ausgenommen sind eventuelle Anfälligkeiten, durch die ebenfalls Schaden erlitten wird.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342047, + "modifiedTime": 1668995456178, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FCxjdPJ1L8EJd0IF" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Odem_sDffbUUXg88Vn2Pq.json b/packs/special-creature-abilities/Odem_sDffbUUXg88Vn2Pq.json new file mode 100644 index 00000000..e24aa1fd --- /dev/null +++ b/packs/special-creature-abilities/Odem_sDffbUUXg88Vn2Pq.json @@ -0,0 +1,26 @@ +{ + "_id": "sDffbUUXg88Vn2Pq", + "name": "Odem", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342143, + "modifiedTime": 1668995456243, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sDffbUUXg88Vn2Pq" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Regeneration_Mh6bLPD3N29ybeLq.json b/packs/special-creature-abilities/Regeneration_Mh6bLPD3N29ybeLq.json new file mode 100644 index 00000000..6a53f830 --- /dev/null +++ b/packs/special-creature-abilities/Regeneration_Mh6bLPD3N29ybeLq.json @@ -0,0 +1,26 @@ +{ + "_id": "Mh6bLPD3N29ybeLq", + "name": "Regeneration", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/regeneration.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Regeneriert jede Kampfrunde aktionsfrei LK in Höhe des Probenergebnisses der Regenerations-Probe (PW: KÖR). Durch Feuer oder Säure verlorene LK können nicht regeneriert werden.

", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342062, + "modifiedTime": 1668995456196, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Mh6bLPD3N29ybeLq" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Rost_oPTuLvZOEsXnRPed.json b/packs/special-creature-abilities/Rost_oPTuLvZOEsXnRPed.json new file mode 100644 index 00000000..3d708c1f --- /dev/null +++ b/packs/special-creature-abilities/Rost_oPTuLvZOEsXnRPed.json @@ -0,0 +1,26 @@ +{ + "_id": "oPTuLvZOEsXnRPed", + "name": "Rost", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/rust.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Jeder Treffer reduziert die PA eines zufälligen, metallischen, nichtmagischen Rüstungsstückes des Ziels um 1. Gleiches gilt für den WB nichtmagischer Metallwaffen, die die Kreatur treffen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342124, + "modifiedTime": 1668995456229, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oPTuLvZOEsXnRPed" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Schleudern_5PdSHi6PY4TNV9rP.json b/packs/special-creature-abilities/Schleudern_5PdSHi6PY4TNV9rP.json new file mode 100644 index 00000000..dd0e4636 --- /dev/null +++ b/packs/special-creature-abilities/Schleudern_5PdSHi6PY4TNV9rP.json @@ -0,0 +1,26 @@ +{ + "_id": "5PdSHi6PY4TNV9rP", + "name": "Schleudern", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flinging.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Schlagen-Immersieg schleudert das Ziel (sofern 1+ Größenkategorie kleiner) Schaden / 3 m fort. Das Ziel erleidet für die Distanz Sturzschaden, gegen den es normal Abwehr würfelt, und liegt am Boden.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342014, + "modifiedTime": 1668995456109, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5PdSHi6PY4TNV9rP" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Schwarm_rPbbTLUtSXZpdFjp.json b/packs/special-creature-abilities/Schwarm_rPbbTLUtSXZpdFjp.json new file mode 100644 index 00000000..3eb2d88c --- /dev/null +++ b/packs/special-creature-abilities/Schwarm_rPbbTLUtSXZpdFjp.json @@ -0,0 +1,26 @@ +{ + "_id": "rPbbTLUtSXZpdFjp", + "name": "Schwarm", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swarm.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gilt als einzelner Gegner. Der Schwarmwert (SCW) entspricht seiner aktuellen Mitgliederanzahl / 10 (zu Beginn und max. 200 Mitglieder pro Schwarm = SCW 20). Pro 1 LK Schaden sterben 10 Mitglieder (= SCW -1). Schwärme können Mitglieder an benachbarte Felder abgeben und ihr eigenes sowie jedes angrenzende Feld gleichzeitig angreifen (mit jeweils vollen Schlagen-Wert).

\n

Schlagen/Abwehr/LK entsprechen dem aktuellen SCW

", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342134, + "modifiedTime": 1668995456239, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rPbbTLUtSXZpdFjp" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Schweben_05D4DdnbcQFoIllF.json b/packs/special-creature-abilities/Schweben_05D4DdnbcQFoIllF.json new file mode 100644 index 00000000..0b66d0a4 --- /dev/null +++ b/packs/special-creature-abilities/Schweben_05D4DdnbcQFoIllF.json @@ -0,0 +1,26 @@ +{ + "_id": "05D4DdnbcQFoIllF", + "name": "Schweben", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/hover.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann, statt zu laufen, auch schweben. Wird die Aktion „Rennen“ ausgeführt, erhöht sich die Geschwindigkeit wie am Boden auf Laufen x 2.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995341997, + "modifiedTime": 1668995456074, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!05D4DdnbcQFoIllF" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Schwimmen_18PDF4gqWrIRWudN.json b/packs/special-creature-abilities/Schwimmen_18PDF4gqWrIRWudN.json new file mode 100644 index 00000000..5e7c4e43 --- /dev/null +++ b/packs/special-creature-abilities/Schwimmen_18PDF4gqWrIRWudN.json @@ -0,0 +1,26 @@ +{ + "_id": "18PDF4gqWrIRWudN", + "name": "Schwimmen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/swim.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann, statt zu laufen, schwimmen. Wird die Aktion „Rennen“ schwimmend ausgeführt, erhöht sich die Geschwindigkeit ganz normal auf Laufen x 2.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342002, + "modifiedTime": 1668995456078, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!18PDF4gqWrIRWudN" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Sonar_BtjiEmhGyje6YghP.json b/packs/special-creature-abilities/Sonar_BtjiEmhGyje6YghP.json new file mode 100644 index 00000000..5e20973e --- /dev/null +++ b/packs/special-creature-abilities/Sonar_BtjiEmhGyje6YghP.json @@ -0,0 +1,26 @@ +{ + "_id": "BtjiEmhGyje6YghP", + "name": "Sonar", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/sonar.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

„Sieht“ per Sonar.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342035, + "modifiedTime": 1668995456171, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!BtjiEmhGyje6YghP" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Sturmangriff_L0dxlrCY14bLyUdQ.json b/packs/special-creature-abilities/Sturmangriff_L0dxlrCY14bLyUdQ.json new file mode 100644 index 00000000..46e94864 --- /dev/null +++ b/packs/special-creature-abilities/Sturmangriff_L0dxlrCY14bLyUdQ.json @@ -0,0 +1,26 @@ +{ + "_id": "L0dxlrCY14bLyUdQ", + "name": "Sturmangriff", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charge.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird mindestens eine Distanz in Höhe von Laufen gerannt, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342059, + "modifiedTime": 1668995456190, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!L0dxlrCY14bLyUdQ" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Sturzangriff_eWuQlQYF3VmyR0kt.json b/packs/special-creature-abilities/Sturzangriff_eWuQlQYF3VmyR0kt.json new file mode 100644 index 00000000..5c1de557 --- /dev/null +++ b/packs/special-creature-abilities/Sturzangriff_eWuQlQYF3VmyR0kt.json @@ -0,0 +1,26 @@ +{ + "_id": "eWuQlQYF3VmyR0kt", + "name": "Sturzangriff", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/dive-attack.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird fliegend mindestens eine Distanz in Höhe von Laufen x 2 „rennend“ geflogen, kann in der Runde noch ein Angriff mit Schlagen + KÖR erfolgen, während der Bewegung, also nicht nur davor oder danach.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342099, + "modifiedTime": 1668995456220, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eWuQlQYF3VmyR0kt" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Totenkraft_ZkgZiFI5xy8aevG8.json b/packs/special-creature-abilities/Totenkraft_ZkgZiFI5xy8aevG8.json new file mode 100644 index 00000000..d0a5ca9a --- /dev/null +++ b/packs/special-creature-abilities/Totenkraft_ZkgZiFI5xy8aevG8.json @@ -0,0 +1,28 @@ +{ + "_id": "ZkgZiFI5xy8aevG8", + "name": "Totenkraft", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png", + "effects": [ + "xw1OyyTdDwkNe2jC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Erhält GEI+AU als Bonus auf Stärke und Härte.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342086, + "modifiedTime": 1668995456351, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZkgZiFI5xy8aevG8" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Umschlingen_AjPsjbxcuNslQEuE.json b/packs/special-creature-abilities/Umschlingen_AjPsjbxcuNslQEuE.json new file mode 100644 index 00000000..eaa80a90 --- /dev/null +++ b/packs/special-creature-abilities/Umschlingen_AjPsjbxcuNslQEuE.json @@ -0,0 +1,26 @@ +{ + "_id": "AjPsjbxcuNslQEuE", + "name": "Umschlingen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/entangle.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Schlagen-Immersieg umschlingt Ziel (sofern 1+ Größenkategorie kleiner), welches fortan ST Punkte abwehrbaren Schaden erleidet, sich nicht frei bewegen kann und einen Malus von -2 auf alle Proben pro Größenunterschied erhält. Befreien: Opfer mit AGI+ST vergleichende Probe gegen KÖR+ST des Umschlingers.

", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342029, + "modifiedTime": 1668995456162, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!AjPsjbxcuNslQEuE" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Verschlingen_fY7yRpxhQTIV5G2p.json b/packs/special-creature-abilities/Verschlingen_fY7yRpxhQTIV5G2p.json new file mode 100644 index 00000000..f645d5e5 --- /dev/null +++ b/packs/special-creature-abilities/Verschlingen_fY7yRpxhQTIV5G2p.json @@ -0,0 +1,26 @@ +{ + "_id": "fY7yRpxhQTIV5G2p", + "name": "Verschlingen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/devourer.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Schlagen-Immersieg (mit einem Biss-Angriff) verschlingt Ziel (sofern 2+ Größenkategorien kleiner), welches fortan einen nicht abwehrbaren Schadenspunkt pro Kampfrunde und einen Malus von -8 auf alle Proben erhält. Befreien: Nur mit einem Schlagen-Immersieg, der Schaden verursacht, kann sich der Verschlungene augenblicklich aus dem Leib seines Verschlingers befreien, wenn dieser noch lebt.

", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342107, + "modifiedTime": 1668995456221, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fY7yRpxhQTIV5G2p" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Versteinern_5eB5a0FnygbaqWPe.json b/packs/special-creature-abilities/Versteinern_5eB5a0FnygbaqWPe.json new file mode 100644 index 00000000..9a08c02d --- /dev/null +++ b/packs/special-creature-abilities/Versteinern_5eB5a0FnygbaqWPe.json @@ -0,0 +1,26 @@ +{ + "_id": "5eB5a0FnygbaqWPe", + "name": "Versteinern", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem KÖR+AU misslingt. Eine Versteinerung kann durch den Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} aufgehoben werden.

", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342017, + "modifiedTime": 1668995456120, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5eB5a0FnygbaqWPe" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Werteverlust__AGI__602AkdkLqx6NWprb.json b/packs/special-creature-abilities/Werteverlust__AGI__602AkdkLqx6NWprb.json new file mode 100644 index 00000000..75c47575 --- /dev/null +++ b/packs/special-creature-abilities/Werteverlust__AGI__602AkdkLqx6NWprb.json @@ -0,0 +1,26 @@ +{ + "_id": "602AkdkLqx6NWprb", + "name": "Werteverlust (AGI)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro schadensverursachendem Treffer wird AGI um 1 gesenkt (bei AGI Null ist das Opfer bewegungsunfähig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342022, + "modifiedTime": 1668995456140, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!602AkdkLqx6NWprb" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Werteverlust__GEI__m52MTRs1GMXScTki.json b/packs/special-creature-abilities/Werteverlust__GEI__m52MTRs1GMXScTki.json new file mode 100644 index 00000000..7349a7b9 --- /dev/null +++ b/packs/special-creature-abilities/Werteverlust__GEI__m52MTRs1GMXScTki.json @@ -0,0 +1,26 @@ +{ + "_id": "m52MTRs1GMXScTki", + "name": "Werteverlust (GEI)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro schadensverursachendem Treffer wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342116, + "modifiedTime": 1668995456225, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!m52MTRs1GMXScTki" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Werteverlust__K_R__RwT0NBwkc1TuAR1e.json b/packs/special-creature-abilities/Werteverlust__K_R__RwT0NBwkc1TuAR1e.json new file mode 100644 index 00000000..371c8db9 --- /dev/null +++ b/packs/special-creature-abilities/Werteverlust__K_R__RwT0NBwkc1TuAR1e.json @@ -0,0 +1,26 @@ +{ + "_id": "RwT0NBwkc1TuAR1e", + "name": "Werteverlust (KÖR)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro schadensverursachendem Treffer wird KÖR um 1 gesenkt (bei KÖR Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} wird 1 verlorener Attributspunkt regeneriert.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342068, + "modifiedTime": 1668995456201, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RwT0NBwkc1TuAR1e" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Wesen_der_Dunkelheit__Settingoption__R3j1CjXJckUH0CBG.json b/packs/special-creature-abilities/Wesen_der_Dunkelheit__Settingoption__R3j1CjXJckUH0CBG.json new file mode 100644 index 00000000..fa18d6be --- /dev/null +++ b/packs/special-creature-abilities/Wesen_der_Dunkelheit__Settingoption__R3j1CjXJckUH0CBG.json @@ -0,0 +1,26 @@ +{ + "_id": "R3j1CjXJckUH0CBG", + "name": "Wesen der Dunkelheit (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-darkness.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen der Dunkelheit. Angewendete Regeln für Wesen der Dunkelheit gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342064, + "modifiedTime": 1668995456197, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!R3j1CjXJckUH0CBG" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Wesen_des_Lichts__Settingoption__KDDlwN9as9B4ljeA.json b/packs/special-creature-abilities/Wesen_des_Lichts__Settingoption__KDDlwN9as9B4ljeA.json new file mode 100644 index 00000000..d0776fa9 --- /dev/null +++ b/packs/special-creature-abilities/Wesen_des_Lichts__Settingoption__KDDlwN9as9B4ljeA.json @@ -0,0 +1,26 @@ +{ + "_id": "KDDlwN9as9B4ljeA", + "name": "Wesen des Lichts (Settingoption)", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/creature-of-light.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gilt in den meisten Settings als ein Wesen des Lichts. Angewendete Regeln für Wesen des Lichts gelten für diese Kreatur.

", + "experiencePoints": 5 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995342057, + "modifiedTime": 1668995456184, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KDDlwN9as9B4ljeA" +} \ No newline at end of file diff --git a/packs/special-creature-abilities/Zerstampfen_02QMKm8MHzz8yAxL.json b/packs/special-creature-abilities/Zerstampfen_02QMKm8MHzz8yAxL.json new file mode 100644 index 00000000..bb7e8b4d --- /dev/null +++ b/packs/special-creature-abilities/Zerstampfen_02QMKm8MHzz8yAxL.json @@ -0,0 +1,26 @@ +{ + "_id": "02QMKm8MHzz8yAxL", + "name": "Zerstampfen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/crush.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Kann einen Angriff pro Kampfrunde mit -6 ausführen, um das Ziel (sofern 1+ Größenkategorie kleiner) zu zerstampfen. Pro Größenunterschied wird der -6 Malus um 2 gemindert. Bei einem erfolgreichen Angriff wird nicht abwehrbarer Schaden verursacht.

", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995341991, + "modifiedTime": 1668995456071, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!02QMKm8MHzz8yAxL" +} \ No newline at end of file diff --git a/packs/spells.json b/packs/spells.json deleted file mode 100644 index 940810c9..00000000 --- a/packs/spells.json +++ /dev/null @@ -1,8978 +0,0 @@ -[ - { - "_id": "0Jp3WM3Aba8VKcrb", - "name": "Verteidigung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/templar-shield.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis der Zauberwirker in der nächsten Kampfrunde wieder an der Reihe ist.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "1", - "unit": "rounds" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 1, - "wizard": 4, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344444, - "modifiedTime": 1668995459110, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "0O56S0JDXi2y71Pu", - "name": "Schutzschild stärken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/diamond-hard.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Verdoppelt den Bonus auf die Abwehr eines @Compendium[ds4.spells.dpz383XbGFXEsGot]{Schutzschild}-Zaubers, der bereits auf das Ziel wirkt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 4, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344446, - "modifiedTime": 1668995459121, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1b32mq9AWEMuoBAs", - "name": "Lichtlanze", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/sun-spear.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.lj8NQ5l4wLWmYcEt]{Lichtpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": true, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "custom" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1r", - "minimumLevels": { - "healer": 10, - "wizard": 12, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344448, - "modifiedTime": 1668995459125, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1hhpEYpQQ0oLNptl", - "name": "Halt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/skoll/halt.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg kann sich das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, nicht mehr bewegen.

\n

Die Starre endet vorzeitig, sollte das Ziel Schaden erhalten. Während der Starre ist es dem Ziel möglich, die Augen zu bewegen, zu atmen und klar zu denken. Ein erstarrter Zauberwirker könnte also immer noch seine Zauber wechseln oder gar versuchen, ohne Worte und Gesten (DS4 S. 47) einen Zauber zu wagen.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 2, - "wizard": 6, - "sorcerer": 6 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344449, - "modifiedTime": 1668995459145, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "4R2OiLe4Ojht69Ea", - "name": "Erdspalt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/earth-spit.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Auf festem Boden öffnet der Zauber einen Erdspalt. Der Erdspalt ist bis zu VE in Meter breit und VE/2 in Metern lang und tief. Stehen Wesen an der Stelle, unter der der Erdspalt erscheint, können sie mit AGI+BE augenblicklich versuchen, noch in Sicherheit zu springen (zählt als freie Aktion). Wesen, die sich in der Erdspalte befinden, wenn diese sich wieder schließt, erhalten augenblicklich 2W20 nicht abwehrbaren Schaden und sind – ohne noch richtig atmen zu können – eingeschlossen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": true, - "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": true - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 10, - "wizard": 10, - "sorcerer": 14 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344451, - "modifiedTime": 1668995459148, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "4StILfq4zNUWBAgz", - "name": "Heilende Strahlen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sinusoidal-beam.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Lichtstrahlen schießen vom Heiler aus und heilen die Wunden von bis zu VE/2 Gefährten, die Lebenskraft in Höhe des Probenergebnisses dazu erhalten. Es wird nur eine Probe für diesen Zielzauber gewürfelt: Einzig der Distanzmalus (DS4 S. 43) des Ziels, das am weitesten entfernt steht, wird als Malus gewertet.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "2r", - "minimumLevels": { - "healer": 12, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344453, - "modifiedTime": 1668995459157, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "4Wlx1LdkUK3BYctJ", - "name": "Verwandlung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/ghost-ally.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker nimmt das Aussehen einer anderen Person an, die seinem Volk angehören und gleichen Geschlechts sein muss.

\n

Handelt es sich um eine bestimmte Person, die der Charakter jedoch nur flüchtig oder aus der Ferne kennt, können ihm Fehler unterlaufen, wodurch Bekannte der Zielperson mit einer Bemerken-Probe den Zauber durchschauen können.

\n

Untote Wesen u. ä. kann man mit diesem rein optischen Effekt nicht täuschen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": true, - "demonology": false, - "necromancy": false, - "transmutation": true, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344455, - "modifiedTime": 1668995459177, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5RUGIWTftCyeJkDQ", - "name": "Flackern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/duality.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker beginnt zu flackern und ist dadurch schwieriger zu treffen. Seine Abwehr wird für die Dauer des Zaubers um seinen halbierten Wert in GEI erhöht (nur nicht gegen alles einhüllenden Flächenschaden).

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 2, - "wizard": 4, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344456, - "modifiedTime": 1668995459185, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5mF59XCsZffF0cSp", - "name": "Schatten", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/shadow-follower.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dunkle Schatten umhüllen das Ziel (welches keine Abwehr dagegen würfeln darf), wodurch es -8 auf alle Handlungen hat, bei denen es besser sehen können sollte. Augenlosen Untoten, wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten}, aber auch blinden Lebewesen, kann der Zauber nichts anhaben.

", - "equipped": false, - "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": false, - "air": false, - "transport": false, - "damage": false, - "shadow": true, - "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. / 2", - "unit": "rounds" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344458, - "modifiedTime": 1668995459204, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6bptWPrq5gkX2UaT", - "name": "Lichtsäule", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/laser-precision.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.6bptWPrq5gkX2UaT]{Lichtsäule}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} ebenfalls einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} addieren ihren Talentrang auf den PW der Zielzaubern-Probe der Lichtsäule.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 8, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": true, - "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": 16, - "wizard": 19, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344460, - "modifiedTime": 1668995459218, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "73bT47FtQgPp9Snq", - "name": "Netz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/spider-web.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Netz aus klebriger Astralmasse mit einem Radius von VE/2 in Metern erscheint.

\n

Vom Netz getroffene Wesen, welche keine Abwehr dagegen würfeln dürfen, halbieren für die Dauer des Zaubers Initiative, Laufen und Schlagen.

\n

Der Zauber wirkt nicht gegen Wesen, die 2+ Größenkategorien (DS4 S. 104) größer sind.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(AGI+ST)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 4, - "wizard": 9, - "sorcerer": 9 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344461, - "modifiedTime": 1668995459222, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7HCeOPLYvb1SQxcV", - "name": "Wächter", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/static-guard.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein magischer Wächter alarmiert bzw. weckt den Zauberwirker, sobald ein Wesen sich bis auf VE x 2 Meter oder weniger dem Zielpunkt nähert.

\n

Dies gilt nicht für Wesen, die sich während des Zaubervorgangs bereits in diesem Bereich aufhielten.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 4, - "wizard": 6, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344463, - "modifiedTime": 1668995459229, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7foZzrxZuX0dCh3C", - "name": "Wandöffnung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/hole.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker öffnet ein kreisrundes Loch von 1 m Durchmesser in einer bis zu VE x 10 cm dicken, nichtmagischen Steinwand.

\n

Nach Ablauf des Zaubers verschwindet das Loch ohne Spuren zu hinterlassen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": true, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 14 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344466, - "modifiedTime": 1668995459235, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7yYxjxuGjTo29r10", - "name": "Feuerwand", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/firewall.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker lässt eine Feuerwand erscheinen, die Ausmaße von maximal 1 m x VE m x VE m annehmen kann. Wesen, die an der Stelle stehen, wo die Feuerwand erscheint, oder durch sie hindurch springen, erhalten 2W20 abwehrbaren Schaden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344467, - "modifiedTime": 1668995459240, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7ybmodIkWDP1z1D6", - "name": "Flammeninferno", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 10", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 15 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344469, - "modifiedTime": 1668995459256, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8BT2TqPHC0v2OzNe", - "name": "Elementar herbeirufen (Feuer)", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber ruft ein Feuerelementar von seiner Ebene herbei. Feuerelementare (@Compendium[ds4.creatures.tYcKw69Feoy3B6hG]{Feuerelementar I}, @Compendium[ds4.creatures.huPL6cx3RadJNhL0]{Feuerelementar II}, @Compendium[ds4.creatures.mPcmJ9nHpy1AbKVr]{Feuerelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Kerzenflamme bis FackelI
LagerfeuerII
Brand/LavaIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m² Feuer-/Lavafläche+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-Elementarstufe x 5" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "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": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344471, - "modifiedTime": 1668995459258, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8Y5rUQhP8XCQM9xL", - "name": "Volksgestalt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/relationship-bounds.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bis zu VE einwilligende, humanoide Ziele (zu denen natürlich auch der Zauberwirker selbst gehören kann) in Reichweite werden in die Gestalt eines anderen humanoiden Volkes der gleichen Größenkategorie (DS4 S. 104) verwandelt (nicht jedoch seine Ausrüstung).

\n

Beispielsweise könnte man einen Menschen in einen Ork oder sogar in einen uralten Zwerg verwandeln.

\n

Der Charakter behält dabei all seine Fähigkeiten und erhält umgekehrt auch keine Fähigkeiten des Volkes, in das er verwandelt wurde.

\n

Während die Stimme sich dem neuen Volk anpasst, erinnern Augen und Gesichtzüge weiterhin an die eigentliche Gestalt des verwandelten Charakters.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "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": true, - "area": false - }, - "maxDistance": { - "value": "VE", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344473, - "modifiedTime": 1668995459260, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "919AW6tITRT8WikD", - "name": "Glühender Glaube", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/glowing-hands.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Die berührte Waffe – das Ziel des Zaubers – erglüht vor heiliger Kraft. Für die Wirkungsdauer des Zaubers gilt der mit der Waffe verursachte Schaden als magisch und der WB wird um VE/2 erhöht, während die Abwehr getroffener Gegner gegen Angriffe mit dieser Waffe um VE/2 gesenkt wird.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 6, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344475, - "modifiedTime": 1668995459262, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9GBDoyVXPXjWoLix", - "name": "Elementar herbeirufen (Erde)", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber ruft ein Erdelementar von seiner Ebene herbei. Erdelementare (@Compendium[ds4.creatures.1PYYg60DHC6RA3oO]{Erdelementar I}, @Compendium[ds4.creatures.S8DNL5XpmNRSNJhD]{Erdelementar II}, @Compendium[ds4.creatures.mOQ21HFNisTfu7ve]{Erdelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Erdboden/Kiesel/SandI
Felsen/FindlingII
Steinhügel oder größerIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m³ Erde/Gestein+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-Elementarstufe x 5" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": true, - "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": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344476, - "modifiedTime": 1668995459264, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9VLNUomSaxPTdfZY", - "name": "Heilendes Licht", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sunbeams.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein vom Heiler ausgehender Lichtstrahl heilt die Lebenskraft des Ziels in Höhe des Probenergebnisses.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "2r", - "minimumLevels": { - "healer": 4, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344478, - "modifiedTime": 1668995459265, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9gc1CF70165NXymH", - "name": "Kontrollieren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.

\n

Kontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.

\n

Ein Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des 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": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis erlöst", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344481, - "modifiedTime": 1668995459267, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "A9c19uUSIH4kvvHS", - "name": "Duftnote", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fragrance.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel wird vom Zauberwirker mit einem Duft versehen.

Dieser Geruch kann angenehm oder unangenehm sein und erleichtert bzw. erschwert sämtliche sozialen Proben des Ziels für die Wirkungsdauer um 2.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 1, - "wizard": 1, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344482, - "modifiedTime": 1668995459268, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ANV77WNlbZFRMssv", - "name": "Teleport", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/teleport.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber teleportiert den Zauberwirker und bis zu VE Begleiter an einen ihm bekannten Ort. War der Zauberwirker nur einmal dort und kennt ihn nur flüchtig, wird der PW der Zaubern-Probe halbiert. Bei einem Teleport-Patzer erscheinen die Charaktere in einem Objekt (zu tief im Boden, ein naher Baum) und erhalten W20 nicht abwehrbaren Schaden (2W20, wenn der Ort nur flüchtig bekannt ist).

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-1 pro Begleiter" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 20, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344484, - "modifiedTime": 1668995459270, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ASvdS1fyjmRS1Xb6", - "name": "Magische Waffe", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/pointy-sword.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber verleiht einer Waffe magische Kräfte. Ihr WB erhöht sich für die Dauer des Zaubers um +1 und der mit ihr verursachte Schaden gilt als magisch, verletzt beispielsweise also auch körperlose Wesen wie Geister.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "minutes" - }, - "cooldownDuration": "1r", - "minimumLevels": { - "healer": 1, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344485, - "modifiedTime": 1668995459271, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "AyTRXMB9PBeVsmus", - "name": "Feueratem", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-breath.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aus dem Mund des Zauberwirkers schießt eine lodernde Säule, die alle hintereinander stehenden Gegner in einer 1 m breiten, geraden Schneise in Flammen hüllt. Der feurige Atem verursacht nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344487, - "modifiedTime": 1668995459273, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BGnY1p1qZXwpzXFA", - "name": "Zeitstop", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/time-trap.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker hält die Zeit an, bis die Zauberdauer endet oder er Schaden verursacht bzw. selber erleidet.

Andere Objekte und Lebewesen können nicht bewegt werden – sie sind starr in der Zeit eingefroren.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -5, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 20 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344490, - "modifiedTime": 1668995459276, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "BdBUObZr9RahUqxA", - "name": "Tarnender Nebel", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/fog.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine Nebelwolke mit einem Radius von maximal VE in Metern entsteht.

Angriffe gegen Ziele in der Nebelwolke werden um 8 erschwert, gleichsam erhalten alle innerhalb des Nebels -8 auf alle Proben, bei denen man besser sehen können sollte. Eine Nebelwolke kann durch Wind bewegt oder gar auseinander geweht werden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE x 2", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 4, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344494, - "modifiedTime": 1668995459278, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "CrZ8L7oaWvPjLou0", - "name": "Einschläfern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", - "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": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344499, - "modifiedTime": 1668995459280, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DNplbUwfxszg5UbZ", - "name": "Wechselzauber", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/magick-trick.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Präpariert einen Zauberspruch des Zauberwirkers, um einmalig aktionsfrei zu diesem zu wechseln.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 12, - "wizard": 10, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344503, - "modifiedTime": 1668995459282, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DPFRVvfvmhCfcm7E", - "name": "Stoßgebet", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/kneeling.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine Druckwelle heiliger Macht schießt aus dem Heiler und bringt Gegner in einem Radius gleich seiner doppelten Stufe in Metern zu Fall.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 5, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344507, - "modifiedTime": 1668995459287, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DjvQzdWEmm8h7G4X", - "name": "Fluch", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/voodoo-doll.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker benötigt etwas vom Ziel in seinem Besitz, wie beispielsweise ein Haar, ein Kleidungsstück o. ä., das beim Zaubern – ob erfolgreich oder nicht – zerstört wird. Das Ziel wird verflucht und erhält auf alle Proben -2, bis die Zauberdauer verstrichen ist oder der Fluch mittels @Compendium[ds4.spells.tBWEyulMfJFzPuWM]{Magie bannen} schon vorher entfernt wird.

\n

Ein Ziel kann mehrmals verflucht werden. Alle Flüche müssen einzeln gebannt werden, stammen sie nicht vom selben Zauberwirker.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des Ziel" - }, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "days" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344510, - "modifiedTime": 1668995459289, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "EXqdD6yddQ4c0zAw", - "name": "Unsichtbarkeit", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 20, - "wizard": 12, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344512, - "modifiedTime": 1668995459291, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FJE2X2GXFDs9LT7J", - "name": "Heilende Hand", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/sbed/health-normal.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Durch Hand auflegen wird bei dem Ziel Lebenskraft in Höhe des Probenergebnisses geheilt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 1, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berührung", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "custom" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 1, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344515, - "modifiedTime": 1668995459293, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GPaDrKIFw2kjzryU", - "name": "Blut kochen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/skoll/blood.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Blut des Ziels beginnt auf magische Art und Weise zu kochen, ohne dass es gerinnt.

Der innerlich wirkende Schaden entspricht dem doppelten Probenergebnis, das Ziel würfelt seine Abwehr ohne die Panzerungsboni seiner Gegenstände.

Der Zauber ist gegen Wesen ohne Blut – wie beispielsweise viele Untote – nicht einsetzbar.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "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", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 17, - "sorcerer": 13 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344518, - "modifiedTime": 1668995459295, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Gc5G9kixOqNbuwp1", - "name": "Frostwaffe", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sparkling-sabre.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann eine Waffe in eisige Kälte hüllen. Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch. Ein Immersieg bei einem Angriff friert den Gegner für eine Kampfrunde lang ein, als wirke auf ihn der Zauber @Compendium[ds4.spells.1hhpEYpQQ0oLNptl]{Halt}. Frostwaffe ist nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge} kombinierbar.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": true, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 4, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344526, - "modifiedTime": 1668995459297, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GpdYH1BAO4tIf6Fj", - "name": "Tiere besänftigen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/paw-heart.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Aggressive Tiere im Wirkungsradius können mit diesem Zauber besänftigt werden. Magische Wesen (wie beispielsweise @Compendium[ds4.creatures.SQv63FQBjA5jW5xv]{Einhörner} oder @Compendium[ds4.creatures.O2maANGDJHPLX8aE]{Unwölfe}) sind gegen den Zauber immun, ebenso Tiere, die unter einem Kontrollzauber wie @Compendium[ds4.spells.TVsayZ3WkUxyzKbL]{Tierbeherschung} o.ä. stehen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-LK / 5 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 1, - "wizard": 7, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344530, - "modifiedTime": 1668995459298, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HWjB5kPr3AZbFOFZ", - "name": "Heilendes Feld", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/chained-heart.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber heilt bei allen Gefährten im Wirkungsradius die Lebenskraft um das Probenergebnis.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "custom" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 18, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344535, - "modifiedTime": 1668995459300, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ITWKevUdrtyBHjgR", - "name": "Verkleinern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/contract.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das freiwillige Ziel – samt seiner Ausrüstung – wird auf ein Zehntel seiner Körpergröße verkleinert. Charaktere nehmen die Größenkategorie „winzig“ (DS4 S. 104) an.

Für die Dauer des Zauberspruchs werden KÖR, ST und HÄ halbiert und Laufen durch 10 geteilt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344543, - "modifiedTime": 1668995459301, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JldAx8a91vVO2wUf", - "name": "Blenden", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).

Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.

Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.

", - "equipped": false, - "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": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344548, - "modifiedTime": 1668995459303, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JvK5b8DXdHgaByjP", - "name": "Manabrot", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sliced-bread.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker bündelt die magische Energien um sich herum und erschafft daraus warmes, aber geschmackloses Manabrot.

\n

Maximal kann der Zauberwirker eine Anzahl von Manabrot gleich seiner halbierten Stufe erschaffen. Jeder der blau-violetten, teigähnlichen Klumpen, entspricht einer ganzen Mahlzeit (von denen ein Erwachsener 3 pro Tag benötigt) für eine Person.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344550, - "modifiedTime": 1668995459304, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KIyVOdiXZnXJIAh6", - "name": "Stolpern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/tripwire.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, stürzt augenblicklich zu Boden.

Misslingt ihm außerdem eine Probe auf AGI+GE, lässt er alles Gehaltene fallen.

", - "equipped": false, - "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": false, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 4, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344552, - "modifiedTime": 1668995459307, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KUbT1gBeThcLY7vU", - "name": "Spurt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/run.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Laufen-Wert des Ziels wird für die Dauer des Zaubers verdoppelt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 7, - "wizard": 7, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344553, - "modifiedTime": 1668995459309, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KhmJCaFuP7Tgdw7q", - "name": "Magische Barriere", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/stone-wall.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker erschafft ein unbewegliches, würfelförmiges Kraftfeld mit einer Größe von maximal VE/2 m³, welches sämtliche Magie- und Zaubersprucheffekte nach innen und außen hin komplett abblockt. Weder @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerbälle}, noch @Compendium[ds4.spells.WkZBOsMblhcrPRUF]{Lauschen}- oder @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport}-Zauber können diese magische Barriere durchbrechen.

\n

Die magische Barriere verschwindet, sofern der Zauerwirker sie nicht – nach Ablauf der Spruchdauer – durch ununterbrochene Konzentration (zählt als ganze Aktion) aufrecht erhält.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE min oder Konzentration", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 14, - "wizard": 10, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344555, - "modifiedTime": 1668995459311, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "L4pdDXSYAOgtWIbd", - "name": "Licht", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/explosion-rays.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das berührte, leblose Ziel – beipielsweise ein Stab oder eine kleine, abdeckbare Münze – leuchtet fackelhell auf.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 5, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "minutes" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 1, - "wizard": 1, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344558, - "modifiedTime": 1668995459313, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "L6NrH3AEmS2I3NWG", - "name": "Springen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/jump-across.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker springt augenblicklich bis zu Probenergebnis/2 Meter weit und landet dabei wieder sicher auf seinen Beinen. Alternativ kann man auch hoch oder runter springen, beispielsweise um einen Balkon zu erreichen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 5, - "wizard": 2, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344560, - "modifiedTime": 1668995459315, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MKlGqhjQa3GZu4gq", - "name": "Ebenentor", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.

", - "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": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344563, - "modifiedTime": 1668995459317, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MpqPWr2l8qV4oQyL", - "name": "Geben und Nehmen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/heart-inside.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel des Zaubers erhält 50 % des Schadens, den es per Schlagen im Nahkampf verursacht (also abzüglich des Abwehrwurfs des Gegners), in Form von heilender Magie auf die eigene Lebenskraft gutgeschrieben.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 4, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344567, - "modifiedTime": 1668995459318, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NRfYtF7tFoNMe1cR", - "name": "Steinwand", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/brick-wall.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker erschafft eine Steinwand, die Ausmaße von bis zu 1 m x VE m x VE m annehmen kann und nicht wieder verschwindet.

\n

Die Steinwand muss auf festen Boden stehen und kann nicht an einem Ort erscheinen, wo sich bereits etwas befindet.

\n

Die Steinwand hat eine Abwehr gleich der dreifachen Stufe des Zauberwirkers, für den Fall, dass jemand sie mit Gewalt durchdringen will. Jeder einzelne Kubikmeter der Steinwand verfügt über LK in Höhe der Stufe des Zauberwirkers.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": true, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 14 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344573, - "modifiedTime": 1668995459319, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NWPoiZHCmZ7ZJud4", - "name": "Schutzfeld", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/omega.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Schutzfeld mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, an dem nichtmagische Geschosse von außen her wirkungslos abprallen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 4, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344578, - "modifiedTime": 1668995459321, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NcK7zXn0IeCfqjkl", - "name": "Freund", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/lovers.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg hält das Ziel den Zauberwirker (und nur ihn!) für einen sehr guten Freund.

\n

Das Ziel wird ihm alles anvertrauen, was er auch einem sehr guten Freund verraten würde und alles für ihn machen, was er auch für einen guten Freund tun würde.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 6, - "wizard": 7, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344584, - "modifiedTime": 1668995459322, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NwLeietvcarS6zP5", - "name": "Fliegen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/hand-wing.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel kann fliegen. Die Fortbewegungsgeschwindigkeit ist im Flug doppelt so hoch wie am Boden (zusätzlich kann man sie wie beim „Rennen“ verdoppeln). Ein Charakter mit Laufen 4,5 m fliegt also 9 m in einer Kampfrunde, „rennend“ 18 m.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 5", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 20, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344588, - "modifiedTime": 1668995459324, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ONhSaLNmvvacgCjA", - "name": "Giftbann", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/foamy-disc.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Neutralisiert augenblicklich ein nichtmagisches Gift, sofern es noch nicht zu spät ist.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 3, - "wizard": 6, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344594, - "modifiedTime": 1668995459325, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OODDFguw5Y113ywm", - "name": "Wahnsinn", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/mad-scientist.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel des Zaubers wird auf der Stelle wahnsinnig und zu einem sabbernden Schwachsinnigen, dessen Geist fortan auf 0 gesenkt ist.

\n

Nur der Zauberspruch @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} kann diesen Effekt bannen, wofür pro wiederherzustellenden Punkt in GEI der Spruch jeweils einmal auf das Ziel angewendet werden muss.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 15 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344599, - "modifiedTime": 1668995459327, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PXIVHRBpLwlzrk3L", - "name": "Elementar herbeirufen (Luft)", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber ruft ein Luftelementar von seiner Ebene herbei. Luftlementare (@Compendium[ds4.creatures.CIzMY691MK016h4E]{Luftelementar I}, @Compendium[ds4.creatures.wYVw1a5UjPS09YxS]{Luftelementar II}, @Compendium[ds4.creatures.DNbOkqUg7jitTTbw]{Luftelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Leichte Brise/Windiges WetterI
StürmischII
GewittersturmIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m³ Luft+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-Elementarstufe x 5" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "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", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344601, - "modifiedTime": 1668995459329, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QVcmtKpmT5HzIwur", - "name": "Vertreiben", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/chalk-outline-murder.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Vertreibt eine Anzahl von Untoten im Wirkungsbereich gleich der halbierten Stufe des Zauberwirkers.

\n

Für die Dauer der Vertreibung ziehen sich die Untoten so schnell wie möglich von dem Zauberwirker zurück bis auf eine Distanz von Probenergebnis x 5 m.

\n

Bis zum Ablauf des Zaubers können die Untoten niemanden in seinem Wirkungsbereich angreifen.

\n

Der Effekt endet bei jedem Untoten, der Schaden erleidet.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche betroffen sind. Alternativ kann auch ein bestimmter Untoter als Ziel der Vertreibung bestimmt werden.

\n

Wird beim Vertreiben ein Immersieg gewürfelt, erhalten die betroffenen Untoten zusätzlichen abwehrbaren Schaden in der tatsächlichen Höhe des Immersiegs.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des 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": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "minutes" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 1, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344603, - "modifiedTime": 1668995459331, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QZW2p3k9uGuYKCbN", - "name": "Balancieren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/tightrope.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel kann absolut sicher mit seinem reinen Laufen-Wert über dünne Seile u. ä. balancieren.

\n

Sobald der Zauber gewirkt wurde, gilt der Balancieren-Effekt und endet, nachdem der Charakter eine Strecke in Höhe des eigenen, doppelten Laufen-Wertes in Metern zurückgelegt hat.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis Strecke zurückgelegt", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 2, - "wizard": 3, - "sorcerer": 6 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344604, - "modifiedTime": 1668995459333, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QuuHhHmliyC5N55q", - "name": "Feuerlanze", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.kudkdrpMU0C83vM7]{Feuerstrahl}.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 2, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "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": "0r", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344608, - "modifiedTime": 1668995459335, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "QzcgykKQKztABe2a", - "name": "Heiliger Hammer", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/hammer-drop.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Hammer aus hellem Licht erscheint innerhalb eines Radius von VE in Metern um den Heiler herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft er völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos des Zauberwirkers wie „Halte den Dämon auf“ oder „Helfe dem Paladin“.

\n

Bewegt sich der Charakter, wandert der Wirkungsbereich des Hammers mit ihm mit, so dass die heilige Waffe niemals mehr als VE x 2 in Metern von ihm entfernt sein kann. Der heilige Hammer verschwindet, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer abgelaufen ist.

\n

Sämtliche Kampfwerte des heiligen Hammers entsprechen der Stufe des Heilers +8. Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Heilers entspricht.

", - "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 x 2", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 10, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344613, - "modifiedTime": 1668995459338, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RUfE7hqqHCKMEMbh", - "name": "Schattenklinge", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/blade-fall.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Die verzauberte Klinge verströmt rauchartige Schatten voll dunkler Magie. Die folgenden Effekte gelten nur, wenn ein Charakter mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} die Waffe benutzt:

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch. Jedesmal, wenn mit der Waffe Schaden verursacht wird, sinkt die Abwehr des Ziels um 1. Dieser Effekt endet, wenn die Zauberdauer abgelaufen ist.

\n

Schattenklinge ist nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge}, @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe}, @Compendium[ds4.spells.919AW6tITRT8WikD]{Glühender Glaube} oder @Compendium[ds4.spells.cggG4v6EBPmEZuAQ]{Waffe des Lichts} kombinierbar.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344617, - "modifiedTime": 1668995459340, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SPnYNGggFb8XRICE", - "name": "Schweben", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/angel-wings.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel kann statt zu laufen auch lotrecht hoch und runter schweben.

Der Laufen-Wert beim Schweben ist dabei genau so hoch, wie am Boden (man kann im Schweben nicht rennen).

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "custom" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 7, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344620, - "modifiedTime": 1668995459342, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SaLY0K9FQRb1TQoQ", - "name": "Versetzte Stimme", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/lips.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann das von ihm Gesagte an einen bis zu VE x 10 Meter entfernten Punkt verlagern (eine klare Sichtlinie vorausgesetzt).

\n

Dieser Punkt kann eine freie Stelle im Raum sein oder auch ein Kleidungsstück einer Person.

\n

Jeder in Hörweite dieses Punktes kann den Zauberwirker hören.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-1 pro 10 Meter Entfernung" - }, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 2, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344624, - "modifiedTime": 1668995459344, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Senq5ub2Cx0agJgi", - "name": "Blitz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.

", - "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": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344630, - "modifiedTime": 1668995459347, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "SgDFje4OTxqPEzoA", - "name": "Terror", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/terror.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren.

Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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 5", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "minutes" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 5, - "wizard": 9, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344636, - "modifiedTime": 1668995459349, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TKkpNdYo6cbFq7Pt", - "name": "Wasser weihen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/holy-water.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Berührtes, reines Wasser wird zu heiligem @Compendium[ds4.equipment.RoXGTPdisjn6AdYK]{Weihwasser}. Bei jeder Anwendung des Zaubers stellt der Heiler eine Anzahl an Weihwassereinheiten (etwa 1/2 Liter) gleich dem halbierten Probenergebnis her, genügend „normales“ Wasser als Rohstoff vorausgesetzt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 1, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344639, - "modifiedTime": 1668995459352, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TKx3LO5ZWQuKpK04", - "name": "Schutzkuppel", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/shiny-omega.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine Schutzkuppel mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, solange er sich konzentriert (zählt als ganze Aktion).

\n

Die unbewegliche Kuppel ist von beiden Seiten unpassierbar – weder Angriffe, Personen noch Zauber wie @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport} gelangen hindurch.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Konzentration", - "unit": "custom" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": 8, - "wizard": 12, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344643, - "modifiedTime": 1668995459359, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TVsayZ3WkUxyzKbL", - "name": "Tierbeherschung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/charging-bull.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg wird das Tier zu einem willenlosen Sklaven des Zauberwirkers. Es befolgt alle seine einsilbigen Befehle, auch wenn diese den eigenen Tod bedeuten können.

Ein Zauberwirker kann niemals mehr als VE Tiere gleichzeitig durch diesen Zauber beherrschen.

Endet der Zauber, nimmt das Tier wieder sein ursprüngliches Verhalten an.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-LK / 2 des 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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 9, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344646, - "modifiedTime": 1668995459365, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "USNJNNF2jDaS6BDQ", - "name": "Zauberleiter", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/ladder.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine magische Leiter entsteht, die bis zu VE x Zauberwirkerstufe Meter hoch sein kann.

Die Leiter steht fest im Raum und benötigt keinen Halt. Sie bleibt, solange der Zauberwirker sich ununterbrochen konzentriert (zählt als ganze Aktion).

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Konzentration", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 8, - "wizard": 4, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344664, - "modifiedTime": 1668995459367, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VGeMfTNSKWzNGm6r", - "name": "Telekinese", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/sbed/weight-crush.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mit diesem Zauber lässt der Zauberwirker einen unbelebten Gegenstand mit einer Geschwindigkeit von 1 m pro Kampfrunde schweben, solange er sich ununterbrochen konzentriert (zählt als ganze Aktion).

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-1 pro (Stufe x 5) kg Gewicht" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "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": "Konzentration", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344670, - "modifiedTime": 1668995459371, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VIRaUl51s1vnDHUt", - "name": "Bannen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/magic-palm.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber vernichtet feindliche Dämonen, Elementare und Untote im Wirkungsradius. Maximal wird eine Anzahl von Wesenheiten vernichtet, die der halbierten Stufe des Zauberwirkers entspricht. Bei zu vielen Wesenheiten entscheidet der Zufall, welche betroffen sind. Alternativ können auch bestimmte, einzelne Wesenheiten als Ziel des Bannes bestimmt werden. Pro misslungenen Bannversuch steigt die Schwierigkeit um 2.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 der Wesenheit" - }, - "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": true, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "", - "unit": "custom" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 8, - "wizard": 18, - "sorcerer": 14 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344676, - "modifiedTime": 1668995459375, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VjvrapwDmBvGYmfj", - "name": "Arkanes Schwert", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.

\n

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.

\n

Das Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.

\n

Sämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.

\n

Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.

", - "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": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344678, - "modifiedTime": 1668995459381, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WETUfLs0pbo1odAp", - "name": "Versetzen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/body-swapping.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das einwilligende Ziel wird bis zu Probenergebnis / 2 Meter weit teleportiert, eine klare Sichtlinie vorausgesetzt.

Reicht die ermittelte Entfernung nicht aus, um den Zielpunkt zu erreichen, wird der Charakter dennoch – so weit wie möglich – in dessen Richtung versetzt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 10, - "wizard": 6, - "sorcerer": 6 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344681, - "modifiedTime": 1668995459385, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WkZBOsMblhcrPRUF", - "name": "Lauschen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/human-ear.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann sein Hörzentrum an einen bis zu VE x 5 Meter entfernten Punkt verlagern (eine klare Sichtlinie vorausgesetzt) und vernimmt dadurch alles, was dort zu hören ist, als würde er sich dort befinden.

Dieser Punkt kann eine freie Stelle im Raum sein oder auch ein Kleidungsstück des Belauschten.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-1 pro 10 m Entfernung" - }, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 6, - "wizard": 2, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344685, - "modifiedTime": 1668995459390, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZF5cwMCnw4Uf1MCz", - "name": "Segen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/holy-hand-grenade.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker und bis zu VE x 2 Kameraden in VE x 2 Meter Umkreis werden gesegnet.

\n

Für die Dauer des Zauberspruchs erhalten sie auf alle Proben einen PW-Bonus von +1.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 2, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344690, - "modifiedTime": 1668995459395, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZXBYdYAtcs3FoTAx", - "name": "Reinigen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/shower.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber reinigt eine ungewaschene Person, einen Gegenstand (wie einen schlammbesudelten Umhang) oder auch eine Mahlzeit (von Bakterien, Fäulnis und Gift).

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 3, - "wizard": 7, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344695, - "modifiedTime": 1668995459410, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZdlsX5F803JJEat6", - "name": "Magische Rüstung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-mail.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Die Lebenskraft des Charakters erhöht sich um das Wurfergebnis. Erhält der Zauberwirker Schaden, kostet ihn das zuerst immer die (nicht heilbare) Lebenskraft der magischen Rüstung, bevor es an die eigene Lebenskraft geht. Die LK der magischen Rüstung bleiben erhalten, bis sie durch Schaden verloren sind, oder wenn der Charakter den Zauber abermals anwendet.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 4, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344699, - "modifiedTime": 1668995459415, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aDitBSXiHFI67zDZ", - "name": "Wolke der Reue", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/tear-tracks.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine unsichtbare Wolke der Reue mit einem Radius von maximal VE in Metern entsteht.

Jeder Charakter innerhalb der Wolke empfindet ein unterschwelliges Schuldgefühl, wirkt leicht verunsichert und erhält dadurch -1 auf alle Proben.

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 1, - "wizard": 6, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344707, - "modifiedTime": 1668995459419, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "apMuLg0knKnmC2Wv", - "name": "Körperexplosion", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/mine-explosion.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauber versucht das Ziel zur Explosion zu bringen. Der verursachte Schaden entspricht dem vierfachen Probenergebnis, das Ziel würfelt Abwehr ohne Panzerungsboni von Gegenständen.

\n

Der Zauber ist gegen körperlose Wesen – wie beispielsweise @Compendium[ds4.creatures.cE5kI3uqXWQrCaI5]{Geister} – nicht einsetzbar.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "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", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 20 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344714, - "modifiedTime": 1668995459424, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "b5RFJWPaYbpXNpsv", - "name": "Schattenlanze", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/spear-hook.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.tPFiElqQuvih76gd]{Schattenpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": true, - "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": "0r", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344719, - "modifiedTime": 1668995459428, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bGs9MiTMj6k4d1Nl", - "name": "Skelette erwecken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/skoll/raise-skeleton.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Schwarzmagier kann eine maximale Anzahl von @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten} (DS4 S. 122) im Wirkungsradius gleich seiner eigenen Stufe zu untotem Leben erwecken. Die Skelette benötigen drei Kampfrunden, um sich zu erheben, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 6 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344722, - "modifiedTime": 1668995459430, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bKCGwIne0uoWZiY0", - "name": "Schleudern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/heavenly-dog/catapult.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauberspruch, gegen den das Ziel keine Abwehr würfeln kann, schleudert das Ziel (Probenergebnis/3) Meter weit fort.

\n

Das Ziel erhält für die Distanz, die es geschleudert wird (auch wenn eine Wand den Flug bremst) Sturzschaden (DS4 S. 85), gegen den es ganz normal Abwehr würfelt.

\n

Nach dem Fortschleudern liegt das Ziel immer am Boden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE / 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 16, - "wizard": 12, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344726, - "modifiedTime": 1668995459437, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "c9confMPTK2Q7AfX", - "name": "Niesanfall", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/energy-breath.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg kann das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, sich vor lauter Niesen nur (mit halbiertem Laufen-Wert) bewegen, bis der Spruchwirker wieder an der Reihe ist.

\n

Der Niesanfall endet vorzeitig, sollte das Ziel Schaden erhalten.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "1", - "unit": "rounds" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 1, - "wizard": 3, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344729, - "modifiedTime": 1668995459445, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cggG4v6EBPmEZuAQ", - "name": "Waffe des Lichts", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/aspergillum.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Die anvisierte Waffe erstrahlt mit der heiligen Kraft des Lichts.

\n

Die folgenden Effekte gelten nur, wenn ein Charakter mit dem Talent Diener des Lichts die Waffe benutzt:

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch.

\n

Jedesmal, wenn mit der Waffe Schaden verursacht wird, erhöht sich die Abwehr des Waffenträgers um 1.

\n

Dieser Effekt endet, wenn die Zauberdauer abgelaufen ist oder der Charakter die Waffe fallen lässt.

\n

Waffe des Lichts kann man nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge}, @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe} oder @Compendium[ds4.spells.RUfE7hqqHCKMEMbh]{Schattenklinge} kombinieren.

\n

Charaktere mit dem Talent Diener der Dunkelheit können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 7, - "wizard": 8, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344734, - "modifiedTime": 1668995459458, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "d1PUhzL8wuBe3mTl", - "name": "Magie entdecken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/sparkles.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Scheitert ein Zauberwirker, die Magie einer Örtlichkeit, eines Objektes oder eines Wesen zu erspüren (DS4 S. 47), kann er sämtliche Magie im Wirkungsbreich – nur für ihn sichtbar – mit Hilfe dieses Zaubers für kurze Zeit aufleuchten sehen, sofern sie nicht verborgen ist (unter einem Umhang, in einer Truhe usw.).

\n

Betrachtet man Zauberwirker, leuchten diese ebenfalls kurz auf, je heller, desto mächtiger ist die Magie in ihnen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 1, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344738, - "modifiedTime": 1668995459463, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dPGm1Ji2U0fJxnT3", - "name": "Schatten erwecken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/two-shadows.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Schwarzmagier kann die Seelen von einer maximalen Anzahl von Toten im Wirkungsradius gleich seiner eigenen Stufe verderben und in Form tödlicher @Compendium[ds4.creatures.T9YRYe0vnR4Qg4UM]{Schatten} (DS4 S. 121) zu gequältem Unleben erwecken. Die Schatten benötigen drei Kampfrunden, um sich zu bilden, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 13 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344742, - "modifiedTime": 1668995459468, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dpz383XbGFXEsGot", - "name": "Schutzschild", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/bell-shield.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis die Dauer des Zaubers abgelaufen ist.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 4, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344746, - "modifiedTime": 1668995459479, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dt2E4g7iwVqTSlMl", - "name": "Kleiner Terror", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/cathelineau/dread.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der halbierten Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren. Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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": "custom" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 2, - "wizard": 6, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344750, - "modifiedTime": 1668995459485, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "duf86LKvOIyDXJbc", - "name": "Wiederbelebung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/heart-wings.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber belebt einen Charakter, der nicht eines natürlichen Todes starb, wieder zum Leben mit 1 LK.

\n

Das Ziel darf höchstens seit W20 Tagen tot sein und verliert bei der Wiederbelebung permanent 1 Punkt KÖR (DS4 S. 42).

\n

Charaktere mit KÖR 1 können folglich also nicht mehr mit Hilfe dieses Zauberspruchs wiederbelebt bleiben.

\n

Zu beachten ist, dass dieser Zauber keine besonderen Verletzungen heilt – beispielsweise sollte ein aufgeschlitzte Kehle oder ein zerstampfter Körper vor der Wiederbelebung mit dem Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} behandelt werden, um ein erneutes Ableben gleich nach der Wiederbelebung zu verhindern.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 10, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344757, - "modifiedTime": 1668995459492, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dzYAc9ti7ghhkyiX", - "name": "Magisches Schloss", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.

\n

Das Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.

\n

Der Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis Schloss geöffnet", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 3, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344760, - "modifiedTime": 1668995459496, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eMeuOnBODch7D9dm", - "name": "Rost", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/rusty-sword.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber lässt bei Erfolg eine nichtmagische Waffe oder ein nichtmagisches Rüstungsteil aus Metall augenblicklich zu rostigem Staub zerfallen.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-WB der Waffe bzw. -PA der Rüstung" - }, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 5, - "wizard": 7, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344764, - "modifiedTime": 1668995459501, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eMilydZd4gqDUsff", - "name": "Trugbild", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/mirror-mirror.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber erschafft eine rein optische, unbewegliche Illusion, deren Ausmaße maximal VE/2 Kubikmeter betragen können. Die Illusion ist mit einer erfolgreichen Bemerken-Probe (DS4 S. 89) – abzüglich des halbierten Probenergebnisses der Trugbild Zaubern-Probe – durchschaubar.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "hours" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 7 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344792, - "modifiedTime": 1668995459508, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eNefaoD15JrT4ixR", - "name": "Durchsicht", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/sunglasses.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann durch nichtmagische, unbelebte Objekte VE/2 Meter weit sehen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -2, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 7, - "wizard": 3, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344798, - "modifiedTime": 1668995459513, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "eYy2tF4LpHth18t6", - "name": "Federgleich", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/two-feathers.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel – samt seiner getragenen Ausrüstung – kann aus einer Höhe gleich dem doppelten Probenergebniss in Metern sanft wie ein Feder ungelenkt zu Boden gleiten (1 m pro Kampfrunde).

\n

Der federgleiche Fall muss spätestens 1 Minute, nachdem der Zauber gewirkt wurde, begonnen werden, sonst verfällt sein Effekt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "1 Min & bis Distanz gefallen", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 5, - "wizard": 3, - "sorcerer": 3 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344808, - "modifiedTime": 1668995459517, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ftDPIhLCVRLRpOix", - "name": "Elementar herbeirufen (Wasser)", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber ruft ein Wasserelementar von seiner Ebene herbei. Wasserelementare (@Compendium[ds4.creatures.ZJF6ieo8O0GXfgwz]{Wasserelementar I}, @Compendium[ds4.creatures.Xn7g2PB1rXvllwRi]{Wasserelementar II}, @Compendium[ds4.creatures.dlrDPQ3is4NkzZJB]{Wasserelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Wasser: Pfütze/Regen/WassertonneI
Wasser: Brunnen/Teich/Weiher o.ä.II
Wasser: Fluss/Meer/SeeIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m² Wasserfläche+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-Elementarstufe x 5" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": true, - "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": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344817, - "modifiedTime": 1668995459519, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gJ3Z8y7i6LWjSMKJ", - "name": "Flammenklinge", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/shard-sword.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann eine Metallklinge in lodernde Flammen hüllen. Dabei handelt es sich um ein magisches Feuer, das keinen Sauerstoff benötigt und dessen Flammenfarbe der Zauberwirker frei bestimmen kann.

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch.

\n

Ein Immersieg bei einem Angriff erzeugt eine kleine Explosion, wodurch der erwürfelte Schaden in dieser Kampfrunde um zusätzliche W20 erhöht wird.

\n

Flammenklinge ist nicht mit @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe} kombinierbar.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": 4, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344829, - "modifiedTime": 1668995459523, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gLzyooEA8RBya37o", - "name": "Putzteufel", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-broom.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker erschafft einen kleinen, magischen Diener, der für ihn unglaublich flink putzt, aufräumt und packt.

\n

Ansonsten ist der Putzteufel völlig unütz, befolgt keine andersartigen Befehle und verpufft bei Schaden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "bis zu VE / 2", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344835, - "modifiedTime": 1668995459528, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gePnhgqnsmdEbj3Z", - "name": "Kettenblitz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.

\n

Getroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.

", - "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": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 16, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344849, - "modifiedTime": 1668995459532, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "htK3mzAMFbTwYRTR", - "name": "Heilbeeren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/cherry.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Heiler benötigt frische Beeren, kleine Nüsse, schmackhafte Blätter o. ä. für diesen Zauber. Insgesamt wird von ihnen eine Anzahl gleich dem Probenergebnis (bei Druiden x 2) mit einem Heileffekt versehen: Jede Heilbeere heilt augenblicklich 1 LK (pro Aktion können bis zu 10 Heilbeeren verzehrt werden). Die Heilbeeren verlieren nach VE Tagen ihre Wirkung, oder wenn der Heiler den Zauber erneut anwendet.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 1, - "wizard": 10, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344856, - "modifiedTime": 1668995459536, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iH2NtsJtMfG0ZAU3", - "name": "Frostschock", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.

\n

Zudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": true, - "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": "10r", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 16 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344862, - "modifiedTime": 1668995459538, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ifRUXwqnjd1SCcRG", - "name": "Feuerball", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-tail.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker schießt einen flammenden Ball auf seine Gegner, der in einer feurigen Explosion – ihr Radius entspricht der VE des Zauberwirkers in Metern – endet, welche nicht abwehrbaren Schaden in Höhe des Probenergebnisses verursacht.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 10", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344864, - "modifiedTime": 1668995459540, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ip0DVeb1YeNrEeUu", - "name": "Öffnen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/padlock-open.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Öffnet ein Schloss, ohne es zu beschädigen. Der normalerweise immer +0 betragende Schlosswert (SW) kann durch bessere Qualität oder den Zauberspruch @Compendium[ds4.spells.dzYAc9ti7ghhkyiX]{Magisches Schloss} erhöht werden.

\n

Misslingt der Zauber, kann der Zauberwirker es erneut versuchen. Jeder Folgewurf senkt den PW der Zaubern-Proben bei diesem speziellen Schloss jedoch um jeweils 2.

\n

Dieser kumulative Malus gegen dieses eine Schloss erlischt erst, wenn der Zauberwirker eine neue Stufe erreicht.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-SW" - }, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 2, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344866, - "modifiedTime": 1668995459542, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kOCHuBrtIXOwoZ1J", - "name": "Zaubertrick", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-hat.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauberspruch erzeugt kleine, unschädliche Illusionen. Beispielsweise kann der Zauberwirker schwebende Bälle zaubern oder die Illusion eines Kaninchens aus einem Hut ziehen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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 x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344867, - "modifiedTime": 1668995459544, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kudkdrpMU0C83vM7", - "name": "Feuerstrahl", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 1, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "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 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344868, - "modifiedTime": 1668995459545, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "l8o3vG0kW9qvFmBY", - "name": "Nahrung zaubern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/potato.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker bündelt die magische Energien um sich herum und erschafft daraus die Grundzutat einer einfachen Mahlzeit, wie etwa Linsen, Reis oder Rüben.

Maximal kann der Zauberwirker genügend Zutaten für eine Anzahl von Mahlzeiten (von denen ein Erwachsener 3 pro Tag benötigt) gleich seiner Stufe erschaffen

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 2, - "wizard": 7, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344869, - "modifiedTime": 1668995459547, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lQJvJQFzSxfriOlc", - "name": "Tanz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/ballerina-shoes.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, kann für die Dauer des Zauberspruchs nur tanzen (und dabei höchstens 1 m pro Kampfrunde laufen).

Das groteske Schauspiel endet vorzeitig, sollte das Ziel Schaden erhalten.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "minutes" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344870, - "modifiedTime": 1668995459548, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lSIJsq1WJbNTpV9F", - "name": "Giftschutz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel erhält einen Bonus auf Abwehr-Proben gegen Gifte in Höhe der Stufe des Zauberwirkers. Der alleinige Bonus (ohne den normalen Abwehr-Wert) wirkt auch gegen Gifte, bei denen normalerweise keine Abwehr erlaubt ist.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 1, - "wizard": 2, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344871, - "modifiedTime": 1668995459552, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lj8NQ5l4wLWmYcEt", - "name": "Lichtpfeil", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/middle-arrow.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gegen den Schaden dieses Zielzaubers erhalten @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} einen Malus von 2 auf ihre Abwehr.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 2, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": true, - "air": false, - "transport": false, - "damage": true, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1r", - "minimumLevels": { - "healer": 2, - "wizard": 5, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344872, - "modifiedTime": 1668995459556, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mBFPKvtK3Rmq7CFY", - "name": "Zombies erwecken", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/skoll/raise-zombie.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Schwarzmagier kann eine maximale Anzahl an Leichen gleich seiner eigenen Stufe im Wirkungsradius zu untotem Leben erwecken.

\n

Die @Compendium[ds4.creatures.rLUCyWfSBebB8cSC]{Zombies} (DS4 S. 125) benötigen drei Kampfrunden, um sich zu erheben, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344873, - "modifiedTime": 1668995459558, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mYZ3gFtRJASLL9pv", - "name": "Wasserwandeln", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/walk.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel des Zaubers kann eine Anzahl von Runden gleich dem Probenergebnis auf Wasser laufen, als befände es sich an Land.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": true, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "hours" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": 5, - "wizard": 9, - "sorcerer": 9 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344875, - "modifiedTime": 1668995459559, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "mg3rChUVQrZ09gCW", - "name": "Schattensäule", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/bubbling-beam.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.b5RFJWPaYbpXNpsv]{Schattenlanze}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} ebenfalls einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} addieren ihren Talentrang auf den PW der Zielzaubern-Probe Schattensäule.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 8, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": true, - "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": null, - "wizard": 20, - "sorcerer": 15 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344876, - "modifiedTime": 1668995459563, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nR6Wbt9k2c8SBVpT", - "name": "Unsichtbares sehen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible-face.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel erhält für die Dauer des Zauberspruchs die Fähigkeit, unsichtbare Objekte und Lebewesen ganz normal erkennen zu können.

\n

Magie, magische Effekte – bis auf den Zauberspruch @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} – oder auch verborgene Fallen gelten nicht als unsichtbar in Bezug auf diesen Zauberspruch.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 10, - "wizard": 12, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344878, - "modifiedTime": 1668995459565, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "niQVUxJHzdMDlwXc", - "name": "Verwirren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2" - }, - "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": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 8, - "wizard": 5, - "sorcerer": 5 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344879, - "modifiedTime": 1668995459567, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pFPofa4TEi69slEy", - "name": "Heilende Aura", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/beams-aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Heiler und alle seine Gefährten in einem Radius von VE in Metern erhalten 1 LK jede Kampfrunde geheilt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "Prb x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 1, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344880, - "modifiedTime": 1668995459568, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pUhIT77TSIDrv9Pi", - "name": "Magie identifizieren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-axe.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Offenbart dem Zauberwirker die Quelle und/oder Funktion der Magie eines Objektes oder einer Örtlichkeit.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1r", - "minimumLevels": { - "healer": 5, - "wizard": 1, - "sorcerer": 1 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344882, - "modifiedTime": 1668995459570, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pmYcjLXv1EB9bM59", - "name": "Allheilung", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/healing.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber heilt sämtliche Verletzungen und schließt jede noch so große Wunde, ohne Narben zu hinterlassen. Selbst abgetrennte Gliedmaßen (sofern nicht mehr als W20 Stunden abgetrennt) lassen sich mit diesem Spruch wieder anfügen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": true, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 10, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344883, - "modifiedTime": 1668995459571, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rojd8AL3iXmGfc5m", - "name": "Schweig", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/silenced.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, verstummt für die Dauer des Zauberspruchs. Verstummte Zauberwirker können solange nur wortlos zaubern (DS4 S. 47).

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des 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": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE/2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 12, - "wizard": 10, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344886, - "modifiedTime": 1668995459584, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s31yIj9viKMLyaen", - "name": "Schutzschild dehnen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/alarm-clock.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Verdoppelt die erwürfelte Dauer eines @Compendium[ds4.spells.dpz383XbGFXEsGot]{Schutzschild}-Zaubers, der bereits auf das Ziel wirkt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 4, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344888, - "modifiedTime": 1668995459586, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s3nfDjJjDtiHGKzm", - "name": "Verdampfen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/smoking-orb.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel beginnt vor magischer Hitze regelrecht zu verdampfen. Der innerlich wirkende Schaden entspricht dem dreifachen Probenergebnis, das Ziel würfelt seine Abwehr ohne die Panzerungsboni von seinen Gegenständen.

\n

Der Zauber ist gegen wasserlose Wesen – wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skelette} oder @Compendium[ds4.creatures.tYcKw69Feoy3B6hG]{Feuerelementare} – nicht einsetzbar.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "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", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 20, - "sorcerer": 18 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344889, - "modifiedTime": 1668995459588, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sKCHnXV6c4w1CJWf", - "name": "Totengespräch", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/half-dead.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann den Geist eines Toten befragen, dieser muss ihm antworten, allerdings nicht automatisch wahrheitsgemäß.

\n

Maximal wirkt der Zauber VE Minuten oder bis dem Geist VE Fragen gestellt wurden, die dieser nur mit „Ja“ oder „Nein“ beantwortet. Der Geist versteht die Sprache des Zauberwirkers und antwortet in dieser.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": true, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE Fragen, bzw. VE Minuten", - "unit": "custom" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 9 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344891, - "modifiedTime": 1668995459590, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tBWEyulMfJFzPuWM", - "name": "Magie bannen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/magic-swirl.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker bannt permanent einen Zauberspruch oder magischen Effekt. Die Probe wird durch die Stufe des Wesens, welches den Zauber wirkte, gemindert.

\n

Versucht man den Zauberspruch gegen ein magisches Wesen (worunter auch Zauberwirker fallen) anzuwenden, gilt dessen halbierte LK als Malus auf die Probe. Bei einem Erfolg wird das Ziel aber nicht automatisch gebannt, sondern erhält nicht abwehrbaren Schaden in Höhe des doppelten Probenergebnisses. Stirbt das Ziel, verschwindet es spurlos samt seiner getragenen Ausrüstung.

\n

Sollte der bannende Charakter die Probe jedoch nicht schaffen, kann er selbst zum Ziel des Zaubers werden: Der Zauberwirker würfelt augenblicklich und aktionsfrei erneut den Zauber – allerdings ist er diesmal selbst das Ziel. Alle angewendeten, verstärkenden Zaubereffekte (beispielsweise durch Talente), gelten auch bei diesem zweiten Wurf.

\n

Die gleiche Prozedur kommt zur Anwendung, wenn der Zauberwirker versucht, den magischen Effekt eines Gegenstandes zu bannen. Der ZB-Malus bei Gegenständen entspricht dabei der Stufesumme all derjenigen, die diesen Gegenstand erschufen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "- Wirkerstufe bzw. -LK / 2" - }, - "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": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 12, - "wizard": 7, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344893, - "modifiedTime": 1668995459592, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tPFiElqQuvih76gd", - "name": "Schattenpfeil", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/energy-arrow.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gegen den Schaden dieses Zielzaubers erhalten @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 2, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": true, - "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": "0r", - "minimumLevels": { - "healer": null, - "wizard": 6, - "sorcerer": 2 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344895, - "modifiedTime": 1668995459593, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tZJoj1PGrRGe9eMV", - "name": "Gasgestalt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 5", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 18 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344896, - "modifiedTime": 1668995459594, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tqJ8DBLXcnCfrG3t", - "name": "Verlangsamen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/snail.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieser Zauber halbiert den Laufen-Wert von einer maximalen Anzahl von Zielen gleich der halbierten Stufe des Zauberwirkers.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": true, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 5", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": 3, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344897, - "modifiedTime": 1668995459596, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uAgln8KHIaeK9G1I", - "name": "Zauberabklang", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/backward-time.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mit diesem Zauber kann versucht werden, die Abklingzeit eines zuvor (innerhalb der letzten VE Kamfprunden) erfolgreich gewirkten Zauberspruchs wieder auf Null zu senken.

Misslingt die Probe, kann man den Zauberabklang bei diesem speziellen Zauberspruch erst wieder versuchen, wenn der Zauberwirker ihn abermals gewirkt hat.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "- eigene Zugangsstufe für den Spruch" - }, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 10, - "wizard": 5, - "sorcerer": 9 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344898, - "modifiedTime": 1668995459598, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "uryiDdwKAwbASnuH", - "name": "Vergrößern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/expand.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Die Körpergröße des freiwilligen Ziels – samt seiner Ausrüstung – verdoppelt sich augenblicklich. Charaktere nehmen die Größenkategorie „groß“ (DS4 S. 104) an.

Für die Dauer des Zauberspruchs werden KÖR, ST und HÄ sowie Laufen verdoppelt.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344899, - "modifiedTime": 1668995459599, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wZYElRaDmhqgzUvQ", - "name": "Gehorche", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des 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": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344901, - "modifiedTime": 1668995459601, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wnYRgIjVtIhL26eg", - "name": "Botschaft", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/envelope.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Beauftragt ein geisterhaftes Abbild des Zaubernden bei einem ihm bekannten Wesen in Reichweite zu erscheinen und bis zu VE x 2 Wortsilben zu zitieren.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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 x 5", - "unit": "kilometer" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis ausformuliert", - "unit": "custom" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 8, - "wizard": 6, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344902, - "modifiedTime": 1668995459602, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xR5aBGFz3916e82x", - "name": "Spionage", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/spy.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker begibt sich in einen tranceähnlichen Zustand, in dem seine optischen und akustischen Sinne sich von seinem Körper lösen können.

\n

Sein unsichtbarer, hörender Blick bewegt sich mit einer konstanten Geschwindigkeit von VE Meter pro Kampfrunde und kann durch die kleinsten Öffnungen dringen. Der Zauberwirker sieht und hört dabei alles, als wäre er selbst vor Ort.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": 8, - "wizard": 6, - "sorcerer": 4 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344903, - "modifiedTime": 1668995459603, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "xs7tx8K3ZdQ76u0b", - "name": "Wolke des Todes", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/skull-mask.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Eine schwarze, qualmende Wolke des Todes mit einem Radius von maximal VE in Metern entsteht.

\n

Zwar ist die Wolke nicht undurchsichtig, dennoch werden Angriffe gegen Ziele darin um 2 erschwert, gleichsam erhalten alle innerhalb der Wolke -2 auf alle Proben, bei denen man besser sehen können sollte.

\n

Jeder Charakter innerhalb der Wolke erleidet pro Runde automatisch einen nicht abwehrbaren Punkt Schaden.

\n

Sollte der Schwarzmagier über das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} verfügen, wird sein Talentrang auf den nicht abwehrbaren Schaden, den jedes Opfer pro Kampfrunde erleidet, addiert.

\n

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": true, - "shadow": true, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 2", - "unit": "rounds" - }, - "cooldownDuration": "100r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": 13 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344904, - "modifiedTime": 1668995459604, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yHUqMy4NoAtu9Tnh", - "name": "Durchlässig", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/icicles-aura.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker wird mit samt seiner getragenen Ausrüstung durchlässig und kann für VE/2 Kampfrunden durch nichtmagische, unbelebte Objekte schreiten.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -4, - "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": true, - "area": false - }, - "maxDistance": { - "value": "Selbst", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE/2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 10, - "sorcerer": 12 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344905, - "modifiedTime": 1668995459606, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yy43TiBbip28QRhs", - "name": "Dämonen beschwören", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/skoll/pentacle.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Mit diesem Zauber beschwört der Zauberwirker einen Dämon aus einer anderen Existenzebene. Der Charakter kann dabei frei wählen, was für eine Dämonenart (@Compendium[ds4.creatures.RxSUSzQBSTFYHOlV]{Niederer Dämon}, @Compendium[ds4.creatures.LtsbT2DHYKs9Catm]{Hoher Dämon}, @Compendium[ds4.creatures.LgtcLrKtCa496ih6]{Kampfdämon}, @Compendium[ds4.creatures.JGpIh3oCK1Vx3NnZ]{Kriegsdämon},@Compendium[ds4.creatures.PKPmkOMLDGwS9QZJ]{Dämonenfürst}, DS4 S. 107-108) er beschwören will und ob die Kreatur fliegen können soll (was ihre Beschwörung aber auch erschwert). Alle Dämonen hassen die niederen Wesen, die es wagen, sie zu beschwören, können ihnen bei einer erfolgreichen Beschwörung aber nichts anhaben. Beschworene Dämonen können nur jemanden angreifen, wenn ihr Beschwörer es ihnen befiehlt oder sie selbst angegriffen werden.

\n

Aufträge: Ein Dämon kann erst auf seine Existenzebene zurückkehren, wenn er für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen VE ausgeführt hat (Dämonen verstehen immer die Sprache ihres Beschwörers).

\n

Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Folge der Straße bis zur nächsten Ortschaft (Auftrag 1) und vernichte jeden, dem Du unterwegs begegnest (Auftrag 2).“

\n

Wird der Dämon von seinem Beschwörer vor Ablauf der Zauberdauer (VE x 2 Stunden) entlassen oder hat er alle seine Aufträge erfüllt, kehrt er augenblicklich zurück auf seine Existenzebene.

\n

Beschwörungskreise: Um einen Dämon zu beschwören, wird immer ein Beschwörungskreis benötigt. Dieser kann hastig auf den Boden gekritzelt oder in langen Stunden aufwendig gezeichnet werden.

\n

Je mehr Arbeit in einem Beschwörungskreis steckt, desto eher gelingt die Beschwörung: Jeder Beschwörungskreis verfügt über einen Beschwörenbonus (BB), der die Zaubern-Probe beim Beschwören erleichtert.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Beschwörungskreis zeichnenBB
Innerhalb 1 Kampfrunde gekritzelt-2
Innerhalb weniger Minuten gefertigt+0
Pro Zeichenstunde (max. VE Stunden)+1
Mit Blut gezeichnet+2
Nachts gezeichnet+2
13 brennende Kerzen auf Kreis stellen+1
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Weitere Modifikatoren (Kreis nötig)BB
Bestimmter Dämon (Name bekannt)+2
Dämon soll fliegen können-KÖR / 2*
Singsang zum Ende (max. VE / 2 Rd.)+1 / Rd.
Todesopfer (intelligentes Wesen)+KÖR**
\n

*: KÖR des Dämonen
**: KÖR des Opfers

\n

Beispiel:
Ein hoher Dämon (KÖR 7 AU 3 = ZB -10), der zudem auch noch fliegen können soll (KÖR 7 / 2 = 3,5, aufgerundet zu 4), würde die Zaubern-Probe um -14 erschweren.

\n

Ein Beschwörer mit VE 8 könnte, um diesen Malus zu reduzieren, maximal 8 Stunden (+8) in der Nacht (+2) den Beschwörungskreis zeichnen und 13 Kerzen ringsum entzünden (+2).

\n

Würde er die ihm möglichen 4 Kampfrunden (VE / 2) vor der eigentlichen Beschwörung noch einen Singsang anstimmen, wäre der endgültige ZB sogar +2 (= -14 + 8 + 2 + 2 + 4).

\n

Misslungenes Beschwören: Ein Dämon wird auch beschworen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Beschwörers und kann frei handeln. Ein fehlerhaft beschworener Dämon hat nur ein Ziel vor Augen: Augenblicklich seinen Beschwörer zu vernichten, wodurch er wieder auf seine Existenzebene zurückkehren kann (ansonsten müsste er die Zauberdauer abwarten, ein inakzeptabler Zustand).

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+AU) des Dämonen und +BB" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": true, - "protection": false, - "mindAffecting": false, - "demonology": true, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE x 2", - "unit": "hours" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 17, - "sorcerer": 10 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344906, - "modifiedTime": 1668995459608, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zWol1q702sjg2b7K", - "name": "Verborgenes sehen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/secret-door.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann unbelebte Dinge – die verborgen oder absichtlich versteckt sind (Fallen, Geheimtüren u.ä.) – mit Hilfe dieses Zaubers für kurze Zeit aufleuchten sehen, selbst wenn sie durch etwas verdeckt sind, wie ein Vorhang oder ein Behältnis.

Der Zauber funktioniert nicht bei magischen oder unsichtbaren Objekten.

", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "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": "", - "unit": "meter" - }, - "effectRadius": { - "value": "VE x 2", - "unit": "meter" - }, - "duration": { - "value": "Prb.", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": 8, - "wizard": 8, - "sorcerer": 8 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344907, - "modifiedTime": 1668995459609, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zcuCpowoHDs7eIHn", - "name": "Wasser teilen", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/zigzag-hieroglyph.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann jegliche Gewässer teilen und eine 1 m breite Schneise bis zu Grund in sie schlagen, ihre Länge einzig und allein begrenzt durch den Entfernungsmalus auf Zielzauber (DS4 S. 43).

\n

Wird der Zauber gegen flüssige Wesen wie beispielsweise @Compendium[ds4.creatures.ZJF6ieo8O0GXfgwz]{Wasserelementare} eingesetzt, entspricht das Wurfergebnis nicht abwehrbaren Schaden, während die Zauberdauer nur noch augenblicklich ist.

", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": true, - "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": "Berühren", - "unit": "custom" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Konzentration", - "unit": "custom" - }, - "cooldownDuration": "d20d", - "minimumLevels": { - "healer": 12, - "wizard": null, - "sorcerer": null - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995344908, - "modifiedTime": 1668995459611, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/spells.json.license b/packs/spells.json.license deleted file mode 100644 index c722c35e..00000000 --- a/packs/spells.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2021 Sascha Martens - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/spells/Allheilung_pmYcjLXv1EB9bM59.json b/packs/spells/Allheilung_pmYcjLXv1EB9bM59.json new file mode 100644 index 00000000..ff66e925 --- /dev/null +++ b/packs/spells/Allheilung_pmYcjLXv1EB9bM59.json @@ -0,0 +1,69 @@ +{ + "_id": "pmYcjLXv1EB9bM59", + "name": "Allheilung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/healing.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber heilt sämtliche Verletzungen und schließt jede noch so große Wunde, ohne Narben zu hinterlassen. Selbst abgetrennte Gliedmaßen (sofern nicht mehr als W20 Stunden abgetrennt) lassen sich mit diesem Spruch wieder anfügen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 10, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344883, + "modifiedTime": 1668995459571, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pmYcjLXv1EB9bM59" +} \ No newline at end of file diff --git a/packs/spells/Arkanes_Schwert_VjvrapwDmBvGYmfj.json b/packs/spells/Arkanes_Schwert_VjvrapwDmBvGYmfj.json new file mode 100644 index 00000000..b2ff2b21 --- /dev/null +++ b/packs/spells/Arkanes_Schwert_VjvrapwDmBvGYmfj.json @@ -0,0 +1,69 @@ +{ + "_id": "VjvrapwDmBvGYmfj", + "name": "Arkanes Schwert", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.

\n

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.

\n

Das Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.

\n

Sämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.

\n

Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.

", + "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": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344678, + "modifiedTime": 1668995459381, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VjvrapwDmBvGYmfj" +} \ No newline at end of file diff --git a/packs/spells/Balancieren_QZW2p3k9uGuYKCbN.json b/packs/spells/Balancieren_QZW2p3k9uGuYKCbN.json new file mode 100644 index 00000000..4685a3bb --- /dev/null +++ b/packs/spells/Balancieren_QZW2p3k9uGuYKCbN.json @@ -0,0 +1,69 @@ +{ + "_id": "QZW2p3k9uGuYKCbN", + "name": "Balancieren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/tightrope.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel kann absolut sicher mit seinem reinen Laufen-Wert über dünne Seile u. ä. balancieren.

\n

Sobald der Zauber gewirkt wurde, gilt der Balancieren-Effekt und endet, nachdem der Charakter eine Strecke in Höhe des eigenen, doppelten Laufen-Wertes in Metern zurückgelegt hat.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis Strecke zurückgelegt", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 2, + "wizard": 3, + "sorcerer": 6 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344604, + "modifiedTime": 1668995459333, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QZW2p3k9uGuYKCbN" +} \ No newline at end of file diff --git a/packs/spells/Bannen_VIRaUl51s1vnDHUt.json b/packs/spells/Bannen_VIRaUl51s1vnDHUt.json new file mode 100644 index 00000000..bd48e6f9 --- /dev/null +++ b/packs/spells/Bannen_VIRaUl51s1vnDHUt.json @@ -0,0 +1,69 @@ +{ + "_id": "VIRaUl51s1vnDHUt", + "name": "Bannen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/magic-palm.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber vernichtet feindliche Dämonen, Elementare und Untote im Wirkungsradius. Maximal wird eine Anzahl von Wesenheiten vernichtet, die der halbierten Stufe des Zauberwirkers entspricht. Bei zu vielen Wesenheiten entscheidet der Zufall, welche betroffen sind. Alternativ können auch bestimmte, einzelne Wesenheiten als Ziel des Bannes bestimmt werden. Pro misslungenen Bannversuch steigt die Schwierigkeit um 2.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 der Wesenheit" + }, + "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": true, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "", + "unit": "custom" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 8, + "wizard": 18, + "sorcerer": 14 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344676, + "modifiedTime": 1668995459375, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VIRaUl51s1vnDHUt" +} \ No newline at end of file diff --git a/packs/spells/Blenden_JldAx8a91vVO2wUf.json b/packs/spells/Blenden_JldAx8a91vVO2wUf.json new file mode 100644 index 00000000..72384b78 --- /dev/null +++ b/packs/spells/Blenden_JldAx8a91vVO2wUf.json @@ -0,0 +1,69 @@ +{ + "_id": "JldAx8a91vVO2wUf", + "name": "Blenden", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).

Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.

Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.

", + "equipped": false, + "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": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344548, + "modifiedTime": 1668995459303, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JldAx8a91vVO2wUf" +} \ No newline at end of file diff --git a/packs/spells/Blitz_Senq5ub2Cx0agJgi.json b/packs/spells/Blitz_Senq5ub2Cx0agJgi.json new file mode 100644 index 00000000..68694739 --- /dev/null +++ b/packs/spells/Blitz_Senq5ub2Cx0agJgi.json @@ -0,0 +1,69 @@ +{ + "_id": "Senq5ub2Cx0agJgi", + "name": "Blitz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.

", + "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": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344630, + "modifiedTime": 1668995459347, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Senq5ub2Cx0agJgi" +} \ No newline at end of file diff --git a/packs/spells/Blut_kochen_GPaDrKIFw2kjzryU.json b/packs/spells/Blut_kochen_GPaDrKIFw2kjzryU.json new file mode 100644 index 00000000..664f64c3 --- /dev/null +++ b/packs/spells/Blut_kochen_GPaDrKIFw2kjzryU.json @@ -0,0 +1,69 @@ +{ + "_id": "GPaDrKIFw2kjzryU", + "name": "Blut kochen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/skoll/blood.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Blut des Ziels beginnt auf magische Art und Weise zu kochen, ohne dass es gerinnt.

Der innerlich wirkende Schaden entspricht dem doppelten Probenergebnis, das Ziel würfelt seine Abwehr ohne die Panzerungsboni seiner Gegenstände.

Der Zauber ist gegen Wesen ohne Blut – wie beispielsweise viele Untote – nicht einsetzbar.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "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", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 17, + "sorcerer": 13 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344518, + "modifiedTime": 1668995459295, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GPaDrKIFw2kjzryU" +} \ No newline at end of file diff --git a/packs/spells/Botschaft_wnYRgIjVtIhL26eg.json b/packs/spells/Botschaft_wnYRgIjVtIhL26eg.json new file mode 100644 index 00000000..be11c43f --- /dev/null +++ b/packs/spells/Botschaft_wnYRgIjVtIhL26eg.json @@ -0,0 +1,69 @@ +{ + "_id": "wnYRgIjVtIhL26eg", + "name": "Botschaft", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/envelope.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Beauftragt ein geisterhaftes Abbild des Zaubernden bei einem ihm bekannten Wesen in Reichweite zu erscheinen und bis zu VE x 2 Wortsilben zu zitieren.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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 x 5", + "unit": "kilometer" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis ausformuliert", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 8, + "wizard": 6, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344902, + "modifiedTime": 1668995459602, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!wnYRgIjVtIhL26eg" +} \ No newline at end of file diff --git a/packs/spells/D_monen_beschw_ren_yy43TiBbip28QRhs.json b/packs/spells/D_monen_beschw_ren_yy43TiBbip28QRhs.json new file mode 100644 index 00000000..f8b8e135 --- /dev/null +++ b/packs/spells/D_monen_beschw_ren_yy43TiBbip28QRhs.json @@ -0,0 +1,69 @@ +{ + "_id": "yy43TiBbip28QRhs", + "name": "Dämonen beschwören", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/skoll/pentacle.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mit diesem Zauber beschwört der Zauberwirker einen Dämon aus einer anderen Existenzebene. Der Charakter kann dabei frei wählen, was für eine Dämonenart (@Compendium[ds4.creatures.RxSUSzQBSTFYHOlV]{Niederer Dämon}, @Compendium[ds4.creatures.LtsbT2DHYKs9Catm]{Hoher Dämon}, @Compendium[ds4.creatures.LgtcLrKtCa496ih6]{Kampfdämon}, @Compendium[ds4.creatures.JGpIh3oCK1Vx3NnZ]{Kriegsdämon},@Compendium[ds4.creatures.PKPmkOMLDGwS9QZJ]{Dämonenfürst}, DS4 S. 107-108) er beschwören will und ob die Kreatur fliegen können soll (was ihre Beschwörung aber auch erschwert). Alle Dämonen hassen die niederen Wesen, die es wagen, sie zu beschwören, können ihnen bei einer erfolgreichen Beschwörung aber nichts anhaben. Beschworene Dämonen können nur jemanden angreifen, wenn ihr Beschwörer es ihnen befiehlt oder sie selbst angegriffen werden.

\n

Aufträge: Ein Dämon kann erst auf seine Existenzebene zurückkehren, wenn er für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen VE ausgeführt hat (Dämonen verstehen immer die Sprache ihres Beschwörers).

\n

Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Folge der Straße bis zur nächsten Ortschaft (Auftrag 1) und vernichte jeden, dem Du unterwegs begegnest (Auftrag 2).“

\n

Wird der Dämon von seinem Beschwörer vor Ablauf der Zauberdauer (VE x 2 Stunden) entlassen oder hat er alle seine Aufträge erfüllt, kehrt er augenblicklich zurück auf seine Existenzebene.

\n

Beschwörungskreise: Um einen Dämon zu beschwören, wird immer ein Beschwörungskreis benötigt. Dieser kann hastig auf den Boden gekritzelt oder in langen Stunden aufwendig gezeichnet werden.

\n

Je mehr Arbeit in einem Beschwörungskreis steckt, desto eher gelingt die Beschwörung: Jeder Beschwörungskreis verfügt über einen Beschwörenbonus (BB), der die Zaubern-Probe beim Beschwören erleichtert.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Beschwörungskreis zeichnenBB
Innerhalb 1 Kampfrunde gekritzelt-2
Innerhalb weniger Minuten gefertigt+0
Pro Zeichenstunde (max. VE Stunden)+1
Mit Blut gezeichnet+2
Nachts gezeichnet+2
13 brennende Kerzen auf Kreis stellen+1
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Weitere Modifikatoren (Kreis nötig)BB
Bestimmter Dämon (Name bekannt)+2
Dämon soll fliegen können-KÖR / 2*
Singsang zum Ende (max. VE / 2 Rd.)+1 / Rd.
Todesopfer (intelligentes Wesen)+KÖR**
\n

*: KÖR des Dämonen
**: KÖR des Opfers

\n

Beispiel:
Ein hoher Dämon (KÖR 7 AU 3 = ZB -10), der zudem auch noch fliegen können soll (KÖR 7 / 2 = 3,5, aufgerundet zu 4), würde die Zaubern-Probe um -14 erschweren.

\n

Ein Beschwörer mit VE 8 könnte, um diesen Malus zu reduzieren, maximal 8 Stunden (+8) in der Nacht (+2) den Beschwörungskreis zeichnen und 13 Kerzen ringsum entzünden (+2).

\n

Würde er die ihm möglichen 4 Kampfrunden (VE / 2) vor der eigentlichen Beschwörung noch einen Singsang anstimmen, wäre der endgültige ZB sogar +2 (= -14 + 8 + 2 + 2 + 4).

\n

Misslungenes Beschwören: Ein Dämon wird auch beschworen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Beschwörers und kann frei handeln. Ein fehlerhaft beschworener Dämon hat nur ein Ziel vor Augen: Augenblicklich seinen Beschwörer zu vernichten, wodurch er wieder auf seine Existenzebene zurückkehren kann (ansonsten müsste er die Zauberdauer abwarten, ein inakzeptabler Zustand).

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU) des Dämonen und +BB" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": true, + "protection": false, + "mindAffecting": false, + "demonology": true, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE x 2", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 17, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344906, + "modifiedTime": 1668995459608, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yy43TiBbip28QRhs" +} \ No newline at end of file diff --git a/packs/spells/Duftnote_A9c19uUSIH4kvvHS.json b/packs/spells/Duftnote_A9c19uUSIH4kvvHS.json new file mode 100644 index 00000000..5f81d6e2 --- /dev/null +++ b/packs/spells/Duftnote_A9c19uUSIH4kvvHS.json @@ -0,0 +1,69 @@ +{ + "_id": "A9c19uUSIH4kvvHS", + "name": "Duftnote", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fragrance.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel wird vom Zauberwirker mit einem Duft versehen.

Dieser Geruch kann angenehm oder unangenehm sein und erleichtert bzw. erschwert sämtliche sozialen Proben des Ziels für die Wirkungsdauer um 2.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 1, + "wizard": 1, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344482, + "modifiedTime": 1668995459268, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!A9c19uUSIH4kvvHS" +} \ No newline at end of file diff --git a/packs/spells/Durchl_ssig_yHUqMy4NoAtu9Tnh.json b/packs/spells/Durchl_ssig_yHUqMy4NoAtu9Tnh.json new file mode 100644 index 00000000..6b3fef44 --- /dev/null +++ b/packs/spells/Durchl_ssig_yHUqMy4NoAtu9Tnh.json @@ -0,0 +1,69 @@ +{ + "_id": "yHUqMy4NoAtu9Tnh", + "name": "Durchlässig", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/icicles-aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker wird mit samt seiner getragenen Ausrüstung durchlässig und kann für VE/2 Kampfrunden durch nichtmagische, unbelebte Objekte schreiten.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE/2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344905, + "modifiedTime": 1668995459606, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yHUqMy4NoAtu9Tnh" +} \ No newline at end of file diff --git a/packs/spells/Durchsicht_eNefaoD15JrT4ixR.json b/packs/spells/Durchsicht_eNefaoD15JrT4ixR.json new file mode 100644 index 00000000..6f8701d5 --- /dev/null +++ b/packs/spells/Durchsicht_eNefaoD15JrT4ixR.json @@ -0,0 +1,69 @@ +{ + "_id": "eNefaoD15JrT4ixR", + "name": "Durchsicht", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/sunglasses.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann durch nichtmagische, unbelebte Objekte VE/2 Meter weit sehen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 7, + "wizard": 3, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344798, + "modifiedTime": 1668995459513, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eNefaoD15JrT4ixR" +} \ No newline at end of file diff --git a/packs/spells/Ebenentor_MKlGqhjQa3GZu4gq.json b/packs/spells/Ebenentor_MKlGqhjQa3GZu4gq.json new file mode 100644 index 00000000..6106b3a3 --- /dev/null +++ b/packs/spells/Ebenentor_MKlGqhjQa3GZu4gq.json @@ -0,0 +1,69 @@ +{ + "_id": "MKlGqhjQa3GZu4gq", + "name": "Ebenentor", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.

", + "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": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344563, + "modifiedTime": 1668995459317, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MKlGqhjQa3GZu4gq" +} \ No newline at end of file diff --git a/packs/spells/Einschl_fern_CrZ8L7oaWvPjLou0.json b/packs/spells/Einschl_fern_CrZ8L7oaWvPjLou0.json new file mode 100644 index 00000000..b103d3b7 --- /dev/null +++ b/packs/spells/Einschl_fern_CrZ8L7oaWvPjLou0.json @@ -0,0 +1,69 @@ +{ + "_id": "CrZ8L7oaWvPjLou0", + "name": "Einschläfern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.

", + "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": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344499, + "modifiedTime": 1668995459280, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!CrZ8L7oaWvPjLou0" +} \ No newline at end of file diff --git a/packs/spells/Elementar_herbeirufen__Erde__9GBDoyVXPXjWoLix.json b/packs/spells/Elementar_herbeirufen__Erde__9GBDoyVXPXjWoLix.json new file mode 100644 index 00000000..c2450c7d --- /dev/null +++ b/packs/spells/Elementar_herbeirufen__Erde__9GBDoyVXPXjWoLix.json @@ -0,0 +1,69 @@ +{ + "_id": "9GBDoyVXPXjWoLix", + "name": "Elementar herbeirufen (Erde)", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber ruft ein Erdelementar von seiner Ebene herbei. Erdelementare (@Compendium[ds4.creatures.1PYYg60DHC6RA3oO]{Erdelementar I}, @Compendium[ds4.creatures.S8DNL5XpmNRSNJhD]{Erdelementar II}, @Compendium[ds4.creatures.mOQ21HFNisTfu7ve]{Erdelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Erdboden/Kiesel/SandI
Felsen/FindlingII
Steinhügel oder größerIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m³ Erde/Gestein+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-Elementarstufe x 5" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": true, + "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": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344476, + "modifiedTime": 1668995459264, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9GBDoyVXPXjWoLix" +} \ No newline at end of file diff --git a/packs/spells/Elementar_herbeirufen__Feuer__8BT2TqPHC0v2OzNe.json b/packs/spells/Elementar_herbeirufen__Feuer__8BT2TqPHC0v2OzNe.json new file mode 100644 index 00000000..bce2dff1 --- /dev/null +++ b/packs/spells/Elementar_herbeirufen__Feuer__8BT2TqPHC0v2OzNe.json @@ -0,0 +1,69 @@ +{ + "_id": "8BT2TqPHC0v2OzNe", + "name": "Elementar herbeirufen (Feuer)", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber ruft ein Feuerelementar von seiner Ebene herbei. Feuerelementare (@Compendium[ds4.creatures.tYcKw69Feoy3B6hG]{Feuerelementar I}, @Compendium[ds4.creatures.huPL6cx3RadJNhL0]{Feuerelementar II}, @Compendium[ds4.creatures.mPcmJ9nHpy1AbKVr]{Feuerelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Kerzenflamme bis FackelI
LagerfeuerII
Brand/LavaIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m² Feuer-/Lavafläche+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-Elementarstufe x 5" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "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": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344471, + "modifiedTime": 1668995459258, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8BT2TqPHC0v2OzNe" +} \ No newline at end of file diff --git a/packs/spells/Elementar_herbeirufen__Luft__PXIVHRBpLwlzrk3L.json b/packs/spells/Elementar_herbeirufen__Luft__PXIVHRBpLwlzrk3L.json new file mode 100644 index 00000000..222d4f19 --- /dev/null +++ b/packs/spells/Elementar_herbeirufen__Luft__PXIVHRBpLwlzrk3L.json @@ -0,0 +1,69 @@ +{ + "_id": "PXIVHRBpLwlzrk3L", + "name": "Elementar herbeirufen (Luft)", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber ruft ein Luftelementar von seiner Ebene herbei. Luftlementare (@Compendium[ds4.creatures.CIzMY691MK016h4E]{Luftelementar I}, @Compendium[ds4.creatures.wYVw1a5UjPS09YxS]{Luftelementar II}, @Compendium[ds4.creatures.DNbOkqUg7jitTTbw]{Luftelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Leichte Brise/Windiges WetterI
StürmischII
GewittersturmIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m³ Luft+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-Elementarstufe x 5" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "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", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344601, + "modifiedTime": 1668995459329, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PXIVHRBpLwlzrk3L" +} \ No newline at end of file diff --git a/packs/spells/Elementar_herbeirufen__Wasser__ftDPIhLCVRLRpOix.json b/packs/spells/Elementar_herbeirufen__Wasser__ftDPIhLCVRLRpOix.json new file mode 100644 index 00000000..486723d8 --- /dev/null +++ b/packs/spells/Elementar_herbeirufen__Wasser__ftDPIhLCVRLRpOix.json @@ -0,0 +1,69 @@ +{ + "_id": "ftDPIhLCVRLRpOix", + "name": "Elementar herbeirufen (Wasser)", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/ifrit.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber ruft ein Wasserelementar von seiner Ebene herbei. Wasserelementare (@Compendium[ds4.creatures.ZJF6ieo8O0GXfgwz]{Wasserelementar I}, @Compendium[ds4.creatures.Xn7g2PB1rXvllwRi]{Wasserelementar II}, @Compendium[ds4.creatures.dlrDPQ3is4NkzZJB]{Wasserelementar III}, DS4 S. 110-112) existieren in drei verschiedenen Elementarstufen (I-III), zwischen denen man frei wählen kann. Elementare verachten die niederen Wesen, die es wagen, sie herbeizurufen, können ihnen bei einer erfolgreichen Herbeirufung aber nichts anhaben und kämpfen nur, wenn man sie angreift oder ihr Herbeirufer es befiehlt.

\n

Aufträge: Ein Elementar kann erst auf seine Existenzebene zurückkehren, wenn es für seinen Beschwörer eine Anzahl von Aufträgen gleich dessen hablierter VE ausgeführt hat (Elementare verstehen immer die Sprache ihres Herbeirufers). Dabei kann es sich um das simple Beantworten von Fragen handeln, aber auch komplexere Anweisungen enthalten wie: „Begebe Dich zu dem Dorf dort vorne (Auftrag 1) und entzünde die Strohdächer (Auftrag 2).“ Wird das Elementar vor Ablauf der Zauberdauer entlassen oder hat es alle Aufträge erfüllt, kehrt es augenblicklich zurück auf seine Ebene. Nach jeder Stunde besteht zudem eine Chance von 1–5 auf W20, dass es sich befreit und sofort verschwindet.

\n

Elementarportale: Um ein Elementar zu beschwören, wird immer sein Element in irgendeiner Form benötigt, das als Portal dient, um das Elementar von seiner Ebene zu rufen. So kann man unter Wasser keine Feuer- oder Luftelementare beschwören, wohl aber Wasserlementare. Die Größe des Portals regelt, wieviel Elementarstufen insgesamt herbeigerufen werden können. Dabei ist die Stufe senk- und aufsplittbar: Beispielsweise kann man mit einem Lagerfeuer ein Elementar der Stufe II herbeirufen. Alternativ kann man auch zwei Elementare der Stufe I herbeirufen oder gar nur eins. Die Stufensumme, die am Ende insgesamt herbeigerufen wird (I-III), wird mit 5 multipliziert und ergibt den Malus auf den ZB. Die Größe des Elementarportals gibt wiederum einen Herbeirufungsbonus (HB) auf die Zaubern-Probe.

\n

Misslungenes Herbeirufen: Ein Elementar wird auch herbeigerufen, wenn die Zaubern-Probe misslingt, steht dann jedoch nicht unter der Kontrolle seines Herbeirufers. Ein fehlerhaft herbeigerufenes Elementar hat nur ein Ziel im Sinn: Seinen Herbeirufer zu vernichten, damit es bereits vor Ablauf der Zauberdauer wieder auf seine eigene Heimatebene zurückkehren kann.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ElementarportalStufe
Wasser: Pfütze/Regen/WassertonneI
Wasser: Brunnen/Teich/Weiher o.ä.II
Wasser: Fluss/Meer/SeeIII
\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Größe des ElementarportalsHB
Pro m² Wasserfläche+1*
\n

*: Maximal erreichbarer Bonus entspricht VE

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-Elementarstufe x 5" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": true, + "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": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344817, + "modifiedTime": 1668995459519, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ftDPIhLCVRLRpOix" +} \ No newline at end of file diff --git a/packs/spells/Erdspalt_4R2OiLe4Ojht69Ea.json b/packs/spells/Erdspalt_4R2OiLe4Ojht69Ea.json new file mode 100644 index 00000000..1bf98540 --- /dev/null +++ b/packs/spells/Erdspalt_4R2OiLe4Ojht69Ea.json @@ -0,0 +1,69 @@ +{ + "_id": "4R2OiLe4Ojht69Ea", + "name": "Erdspalt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/earth-spit.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Auf festem Boden öffnet der Zauber einen Erdspalt. Der Erdspalt ist bis zu VE in Meter breit und VE/2 in Metern lang und tief. Stehen Wesen an der Stelle, unter der der Erdspalt erscheint, können sie mit AGI+BE augenblicklich versuchen, noch in Sicherheit zu springen (zählt als freie Aktion). Wesen, die sich in der Erdspalte befinden, wenn diese sich wieder schließt, erhalten augenblicklich 2W20 nicht abwehrbaren Schaden und sind – ohne noch richtig atmen zu können – eingeschlossen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": true, + "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": true + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 10, + "wizard": 10, + "sorcerer": 14 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344451, + "modifiedTime": 1668995459148, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!4R2OiLe4Ojht69Ea" +} \ No newline at end of file diff --git a/packs/spells/Federgleich_eYy2tF4LpHth18t6.json b/packs/spells/Federgleich_eYy2tF4LpHth18t6.json new file mode 100644 index 00000000..e36fb0a8 --- /dev/null +++ b/packs/spells/Federgleich_eYy2tF4LpHth18t6.json @@ -0,0 +1,69 @@ +{ + "_id": "eYy2tF4LpHth18t6", + "name": "Federgleich", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/two-feathers.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel – samt seiner getragenen Ausrüstung – kann aus einer Höhe gleich dem doppelten Probenergebniss in Metern sanft wie ein Feder ungelenkt zu Boden gleiten (1 m pro Kampfrunde).

\n

Der federgleiche Fall muss spätestens 1 Minute, nachdem der Zauber gewirkt wurde, begonnen werden, sonst verfällt sein Effekt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "1 Min & bis Distanz gefallen", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 5, + "wizard": 3, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344808, + "modifiedTime": 1668995459517, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eYy2tF4LpHth18t6" +} \ No newline at end of file diff --git a/packs/spells/Feueratem_AyTRXMB9PBeVsmus.json b/packs/spells/Feueratem_AyTRXMB9PBeVsmus.json new file mode 100644 index 00000000..45517d41 --- /dev/null +++ b/packs/spells/Feueratem_AyTRXMB9PBeVsmus.json @@ -0,0 +1,69 @@ +{ + "_id": "AyTRXMB9PBeVsmus", + "name": "Feueratem", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-breath.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aus dem Mund des Zauberwirkers schießt eine lodernde Säule, die alle hintereinander stehenden Gegner in einer 1 m breiten, geraden Schneise in Flammen hüllt. Der feurige Atem verursacht nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344487, + "modifiedTime": 1668995459273, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!AyTRXMB9PBeVsmus" +} \ No newline at end of file diff --git a/packs/spells/Feuerball_ifRUXwqnjd1SCcRG.json b/packs/spells/Feuerball_ifRUXwqnjd1SCcRG.json new file mode 100644 index 00000000..d19d899c --- /dev/null +++ b/packs/spells/Feuerball_ifRUXwqnjd1SCcRG.json @@ -0,0 +1,69 @@ +{ + "_id": "ifRUXwqnjd1SCcRG", + "name": "Feuerball", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-tail.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker schießt einen flammenden Ball auf seine Gegner, der in einer feurigen Explosion – ihr Radius entspricht der VE des Zauberwirkers in Metern – endet, welche nicht abwehrbaren Schaden in Höhe des Probenergebnisses verursacht.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 10", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344864, + "modifiedTime": 1668995459540, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ifRUXwqnjd1SCcRG" +} \ No newline at end of file diff --git a/packs/spells/Feuerlanze_QuuHhHmliyC5N55q.json b/packs/spells/Feuerlanze_QuuHhHmliyC5N55q.json new file mode 100644 index 00000000..3a4d28e0 --- /dev/null +++ b/packs/spells/Feuerlanze_QuuHhHmliyC5N55q.json @@ -0,0 +1,69 @@ +{ + "_id": "QuuHhHmliyC5N55q", + "name": "Feuerlanze", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.kudkdrpMU0C83vM7]{Feuerstrahl}.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 2, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "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": "0r", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344608, + "modifiedTime": 1668995459335, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QuuHhHmliyC5N55q" +} \ No newline at end of file diff --git a/packs/spells/Feuerstrahl_kudkdrpMU0C83vM7.json b/packs/spells/Feuerstrahl_kudkdrpMU0C83vM7.json new file mode 100644 index 00000000..9a7e9ec9 --- /dev/null +++ b/packs/spells/Feuerstrahl_kudkdrpMU0C83vM7.json @@ -0,0 +1,69 @@ +{ + "_id": "kudkdrpMU0C83vM7", + "name": "Feuerstrahl", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 1, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "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 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344868, + "modifiedTime": 1668995459545, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kudkdrpMU0C83vM7" +} \ No newline at end of file diff --git a/packs/spells/Feuerwand_7yYxjxuGjTo29r10.json b/packs/spells/Feuerwand_7yYxjxuGjTo29r10.json new file mode 100644 index 00000000..3a382b24 --- /dev/null +++ b/packs/spells/Feuerwand_7yYxjxuGjTo29r10.json @@ -0,0 +1,69 @@ +{ + "_id": "7yYxjxuGjTo29r10", + "name": "Feuerwand", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/firewall.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker lässt eine Feuerwand erscheinen, die Ausmaße von maximal 1 m x VE m x VE m annehmen kann. Wesen, die an der Stelle stehen, wo die Feuerwand erscheint, oder durch sie hindurch springen, erhalten 2W20 abwehrbaren Schaden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344467, + "modifiedTime": 1668995459240, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7yYxjxuGjTo29r10" +} \ No newline at end of file diff --git a/packs/spells/Flackern_5RUGIWTftCyeJkDQ.json b/packs/spells/Flackern_5RUGIWTftCyeJkDQ.json new file mode 100644 index 00000000..8f34bdaf --- /dev/null +++ b/packs/spells/Flackern_5RUGIWTftCyeJkDQ.json @@ -0,0 +1,69 @@ +{ + "_id": "5RUGIWTftCyeJkDQ", + "name": "Flackern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/duality.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker beginnt zu flackern und ist dadurch schwieriger zu treffen. Seine Abwehr wird für die Dauer des Zaubers um seinen halbierten Wert in GEI erhöht (nur nicht gegen alles einhüllenden Flächenschaden).

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 2, + "wizard": 4, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344456, + "modifiedTime": 1668995459185, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5RUGIWTftCyeJkDQ" +} \ No newline at end of file diff --git a/packs/spells/Flammeninferno_7ybmodIkWDP1z1D6.json b/packs/spells/Flammeninferno_7ybmodIkWDP1z1D6.json new file mode 100644 index 00000000..51044c71 --- /dev/null +++ b/packs/spells/Flammeninferno_7ybmodIkWDP1z1D6.json @@ -0,0 +1,69 @@ +{ + "_id": "7ybmodIkWDP1z1D6", + "name": "Flammeninferno", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 10", + "unit": "meter" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 15 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344469, + "modifiedTime": 1668995459256, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7ybmodIkWDP1z1D6" +} \ No newline at end of file diff --git a/packs/spells/Flammenklinge_gJ3Z8y7i6LWjSMKJ.json b/packs/spells/Flammenklinge_gJ3Z8y7i6LWjSMKJ.json new file mode 100644 index 00000000..f380b98c --- /dev/null +++ b/packs/spells/Flammenklinge_gJ3Z8y7i6LWjSMKJ.json @@ -0,0 +1,69 @@ +{ + "_id": "gJ3Z8y7i6LWjSMKJ", + "name": "Flammenklinge", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/shard-sword.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann eine Metallklinge in lodernde Flammen hüllen. Dabei handelt es sich um ein magisches Feuer, das keinen Sauerstoff benötigt und dessen Flammenfarbe der Zauberwirker frei bestimmen kann.

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch.

\n

Ein Immersieg bei einem Angriff erzeugt eine kleine Explosion, wodurch der erwürfelte Schaden in dieser Kampfrunde um zusätzliche W20 erhöht wird.

\n

Flammenklinge ist nicht mit @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe} kombinierbar.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 4, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344829, + "modifiedTime": 1668995459523, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gJ3Z8y7i6LWjSMKJ" +} \ No newline at end of file diff --git a/packs/spells/Fliegen_NwLeietvcarS6zP5.json b/packs/spells/Fliegen_NwLeietvcarS6zP5.json new file mode 100644 index 00000000..8734cc2b --- /dev/null +++ b/packs/spells/Fliegen_NwLeietvcarS6zP5.json @@ -0,0 +1,69 @@ +{ + "_id": "NwLeietvcarS6zP5", + "name": "Fliegen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/hand-wing.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel kann fliegen. Die Fortbewegungsgeschwindigkeit ist im Flug doppelt so hoch wie am Boden (zusätzlich kann man sie wie beim „Rennen“ verdoppeln). Ein Charakter mit Laufen 4,5 m fliegt also 9 m in einer Kampfrunde, „rennend“ 18 m.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 5", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 20, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344588, + "modifiedTime": 1668995459324, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NwLeietvcarS6zP5" +} \ No newline at end of file diff --git a/packs/spells/Fluch_DjvQzdWEmm8h7G4X.json b/packs/spells/Fluch_DjvQzdWEmm8h7G4X.json new file mode 100644 index 00000000..028fd77d --- /dev/null +++ b/packs/spells/Fluch_DjvQzdWEmm8h7G4X.json @@ -0,0 +1,69 @@ +{ + "_id": "DjvQzdWEmm8h7G4X", + "name": "Fluch", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/voodoo-doll.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker benötigt etwas vom Ziel in seinem Besitz, wie beispielsweise ein Haar, ein Kleidungsstück o. ä., das beim Zaubern – ob erfolgreich oder nicht – zerstört wird. Das Ziel wird verflucht und erhält auf alle Proben -2, bis die Zauberdauer verstrichen ist oder der Fluch mittels @Compendium[ds4.spells.tBWEyulMfJFzPuWM]{Magie bannen} schon vorher entfernt wird.

\n

Ein Ziel kann mehrmals verflucht werden. Alle Flüche müssen einzeln gebannt werden, stammen sie nicht vom selben Zauberwirker.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des Ziel" + }, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "days" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344510, + "modifiedTime": 1668995459289, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DjvQzdWEmm8h7G4X" +} \ No newline at end of file diff --git a/packs/spells/Freund_NcK7zXn0IeCfqjkl.json b/packs/spells/Freund_NcK7zXn0IeCfqjkl.json new file mode 100644 index 00000000..911176aa --- /dev/null +++ b/packs/spells/Freund_NcK7zXn0IeCfqjkl.json @@ -0,0 +1,69 @@ +{ + "_id": "NcK7zXn0IeCfqjkl", + "name": "Freund", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/lovers.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg hält das Ziel den Zauberwirker (und nur ihn!) für einen sehr guten Freund.

\n

Das Ziel wird ihm alles anvertrauen, was er auch einem sehr guten Freund verraten würde und alles für ihn machen, was er auch für einen guten Freund tun würde.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 6, + "wizard": 7, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344584, + "modifiedTime": 1668995459322, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NcK7zXn0IeCfqjkl" +} \ No newline at end of file diff --git a/packs/spells/Frostschock_iH2NtsJtMfG0ZAU3.json b/packs/spells/Frostschock_iH2NtsJtMfG0ZAU3.json new file mode 100644 index 00000000..5adf551f --- /dev/null +++ b/packs/spells/Frostschock_iH2NtsJtMfG0ZAU3.json @@ -0,0 +1,69 @@ +{ + "_id": "iH2NtsJtMfG0ZAU3", + "name": "Frostschock", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.

\n

Zudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": true, + "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": "10r", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344862, + "modifiedTime": 1668995459538, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iH2NtsJtMfG0ZAU3" +} \ No newline at end of file diff --git a/packs/spells/Frostwaffe_Gc5G9kixOqNbuwp1.json b/packs/spells/Frostwaffe_Gc5G9kixOqNbuwp1.json new file mode 100644 index 00000000..21d970ba --- /dev/null +++ b/packs/spells/Frostwaffe_Gc5G9kixOqNbuwp1.json @@ -0,0 +1,69 @@ +{ + "_id": "Gc5G9kixOqNbuwp1", + "name": "Frostwaffe", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sparkling-sabre.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann eine Waffe in eisige Kälte hüllen. Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch. Ein Immersieg bei einem Angriff friert den Gegner für eine Kampfrunde lang ein, als wirke auf ihn der Zauber @Compendium[ds4.spells.1hhpEYpQQ0oLNptl]{Halt}. Frostwaffe ist nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge} kombinierbar.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": true, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 4, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344526, + "modifiedTime": 1668995459297, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Gc5G9kixOqNbuwp1" +} \ No newline at end of file diff --git a/packs/spells/Gasgestalt_tZJoj1PGrRGe9eMV.json b/packs/spells/Gasgestalt_tZJoj1PGrRGe9eMV.json new file mode 100644 index 00000000..73f5de34 --- /dev/null +++ b/packs/spells/Gasgestalt_tZJoj1PGrRGe9eMV.json @@ -0,0 +1,69 @@ +{ + "_id": "tZJoj1PGrRGe9eMV", + "name": "Gasgestalt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 5", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 18 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344896, + "modifiedTime": 1668995459594, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tZJoj1PGrRGe9eMV" +} \ No newline at end of file diff --git a/packs/spells/Geben_und_Nehmen_MpqPWr2l8qV4oQyL.json b/packs/spells/Geben_und_Nehmen_MpqPWr2l8qV4oQyL.json new file mode 100644 index 00000000..6be91609 --- /dev/null +++ b/packs/spells/Geben_und_Nehmen_MpqPWr2l8qV4oQyL.json @@ -0,0 +1,69 @@ +{ + "_id": "MpqPWr2l8qV4oQyL", + "name": "Geben und Nehmen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/heart-inside.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel des Zaubers erhält 50 % des Schadens, den es per Schlagen im Nahkampf verursacht (also abzüglich des Abwehrwurfs des Gegners), in Form von heilender Magie auf die eigene Lebenskraft gutgeschrieben.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 4, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344567, + "modifiedTime": 1668995459318, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MpqPWr2l8qV4oQyL" +} \ No newline at end of file diff --git a/packs/spells/Gehorche_wZYElRaDmhqgzUvQ.json b/packs/spells/Gehorche_wZYElRaDmhqgzUvQ.json new file mode 100644 index 00000000..9aa46fb5 --- /dev/null +++ b/packs/spells/Gehorche_wZYElRaDmhqgzUvQ.json @@ -0,0 +1,69 @@ +{ + "_id": "wZYElRaDmhqgzUvQ", + "name": "Gehorche", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344901, + "modifiedTime": 1668995459601, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!wZYElRaDmhqgzUvQ" +} \ No newline at end of file diff --git a/packs/spells/Giftbann_ONhSaLNmvvacgCjA.json b/packs/spells/Giftbann_ONhSaLNmvvacgCjA.json new file mode 100644 index 00000000..73314bcc --- /dev/null +++ b/packs/spells/Giftbann_ONhSaLNmvvacgCjA.json @@ -0,0 +1,69 @@ +{ + "_id": "ONhSaLNmvvacgCjA", + "name": "Giftbann", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/foamy-disc.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Neutralisiert augenblicklich ein nichtmagisches Gift, sofern es noch nicht zu spät ist.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 3, + "wizard": 6, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344594, + "modifiedTime": 1668995459325, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ONhSaLNmvvacgCjA" +} \ No newline at end of file diff --git a/packs/spells/Giftschutz_lSIJsq1WJbNTpV9F.json b/packs/spells/Giftschutz_lSIJsq1WJbNTpV9F.json new file mode 100644 index 00000000..1f46a6cd --- /dev/null +++ b/packs/spells/Giftschutz_lSIJsq1WJbNTpV9F.json @@ -0,0 +1,69 @@ +{ + "_id": "lSIJsq1WJbNTpV9F", + "name": "Giftschutz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel erhält einen Bonus auf Abwehr-Proben gegen Gifte in Höhe der Stufe des Zauberwirkers. Der alleinige Bonus (ohne den normalen Abwehr-Wert) wirkt auch gegen Gifte, bei denen normalerweise keine Abwehr erlaubt ist.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 1, + "wizard": 2, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344871, + "modifiedTime": 1668995459552, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lSIJsq1WJbNTpV9F" +} \ No newline at end of file diff --git a/packs/spells/Gl_hender_Glaube_919AW6tITRT8WikD.json b/packs/spells/Gl_hender_Glaube_919AW6tITRT8WikD.json new file mode 100644 index 00000000..c19b102d --- /dev/null +++ b/packs/spells/Gl_hender_Glaube_919AW6tITRT8WikD.json @@ -0,0 +1,69 @@ +{ + "_id": "919AW6tITRT8WikD", + "name": "Glühender Glaube", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/glowing-hands.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Die berührte Waffe – das Ziel des Zaubers – erglüht vor heiliger Kraft. Für die Wirkungsdauer des Zaubers gilt der mit der Waffe verursachte Schaden als magisch und der WB wird um VE/2 erhöht, während die Abwehr getroffener Gegner gegen Angriffe mit dieser Waffe um VE/2 gesenkt wird.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 6, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344475, + "modifiedTime": 1668995459262, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!919AW6tITRT8WikD" +} \ No newline at end of file diff --git a/packs/spells/Halt_1hhpEYpQQ0oLNptl.json b/packs/spells/Halt_1hhpEYpQQ0oLNptl.json new file mode 100644 index 00000000..aebfa147 --- /dev/null +++ b/packs/spells/Halt_1hhpEYpQQ0oLNptl.json @@ -0,0 +1,69 @@ +{ + "_id": "1hhpEYpQQ0oLNptl", + "name": "Halt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/skoll/halt.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg kann sich das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, nicht mehr bewegen.

\n

Die Starre endet vorzeitig, sollte das Ziel Schaden erhalten. Während der Starre ist es dem Ziel möglich, die Augen zu bewegen, zu atmen und klar zu denken. Ein erstarrter Zauberwirker könnte also immer noch seine Zauber wechseln oder gar versuchen, ohne Worte und Gesten (DS4 S. 47) einen Zauber zu wagen.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 2, + "wizard": 6, + "sorcerer": 6 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344449, + "modifiedTime": 1668995459145, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1hhpEYpQQ0oLNptl" +} \ No newline at end of file diff --git a/packs/spells/Heilbeeren_htK3mzAMFbTwYRTR.json b/packs/spells/Heilbeeren_htK3mzAMFbTwYRTR.json new file mode 100644 index 00000000..5b86dd54 --- /dev/null +++ b/packs/spells/Heilbeeren_htK3mzAMFbTwYRTR.json @@ -0,0 +1,69 @@ +{ + "_id": "htK3mzAMFbTwYRTR", + "name": "Heilbeeren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/cherry.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Heiler benötigt frische Beeren, kleine Nüsse, schmackhafte Blätter o. ä. für diesen Zauber. Insgesamt wird von ihnen eine Anzahl gleich dem Probenergebnis (bei Druiden x 2) mit einem Heileffekt versehen: Jede Heilbeere heilt augenblicklich 1 LK (pro Aktion können bis zu 10 Heilbeeren verzehrt werden). Die Heilbeeren verlieren nach VE Tagen ihre Wirkung, oder wenn der Heiler den Zauber erneut anwendet.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 1, + "wizard": 10, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344856, + "modifiedTime": 1668995459536, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!htK3mzAMFbTwYRTR" +} \ No newline at end of file diff --git a/packs/spells/Heilende_Aura_pFPofa4TEi69slEy.json b/packs/spells/Heilende_Aura_pFPofa4TEi69slEy.json new file mode 100644 index 00000000..bf2f1689 --- /dev/null +++ b/packs/spells/Heilende_Aura_pFPofa4TEi69slEy.json @@ -0,0 +1,69 @@ +{ + "_id": "pFPofa4TEi69slEy", + "name": "Heilende Aura", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/beams-aura.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Heiler und alle seine Gefährten in einem Radius von VE in Metern erhalten 1 LK jede Kampfrunde geheilt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "VE", + "unit": "meter" + }, + "duration": { + "value": "Prb x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 1, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344880, + "modifiedTime": 1668995459568, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pFPofa4TEi69slEy" +} \ No newline at end of file diff --git a/packs/spells/Heilende_Hand_FJE2X2GXFDs9LT7J.json b/packs/spells/Heilende_Hand_FJE2X2GXFDs9LT7J.json new file mode 100644 index 00000000..d7771461 --- /dev/null +++ b/packs/spells/Heilende_Hand_FJE2X2GXFDs9LT7J.json @@ -0,0 +1,69 @@ +{ + "_id": "FJE2X2GXFDs9LT7J", + "name": "Heilende Hand", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/sbed/health-normal.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Durch Hand auflegen wird bei dem Ziel Lebenskraft in Höhe des Probenergebnisses geheilt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 1, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berührung", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "custom" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 1, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344515, + "modifiedTime": 1668995459293, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FJE2X2GXFDs9LT7J" +} \ No newline at end of file diff --git a/packs/spells/Heilende_Strahlen_4StILfq4zNUWBAgz.json b/packs/spells/Heilende_Strahlen_4StILfq4zNUWBAgz.json new file mode 100644 index 00000000..13e7a59b --- /dev/null +++ b/packs/spells/Heilende_Strahlen_4StILfq4zNUWBAgz.json @@ -0,0 +1,69 @@ +{ + "_id": "4StILfq4zNUWBAgz", + "name": "Heilende Strahlen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sinusoidal-beam.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Lichtstrahlen schießen vom Heiler aus und heilen die Wunden von bis zu VE/2 Gefährten, die Lebenskraft in Höhe des Probenergebnisses dazu erhalten. Es wird nur eine Probe für diesen Zielzauber gewürfelt: Einzig der Distanzmalus (DS4 S. 43) des Ziels, das am weitesten entfernt steht, wird als Malus gewertet.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "2r", + "minimumLevels": { + "healer": 12, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344453, + "modifiedTime": 1668995459157, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!4StILfq4zNUWBAgz" +} \ No newline at end of file diff --git a/packs/spells/Heilendes_Feld_HWjB5kPr3AZbFOFZ.json b/packs/spells/Heilendes_Feld_HWjB5kPr3AZbFOFZ.json new file mode 100644 index 00000000..9ddb1582 --- /dev/null +++ b/packs/spells/Heilendes_Feld_HWjB5kPr3AZbFOFZ.json @@ -0,0 +1,69 @@ +{ + "_id": "HWjB5kPr3AZbFOFZ", + "name": "Heilendes Feld", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/chained-heart.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber heilt bei allen Gefährten im Wirkungsradius die Lebenskraft um das Probenergebnis.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "custom" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 18, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344535, + "modifiedTime": 1668995459300, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HWjB5kPr3AZbFOFZ" +} \ No newline at end of file diff --git a/packs/spells/Heilendes_Licht_9VLNUomSaxPTdfZY.json b/packs/spells/Heilendes_Licht_9VLNUomSaxPTdfZY.json new file mode 100644 index 00000000..c580b2fb --- /dev/null +++ b/packs/spells/Heilendes_Licht_9VLNUomSaxPTdfZY.json @@ -0,0 +1,69 @@ +{ + "_id": "9VLNUomSaxPTdfZY", + "name": "Heilendes Licht", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sunbeams.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein vom Heiler ausgehender Lichtstrahl heilt die Lebenskraft des Ziels in Höhe des Probenergebnisses.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "2r", + "minimumLevels": { + "healer": 4, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344478, + "modifiedTime": 1668995459265, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9VLNUomSaxPTdfZY" +} \ No newline at end of file diff --git a/packs/spells/Heiliger_Hammer_QzcgykKQKztABe2a.json b/packs/spells/Heiliger_Hammer_QzcgykKQKztABe2a.json new file mode 100644 index 00000000..f0b76131 --- /dev/null +++ b/packs/spells/Heiliger_Hammer_QzcgykKQKztABe2a.json @@ -0,0 +1,69 @@ +{ + "_id": "QzcgykKQKztABe2a", + "name": "Heiliger Hammer", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/hammer-drop.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Hammer aus hellem Licht erscheint innerhalb eines Radius von VE in Metern um den Heiler herum.

\n

Innerhalb dieses Wirkungsbereiches kämpft er völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos des Zauberwirkers wie „Halte den Dämon auf“ oder „Helfe dem Paladin“.

\n

Bewegt sich der Charakter, wandert der Wirkungsbereich des Hammers mit ihm mit, so dass die heilige Waffe niemals mehr als VE x 2 in Metern von ihm entfernt sein kann. Der heilige Hammer verschwindet, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer abgelaufen ist.

\n

Sämtliche Kampfwerte des heiligen Hammers entsprechen der Stufe des Heilers +8. Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Heilers entspricht.

", + "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 x 2", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 10, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344613, + "modifiedTime": 1668995459338, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QzcgykKQKztABe2a" +} \ No newline at end of file diff --git a/packs/spells/K_rperexplosion_apMuLg0knKnmC2Wv.json b/packs/spells/K_rperexplosion_apMuLg0knKnmC2Wv.json new file mode 100644 index 00000000..bd38cca6 --- /dev/null +++ b/packs/spells/K_rperexplosion_apMuLg0knKnmC2Wv.json @@ -0,0 +1,69 @@ +{ + "_id": "apMuLg0knKnmC2Wv", + "name": "Körperexplosion", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/mine-explosion.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauber versucht das Ziel zur Explosion zu bringen. Der verursachte Schaden entspricht dem vierfachen Probenergebnis, das Ziel würfelt Abwehr ohne Panzerungsboni von Gegenständen.

\n

Der Zauber ist gegen körperlose Wesen – wie beispielsweise @Compendium[ds4.creatures.cE5kI3uqXWQrCaI5]{Geister} – nicht einsetzbar.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "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", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 20 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344714, + "modifiedTime": 1668995459424, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!apMuLg0knKnmC2Wv" +} \ No newline at end of file diff --git a/packs/spells/Kettenblitz_gePnhgqnsmdEbj3Z.json b/packs/spells/Kettenblitz_gePnhgqnsmdEbj3Z.json new file mode 100644 index 00000000..dd973792 --- /dev/null +++ b/packs/spells/Kettenblitz_gePnhgqnsmdEbj3Z.json @@ -0,0 +1,69 @@ +{ + "_id": "gePnhgqnsmdEbj3Z", + "name": "Kettenblitz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.

\n

Getroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.

", + "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": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 16, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344849, + "modifiedTime": 1668995459532, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gePnhgqnsmdEbj3Z" +} \ No newline at end of file diff --git a/packs/spells/Kleiner_Terror_dt2E4g7iwVqTSlMl.json b/packs/spells/Kleiner_Terror_dt2E4g7iwVqTSlMl.json new file mode 100644 index 00000000..96fbd010 --- /dev/null +++ b/packs/spells/Kleiner_Terror_dt2E4g7iwVqTSlMl.json @@ -0,0 +1,69 @@ +{ + "_id": "dt2E4g7iwVqTSlMl", + "name": "Kleiner Terror", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/cathelineau/dread.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der halbierten Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren. Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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": "custom" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 2, + "wizard": 6, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344750, + "modifiedTime": 1668995459485, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dt2E4g7iwVqTSlMl" +} \ No newline at end of file diff --git a/packs/spells/Kontrollieren_9gc1CF70165NXymH.json b/packs/spells/Kontrollieren_9gc1CF70165NXymH.json new file mode 100644 index 00000000..3c0f74ad --- /dev/null +++ b/packs/spells/Kontrollieren_9gc1CF70165NXymH.json @@ -0,0 +1,69 @@ +{ + "_id": "9gc1CF70165NXymH", + "name": "Kontrollieren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.

\n

Kontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.

\n

Ein Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des 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": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis erlöst", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344481, + "modifiedTime": 1668995459267, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9gc1CF70165NXymH" +} \ No newline at end of file diff --git a/packs/spells/Lauschen_WkZBOsMblhcrPRUF.json b/packs/spells/Lauschen_WkZBOsMblhcrPRUF.json new file mode 100644 index 00000000..2b0bbe8e --- /dev/null +++ b/packs/spells/Lauschen_WkZBOsMblhcrPRUF.json @@ -0,0 +1,69 @@ +{ + "_id": "WkZBOsMblhcrPRUF", + "name": "Lauschen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/human-ear.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann sein Hörzentrum an einen bis zu VE x 5 Meter entfernten Punkt verlagern (eine klare Sichtlinie vorausgesetzt) und vernimmt dadurch alles, was dort zu hören ist, als würde er sich dort befinden.

Dieser Punkt kann eine freie Stelle im Raum sein oder auch ein Kleidungsstück des Belauschten.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-1 pro 10 m Entfernung" + }, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 6, + "wizard": 2, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344685, + "modifiedTime": 1668995459390, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!WkZBOsMblhcrPRUF" +} \ No newline at end of file diff --git a/packs/spells/Licht_L4pdDXSYAOgtWIbd.json b/packs/spells/Licht_L4pdDXSYAOgtWIbd.json new file mode 100644 index 00000000..69c41c11 --- /dev/null +++ b/packs/spells/Licht_L4pdDXSYAOgtWIbd.json @@ -0,0 +1,69 @@ +{ + "_id": "L4pdDXSYAOgtWIbd", + "name": "Licht", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/explosion-rays.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das berührte, leblose Ziel – beipielsweise ein Stab oder eine kleine, abdeckbare Münze – leuchtet fackelhell auf.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 5, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 1, + "wizard": 1, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344558, + "modifiedTime": 1668995459313, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!L4pdDXSYAOgtWIbd" +} \ No newline at end of file diff --git a/packs/spells/Lichtlanze_1b32mq9AWEMuoBAs.json b/packs/spells/Lichtlanze_1b32mq9AWEMuoBAs.json new file mode 100644 index 00000000..f1a11446 --- /dev/null +++ b/packs/spells/Lichtlanze_1b32mq9AWEMuoBAs.json @@ -0,0 +1,69 @@ +{ + "_id": "1b32mq9AWEMuoBAs", + "name": "Lichtlanze", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/sun-spear.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.lj8NQ5l4wLWmYcEt]{Lichtpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": true, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "custom" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1r", + "minimumLevels": { + "healer": 10, + "wizard": 12, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344448, + "modifiedTime": 1668995459125, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1b32mq9AWEMuoBAs" +} \ No newline at end of file diff --git a/packs/spells/Lichtpfeil_lj8NQ5l4wLWmYcEt.json b/packs/spells/Lichtpfeil_lj8NQ5l4wLWmYcEt.json new file mode 100644 index 00000000..e6e96af6 --- /dev/null +++ b/packs/spells/Lichtpfeil_lj8NQ5l4wLWmYcEt.json @@ -0,0 +1,69 @@ +{ + "_id": "lj8NQ5l4wLWmYcEt", + "name": "Lichtpfeil", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/middle-arrow.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gegen den Schaden dieses Zielzaubers erhalten @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} einen Malus von 2 auf ihre Abwehr.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 2, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": true, + "air": false, + "transport": false, + "damage": true, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1r", + "minimumLevels": { + "healer": 2, + "wizard": 5, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344872, + "modifiedTime": 1668995459556, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lj8NQ5l4wLWmYcEt" +} \ No newline at end of file diff --git a/packs/spells/Lichts_ule_6bptWPrq5gkX2UaT.json b/packs/spells/Lichts_ule_6bptWPrq5gkX2UaT.json new file mode 100644 index 00000000..ffd3c955 --- /dev/null +++ b/packs/spells/Lichts_ule_6bptWPrq5gkX2UaT.json @@ -0,0 +1,69 @@ +{ + "_id": "6bptWPrq5gkX2UaT", + "name": "Lichtsäule", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/laser-precision.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.6bptWPrq5gkX2UaT]{Lichtsäule}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit (Settingoption)} ebenfalls einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} können diesen Zauber nicht anwenden.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} addieren ihren Talentrang auf den PW der Zielzaubern-Probe der Lichtsäule.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 8, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": true, + "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": 16, + "wizard": 19, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344460, + "modifiedTime": 1668995459218, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6bptWPrq5gkX2UaT" +} \ No newline at end of file diff --git a/packs/spells/Magie_bannen_tBWEyulMfJFzPuWM.json b/packs/spells/Magie_bannen_tBWEyulMfJFzPuWM.json new file mode 100644 index 00000000..a94c0b13 --- /dev/null +++ b/packs/spells/Magie_bannen_tBWEyulMfJFzPuWM.json @@ -0,0 +1,69 @@ +{ + "_id": "tBWEyulMfJFzPuWM", + "name": "Magie bannen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/magic-swirl.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker bannt permanent einen Zauberspruch oder magischen Effekt. Die Probe wird durch die Stufe des Wesens, welches den Zauber wirkte, gemindert.

\n

Versucht man den Zauberspruch gegen ein magisches Wesen (worunter auch Zauberwirker fallen) anzuwenden, gilt dessen halbierte LK als Malus auf die Probe. Bei einem Erfolg wird das Ziel aber nicht automatisch gebannt, sondern erhält nicht abwehrbaren Schaden in Höhe des doppelten Probenergebnisses. Stirbt das Ziel, verschwindet es spurlos samt seiner getragenen Ausrüstung.

\n

Sollte der bannende Charakter die Probe jedoch nicht schaffen, kann er selbst zum Ziel des Zaubers werden: Der Zauberwirker würfelt augenblicklich und aktionsfrei erneut den Zauber – allerdings ist er diesmal selbst das Ziel. Alle angewendeten, verstärkenden Zaubereffekte (beispielsweise durch Talente), gelten auch bei diesem zweiten Wurf.

\n

Die gleiche Prozedur kommt zur Anwendung, wenn der Zauberwirker versucht, den magischen Effekt eines Gegenstandes zu bannen. Der ZB-Malus bei Gegenständen entspricht dabei der Stufesumme all derjenigen, die diesen Gegenstand erschufen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "- Wirkerstufe bzw. -LK / 2" + }, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 12, + "wizard": 7, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344893, + "modifiedTime": 1668995459592, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tBWEyulMfJFzPuWM" +} \ No newline at end of file diff --git a/packs/spells/Magie_entdecken_d1PUhzL8wuBe3mTl.json b/packs/spells/Magie_entdecken_d1PUhzL8wuBe3mTl.json new file mode 100644 index 00000000..83069b44 --- /dev/null +++ b/packs/spells/Magie_entdecken_d1PUhzL8wuBe3mTl.json @@ -0,0 +1,69 @@ +{ + "_id": "d1PUhzL8wuBe3mTl", + "name": "Magie entdecken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/sparkles.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Scheitert ein Zauberwirker, die Magie einer Örtlichkeit, eines Objektes oder eines Wesen zu erspüren (DS4 S. 47), kann er sämtliche Magie im Wirkungsbreich – nur für ihn sichtbar – mit Hilfe dieses Zaubers für kurze Zeit aufleuchten sehen, sofern sie nicht verborgen ist (unter einem Umhang, in einer Truhe usw.).

\n

Betrachtet man Zauberwirker, leuchten diese ebenfalls kurz auf, je heller, desto mächtiger ist die Magie in ihnen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 1, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344738, + "modifiedTime": 1668995459463, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!d1PUhzL8wuBe3mTl" +} \ No newline at end of file diff --git a/packs/spells/Magie_identifizieren_pUhIT77TSIDrv9Pi.json b/packs/spells/Magie_identifizieren_pUhIT77TSIDrv9Pi.json new file mode 100644 index 00000000..3d631999 --- /dev/null +++ b/packs/spells/Magie_identifizieren_pUhIT77TSIDrv9Pi.json @@ -0,0 +1,69 @@ +{ + "_id": "pUhIT77TSIDrv9Pi", + "name": "Magie identifizieren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-axe.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Offenbart dem Zauberwirker die Quelle und/oder Funktion der Magie eines Objektes oder einer Örtlichkeit.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1r", + "minimumLevels": { + "healer": 5, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344882, + "modifiedTime": 1668995459570, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pUhIT77TSIDrv9Pi" +} \ No newline at end of file diff --git a/packs/spells/Magische_Barriere_KhmJCaFuP7Tgdw7q.json b/packs/spells/Magische_Barriere_KhmJCaFuP7Tgdw7q.json new file mode 100644 index 00000000..84de4de1 --- /dev/null +++ b/packs/spells/Magische_Barriere_KhmJCaFuP7Tgdw7q.json @@ -0,0 +1,69 @@ +{ + "_id": "KhmJCaFuP7Tgdw7q", + "name": "Magische Barriere", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/stone-wall.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker erschafft ein unbewegliches, würfelförmiges Kraftfeld mit einer Größe von maximal VE/2 m³, welches sämtliche Magie- und Zaubersprucheffekte nach innen und außen hin komplett abblockt. Weder @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerbälle}, noch @Compendium[ds4.spells.WkZBOsMblhcrPRUF]{Lauschen}- oder @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport}-Zauber können diese magische Barriere durchbrechen.

\n

Die magische Barriere verschwindet, sofern der Zauerwirker sie nicht – nach Ablauf der Spruchdauer – durch ununterbrochene Konzentration (zählt als ganze Aktion) aufrecht erhält.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE min oder Konzentration", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 14, + "wizard": 10, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344555, + "modifiedTime": 1668995459311, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KhmJCaFuP7Tgdw7q" +} \ No newline at end of file diff --git a/packs/spells/Magische_R_stung_ZdlsX5F803JJEat6.json b/packs/spells/Magische_R_stung_ZdlsX5F803JJEat6.json new file mode 100644 index 00000000..68ee4993 --- /dev/null +++ b/packs/spells/Magische_R_stung_ZdlsX5F803JJEat6.json @@ -0,0 +1,69 @@ +{ + "_id": "ZdlsX5F803JJEat6", + "name": "Magische Rüstung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-mail.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Die Lebenskraft des Charakters erhöht sich um das Wurfergebnis. Erhält der Zauberwirker Schaden, kostet ihn das zuerst immer die (nicht heilbare) Lebenskraft der magischen Rüstung, bevor es an die eigene Lebenskraft geht. Die LK der magischen Rüstung bleiben erhalten, bis sie durch Schaden verloren sind, oder wenn der Charakter den Zauber abermals anwendet.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 4, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344699, + "modifiedTime": 1668995459415, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZdlsX5F803JJEat6" +} \ No newline at end of file diff --git a/packs/spells/Magische_Waffe_ASvdS1fyjmRS1Xb6.json b/packs/spells/Magische_Waffe_ASvdS1fyjmRS1Xb6.json new file mode 100644 index 00000000..014b320f --- /dev/null +++ b/packs/spells/Magische_Waffe_ASvdS1fyjmRS1Xb6.json @@ -0,0 +1,69 @@ +{ + "_id": "ASvdS1fyjmRS1Xb6", + "name": "Magische Waffe", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/pointy-sword.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber verleiht einer Waffe magische Kräfte. Ihr WB erhöht sich für die Dauer des Zaubers um +1 und der mit ihr verursachte Schaden gilt als magisch, verletzt beispielsweise also auch körperlose Wesen wie Geister.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "minutes" + }, + "cooldownDuration": "1r", + "minimumLevels": { + "healer": 1, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344485, + "modifiedTime": 1668995459271, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ASvdS1fyjmRS1Xb6" +} \ No newline at end of file diff --git a/packs/spells/Magisches_Schloss_dzYAc9ti7ghhkyiX.json b/packs/spells/Magisches_Schloss_dzYAc9ti7ghhkyiX.json new file mode 100644 index 00000000..2bad1fb2 --- /dev/null +++ b/packs/spells/Magisches_Schloss_dzYAc9ti7ghhkyiX.json @@ -0,0 +1,69 @@ +{ + "_id": "dzYAc9ti7ghhkyiX", + "name": "Magisches Schloss", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.

\n

Das Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.

\n

Der Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Bis Schloss geöffnet", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 3, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344760, + "modifiedTime": 1668995459496, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dzYAc9ti7ghhkyiX" +} \ No newline at end of file diff --git a/packs/spells/Manabrot_JvK5b8DXdHgaByjP.json b/packs/spells/Manabrot_JvK5b8DXdHgaByjP.json new file mode 100644 index 00000000..06e7010d --- /dev/null +++ b/packs/spells/Manabrot_JvK5b8DXdHgaByjP.json @@ -0,0 +1,69 @@ +{ + "_id": "JvK5b8DXdHgaByjP", + "name": "Manabrot", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sliced-bread.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker bündelt die magische Energien um sich herum und erschafft daraus warmes, aber geschmackloses Manabrot.

\n

Maximal kann der Zauberwirker eine Anzahl von Manabrot gleich seiner halbierten Stufe erschaffen. Jeder der blau-violetten, teigähnlichen Klumpen, entspricht einer ganzen Mahlzeit (von denen ein Erwachsener 3 pro Tag benötigt) für eine Person.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344550, + "modifiedTime": 1668995459304, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JvK5b8DXdHgaByjP" +} \ No newline at end of file diff --git a/packs/spells/Nahrung_zaubern_l8o3vG0kW9qvFmBY.json b/packs/spells/Nahrung_zaubern_l8o3vG0kW9qvFmBY.json new file mode 100644 index 00000000..9aafcb31 --- /dev/null +++ b/packs/spells/Nahrung_zaubern_l8o3vG0kW9qvFmBY.json @@ -0,0 +1,69 @@ +{ + "_id": "l8o3vG0kW9qvFmBY", + "name": "Nahrung zaubern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/potato.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker bündelt die magische Energien um sich herum und erschafft daraus die Grundzutat einer einfachen Mahlzeit, wie etwa Linsen, Reis oder Rüben.

Maximal kann der Zauberwirker genügend Zutaten für eine Anzahl von Mahlzeiten (von denen ein Erwachsener 3 pro Tag benötigt) gleich seiner Stufe erschaffen

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 2, + "wizard": 7, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344869, + "modifiedTime": 1668995459547, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!l8o3vG0kW9qvFmBY" +} \ No newline at end of file diff --git a/packs/spells/Netz_73bT47FtQgPp9Snq.json b/packs/spells/Netz_73bT47FtQgPp9Snq.json new file mode 100644 index 00000000..fb27cf1f --- /dev/null +++ b/packs/spells/Netz_73bT47FtQgPp9Snq.json @@ -0,0 +1,69 @@ +{ + "_id": "73bT47FtQgPp9Snq", + "name": "Netz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/spider-web.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Netz aus klebriger Astralmasse mit einem Radius von VE/2 in Metern erscheint.

\n

Vom Netz getroffene Wesen, welche keine Abwehr dagegen würfeln dürfen, halbieren für die Dauer des Zaubers Initiative, Laufen und Schlagen.

\n

Der Zauber wirkt nicht gegen Wesen, die 2+ Größenkategorien (DS4 S. 104) größer sind.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(AGI+ST)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 4, + "wizard": 9, + "sorcerer": 9 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344461, + "modifiedTime": 1668995459222, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!73bT47FtQgPp9Snq" +} \ No newline at end of file diff --git a/packs/spells/Niesanfall_c9confMPTK2Q7AfX.json b/packs/spells/Niesanfall_c9confMPTK2Q7AfX.json new file mode 100644 index 00000000..f5d9362a --- /dev/null +++ b/packs/spells/Niesanfall_c9confMPTK2Q7AfX.json @@ -0,0 +1,69 @@ +{ + "_id": "c9confMPTK2Q7AfX", + "name": "Niesanfall", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/energy-breath.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg kann das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, sich vor lauter Niesen nur (mit halbiertem Laufen-Wert) bewegen, bis der Spruchwirker wieder an der Reihe ist.

\n

Der Niesanfall endet vorzeitig, sollte das Ziel Schaden erhalten.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "1", + "unit": "rounds" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 1, + "wizard": 3, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344729, + "modifiedTime": 1668995459445, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!c9confMPTK2Q7AfX" +} \ No newline at end of file diff --git a/packs/spells/Putzteufel_gLzyooEA8RBya37o.json b/packs/spells/Putzteufel_gLzyooEA8RBya37o.json new file mode 100644 index 00000000..7de4f5ee --- /dev/null +++ b/packs/spells/Putzteufel_gLzyooEA8RBya37o.json @@ -0,0 +1,69 @@ +{ + "_id": "gLzyooEA8RBya37o", + "name": "Putzteufel", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-broom.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker erschafft einen kleinen, magischen Diener, der für ihn unglaublich flink putzt, aufräumt und packt.

\n

Ansonsten ist der Putzteufel völlig unütz, befolgt keine andersartigen Befehle und verpufft bei Schaden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "bis zu VE / 2", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344835, + "modifiedTime": 1668995459528, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gLzyooEA8RBya37o" +} \ No newline at end of file diff --git a/packs/spells/Reinigen_ZXBYdYAtcs3FoTAx.json b/packs/spells/Reinigen_ZXBYdYAtcs3FoTAx.json new file mode 100644 index 00000000..41e0e223 --- /dev/null +++ b/packs/spells/Reinigen_ZXBYdYAtcs3FoTAx.json @@ -0,0 +1,69 @@ +{ + "_id": "ZXBYdYAtcs3FoTAx", + "name": "Reinigen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/shower.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber reinigt eine ungewaschene Person, einen Gegenstand (wie einen schlammbesudelten Umhang) oder auch eine Mahlzeit (von Bakterien, Fäulnis und Gift).

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 3, + "wizard": 7, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344695, + "modifiedTime": 1668995459410, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZXBYdYAtcs3FoTAx" +} \ No newline at end of file diff --git a/packs/spells/Rost_eMeuOnBODch7D9dm.json b/packs/spells/Rost_eMeuOnBODch7D9dm.json new file mode 100644 index 00000000..67aa0167 --- /dev/null +++ b/packs/spells/Rost_eMeuOnBODch7D9dm.json @@ -0,0 +1,69 @@ +{ + "_id": "eMeuOnBODch7D9dm", + "name": "Rost", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/rusty-sword.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber lässt bei Erfolg eine nichtmagische Waffe oder ein nichtmagisches Rüstungsteil aus Metall augenblicklich zu rostigem Staub zerfallen.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-WB der Waffe bzw. -PA der Rüstung" + }, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 5, + "wizard": 7, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344764, + "modifiedTime": 1668995459501, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eMeuOnBODch7D9dm" +} \ No newline at end of file diff --git a/packs/spells/Schatten_5mF59XCsZffF0cSp.json b/packs/spells/Schatten_5mF59XCsZffF0cSp.json new file mode 100644 index 00000000..2af6ea1b --- /dev/null +++ b/packs/spells/Schatten_5mF59XCsZffF0cSp.json @@ -0,0 +1,69 @@ +{ + "_id": "5mF59XCsZffF0cSp", + "name": "Schatten", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/shadow-follower.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dunkle Schatten umhüllen das Ziel (welches keine Abwehr dagegen würfeln darf), wodurch es -8 auf alle Handlungen hat, bei denen es besser sehen können sollte. Augenlosen Untoten, wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten}, aber auch blinden Lebewesen, kann der Zauber nichts anhaben.

", + "equipped": false, + "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": false, + "air": false, + "transport": false, + "damage": false, + "shadow": true, + "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. / 2", + "unit": "rounds" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344458, + "modifiedTime": 1668995459204, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5mF59XCsZffF0cSp" +} \ No newline at end of file diff --git a/packs/spells/Schatten_erwecken_dPGm1Ji2U0fJxnT3.json b/packs/spells/Schatten_erwecken_dPGm1Ji2U0fJxnT3.json new file mode 100644 index 00000000..cecfa994 --- /dev/null +++ b/packs/spells/Schatten_erwecken_dPGm1Ji2U0fJxnT3.json @@ -0,0 +1,69 @@ +{ + "_id": "dPGm1Ji2U0fJxnT3", + "name": "Schatten erwecken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/two-shadows.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Schwarzmagier kann die Seelen von einer maximalen Anzahl von Toten im Wirkungsradius gleich seiner eigenen Stufe verderben und in Form tödlicher @Compendium[ds4.creatures.T9YRYe0vnR4Qg4UM]{Schatten} (DS4 S. 121) zu gequältem Unleben erwecken. Die Schatten benötigen drei Kampfrunden, um sich zu bilden, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 13 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344742, + "modifiedTime": 1668995459468, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dPGm1Ji2U0fJxnT3" +} \ No newline at end of file diff --git a/packs/spells/Schattenklinge_RUfE7hqqHCKMEMbh.json b/packs/spells/Schattenklinge_RUfE7hqqHCKMEMbh.json new file mode 100644 index 00000000..cba616aa --- /dev/null +++ b/packs/spells/Schattenklinge_RUfE7hqqHCKMEMbh.json @@ -0,0 +1,69 @@ +{ + "_id": "RUfE7hqqHCKMEMbh", + "name": "Schattenklinge", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/blade-fall.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Die verzauberte Klinge verströmt rauchartige Schatten voll dunkler Magie. Die folgenden Effekte gelten nur, wenn ein Charakter mit dem Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} die Waffe benutzt:

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch. Jedesmal, wenn mit der Waffe Schaden verursacht wird, sinkt die Abwehr des Ziels um 1. Dieser Effekt endet, wenn die Zauberdauer abgelaufen ist.

\n

Schattenklinge ist nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge}, @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe}, @Compendium[ds4.spells.919AW6tITRT8WikD]{Glühender Glaube} oder @Compendium[ds4.spells.cggG4v6EBPmEZuAQ]{Waffe des Lichts} kombinierbar.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344617, + "modifiedTime": 1668995459340, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RUfE7hqqHCKMEMbh" +} \ No newline at end of file diff --git a/packs/spells/Schattenlanze_b5RFJWPaYbpXNpsv.json b/packs/spells/Schattenlanze_b5RFJWPaYbpXNpsv.json new file mode 100644 index 00000000..de3c9faf --- /dev/null +++ b/packs/spells/Schattenlanze_b5RFJWPaYbpXNpsv.json @@ -0,0 +1,69 @@ +{ + "_id": "b5RFJWPaYbpXNpsv", + "name": "Schattenlanze", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/spear-hook.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.tPFiElqQuvih76gd]{Schattenpfeil}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": true, + "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": "0r", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344719, + "modifiedTime": 1668995459428, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!b5RFJWPaYbpXNpsv" +} \ No newline at end of file diff --git a/packs/spells/Schattenpfeil_tPFiElqQuvih76gd.json b/packs/spells/Schattenpfeil_tPFiElqQuvih76gd.json new file mode 100644 index 00000000..ba31d084 --- /dev/null +++ b/packs/spells/Schattenpfeil_tPFiElqQuvih76gd.json @@ -0,0 +1,69 @@ +{ + "_id": "tPFiElqQuvih76gd", + "name": "Schattenpfeil", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/energy-arrow.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gegen den Schaden dieses Zielzaubers erhalten @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} einen Malus von 2 auf ihre Abwehr.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 2, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": true, + "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": "0r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 2 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344895, + "modifiedTime": 1668995459593, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tPFiElqQuvih76gd" +} \ No newline at end of file diff --git a/packs/spells/Schattens_ule_mg3rChUVQrZ09gCW.json b/packs/spells/Schattens_ule_mg3rChUVQrZ09gCW.json new file mode 100644 index 00000000..83bbd44b --- /dev/null +++ b/packs/spells/Schattens_ule_mg3rChUVQrZ09gCW.json @@ -0,0 +1,69 @@ +{ + "_id": "mg3rChUVQrZ09gCW", + "name": "Schattensäule", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/bubbling-beam.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dies ist eine mächtigere Variante des Zaubers @Compendium[ds4.spells.b5RFJWPaYbpXNpsv]{Schattenlanze}, gegen dessen Schaden @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts (Settingoption)} ebenfalls einen Malus von 2 auf ihre Abwehr erhalten.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können diesen Zauber nicht anwenden.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} addieren ihren Talentrang auf den PW der Zielzaubern-Probe Schattensäule.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 8, + "complex": "" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": true, + "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": null, + "wizard": 20, + "sorcerer": 15 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344876, + "modifiedTime": 1668995459563, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mg3rChUVQrZ09gCW" +} \ No newline at end of file diff --git a/packs/spells/Schleudern_bKCGwIne0uoWZiY0.json b/packs/spells/Schleudern_bKCGwIne0uoWZiY0.json new file mode 100644 index 00000000..71ee8dea --- /dev/null +++ b/packs/spells/Schleudern_bKCGwIne0uoWZiY0.json @@ -0,0 +1,69 @@ +{ + "_id": "bKCGwIne0uoWZiY0", + "name": "Schleudern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/heavenly-dog/catapult.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauberspruch, gegen den das Ziel keine Abwehr würfeln kann, schleudert das Ziel (Probenergebnis/3) Meter weit fort.

\n

Das Ziel erhält für die Distanz, die es geschleudert wird (auch wenn eine Wand den Flug bremst) Sturzschaden (DS4 S. 85), gegen den es ganz normal Abwehr würfelt.

\n

Nach dem Fortschleudern liegt das Ziel immer am Boden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE / 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 16, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344726, + "modifiedTime": 1668995459437, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!bKCGwIne0uoWZiY0" +} \ No newline at end of file diff --git a/packs/spells/Schutzfeld_NWPoiZHCmZ7ZJud4.json b/packs/spells/Schutzfeld_NWPoiZHCmZ7ZJud4.json new file mode 100644 index 00000000..8a565865 --- /dev/null +++ b/packs/spells/Schutzfeld_NWPoiZHCmZ7ZJud4.json @@ -0,0 +1,69 @@ +{ + "_id": "NWPoiZHCmZ7ZJud4", + "name": "Schutzfeld", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/omega.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein Schutzfeld mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, an dem nichtmagische Geschosse von außen her wirkungslos abprallen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 4, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344578, + "modifiedTime": 1668995459321, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NWPoiZHCmZ7ZJud4" +} \ No newline at end of file diff --git a/packs/spells/Schutzkuppel_TKx3LO5ZWQuKpK04.json b/packs/spells/Schutzkuppel_TKx3LO5ZWQuKpK04.json new file mode 100644 index 00000000..44c9b6b1 --- /dev/null +++ b/packs/spells/Schutzkuppel_TKx3LO5ZWQuKpK04.json @@ -0,0 +1,69 @@ +{ + "_id": "TKx3LO5ZWQuKpK04", + "name": "Schutzkuppel", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/shiny-omega.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine Schutzkuppel mit einem Radius von VE in Metern erscheint um den Zauberwirker herum, solange er sich konzentriert (zählt als ganze Aktion).

\n

Die unbewegliche Kuppel ist von beiden Seiten unpassierbar – weder Angriffe, Personen noch Zauber wie @Compendium[ds4.spells.ANV77WNlbZFRMssv]{Teleport} gelangen hindurch.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Konzentration", + "unit": "custom" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": 8, + "wizard": 12, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344643, + "modifiedTime": 1668995459359, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TKx3LO5ZWQuKpK04" +} \ No newline at end of file diff --git a/packs/spells/Schutzschild_dehnen_s31yIj9viKMLyaen.json b/packs/spells/Schutzschild_dehnen_s31yIj9viKMLyaen.json new file mode 100644 index 00000000..c189c17f --- /dev/null +++ b/packs/spells/Schutzschild_dehnen_s31yIj9viKMLyaen.json @@ -0,0 +1,69 @@ +{ + "_id": "s31yIj9viKMLyaen", + "name": "Schutzschild dehnen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/alarm-clock.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Verdoppelt die erwürfelte Dauer eines @Compendium[ds4.spells.dpz383XbGFXEsGot]{Schutzschild}-Zaubers, der bereits auf das Ziel wirkt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 4, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344888, + "modifiedTime": 1668995459586, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!s31yIj9viKMLyaen" +} \ No newline at end of file diff --git a/packs/spells/Schutzschild_dpz383XbGFXEsGot.json b/packs/spells/Schutzschild_dpz383XbGFXEsGot.json new file mode 100644 index 00000000..cbce4172 --- /dev/null +++ b/packs/spells/Schutzschild_dpz383XbGFXEsGot.json @@ -0,0 +1,69 @@ +{ + "_id": "dpz383XbGFXEsGot", + "name": "Schutzschild", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/bell-shield.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis die Dauer des Zaubers abgelaufen ist.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 4, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344746, + "modifiedTime": 1668995459479, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dpz383XbGFXEsGot" +} \ No newline at end of file diff --git a/packs/spells/Schutzschild_st_rken_0O56S0JDXi2y71Pu.json b/packs/spells/Schutzschild_st_rken_0O56S0JDXi2y71Pu.json new file mode 100644 index 00000000..65ef2702 --- /dev/null +++ b/packs/spells/Schutzschild_st_rken_0O56S0JDXi2y71Pu.json @@ -0,0 +1,69 @@ +{ + "_id": "0O56S0JDXi2y71Pu", + "name": "Schutzschild stärken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/diamond-hard.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Verdoppelt den Bonus auf die Abwehr eines @Compendium[ds4.spells.dpz383XbGFXEsGot]{Schutzschild}-Zaubers, der bereits auf das Ziel wirkt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 4, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344446, + "modifiedTime": 1668995459121, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0O56S0JDXi2y71Pu" +} \ No newline at end of file diff --git a/packs/spells/Schweben_SPnYNGggFb8XRICE.json b/packs/spells/Schweben_SPnYNGggFb8XRICE.json new file mode 100644 index 00000000..26ebff62 --- /dev/null +++ b/packs/spells/Schweben_SPnYNGggFb8XRICE.json @@ -0,0 +1,69 @@ +{ + "_id": "SPnYNGggFb8XRICE", + "name": "Schweben", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/angel-wings.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel kann statt zu laufen auch lotrecht hoch und runter schweben.

Der Laufen-Wert beim Schweben ist dabei genau so hoch, wie am Boden (man kann im Schweben nicht rennen).

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "custom" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 7, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344620, + "modifiedTime": 1668995459342, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!SPnYNGggFb8XRICE" +} \ No newline at end of file diff --git a/packs/spells/Schweig_rojd8AL3iXmGfc5m.json b/packs/spells/Schweig_rojd8AL3iXmGfc5m.json new file mode 100644 index 00000000..c22d5ba1 --- /dev/null +++ b/packs/spells/Schweig_rojd8AL3iXmGfc5m.json @@ -0,0 +1,69 @@ +{ + "_id": "rojd8AL3iXmGfc5m", + "name": "Schweig", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/silenced.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, verstummt für die Dauer des Zauberspruchs. Verstummte Zauberwirker können solange nur wortlos zaubern (DS4 S. 47).

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE/2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 12, + "wizard": 10, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344886, + "modifiedTime": 1668995459584, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rojd8AL3iXmGfc5m" +} \ No newline at end of file diff --git a/packs/spells/Segen_ZF5cwMCnw4Uf1MCz.json b/packs/spells/Segen_ZF5cwMCnw4Uf1MCz.json new file mode 100644 index 00000000..832a84a0 --- /dev/null +++ b/packs/spells/Segen_ZF5cwMCnw4Uf1MCz.json @@ -0,0 +1,69 @@ +{ + "_id": "ZF5cwMCnw4Uf1MCz", + "name": "Segen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/holy-hand-grenade.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker und bis zu VE x 2 Kameraden in VE x 2 Meter Umkreis werden gesegnet.

\n

Für die Dauer des Zauberspruchs erhalten sie auf alle Proben einen PW-Bonus von +1.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 2, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344690, + "modifiedTime": 1668995459395, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZF5cwMCnw4Uf1MCz" +} \ No newline at end of file diff --git a/packs/spells/Skelette_erwecken_bGs9MiTMj6k4d1Nl.json b/packs/spells/Skelette_erwecken_bGs9MiTMj6k4d1Nl.json new file mode 100644 index 00000000..ead4c8e5 --- /dev/null +++ b/packs/spells/Skelette_erwecken_bGs9MiTMj6k4d1Nl.json @@ -0,0 +1,69 @@ +{ + "_id": "bGs9MiTMj6k4d1Nl", + "name": "Skelette erwecken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/skoll/raise-skeleton.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Schwarzmagier kann eine maximale Anzahl von @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skeletten} (DS4 S. 122) im Wirkungsradius gleich seiner eigenen Stufe zu untotem Leben erwecken. Die Skelette benötigen drei Kampfrunden, um sich zu erheben, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 6 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344722, + "modifiedTime": 1668995459430, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!bGs9MiTMj6k4d1Nl" +} \ No newline at end of file diff --git a/packs/spells/Spionage_xR5aBGFz3916e82x.json b/packs/spells/Spionage_xR5aBGFz3916e82x.json new file mode 100644 index 00000000..6ffee0fe --- /dev/null +++ b/packs/spells/Spionage_xR5aBGFz3916e82x.json @@ -0,0 +1,69 @@ +{ + "_id": "xR5aBGFz3916e82x", + "name": "Spionage", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/spy.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker begibt sich in einen tranceähnlichen Zustand, in dem seine optischen und akustischen Sinne sich von seinem Körper lösen können.

\n

Sein unsichtbarer, hörender Blick bewegt sich mit einer konstanten Geschwindigkeit von VE Meter pro Kampfrunde und kann durch die kleinsten Öffnungen dringen. Der Zauberwirker sieht und hört dabei alles, als wäre er selbst vor Ort.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 8, + "wizard": 6, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344903, + "modifiedTime": 1668995459603, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xR5aBGFz3916e82x" +} \ No newline at end of file diff --git a/packs/spells/Springen_L6NrH3AEmS2I3NWG.json b/packs/spells/Springen_L6NrH3AEmS2I3NWG.json new file mode 100644 index 00000000..a2a465c4 --- /dev/null +++ b/packs/spells/Springen_L6NrH3AEmS2I3NWG.json @@ -0,0 +1,69 @@ +{ + "_id": "L6NrH3AEmS2I3NWG", + "name": "Springen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/jump-across.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker springt augenblicklich bis zu Probenergebnis/2 Meter weit und landet dabei wieder sicher auf seinen Beinen. Alternativ kann man auch hoch oder runter springen, beispielsweise um einen Balkon zu erreichen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 5, + "wizard": 2, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344560, + "modifiedTime": 1668995459315, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!L6NrH3AEmS2I3NWG" +} \ No newline at end of file diff --git a/packs/spells/Spurt_KUbT1gBeThcLY7vU.json b/packs/spells/Spurt_KUbT1gBeThcLY7vU.json new file mode 100644 index 00000000..94bb1ddc --- /dev/null +++ b/packs/spells/Spurt_KUbT1gBeThcLY7vU.json @@ -0,0 +1,69 @@ +{ + "_id": "KUbT1gBeThcLY7vU", + "name": "Spurt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/run.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Laufen-Wert des Ziels wird für die Dauer des Zaubers verdoppelt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 7, + "wizard": 7, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344553, + "modifiedTime": 1668995459309, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KUbT1gBeThcLY7vU" +} \ No newline at end of file diff --git a/packs/spells/Steinwand_NRfYtF7tFoNMe1cR.json b/packs/spells/Steinwand_NRfYtF7tFoNMe1cR.json new file mode 100644 index 00000000..f05a842d --- /dev/null +++ b/packs/spells/Steinwand_NRfYtF7tFoNMe1cR.json @@ -0,0 +1,69 @@ +{ + "_id": "NRfYtF7tFoNMe1cR", + "name": "Steinwand", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/brick-wall.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker erschafft eine Steinwand, die Ausmaße von bis zu 1 m x VE m x VE m annehmen kann und nicht wieder verschwindet.

\n

Die Steinwand muss auf festen Boden stehen und kann nicht an einem Ort erscheinen, wo sich bereits etwas befindet.

\n

Die Steinwand hat eine Abwehr gleich der dreifachen Stufe des Zauberwirkers, für den Fall, dass jemand sie mit Gewalt durchdringen will. Jeder einzelne Kubikmeter der Steinwand verfügt über LK in Höhe der Stufe des Zauberwirkers.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": true, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 14 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344573, + "modifiedTime": 1668995459319, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NRfYtF7tFoNMe1cR" +} \ No newline at end of file diff --git a/packs/spells/Sto_gebet_DPFRVvfvmhCfcm7E.json b/packs/spells/Sto_gebet_DPFRVvfvmhCfcm7E.json new file mode 100644 index 00000000..9ab97906 --- /dev/null +++ b/packs/spells/Sto_gebet_DPFRVvfvmhCfcm7E.json @@ -0,0 +1,69 @@ +{ + "_id": "DPFRVvfvmhCfcm7E", + "name": "Stoßgebet", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/kneeling.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine Druckwelle heiliger Macht schießt aus dem Heiler und bringt Gegner in einem Radius gleich seiner doppelten Stufe in Metern zu Fall.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 5, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344507, + "modifiedTime": 1668995459287, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DPFRVvfvmhCfcm7E" +} \ No newline at end of file diff --git a/packs/spells/Stolpern_KIyVOdiXZnXJIAh6.json b/packs/spells/Stolpern_KIyVOdiXZnXJIAh6.json new file mode 100644 index 00000000..98016cac --- /dev/null +++ b/packs/spells/Stolpern_KIyVOdiXZnXJIAh6.json @@ -0,0 +1,69 @@ +{ + "_id": "KIyVOdiXZnXJIAh6", + "name": "Stolpern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/tripwire.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, stürzt augenblicklich zu Boden.

Misslingt ihm außerdem eine Probe auf AGI+GE, lässt er alles Gehaltene fallen.

", + "equipped": false, + "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": false, + "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": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 4, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344552, + "modifiedTime": 1668995459307, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KIyVOdiXZnXJIAh6" +} \ No newline at end of file diff --git a/packs/spells/Tanz_lQJvJQFzSxfriOlc.json b/packs/spells/Tanz_lQJvJQFzSxfriOlc.json new file mode 100644 index 00000000..70bf8b05 --- /dev/null +++ b/packs/spells/Tanz_lQJvJQFzSxfriOlc.json @@ -0,0 +1,69 @@ +{ + "_id": "lQJvJQFzSxfriOlc", + "name": "Tanz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/ballerina-shoes.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel, welches keine Abwehr gegen den Zauber würfeln darf, kann für die Dauer des Zauberspruchs nur tanzen (und dabei höchstens 1 m pro Kampfrunde laufen).

Das groteske Schauspiel endet vorzeitig, sollte das Ziel Schaden erhalten.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "minutes" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344870, + "modifiedTime": 1668995459548, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lQJvJQFzSxfriOlc" +} \ No newline at end of file diff --git a/packs/spells/Tarnender_Nebel_BdBUObZr9RahUqxA.json b/packs/spells/Tarnender_Nebel_BdBUObZr9RahUqxA.json new file mode 100644 index 00000000..61050064 --- /dev/null +++ b/packs/spells/Tarnender_Nebel_BdBUObZr9RahUqxA.json @@ -0,0 +1,69 @@ +{ + "_id": "BdBUObZr9RahUqxA", + "name": "Tarnender Nebel", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/fog.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine Nebelwolke mit einem Radius von maximal VE in Metern entsteht.

Angriffe gegen Ziele in der Nebelwolke werden um 8 erschwert, gleichsam erhalten alle innerhalb des Nebels -8 auf alle Proben, bei denen man besser sehen können sollte. Eine Nebelwolke kann durch Wind bewegt oder gar auseinander geweht werden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE x 2", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 4, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344494, + "modifiedTime": 1668995459278, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!BdBUObZr9RahUqxA" +} \ No newline at end of file diff --git a/packs/spells/Telekinese_VGeMfTNSKWzNGm6r.json b/packs/spells/Telekinese_VGeMfTNSKWzNGm6r.json new file mode 100644 index 00000000..7f2985de --- /dev/null +++ b/packs/spells/Telekinese_VGeMfTNSKWzNGm6r.json @@ -0,0 +1,69 @@ +{ + "_id": "VGeMfTNSKWzNGm6r", + "name": "Telekinese", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/sbed/weight-crush.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mit diesem Zauber lässt der Zauberwirker einen unbelebten Gegenstand mit einer Geschwindigkeit von 1 m pro Kampfrunde schweben, solange er sich ununterbrochen konzentriert (zählt als ganze Aktion).

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-1 pro (Stufe x 5) kg Gewicht" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "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": "Konzentration", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344670, + "modifiedTime": 1668995459371, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VGeMfTNSKWzNGm6r" +} \ No newline at end of file diff --git a/packs/spells/Teleport_ANV77WNlbZFRMssv.json b/packs/spells/Teleport_ANV77WNlbZFRMssv.json new file mode 100644 index 00000000..c409d36a --- /dev/null +++ b/packs/spells/Teleport_ANV77WNlbZFRMssv.json @@ -0,0 +1,69 @@ +{ + "_id": "ANV77WNlbZFRMssv", + "name": "Teleport", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/teleport.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber teleportiert den Zauberwirker und bis zu VE Begleiter an einen ihm bekannten Ort. War der Zauberwirker nur einmal dort und kennt ihn nur flüchtig, wird der PW der Zaubern-Probe halbiert. Bei einem Teleport-Patzer erscheinen die Charaktere in einem Objekt (zu tief im Boden, ein naher Baum) und erhalten W20 nicht abwehrbaren Schaden (2W20, wenn der Ort nur flüchtig bekannt ist).

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-1 pro Begleiter" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 20, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344484, + "modifiedTime": 1668995459270, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ANV77WNlbZFRMssv" +} \ No newline at end of file diff --git a/packs/spells/Terror_SgDFje4OTxqPEzoA.json b/packs/spells/Terror_SgDFje4OTxqPEzoA.json new file mode 100644 index 00000000..77c8d057 --- /dev/null +++ b/packs/spells/Terror_SgDFje4OTxqPEzoA.json @@ -0,0 +1,69 @@ +{ + "_id": "SgDFje4OTxqPEzoA", + "name": "Terror", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/terror.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg fliehen betroffene Ziele – maximal eine Anzahl gleich der Stufe des Zauberwirkers – so schnell wie möglich in panischer Angst und können erst nach Ablauf der Zauberdauer wieder umkehren.

Der Effekt endet bei jedem Fliehenden, der Schaden erleidet.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des 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 5", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 5, + "wizard": 9, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344636, + "modifiedTime": 1668995459349, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!SgDFje4OTxqPEzoA" +} \ No newline at end of file diff --git a/packs/spells/Tierbeherschung_TVsayZ3WkUxyzKbL.json b/packs/spells/Tierbeherschung_TVsayZ3WkUxyzKbL.json new file mode 100644 index 00000000..7dd618a1 --- /dev/null +++ b/packs/spells/Tierbeherschung_TVsayZ3WkUxyzKbL.json @@ -0,0 +1,69 @@ +{ + "_id": "TVsayZ3WkUxyzKbL", + "name": "Tierbeherschung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/charging-bull.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Erfolg wird das Tier zu einem willenlosen Sklaven des Zauberwirkers. Es befolgt alle seine einsilbigen Befehle, auch wenn diese den eigenen Tod bedeuten können.

Ein Zauberwirker kann niemals mehr als VE Tiere gleichzeitig durch diesen Zauber beherrschen.

Endet der Zauber, nimmt das Tier wieder sein ursprüngliches Verhalten an.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-LK / 2 des 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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 9, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344646, + "modifiedTime": 1668995459365, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TVsayZ3WkUxyzKbL" +} \ No newline at end of file diff --git a/packs/spells/Tiere_bes_nftigen_GpdYH1BAO4tIf6Fj.json b/packs/spells/Tiere_bes_nftigen_GpdYH1BAO4tIf6Fj.json new file mode 100644 index 00000000..00082c67 --- /dev/null +++ b/packs/spells/Tiere_bes_nftigen_GpdYH1BAO4tIf6Fj.json @@ -0,0 +1,69 @@ +{ + "_id": "GpdYH1BAO4tIf6Fj", + "name": "Tiere besänftigen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/paw-heart.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Aggressive Tiere im Wirkungsradius können mit diesem Zauber besänftigt werden. Magische Wesen (wie beispielsweise @Compendium[ds4.creatures.SQv63FQBjA5jW5xv]{Einhörner} oder @Compendium[ds4.creatures.O2maANGDJHPLX8aE]{Unwölfe}) sind gegen den Zauber immun, ebenso Tiere, die unter einem Kontrollzauber wie @Compendium[ds4.spells.TVsayZ3WkUxyzKbL]{Tierbeherschung} o.ä. stehen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-LK / 5 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 1, + "wizard": 7, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344530, + "modifiedTime": 1668995459298, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GpdYH1BAO4tIf6Fj" +} \ No newline at end of file diff --git a/packs/spells/Totengespr_ch_sKCHnXV6c4w1CJWf.json b/packs/spells/Totengespr_ch_sKCHnXV6c4w1CJWf.json new file mode 100644 index 00000000..dbc73197 --- /dev/null +++ b/packs/spells/Totengespr_ch_sKCHnXV6c4w1CJWf.json @@ -0,0 +1,69 @@ +{ + "_id": "sKCHnXV6c4w1CJWf", + "name": "Totengespräch", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/half-dead.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann den Geist eines Toten befragen, dieser muss ihm antworten, allerdings nicht automatisch wahrheitsgemäß.

\n

Maximal wirkt der Zauber VE Minuten oder bis dem Geist VE Fragen gestellt wurden, die dieser nur mit „Ja“ oder „Nein“ beantwortet. Der Geist versteht die Sprache des Zauberwirkers und antwortet in dieser.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE Fragen, bzw. VE Minuten", + "unit": "custom" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 9 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344891, + "modifiedTime": 1668995459590, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sKCHnXV6c4w1CJWf" +} \ No newline at end of file diff --git a/packs/spells/Trugbild_eMilydZd4gqDUsff.json b/packs/spells/Trugbild_eMilydZd4gqDUsff.json new file mode 100644 index 00000000..52e2fbda --- /dev/null +++ b/packs/spells/Trugbild_eMilydZd4gqDUsff.json @@ -0,0 +1,69 @@ +{ + "_id": "eMilydZd4gqDUsff", + "name": "Trugbild", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/mirror-mirror.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber erschafft eine rein optische, unbewegliche Illusion, deren Ausmaße maximal VE/2 Kubikmeter betragen können. Die Illusion ist mit einer erfolgreichen Bemerken-Probe (DS4 S. 89) – abzüglich des halbierten Probenergebnisses der Trugbild Zaubern-Probe – durchschaubar.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "hours" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 7 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344792, + "modifiedTime": 1668995459508, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!eMilydZd4gqDUsff" +} \ No newline at end of file diff --git a/packs/spells/Unsichtbares_sehen_nR6Wbt9k2c8SBVpT.json b/packs/spells/Unsichtbares_sehen_nR6Wbt9k2c8SBVpT.json new file mode 100644 index 00000000..0348a772 --- /dev/null +++ b/packs/spells/Unsichtbares_sehen_nR6Wbt9k2c8SBVpT.json @@ -0,0 +1,69 @@ +{ + "_id": "nR6Wbt9k2c8SBVpT", + "name": "Unsichtbares sehen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible-face.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel erhält für die Dauer des Zauberspruchs die Fähigkeit, unsichtbare Objekte und Lebewesen ganz normal erkennen zu können.

\n

Magie, magische Effekte – bis auf den Zauberspruch @Compendium[ds4.spells.EXqdD6yddQ4c0zAw]{Unsichtbarkeit} – oder auch verborgene Fallen gelten nicht als unsichtbar in Bezug auf diesen Zauberspruch.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 10, + "wizard": 12, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344878, + "modifiedTime": 1668995459565, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nR6Wbt9k2c8SBVpT" +} \ No newline at end of file diff --git a/packs/spells/Unsichtbarkeit_EXqdD6yddQ4c0zAw.json b/packs/spells/Unsichtbarkeit_EXqdD6yddQ4c0zAw.json new file mode 100644 index 00000000..cd1a3878 --- /dev/null +++ b/packs/spells/Unsichtbarkeit_EXqdD6yddQ4c0zAw.json @@ -0,0 +1,69 @@ +{ + "_id": "EXqdD6yddQ4c0zAw", + "name": "Unsichtbarkeit", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/invisible.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Macht ein Lebewesen (samt seiner getragenen Ausrüstung) oder ein Objekt für die Dauer des Zauberspruchs unsichtbar.

Der Zauberspruch endet vorzeitig, wenn das Ziel jemanden angreift, zaubert oder selbst Schaden erhält.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 20, + "wizard": 12, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344512, + "modifiedTime": 1668995459291, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!EXqdD6yddQ4c0zAw" +} \ No newline at end of file diff --git a/packs/spells/Verborgenes_sehen_zWol1q702sjg2b7K.json b/packs/spells/Verborgenes_sehen_zWol1q702sjg2b7K.json new file mode 100644 index 00000000..d3165e74 --- /dev/null +++ b/packs/spells/Verborgenes_sehen_zWol1q702sjg2b7K.json @@ -0,0 +1,69 @@ +{ + "_id": "zWol1q702sjg2b7K", + "name": "Verborgenes sehen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/secret-door.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann unbelebte Dinge – die verborgen oder absichtlich versteckt sind (Fallen, Geheimtüren u.ä.) – mit Hilfe dieses Zaubers für kurze Zeit aufleuchten sehen, selbst wenn sie durch etwas verdeckt sind, wie ein Vorhang oder ein Behältnis.

Der Zauber funktioniert nicht bei magischen oder unsichtbaren Objekten.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 8, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344907, + "modifiedTime": 1668995459609, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zWol1q702sjg2b7K" +} \ No newline at end of file diff --git a/packs/spells/Verdampfen_s3nfDjJjDtiHGKzm.json b/packs/spells/Verdampfen_s3nfDjJjDtiHGKzm.json new file mode 100644 index 00000000..909dbfed --- /dev/null +++ b/packs/spells/Verdampfen_s3nfDjJjDtiHGKzm.json @@ -0,0 +1,69 @@ +{ + "_id": "s3nfDjJjDtiHGKzm", + "name": "Verdampfen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/smoking-orb.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel beginnt vor magischer Hitze regelrecht zu verdampfen. Der innerlich wirkende Schaden entspricht dem dreifachen Probenergebnis, das Ziel würfelt seine Abwehr ohne die Panzerungsboni von seinen Gegenständen.

\n

Der Zauber ist gegen wasserlose Wesen – wie beispielsweise @Compendium[ds4.creatures.Rvu16XzEjizdqNsu]{Skelette} oder @Compendium[ds4.creatures.tYcKw69Feoy3B6hG]{Feuerelementare} – nicht einsetzbar.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "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", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 20, + "sorcerer": 18 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344889, + "modifiedTime": 1668995459588, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!s3nfDjJjDtiHGKzm" +} \ No newline at end of file diff --git a/packs/spells/Vergr__ern_uryiDdwKAwbASnuH.json b/packs/spells/Vergr__ern_uryiDdwKAwbASnuH.json new file mode 100644 index 00000000..6ca23010 --- /dev/null +++ b/packs/spells/Vergr__ern_uryiDdwKAwbASnuH.json @@ -0,0 +1,69 @@ +{ + "_id": "uryiDdwKAwbASnuH", + "name": "Vergrößern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/expand.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Die Körpergröße des freiwilligen Ziels – samt seiner Ausrüstung – verdoppelt sich augenblicklich. Charaktere nehmen die Größenkategorie „groß“ (DS4 S. 104) an.

Für die Dauer des Zauberspruchs werden KÖR, ST und HÄ sowie Laufen verdoppelt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344899, + "modifiedTime": 1668995459599, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uryiDdwKAwbASnuH" +} \ No newline at end of file diff --git a/packs/spells/Verkleinern_ITWKevUdrtyBHjgR.json b/packs/spells/Verkleinern_ITWKevUdrtyBHjgR.json new file mode 100644 index 00000000..fdb0d449 --- /dev/null +++ b/packs/spells/Verkleinern_ITWKevUdrtyBHjgR.json @@ -0,0 +1,69 @@ +{ + "_id": "ITWKevUdrtyBHjgR", + "name": "Verkleinern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/contract.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das freiwillige Ziel – samt seiner Ausrüstung – wird auf ein Zehntel seiner Körpergröße verkleinert. Charaktere nehmen die Größenkategorie „winzig“ (DS4 S. 104) an.

Für die Dauer des Zauberspruchs werden KÖR, ST und HÄ halbiert und Laufen durch 10 geteilt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "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": true, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "minutes" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 10, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344543, + "modifiedTime": 1668995459301, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ITWKevUdrtyBHjgR" +} \ No newline at end of file diff --git a/packs/spells/Verlangsamen_tqJ8DBLXcnCfrG3t.json b/packs/spells/Verlangsamen_tqJ8DBLXcnCfrG3t.json new file mode 100644 index 00000000..9e3c61ee --- /dev/null +++ b/packs/spells/Verlangsamen_tqJ8DBLXcnCfrG3t.json @@ -0,0 +1,69 @@ +{ + "_id": "tqJ8DBLXcnCfrG3t", + "name": "Verlangsamen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/snail.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber halbiert den Laufen-Wert von einer maximalen Anzahl von Zielen gleich der halbierten Stufe des Zauberwirkers.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des Ziels" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 3, + "wizard": 8, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344897, + "modifiedTime": 1668995459596, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tqJ8DBLXcnCfrG3t" +} \ No newline at end of file diff --git a/packs/spells/Versetzen_WETUfLs0pbo1odAp.json b/packs/spells/Versetzen_WETUfLs0pbo1odAp.json new file mode 100644 index 00000000..27082995 --- /dev/null +++ b/packs/spells/Versetzen_WETUfLs0pbo1odAp.json @@ -0,0 +1,69 @@ +{ + "_id": "WETUfLs0pbo1odAp", + "name": "Versetzen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/body-swapping.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das einwilligende Ziel wird bis zu Probenergebnis / 2 Meter weit teleportiert, eine klare Sichtlinie vorausgesetzt.

Reicht die ermittelte Entfernung nicht aus, um den Zielpunkt zu erreichen, wird der Charakter dennoch – so weit wie möglich – in dessen Richtung versetzt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 10, + "wizard": 6, + "sorcerer": 6 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344681, + "modifiedTime": 1668995459385, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!WETUfLs0pbo1odAp" +} \ No newline at end of file diff --git a/packs/spells/Versetzte_Stimme_SaLY0K9FQRb1TQoQ.json b/packs/spells/Versetzte_Stimme_SaLY0K9FQRb1TQoQ.json new file mode 100644 index 00000000..e051bd0b --- /dev/null +++ b/packs/spells/Versetzte_Stimme_SaLY0K9FQRb1TQoQ.json @@ -0,0 +1,69 @@ +{ + "_id": "SaLY0K9FQRb1TQoQ", + "name": "Versetzte Stimme", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/lips.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann das von ihm Gesagte an einen bis zu VE x 10 Meter entfernten Punkt verlagern (eine klare Sichtlinie vorausgesetzt).

\n

Dieser Punkt kann eine freie Stelle im Raum sein oder auch ein Kleidungsstück einer Person.

\n

Jeder in Hörweite dieses Punktes kann den Zauberwirker hören.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-1 pro 10 Meter Entfernung" + }, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 2, + "sorcerer": 3 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344624, + "modifiedTime": 1668995459344, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!SaLY0K9FQRb1TQoQ" +} \ No newline at end of file diff --git a/packs/spells/Verteidigung_0Jp3WM3Aba8VKcrb.json b/packs/spells/Verteidigung_0Jp3WM3Aba8VKcrb.json new file mode 100644 index 00000000..e0632acb --- /dev/null +++ b/packs/spells/Verteidigung_0Jp3WM3Aba8VKcrb.json @@ -0,0 +1,69 @@ +{ + "_id": "0Jp3WM3Aba8VKcrb", + "name": "Verteidigung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/templar-shield.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel erhält das Probenergebnis als Bonus auf seine Abwehr, bis der Zauberwirker in der nächsten Kampfrunde wieder an der Reihe ist.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "1", + "unit": "rounds" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 1, + "wizard": 4, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344444, + "modifiedTime": 1668995459110, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!0Jp3WM3Aba8VKcrb" +} \ No newline at end of file diff --git a/packs/spells/Vertreiben_QVcmtKpmT5HzIwur.json b/packs/spells/Vertreiben_QVcmtKpmT5HzIwur.json new file mode 100644 index 00000000..4e44fa9a --- /dev/null +++ b/packs/spells/Vertreiben_QVcmtKpmT5HzIwur.json @@ -0,0 +1,69 @@ +{ + "_id": "QVcmtKpmT5HzIwur", + "name": "Vertreiben", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/chalk-outline-murder.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Vertreibt eine Anzahl von Untoten im Wirkungsbereich gleich der halbierten Stufe des Zauberwirkers.

\n

Für die Dauer der Vertreibung ziehen sich die Untoten so schnell wie möglich von dem Zauberwirker zurück bis auf eine Distanz von Probenergebnis x 5 m.

\n

Bis zum Ablauf des Zaubers können die Untoten niemanden in seinem Wirkungsbereich angreifen.

\n

Der Effekt endet bei jedem Untoten, der Schaden erleidet.

\n

Bei zu vielen Untoten entscheidet der Zufall, welche betroffen sind. Alternativ kann auch ein bestimmter Untoter als Ziel der Vertreibung bestimmt werden.

\n

Wird beim Vertreiben ein Immersieg gewürfelt, erhalten die betroffenen Untoten zusätzlichen abwehrbaren Schaden in der tatsächlichen Höhe des Immersiegs.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+AU)/2 des 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": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 2", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "minutes" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 1, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344603, + "modifiedTime": 1668995459331, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!QVcmtKpmT5HzIwur" +} \ No newline at end of file diff --git a/packs/spells/Verwandlung_4Wlx1LdkUK3BYctJ.json b/packs/spells/Verwandlung_4Wlx1LdkUK3BYctJ.json new file mode 100644 index 00000000..cd711657 --- /dev/null +++ b/packs/spells/Verwandlung_4Wlx1LdkUK3BYctJ.json @@ -0,0 +1,69 @@ +{ + "_id": "4Wlx1LdkUK3BYctJ", + "name": "Verwandlung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/ghost-ally.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker nimmt das Aussehen einer anderen Person an, die seinem Volk angehören und gleichen Geschlechts sein muss.

\n

Handelt es sich um eine bestimmte Person, die der Charakter jedoch nur flüchtig oder aus der Ferne kennt, können ihm Fehler unterlaufen, wodurch Bekannte der Zielperson mit einer Bemerken-Probe den Zauber durchschauen können.

\n

Untote Wesen u. ä. kann man mit diesem rein optischen Effekt nicht täuschen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "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": true, + "demonology": false, + "necromancy": false, + "transmutation": true, + "area": false + }, + "maxDistance": { + "value": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344455, + "modifiedTime": 1668995459177, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!4Wlx1LdkUK3BYctJ" +} \ No newline at end of file diff --git a/packs/spells/Verwirren_niQVUxJHzdMDlwXc.json b/packs/spells/Verwirren_niQVUxJHzdMDlwXc.json new file mode 100644 index 00000000..23d656a7 --- /dev/null +++ b/packs/spells/Verwirren_niQVUxJHzdMDlwXc.json @@ -0,0 +1,69 @@ +{ + "_id": "niQVUxJHzdMDlwXc", + "name": "Verwirren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/misdirection.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauberspruch verwirrt bei Erfolg das Ziel, dessen Handeln für die gesamte Zauberdauer auf folgender Tabelle jede Kampfrunde neu ermittelt wird:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
W20Der Verwirrte…
1–5… greift die Charaktere an
6–10… läuft verwirrt in eine zufällige Richtung
11–15… steht verwirrt herum
16+… greift die eigenen Verbündeten an
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2" + }, + "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": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 8, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344879, + "modifiedTime": 1668995459567, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!niQVUxJHzdMDlwXc" +} \ No newline at end of file diff --git a/packs/spells/Volksgestalt_8Y5rUQhP8XCQM9xL.json b/packs/spells/Volksgestalt_8Y5rUQhP8XCQM9xL.json new file mode 100644 index 00000000..af238e61 --- /dev/null +++ b/packs/spells/Volksgestalt_8Y5rUQhP8XCQM9xL.json @@ -0,0 +1,69 @@ +{ + "_id": "8Y5rUQhP8XCQM9xL", + "name": "Volksgestalt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/relationship-bounds.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bis zu VE einwilligende, humanoide Ziele (zu denen natürlich auch der Zauberwirker selbst gehören kann) in Reichweite werden in die Gestalt eines anderen humanoiden Volkes der gleichen Größenkategorie (DS4 S. 104) verwandelt (nicht jedoch seine Ausrüstung).

\n

Beispielsweise könnte man einen Menschen in einen Ork oder sogar in einen uralten Zwerg verwandeln.

\n

Der Charakter behält dabei all seine Fähigkeiten und erhält umgekehrt auch keine Fähigkeiten des Volkes, in das er verwandelt wurde.

\n

Während die Stimme sich dem neuen Volk anpasst, erinnern Augen und Gesichtzüge weiterhin an die eigentliche Gestalt des verwandelten Charakters.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "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": true, + "area": false + }, + "maxDistance": { + "value": "VE", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 5, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344473, + "modifiedTime": 1668995459260, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8Y5rUQhP8XCQM9xL" +} \ No newline at end of file diff --git a/packs/spells/W_chter_7HCeOPLYvb1SQxcV.json b/packs/spells/W_chter_7HCeOPLYvb1SQxcV.json new file mode 100644 index 00000000..f26689f4 --- /dev/null +++ b/packs/spells/W_chter_7HCeOPLYvb1SQxcV.json @@ -0,0 +1,69 @@ +{ + "_id": "7HCeOPLYvb1SQxcV", + "name": "Wächter", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/static-guard.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Ein magischer Wächter alarmiert bzw. weckt den Zauberwirker, sobald ein Wesen sich bis auf VE x 2 Meter oder weniger dem Zielpunkt nähert.

\n

Dies gilt nicht für Wesen, die sich während des Zaubervorgangs bereits in diesem Bereich aufhielten.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 4, + "wizard": 6, + "sorcerer": 5 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344463, + "modifiedTime": 1668995459229, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7HCeOPLYvb1SQxcV" +} \ No newline at end of file diff --git a/packs/spells/Waffe_des_Lichts_cggG4v6EBPmEZuAQ.json b/packs/spells/Waffe_des_Lichts_cggG4v6EBPmEZuAQ.json new file mode 100644 index 00000000..25895285 --- /dev/null +++ b/packs/spells/Waffe_des_Lichts_cggG4v6EBPmEZuAQ.json @@ -0,0 +1,69 @@ +{ + "_id": "cggG4v6EBPmEZuAQ", + "name": "Waffe des Lichts", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/aspergillum.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Die anvisierte Waffe erstrahlt mit der heiligen Kraft des Lichts.

\n

Die folgenden Effekte gelten nur, wenn ein Charakter mit dem Talent Diener des Lichts die Waffe benutzt:

\n

Für die Dauer des Zauberspruchs wird der WB der Waffe um +1 erhöht und ihr Schaden gilt als magisch.

\n

Jedesmal, wenn mit der Waffe Schaden verursacht wird, erhöht sich die Abwehr des Waffenträgers um 1.

\n

Dieser Effekt endet, wenn die Zauberdauer abgelaufen ist oder der Charakter die Waffe fallen lässt.

\n

Waffe des Lichts kann man nicht mit @Compendium[ds4.spells.gJ3Z8y7i6LWjSMKJ]{Flammenklinge}, @Compendium[ds4.spells.Gc5G9kixOqNbuwp1]{Frostwaffe} oder @Compendium[ds4.spells.RUfE7hqqHCKMEMbh]{Schattenklinge} kombinieren.

\n

Charaktere mit dem Talent Diener der Dunkelheit können diesen Zauber nicht anwenden.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "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": "VE x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 7, + "wizard": 8, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344734, + "modifiedTime": 1668995459458, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cggG4v6EBPmEZuAQ" +} \ No newline at end of file diff --git a/packs/spells/Wahnsinn_OODDFguw5Y113ywm.json b/packs/spells/Wahnsinn_OODDFguw5Y113ywm.json new file mode 100644 index 00000000..e4e8e4c2 --- /dev/null +++ b/packs/spells/Wahnsinn_OODDFguw5Y113ywm.json @@ -0,0 +1,69 @@ +{ + "_id": "OODDFguw5Y113ywm", + "name": "Wahnsinn", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/mad-scientist.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel des Zaubers wird auf der Stelle wahnsinnig und zu einem sabbernden Schwachsinnigen, dessen Geist fortan auf 0 gesenkt ist.

\n

Nur der Zauberspruch @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} kann diesen Effekt bannen, wofür pro wiederherzustellenden Punkt in GEI der Spruch jeweils einmal auf das Ziel angewendet werden muss.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des 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": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 15 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344599, + "modifiedTime": 1668995459327, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!OODDFguw5Y113ywm" +} \ No newline at end of file diff --git a/packs/spells/Wand_ffnung_7foZzrxZuX0dCh3C.json b/packs/spells/Wand_ffnung_7foZzrxZuX0dCh3C.json new file mode 100644 index 00000000..ab493c24 --- /dev/null +++ b/packs/spells/Wand_ffnung_7foZzrxZuX0dCh3C.json @@ -0,0 +1,69 @@ +{ + "_id": "7foZzrxZuX0dCh3C", + "name": "Wandöffnung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/hole.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker öffnet ein kreisrundes Loch von 1 m Durchmesser in einer bis zu VE x 10 cm dicken, nichtmagischen Steinwand.

\n

Nach Ablauf des Zaubers verschwindet das Loch ohne Spuren zu hinterlassen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": true, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. / 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": 6, + "sorcerer": 14 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344466, + "modifiedTime": 1668995459235, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7foZzrxZuX0dCh3C" +} \ No newline at end of file diff --git a/packs/spells/Wasser_teilen_zcuCpowoHDs7eIHn.json b/packs/spells/Wasser_teilen_zcuCpowoHDs7eIHn.json new file mode 100644 index 00000000..17954da0 --- /dev/null +++ b/packs/spells/Wasser_teilen_zcuCpowoHDs7eIHn.json @@ -0,0 +1,69 @@ +{ + "_id": "zcuCpowoHDs7eIHn", + "name": "Wasser teilen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/zigzag-hieroglyph.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann jegliche Gewässer teilen und eine 1 m breite Schneise bis zu Grund in sie schlagen, ihre Länge einzig und allein begrenzt durch den Entfernungsmalus auf Zielzauber (DS4 S. 43).

\n

Wird der Zauber gegen flüssige Wesen wie beispielsweise @Compendium[ds4.creatures.ZJF6ieo8O0GXfgwz]{Wasserelementare} eingesetzt, entspricht das Wurfergebnis nicht abwehrbaren Schaden, während die Zauberdauer nur noch augenblicklich ist.

", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": true, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Konzentration", + "unit": "custom" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": 12, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344908, + "modifiedTime": 1668995459611, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zcuCpowoHDs7eIHn" +} \ No newline at end of file diff --git a/packs/spells/Wasser_weihen_TKkpNdYo6cbFq7Pt.json b/packs/spells/Wasser_weihen_TKkpNdYo6cbFq7Pt.json new file mode 100644 index 00000000..410479f7 --- /dev/null +++ b/packs/spells/Wasser_weihen_TKkpNdYo6cbFq7Pt.json @@ -0,0 +1,69 @@ +{ + "_id": "TKkpNdYo6cbFq7Pt", + "name": "Wasser weihen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/holy-water.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Berührtes, reines Wasser wird zu heiligem @Compendium[ds4.equipment.RoXGTPdisjn6AdYK]{Weihwasser}. Bei jeder Anwendung des Zaubers stellt der Heiler eine Anzahl an Weihwassereinheiten (etwa 1/2 Liter) gleich dem halbierten Probenergebnis her, genügend „normales“ Wasser als Rohstoff vorausgesetzt.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 1, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344639, + "modifiedTime": 1668995459352, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TKkpNdYo6cbFq7Pt" +} \ No newline at end of file diff --git a/packs/spells/Wasserwandeln_mYZ3gFtRJASLL9pv.json b/packs/spells/Wasserwandeln_mYZ3gFtRJASLL9pv.json new file mode 100644 index 00000000..f472e1a4 --- /dev/null +++ b/packs/spells/Wasserwandeln_mYZ3gFtRJASLL9pv.json @@ -0,0 +1,69 @@ +{ + "_id": "mYZ3gFtRJASLL9pv", + "name": "Wasserwandeln", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/walk.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Das Ziel des Zaubers kann eine Anzahl von Runden gleich dem Probenergebnis auf Wasser laufen, als befände es sich an Land.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": true, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": true, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE", + "unit": "hours" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": 5, + "wizard": 9, + "sorcerer": 9 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344875, + "modifiedTime": 1668995459559, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mYZ3gFtRJASLL9pv" +} \ No newline at end of file diff --git a/packs/spells/Wechselzauber_DNplbUwfxszg5UbZ.json b/packs/spells/Wechselzauber_DNplbUwfxszg5UbZ.json new file mode 100644 index 00000000..d89b5d79 --- /dev/null +++ b/packs/spells/Wechselzauber_DNplbUwfxszg5UbZ.json @@ -0,0 +1,69 @@ +{ + "_id": "DNplbUwfxszg5UbZ", + "name": "Wechselzauber", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/magick-trick.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Präpariert einen Zauberspruch des Zauberwirkers, um einmalig aktionsfrei zu diesem zu wechseln.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 12, + "wizard": 10, + "sorcerer": 12 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344503, + "modifiedTime": 1668995459282, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DNplbUwfxszg5UbZ" +} \ No newline at end of file diff --git a/packs/spells/Wiederbelebung_duf86LKvOIyDXJbc.json b/packs/spells/Wiederbelebung_duf86LKvOIyDXJbc.json new file mode 100644 index 00000000..24acdda4 --- /dev/null +++ b/packs/spells/Wiederbelebung_duf86LKvOIyDXJbc.json @@ -0,0 +1,69 @@ +{ + "_id": "duf86LKvOIyDXJbc", + "name": "Wiederbelebung", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/heart-wings.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauber belebt einen Charakter, der nicht eines natürlichen Todes starb, wieder zum Leben mit 1 LK.

\n

Das Ziel darf höchstens seit W20 Tagen tot sein und verliert bei der Wiederbelebung permanent 1 Punkt KÖR (DS4 S. 42).

\n

Charaktere mit KÖR 1 können folglich also nicht mehr mit Hilfe dieses Zauberspruchs wiederbelebt bleiben.

\n

Zu beachten ist, dass dieser Zauber keine besonderen Verletzungen heilt – beispielsweise sollte ein aufgeschlitzte Kehle oder ein zerstampfter Körper vor der Wiederbelebung mit dem Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} behandelt werden, um ein erneutes Ableben gleich nach der Wiederbelebung zu verhindern.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": true, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 10, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344757, + "modifiedTime": 1668995459492, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!duf86LKvOIyDXJbc" +} \ No newline at end of file diff --git a/packs/spells/Wolke_der_Reue_aDitBSXiHFI67zDZ.json b/packs/spells/Wolke_der_Reue_aDitBSXiHFI67zDZ.json new file mode 100644 index 00000000..e9c6dfa3 --- /dev/null +++ b/packs/spells/Wolke_der_Reue_aDitBSXiHFI67zDZ.json @@ -0,0 +1,69 @@ +{ + "_id": "aDitBSXiHFI67zDZ", + "name": "Wolke der Reue", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/tear-tracks.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine unsichtbare Wolke der Reue mit einem Radius von maximal VE in Metern entsteht.

Jeder Charakter innerhalb der Wolke empfindet ein unterschwelliges Schuldgefühl, wirkt leicht verunsichert und erhält dadurch -1 auf alle Proben.

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -2, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": 1, + "wizard": 6, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344707, + "modifiedTime": 1668995459419, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aDitBSXiHFI67zDZ" +} \ No newline at end of file diff --git a/packs/spells/Wolke_des_Todes_xs7tx8K3ZdQ76u0b.json b/packs/spells/Wolke_des_Todes_xs7tx8K3ZdQ76u0b.json new file mode 100644 index 00000000..e96261b5 --- /dev/null +++ b/packs/spells/Wolke_des_Todes_xs7tx8K3ZdQ76u0b.json @@ -0,0 +1,69 @@ +{ + "_id": "xs7tx8K3ZdQ76u0b", + "name": "Wolke des Todes", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/skull-mask.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine schwarze, qualmende Wolke des Todes mit einem Radius von maximal VE in Metern entsteht.

\n

Zwar ist die Wolke nicht undurchsichtig, dennoch werden Angriffe gegen Ziele darin um 2 erschwert, gleichsam erhalten alle innerhalb der Wolke -2 auf alle Proben, bei denen man besser sehen können sollte.

\n

Jeder Charakter innerhalb der Wolke erleidet pro Runde automatisch einen nicht abwehrbaren Punkt Schaden.

\n

Sollte der Schwarzmagier über das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} verfügen, wird sein Talentrang auf den nicht abwehrbaren Schaden, den jedes Opfer pro Kampfrunde erleidet, addiert.

\n

Eine Wolke kann durch Wind bewegt oder gar auseinander geweht werden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -4, + "complex": "" + }, + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": true, + "shadow": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true + }, + "maxDistance": { + "value": "VE x 5", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb. x 2", + "unit": "rounds" + }, + "cooldownDuration": "100r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 13 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344904, + "modifiedTime": 1668995459604, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!xs7tx8K3ZdQ76u0b" +} \ No newline at end of file diff --git a/packs/spells/Zauberabklang_uAgln8KHIaeK9G1I.json b/packs/spells/Zauberabklang_uAgln8KHIaeK9G1I.json new file mode 100644 index 00000000..1899ec71 --- /dev/null +++ b/packs/spells/Zauberabklang_uAgln8KHIaeK9G1I.json @@ -0,0 +1,69 @@ +{ + "_id": "uAgln8KHIaeK9G1I", + "name": "Zauberabklang", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/backward-time.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Mit diesem Zauber kann versucht werden, die Abklingzeit eines zuvor (innerhalb der letzten VE Kamfprunden) erfolgreich gewirkten Zauberspruchs wieder auf Null zu senken.

Misslingt die Probe, kann man den Zauberabklang bei diesem speziellen Zauberspruch erst wieder versuchen, wenn der Zauberwirker ihn abermals gewirkt hat.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "- eigene Zugangsstufe für den Spruch" + }, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 10, + "wizard": 5, + "sorcerer": 9 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344898, + "modifiedTime": 1668995459598, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!uAgln8KHIaeK9G1I" +} \ No newline at end of file diff --git a/packs/spells/Zauberleiter_USNJNNF2jDaS6BDQ.json b/packs/spells/Zauberleiter_USNJNNF2jDaS6BDQ.json new file mode 100644 index 00000000..74c42392 --- /dev/null +++ b/packs/spells/Zauberleiter_USNJNNF2jDaS6BDQ.json @@ -0,0 +1,69 @@ +{ + "_id": "USNJNNF2jDaS6BDQ", + "name": "Zauberleiter", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/ladder.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Eine magische Leiter entsteht, die bis zu VE x Zauberwirkerstufe Meter hoch sein kann.

Die Leiter steht fest im Raum und benötigt keinen Halt. Sie bleibt, solange der Zauberwirker sich ununterbrochen konzentriert (zählt als ganze Aktion).

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": "Konzentration", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": 8, + "wizard": 4, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344664, + "modifiedTime": 1668995459367, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!USNJNNF2jDaS6BDQ" +} \ No newline at end of file diff --git a/packs/spells/Zaubertrick_kOCHuBrtIXOwoZ1J.json b/packs/spells/Zaubertrick_kOCHuBrtIXOwoZ1J.json new file mode 100644 index 00000000..221f6ec5 --- /dev/null +++ b/packs/spells/Zaubertrick_kOCHuBrtIXOwoZ1J.json @@ -0,0 +1,69 @@ +{ + "_id": "kOCHuBrtIXOwoZ1J", + "name": "Zaubertrick", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/magic-hat.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieser Zauberspruch erzeugt kleine, unschädliche Illusionen. Beispielsweise kann der Zauberwirker schwebende Bälle zaubern oder die Illusion eines Kaninchens aus einem Hut ziehen.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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 x 2", + "unit": "meter" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344867, + "modifiedTime": 1668995459544, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kOCHuBrtIXOwoZ1J" +} \ No newline at end of file diff --git a/packs/spells/Zeitstop_BGnY1p1qZXwpzXFA.json b/packs/spells/Zeitstop_BGnY1p1qZXwpzXFA.json new file mode 100644 index 00000000..e5df6f4b --- /dev/null +++ b/packs/spells/Zeitstop_BGnY1p1qZXwpzXFA.json @@ -0,0 +1,69 @@ +{ + "_id": "BGnY1p1qZXwpzXFA", + "name": "Zeitstop", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/time-trap.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker hält die Zeit an, bis die Zauberdauer endet oder er Schaden verursacht bzw. selber erleidet.

Andere Objekte und Lebewesen können nicht bewegt werden – sie sind starr in der Zeit eingefroren.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -5, + "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": "Selbst", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Prb.", + "unit": "rounds" + }, + "cooldownDuration": "d20d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 20 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344490, + "modifiedTime": 1668995459276, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!BGnY1p1qZXwpzXFA" +} \ No newline at end of file diff --git a/packs/spells/Zombies_erwecken_mBFPKvtK3Rmq7CFY.json b/packs/spells/Zombies_erwecken_mBFPKvtK3Rmq7CFY.json new file mode 100644 index 00000000..2d185dcc --- /dev/null +++ b/packs/spells/Zombies_erwecken_mBFPKvtK3Rmq7CFY.json @@ -0,0 +1,69 @@ +{ + "_id": "mBFPKvtK3Rmq7CFY", + "name": "Zombies erwecken", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/skoll/raise-zombie.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Schwarzmagier kann eine maximale Anzahl an Leichen gleich seiner eigenen Stufe im Wirkungsradius zu untotem Leben erwecken.

\n

Die @Compendium[ds4.creatures.rLUCyWfSBebB8cSC]{Zombies} (DS4 S. 125) benötigen drei Kampfrunden, um sich zu erheben, danach wollen sie ihren Erwecker vernichten, um wieder Erlösung zu finden, gelingt es diesem nicht, sie mit dem Zauber @Compendium[ds4.spells.9gc1CF70165NXymH]{Kontrollieren} zu beherrschen.

\n

Charaktere mit dem Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} können den Zauber nicht anwenden.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "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": true, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": false + }, + "maxDistance": { + "value": "", + "unit": "meter" + }, + "effectRadius": { + "value": "VE x 5", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": 8 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344873, + "modifiedTime": 1668995459558, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!mBFPKvtK3Rmq7CFY" +} \ No newline at end of file diff --git a/packs/spells/_ffnen_ip0DVeb1YeNrEeUu.json b/packs/spells/_ffnen_ip0DVeb1YeNrEeUu.json new file mode 100644 index 00000000..c6f3708e --- /dev/null +++ b/packs/spells/_ffnen_ip0DVeb1YeNrEeUu.json @@ -0,0 +1,69 @@ +{ + "_id": "ip0DVeb1YeNrEeUu", + "name": "Öffnen", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/padlock-open.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Öffnet ein Schloss, ohne es zu beschädigen. Der normalerweise immer +0 betragende Schlosswert (SW) kann durch bessere Qualität oder den Zauberspruch @Compendium[ds4.spells.dzYAc9ti7ghhkyiX]{Magisches Schloss} erhöht werden.

\n

Misslingt der Zauber, kann der Zauberwirker es erneut versuchen. Jeder Folgewurf senkt den PW der Zaubern-Proben bei diesem speziellen Schloss jedoch um jeweils 2.

\n

Dieser kumulative Malus gegen dieses eine Schloss erlischt erst, wenn der Zauberwirker eine neue Stufe erreicht.

", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-SW" + }, + "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": "Berühren", + "unit": "custom" + }, + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": 2, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995344866, + "modifiedTime": 1668995459542, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ip0DVeb1YeNrEeUu" +} \ No newline at end of file diff --git a/packs/talents.json b/packs/talents.json deleted file mode 100644 index 7b19c01e..00000000 --- a/packs/talents.json +++ /dev/null @@ -1,5032 +0,0 @@ -[ - { - "_id": "11ZOcPcDIigrXvww", - "name": "Elementare bündeln", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Elementarist auf Wunsch bei einer Herbeirufung eine weitere Elementarstufe (I) herbeirufen.

\n

Der Elementarist muss vor der Herbeirufung schon festlegen, wie viele der zusätzlichen Elementare einzeln oder gebündelt – wodurch sich ihre Stufen (DS4 S. 53) bis maximal III addieren – erscheinen sollen. Ein zusätzliches Elementarportal oder Proben werden dafür nicht benötigt, aber der ZB entsprechend gesenkt.

\n

Sollte die Herbeirufung misslingen, wenden sich alle Elementare – gebündelte wie ungebündelte – gegen den Elementaristen.

", - "rank": { - "base": 0, - "max": 10, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349428, - "modifiedTime": 1668995463435, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "1VAiKGCnqKfNC8AE", - "name": "Waffenloser Meister", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Kampfmönch ist ein Meister des waffenlosen Kampfes, der WB seiner unbewaffneten Angriffe beträgt +1 pro Talentrang.

\n

Der normalerweise gültige Bonus von +5 auf Abwehr gegen waffenlose Angriffe entfällt bei seinen Gegnern, deren Abwehr außerdem noch pro Talentrang um 1 gesenkt wird. Außerdem erhält ein waffenloser Meister +1 auf Abwehr und Initiative pro Talentrang, sofern er keinen Schild und keine Art von Rüstungen bis auf Stoff trägt.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349448, - "modifiedTime": 1668995463478, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2ASdMhcx0hN3ZpPc", - "name": "Explosionskontrolle", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter eine Person (auch sich selbst) vor der Wirkung eines seiner eigenen Flächenzauber verschonen. Pro Talentrang kann er das Talent einmal pro Kampf einsetzen.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349453, - "modifiedTime": 1668995463484, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2jZY66sVnHSIFq7P", - "name": "Frontheiler", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Heiler einmal alle 24 Stunden die Abklingzeit eines Heilzaubers (so auch @Compendium[ds4.spells.duf86LKvOIyDXJbc]{Wiederbelebung}) ignorieren.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349456, - "modifiedTime": 1668995463506, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "2zY11r1tKxBzNB0e", - "name": "Mächtige Erweckung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Nekromant Punkte in Höhe von GEI/2 auf die Kampfwerte eines jeden von ihm erweckten Untoten beliebig verteilen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349457, - "modifiedTime": 1668995463514, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "3AkPGw4beW52LIAY", - "name": "Rüstträger", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist es gewohnt, schwere Rüstung zu tragen und sich in ihr zu bewegen. Der durch Rüstung verursachte Malus auf Laufen wird pro Talentrang um 0,5 gemindert.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349459, - "modifiedTime": 1668995463516, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "42FNsShgm1B6MClC", - "name": "Ich muss weg!", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter in jedem Kampf für jeweils eine Runde sämtliche gegen ihn gerichteten Nahkampfangriffe komplett ignorieren.

\n

Dabei darf er aber seine Gegner nicht attackieren, sondern muss sich dabei um mindestens 2 m von ihnen entfernen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349462, - "modifiedTime": 1668995463518, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5LXCr1G1Hmx622V0", - "name": "Standhaft", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang sinkt die Lebenskraft-Grenze, ab der ein Charakter bewusstlos wird, um jeweils 3.

\n

Ein Charakter mit Standhaft III wird also erst mit -9 LK bewusstlos, statt schon bei Null. Alles natürlich nur unter der Voraussetzung, dass man so viele negative LK auch überleben kann (DS4 S. 42).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349463, - "modifiedTime": 1668995463520, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5eEaKiUSzWBhG8Bn", - "name": "Beute Schätzen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "HHnWhHQf9ibLVCAP", - "changes": [ - { - "key": "system.checks.appraise", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schätzen +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter erhält pro Talentrang einen Bonus von +3, wenn er den Wert eines Gegenstandes schätzt.

\n

Auch kann er mit GEI+AU spüren, ob dieser magisch ist (nicht aber im Anschluss mit GEI+VE, wie Zauberwirker, seine Funktionsweise erkennen), worauf der gleiche Bonus angerechnet wird.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349465, - "modifiedTime": 1668995463521, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "5nve4XNc1bJdfZNN", - "name": "Teufelchen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Beschwörer erhält pro Talentrang ein kleines, fliegendes Teufelchen als Begleiter, das ihn im Kampf unterstützt. Teufelchen können nur Knurrlaute von sich geben, verstehen aber simple Worte und einsilbige Befehle ihres Beschwörers.

\n

Sobald der Charakter es befiehlt oder das Teufelchen über weniger als 1 LK verfügt, kehrt es zurück auf seine Existenzebene, von wo es erst nach frühestens W20 Stunden wiederkehren kann, sofern der Charakter dies wünscht.

\n

Es ist nicht möglich, die Talente @Compendium[ds4.talents.KwGcyAzyqbz7oiTl]{Vertrauter} oder @Compendium[ds4.talents.tkLyvmSYvVslMXVE]{Vertrautenband} auf ein Teufelchen anzuwenden.

\n

Es gibt drei Arten von Teufelchen (@Compendium[ds4.creatures.aqbcBjeCJUHJ5uVj]{Teufelchen I}, @Compendium[ds4.creatures.SxbO1iTrXYGbdMoC]{Teufelchen II}, @Compendium[ds4.creatures.22pkyKnZoRLG0nnY]{Teufelchen III}), auf die man durch weitere Talentränge Zugang erhält. Bei Erwerb eines Talentranges wird festgelegt, um was für ein Teufelchen es sich dabei handelt. Es ist auch immer möglich, ein rangniedrigeres Teufelchen erneut auszuwählen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349466, - "modifiedTime": 1668995463524, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "61Dz3XpStwlMfsbL", - "name": "Jäger", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "1YQV8nWWzoU30KHR", - "changes": [ - { - "key": "system.checks.startFire", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.readTracks", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Jagdproben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter wandert oft durch die Wildnis und erhält durch dieses Talent +2 auf Proben, mit denen Spuren gelesen, Wild gejagt oder die richtige Marschrichtung wiedergefunden werden soll.

\n

Pro Talentrang kann außerdem eine Mahlzeit (von denen 3 einer Tagesration entsprechen) problemlos beschafft werden (Beeren pflücken, Kleintier erlegen usw.).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349470, - "modifiedTime": 1668995463526, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6YJLvjCIUmhqlaFb", - "name": "Herausforderer der Elemente", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Elementarist einmal alle 24 Stunden die Abklingzeit des Zauberspruchs Elementar Harbeirufen (@Compendium[ds4.spells.9GBDoyVXPXjWoLix]{Erde}, @Compendium[ds4.spells.8BT2TqPHC0v2OzNe]{Feuer}, @Compendium[ds4.spells.PXIVHRBpLwlzrk3L]{Luft}, @Compendium[ds4.spells.ftDPIhLCVRLRpOix]{Wasser}) ignorieren. Alternativ kann dies auch bei einem Zauber angewendet werden, der Elementarschaden verursacht.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349472, - "modifiedTime": 1668995463528, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6oXmRM21CLfELqKv", - "name": "Verheerer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "aqgIfpGWXYeXn1y6", - "changes": [ - { - "key": "system.opponentDefense", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Gegnerabwehr bei Zaubern/Zielzaubern -1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.allowsDefense" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter versteht es, seine Magie verheerend einzusetzen:

\n

Die Abwehr des Gegners wird gegen Schaden durch die Zauberangriffe des Charakters (mittels Zaubern oder Zielzaubern) um 1 pro Talentrang gesenkt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349474, - "modifiedTime": 1668995464091, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "6z0JXGEqdzDTWQ7f", - "name": "Kämpfer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "XkW7XqOCXg2e4OTo", - "changes": [ - { - "key": "system.combatValues.meleeAttack.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schlagen +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein geübter Nahkämpfer: Er erhält pro Talentrang auf Schlagen einen Bonus von +1.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349475, - "modifiedTime": 1668995463532, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7H5VfdfMACJbv8bz", - "name": "Dämonenbrut", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Dämonologe auf Wunsch bei einer Beschwörung einen weiteren Dämon gleichen Typs beschwören. Ein zusätzlicher Beschwörungskreis oder eine weitere Probe werden dafür nicht benötigt.

\n

Sollte die Beschwörung misslingen, wendet sich die gesamte Dämonenbrut gegen ihren Beschwörer.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349478, - "modifiedTime": 1668995463577, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "7ZBxxxx32wacXkHS", - "name": "Sensenspötter", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Nekromant kann dem Tod ein Schnippchen schlagen:

\n

Sobald er regeltechnisch stirbt, kann er noch eine weitere Runde pro Talentrang handeln, als ober er noch am Leben wäre, vorausgesetzt, er ist nicht enthauptet, explodiert, zerstampft u. ä.

\n

Sollte der Nekromant bei Eintritt des Todes bereits bewusstlos sein, bleibt er dies weiterhin, kann allerdings in dieser Zeit verarztet und geheilt werden, als wäre er noch am Leben.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349479, - "modifiedTime": 1668995463584, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8D01Z1kDIDcsuVCn", - "name": "Feuermagier", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "MbXCCUny8g0DURC5", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Feuerzauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.fire" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker ist geübt im Umgang mit Feuermagie. Er erhält auf alle Zauber, die einen Feuereffekt haben, einen Bonus von +1 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349480, - "modifiedTime": 1668995464113, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8apgKsktW4pyWmMq", - "name": "Hinterhältiger Angriff", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Einmal pro Kampf kann der Attentäter einen Gegner mit einem hinterhältigen Angriff im Nahkampf attackieren, sofern er einen Dolch, ein Messer oder eine Würgewaffe (Draht, Schur usw.) dafür benutzt und das Opfer sich des Angriffs nicht gewahr ist. Dafür wird in dieser Runde sein Wert in Schlagen um GE – multipliziert mit dem Talentrang – erhöht.

\n

Wurde durch den hinterhältigen Angriff der Kampf eröffnet, kann das Ziel (sofern der hinterhältigen Angriff auch gelang) in dieser Runde nicht mehr agieren.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349481, - "modifiedTime": 1668995463657, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8nkrwGAE0HPoAAEm", - "name": "Gezieltes Gift", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Attentäter kennt die Stellen, wo man im Kampf den Gegner treffen muss, damit ein Waffengift seine Wirkung ideal entfalten kann.

\n

Pro Talentrang werden bei seinen Angriffen mit vergifteten Waffen Schadensgifte um +2 Schaden, Betäubungsgifte um +2 Minuten und Lähmungsgifte um +2 Runden erhöht.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349482, - "modifiedTime": 1668995463659, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8pylauN1hY933vrQ", - "name": "Bärengestalt", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in einen @Compendium[ds4.creatures.InLjj4RGxfkDrtXr]{Bären} (DS4 S. 106) verwandeln. Alternativ kann in Absprache mit dem Spielleiter bei Talenterwerb auch ein anderes „großes“ (DS4 S. 104) Tier gewählt werden. Die Verwandlung dauert 1 Runde. Der Effekt endet auf Wunsch des Druiden oder durch seinen Tod. Erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte des Tieres an.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349484, - "modifiedTime": 1668995463660, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "8wHCsoZEQp3rScWe", - "name": "Parade", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter hat gelernt, die Nahkampfangriffe seiner Gegner zu parieren.

\n

Sofern er eine Nahkampfwaffe gezogen hat, erhält der Charakter pro Talentrang +1 auf seine Abwehr gegen jeden Nahkampfangriff, dessen er sich bewusst ist und der nicht von hinten erfolgt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349485, - "modifiedTime": 1668995463661, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9hpucJC8WArBiXUR", - "name": "Tod entrinnen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Sobald der Charakter weniger als 1 LK besitzt, aber immer noch lebt, heilt er automatisch nach 5 Runden (-1 Runde pro Talentrang) 1 LK pro Talentrang pro Runde.

\n

Sobald seine LK wieder im positiven Bereich sind, endet der Heileffekt und der Charakter ist augenblicklich voll einsatzfähig.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349487, - "modifiedTime": 1668995463666, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9qdc56F4XTntYoo9", - "name": "Akrobat", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "ouQeQaI46fM2mq4D", - "changes": [ - { - "key": "system.checks.climb", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.jump", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Akrobatische Proben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein geübter Kletterer und Turner. Auf alle Proben, bei denen es um athletisches Geschick, Balancieren oder Kletterkunst geht, erhält der Charakter einen Bonus von +2 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349488, - "modifiedTime": 1668995463667, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "9y7I3NIFuFC5lG4s", - "name": "Blocker", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter versteht es, im Kampf seinen Schild geschickt einzusetzen.

\n

In jeder Kampfrunde, in der er keine offensive Handlung unternimmt, dabei einen Schild führt und sich nicht einen Schritt bewegt, erhält er pro Talentrang +2 auf seine Abwehr gegen alle Angriffe, derer er sich bewusst ist und die nicht von hinten erfolgen. Zusätzlich kann er mit demselben Bonus KÖR+HÄ aktionsfrei würfeln, um im Kampf nicht zurückgedrängt zu werden (DS4 S. 44). Einmal pro Kampf kann ein Blocker pro Talentrang einen Patzer bei der Abwehr wiederholen, auch wenn er gerade eine offensiv Handlung unternimmt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349489, - "modifiedTime": 1668995463668, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "AM8Wp2ZVwWgbUXQz", - "name": "Macht des Blutes", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Blutmagier einmal pro Tag den Probenwert einer beliebigen Probe um den Wert ihres enthaltenen Attributs erhöhen.

\n

Beispielsweise könnte der Probenwert einer Klettern-Probe (AGI+ST) um den Wert in Agilität erhöht werden.

\n

Es ist möglich, mehrere Talentränge in einer einzigen Probe zu vereinen.

\n

Allerdings erhält der Blutmagier jedesmal beim Einsatz des Talents 2 Punkte nicht abwehrbaren Schaden pro eingesetzten Talentrang.

\n

Eine Kombination mit dem Talent @Compendium[ds4.talents.XiwLao8lZi3JL0ku]{Zaubermacht} ist möglich (dessen dabei eingesetzte Talentränge verursachen aber keinen Schaden beim Blutmagier).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349491, - "modifiedTime": 1668995463669, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "AT9Bi7Tsr8k3HujP", - "name": "Vergeltung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Im Kampf kann der Charakter einmal pro Talentrang seinen Wert in Schlagen für eine Runde um seinen vierfachen Talentrang in @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} bzw. @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} erhöhen.

\n

Es ist nicht mögliche, mehrere Talentränge von Vergeltung in einer einzelnen Probe zu vereinen.

\n

Eine Kombination mit Talenten wie beispielsweise @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} ist allerdings uneingeschränkt möglich.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349492, - "modifiedTime": 1668995463670, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Bp7OVgurG40CR1Mw", - "name": "Knechtschaft", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter jeder selbst beschworenen bzw. selbst herbeigerufenen Wesenheit eine weitere Frage stellen bzw. einen weiteren Auftrag erteilen und die Zeit, die das Wesen ihm dienen muss, um 1 Stunde verlängern.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349493, - "modifiedTime": 1668995463671, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DUexlPzqyH2xPxYP", - "name": "Meister seiner Klasse", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann das primäre Attribut seiner Klasse um +1 steigern:

\n

Krieger steigern KÖR, Späher steigern AGI und Zauberwirker steigern GEI.

", - "rank": { - "base": 0, - "max": 1, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349495, - "modifiedTime": 1668995463671, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "DZcu8KQFWChBVPRR", - "name": "Dämonen zerschmettern", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen Nahkampfangriff gegen einen Dämonen führen, der nicht abgewehrt werden kann.

\n

Vor dem Angriffswurf muss angesagt werden, dass das Talent zum Einsatz kommen soll, welches mit Talenten wie @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} und/oder @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} kombiniert werden kann.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349497, - "modifiedTime": 1668995463672, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "FoY7VbBTatyHOrb8", - "name": "Untote Horden", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang erhöht sich die Anzahl der erweckbaren und kontrollierbaren Untoten (entspricht der Stufe des Charakters) um 3.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349498, - "modifiedTime": 1668995463673, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "G3fbdAorLMCa2hGu", - "name": "Meucheln", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Senkt die Abwehr des Gegners gegen Schaden durch das Talent @Compendium[ds4.talents.8apgKsktW4pyWmMq]{Hinterhältiger Angriff} um 5 pro Talentrang.

\n

Gegen Ziele, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349500, - "modifiedTime": 1668995463673, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GVuVyP3uLw3Fkiwf", - "name": "Prügler", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird bei einem Angriff mit stumpfen Waffen, Äxten oder zweihändigen Waffen ein Immersieg erzielt, wird die Abwehr des Gegners gegen diesen Angriff pro Talentrang um 5 gesenkt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349501, - "modifiedTime": 1668995463674, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "GWVLcfQ2fm3Hc0zP", - "name": "Schütze", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "v4ruKzcrriNyrgvE", - "changes": [ - { - "key": "system.combatValues.rangedAttack.total", - "mode": 2, - "value": "1", - "priority": null - }, - { - "key": "system.combatValues.targetedSpellcasting.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schießen und Zielzauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein geübter Fernkämpfer: Er erhält auf Schießen und Zielzauber einen Bonus von +1 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349503, - "modifiedTime": 1668995463675, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "HFCY3fxIbeXapRan", - "name": "Elementen trotzen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden erlittenen Schaden durch die Elemente (beispielsweise durch Blitze, Eis oder Feuer) aller Art ignorieren.

\n

Dies gilt auch für Schaden, der normalerweise nicht abgewehrt werden kann (beispielsweise durch den Zauberspruch @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball}).

\n

Die schützende Wirkung wird als freie Aktion ausgelöst und hält eine ununterbrochene Anzahl von Runden gleich dem dreifachen Talentrang an.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349504, - "modifiedTime": 1668995463676, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "IB1OJ65TseuSw9ZI", - "name": "Wissensegebiet", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird für jedes Wissensgebiet (Alte Sagen, Mathematik, Naturkunde, Sternenkunde, Zwergische Religion usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Wissensgebiet und erhält auf alle diesbezüglichen Proben einen Bonus von +3 pro Talentrang, den man für dieses Wissensgebiet erworben hat.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349505, - "modifiedTime": 1668995463676, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "IIvsBSAqFFUFqALo", - "name": "Sattelschütze", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent gestattet dem Charakter, während des Reitens mit einer Schusswaffe zu schießen, die mit beiden Händen gehalten wird.

\n

Dennoch gibt es bei diesem schwierigen Manöver immer noch einen Malus von -5 im Trab und -10 im Galopp auf die Schießen-Probe (DS4 S. 92).

\n

Durch den zweiten und dritten Talentrang in Sattelschütze kann dieser Malus jedoch um jeweils 5 gemindert werden.

\n

Der Charakter benötigt mindestens einen Talentrang im Talent @Compendium[ds4.talents.bA8wUU0bKouuxkQ5]{Reiten}, um Sattelschütze erwerben zu können.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349506, - "modifiedTime": 1668995463677, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "IfyKb7y4YoUTssTs", - "name": "Tiermeister", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "oelEFuhY9y6DsxXO", - "changes": [ - { - "key": "system.checks.ride", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Reiten +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter hat ein Gespür für Tiere und erhält auf alle Proben im Umgang mit ihnen +3 (dieser Bonus zählt auch auf Reiten-Proben, um die Reitgeschwindigkeit oder die Richtung zu ändern).

\n

Einmal alle 24 Stunden pro Talentrang kann er außerdem eine beliebige Anzahl wilder, aggressiver oder selbst ausgehungerter Tiere dazu bringen, ihn und zwei Begleiter pro Talentrang zu verschonen (es sei denn, sie greifen ihrerseits die Tiere an).

\n

Dies ist auch bei tollwütigen oder kontrollierten Tieren möglich, sofern hier dem Charakter eine Probe gegen GEI+AU+Talentrang gelingt (zählt als ganze Aktion, ein Versuch pro Talentrang).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349508, - "modifiedTime": 1668995463678, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JbGKvhxVEAdczQib", - "name": "Aderschlitzer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Wird bei einem Angriff mit einem Messer, Dolch oder Einhandschwert bzw. mit einer Schußwaffe ein Würfelergebnis erzielt, welches gleich oder kleiner als der Talentrang in Aderschlitzer ist, wird die Abwehr des Gegners gegen diesen Angriff pro Talentrang um 5 gesenkt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349509, - "modifiedTime": 1668995463679, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "JldVU3O4mmDWqk8s", - "name": "Spruchmeister", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker kann einmal alle 24 Stunden die Abklingzeit eines bestimmten Zauberspruchs ignorieren. Bei Erwerb eines Talentranges muss festgelegt werden, um welchen Zauber es sich dabei handelt. Werden mehrere Talentränge in ein und den selben Zauberspruch investiert, kann seine Abklingzeit einmal mehr pro Talentrang innerhalb der 24 Stunden ignoriert werden. Zaubersprüche, deren reguläre Abklingzeit mehr als 24 Stunden beträgt, können nicht gewählt werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349511, - "modifiedTime": 1668995463680, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KgOHPx5oQHKBuVPc", - "name": "Bildung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "JbL6BC0HyUKyxBvd", - "changes": [ - { - "key": "system.checks.decipherScript", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.communicate", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Bildungsproben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter hat einen gewissen Grad an Bildung erworben.

\n

Im Gegensatz zu dem Talent @Compendium[ds4.talents.IB1OJ65TseuSw9ZI]{Wissensegebiet}, welches nur einzelne Themengebiete umfasst, erhält man durch das Talent Bildung einen +2 Bonus pro Talentrang auf alle Proben, bei denen es um Allgemeinwissen oder das Lösen von Rätseln geht.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349513, - "modifiedTime": 1668995463681, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "KwGcyAzyqbz7oiTl", - "name": "Vertrauter", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang schließt sich Spähern ein Tier (Falke, Hund, Pferd, Wolf usw.), Zauberwirkern ein Kleintier (Katze, Kröte, Rabe usw.) und Paladinen ein Schlachtross an. Ein Druide kann jede Art von Tier bis Größenkategorie “groß” (DS4 S. 104) wählen.

\n

Die treuen Tiere befolgen einfache, einsilbige Befehle wie „Platz!“ und „Fass!“ und haben Verstand +1, auch wenn mit ihnen keine intelligente Kommunikation möglich ist und sie auch nicht zum heimlichen Auskundschaften etc. abgerichtet werden können. Ein Vertrauter gewährt seinem Besitzer, sofern er nicht mehr als AU x 5 (des Charakters) in Metern von ihm entfernt ist, einen Bonus von +1 auf einen von zwei Kampfwerten:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KlasseVertrautenbonus
SpäherInitiative oder Schießen
ZauberwirkerZaubern oder Zielzaubern
PaladinAbwehr oder Schlagen
\n

Der zu erhöhende Kampfwert wird bei Erhalt des Vertrauten ausgewählt.

\n

Wird ein Vertrauter getötet, erleidet der Charakter im selben Moment W20/2 nicht abwehrbaren Schaden und der Bonus auf den Kampfwert erlischt. Wird der Vertraute nicht wiederbelebt, kann für seinen Talentrang ein neuer Vertrauter gewählt werden, allerdings erst nach frühestens W20 Wochen. Bis dahin hat der Charakter temporär KÖR-1.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349514, - "modifiedTime": 1668995463681, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MIYh9GTkm7xIquWK", - "name": "Beschwörer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "1Lrnk4tNGWXSdCd1", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Dämonologie +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.demonology" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein Experte im Beschwören von Dämonen. Er erhält auf alle Versuche, Dämonen zu beschwören und diese zu kontrollieren einen Bonus von +2 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349517, - "modifiedTime": 1668995464153, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MbPRlVBm0JsBoA6X", - "name": "Einbetten", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird benötigt, um magische Gegenstände herzustellen (DS4 S. 101). Jeder Talentrang reduziert die Herstellungsdauer von magischen Gegenständen und gibt +1 auf Einbetten- Proben, um diese zu fertigen.

\n

Einbetten hilft zwar auch bei der Herstellung von Tränken bzw. Schriftrollen, dennoch wird dafür zunächst immer noch das Talent @Compendium[ds4.talents.XUyuomVVOxuSSKXl]{Alchemie} bzw. @Compendium[ds4.talents.t56WOCnxZwQWhajW]{Runenkunde} benötigt.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349520, - "modifiedTime": 1668995463684, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "MdIritgH5eEAngSY", - "name": "Fürsorger", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "d2tT2smyOwGtpzlC", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Heil- und Schutzzauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && (@item.system.spellGroups.healing || @item.system.spellGroups.protection)" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist geübt im Umgang mit heilender und schützender Magie.

\n

Er erhält auf alle Heil- und Schutzzauber +1 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349522, - "modifiedTime": 1668995464171, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Mz5glQvRowlF5U8X", - "name": "Manipulator", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "WS2cnABb8FYRhtpJ", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Geistesbeeinflusende Zauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.mindAffecting" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein Meister der magischen Beeinflussung des Geistes.

\n

Er erhält auf alle geistesbeeinflussenden Zauber einen Bonus von +1.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349524, - "modifiedTime": 1668995464188, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NR3BzKbROxHjpGrs", - "name": "Schlossknacker", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "8JquYZA8S06MnE0n", - "changes": [ - { - "key": "system.checks.openLock", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.workMechanism", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schloss/Mechanismus öffnen +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang erhält der Charakter einen Bonus von +2 auf sämtliche Proben, um Schlösser zu öffnen.

\n

Außerdem kann pro Talentrang ein weiteres Mal versucht werden, ein und das selbe Schloss zu öffnen, ohne bereits einen Malus zu erhalten (DS4 S. 93).

\n

Schlossknacker ist mit dem @Compendium[ds4.talents.VqzpRGrHclPSGLP0]{Diebeskunst} kombinierbar.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349526, - "modifiedTime": 1668995463688, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "NSBiWy4FTIu6Y2Vv", - "name": "Präziser Schuss", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Späher einmal alle 24 Stunden mit einem Fernkampfangriff einen präzisen Schuss abfeuern, gegen den keine Abwehr gewürfelt wird.

\n

Der präzise Schuss muss vor dem Würfeln der Schießen-Probe angesagt werden und kann pro Talentrang mit einem Talentrang eines anderen Talents (beispielsweise @Compendium[ds4.talents.srLA4jC8lsZbp3nT]{Fieser Schuss}) kombiniert werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349527, - "modifiedTime": 1668995463688, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Nu7TKGp987s5mHA0", - "name": "Instrument", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird für jedes Instrument (Flöte, Mandoline, Harfe, Trommel usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Instrument und erhält auf alle diesbezüglichen Proben einen Bonus von +3 pro Talentrang, den man für dieses Instrument erworben hat.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349529, - "modifiedTime": 1668995463689, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ODepf0g8Us5jBqLm", - "name": "Blutige Heilung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Blutmagier einmal pro Kampf (außerhalb eines Kampfes beliebig oft) versuchen, sich mit der Kraft des eigenen Blutes zu heilen (zählt als eine freie Aktion, die einmal pro Runde möglich ist), was allerdings auch misslingen kann.

\n

Der Charakter würfelt dafür mit einem Probenwert gleich seiner eigenen Stufe.

\n

Bei einem Erfolg wird er um das doppelte Probenergebnis geheilt, bei einem Misserfolg erleidet er jedoch nicht abwehrbaren Schaden gleich seinem doppelten Talentrang. Bei einem Patzer ist das Talent außerdem W20 Stunden nicht mehr einsetzbar.

\n

Wird bei der blutigen Heilung das Talent @Compendium[ds4.talents.AM8Wp2ZVwWgbUXQz]{Macht des Blutes} angewendet, wird als dessen Bonus das Attribut KÖR bzw. GEI verwendet, was immer höher ist.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349530, - "modifiedTime": 1668995463690, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "OYneDZJStjhuDp41", - "name": "Scharfschütze", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "jJ2oSM9Bs4dDApiH", - "changes": [ - { - "key": "system.opponentDefenseForAttackType.ranged", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Gegnerabwehr bei Fernkampfangriffen", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'weapon' && ('@item.system.attackType' === 'ranged' || '@item.system.attackType' === 'meleeRanged')" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Im Fernkampf zielt der Charakter auf die verletzliche Körperpartien seines Ziels:

\n

Die Abwehr des Gegners wird gegen die Fernkampfangriffe des Charakters mittels Schießen um 1 pro Talentrang gesenkt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349532, - "modifiedTime": 1668995464202, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "PRkbeuKFTWd8Ja3Q", - "name": "Panzerung zerschmettern", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Jedesmal, wenn ein Charakter mit einem Nahkampfangriff bei einem Gegner Schaden verursacht, sinkt der PA-Wert eines zufällig zu ermittelnden Rüstungsteils des Opfers um 1 Punkt pro Talentrang.

\n

Welches einzelne Rüstungsteil der getragenen Panzerung betroffen ist, wird zufällig ermittelt.

\n

Wird dabei ein magisches Rüstungsteil getroffen, zeigt das Talent allerdings keine Wirkung.

\n

Sinkt der PA-Wert eines Rüstungsteils auf Null oder niedriger, gilt es als zerstört, kann aber von einem findigen Handwerker wieder repariert werden (DS4 S. 88).

\n

Gegen natürliche Rüstungen (Chitinpanzer, Drachenschuppen, Hornpanzer u. ä.) ist das Talent dagegen wirkungslos.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349533, - "modifiedTime": 1668995463691, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Q98LHOFZmKVoafp8", - "name": "Todeskraft", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Immer wenn in Reichweite von 2+Talentrang in Metern ein Lebewesen, von mindestens „kleiner“ Größenkategorie (DS4 S. 104), zu Tode kommt, regeneriert der Nekromant 2 LK pro Talentrang in Todeskraft.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349534, - "modifiedTime": 1668995463692, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RJauLusDDQWo77JU", - "name": "Schwimmen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "neVzXXAck47nnOFM", - "changes": [ - { - "key": "system.checks.swim", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schwimmen +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann schwimmen (DS4 S. 93) und erhält pro Talentrang auf alle diesbezüglichen Proben +3.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349536, - "modifiedTime": 1668995463693, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "RTLVQgPmjiPDdTFw", - "name": "Rundumschlag", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann mit einer Zweihandwaffe per Rundumschlag pro Talentrang einen weiteren, angrenzende Gegner mit seinem Schlag treffen. Für jeden weiteren Feind, den er per Rundumschlag treffen will, wird der Schlagen-Wert (es wird nur eine einzige Probe für den ganzen Rundumschlag gewürfelt) um 1 und die Abwehr um 2 gesenkt, bis der Charakter wieder an der Reihe ist.

\n

Kampfmönche können dieses Talent nur waffenlos in Verbindung mit dem Talent @Compendium[ds4.talents.1VAiKGCnqKfNC8AE]{Waffenloser Meister} benutzen. Dabei kann der Talentrang von Rundumschlag nie höher sein als der von Waffenloser Meister.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349541, - "modifiedTime": 1668995463694, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "TQG9TbBb9S0nHogC", - "name": "Schnelle Reflexe", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "XEVDTsOyhPJIytd9", - "changes": [ - { - "key": "system.combatValues.initiative.total", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Initiative +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann schnell reagieren. Im Kampf erhält er pro Talentrang einen Bonus von +2 auf seine Initiative.

\n

Zusätzlich kann man pro Talentrang einmal im Kampf eine Waffe als freie Aktion ziehen, wechseln oder vom Boden aufheben.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349543, - "modifiedTime": 1668995463696, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "UUYS4u0DmEbGzXxI", - "name": "Genesung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "j6Npl52FgDvkTwk7", - "changes": [ - { - "key": "system.attributes.body.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Körper +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

War ein Charakter vorübergehend tot und hat dadurch Punkte des Attributs KÖR eingebüßt, kann pro Talentrang +1 KÖR wiederhergestellt werden.

\n

Es ist mit diesem Talent nicht möglich, KÖR über den ursprünglichen Wert zu steigern.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349544, - "modifiedTime": 1668995463697, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "VqzpRGrHclPSGLP0", - "name": "Diebeskunst", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "HQXZuzxIk1xmD1FQ", - "changes": [ - { - "key": "system.checks.disableTraps", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.openLock", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.pickPocket", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.workMechanism", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.search", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Diebeskunstproben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter erhält einen Bonus von +2 pro Talentrang auf alle Proben, bei denen es darum geht, Fallen zu entdecken und zu entschärfen, fremde Taschen zu leeren, Schlösser zu öffnen oder Glücksspiele zu manipulieren.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349546, - "modifiedTime": 1668995463698, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "WMXI5ckyEdlC29j4", - "name": "Heldenglück", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist wahrlich vom Glück gesegnet, kann er doch einmal pro Talentrang alle 24 Stunden einen beliebigen Würfelwurf wiederholen.

\n

Sollte das neue Wurfergebnis ebenfalls nicht gefallen, kann man erneut die Probe wiederholen, sofern man noch über weitere Talentränge verfügt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349548, - "modifiedTime": 1668995463699, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Wwvj3V65hIe0JWul", - "name": "Diener des Lichts", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter dient den Mächten des Lichts. Er erhält gegen alle Angriffe von @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit}/@Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Dienern der Dunkelheit} einen Bonus von +1 pro Talentrang auf seine Abwehr. Gleiches gilt bei Schaden von Schattenzaubern.

\n

Charaktere, die gegen die Prinzipien des Lichts verstoßen (beispielsweise sinnlos Morden) verlieren Talentränge ersatzlos.

\n

Charaktere mit diesem Talent können nicht das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} erlernen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349549, - "modifiedTime": 1668995463700, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XNjKX9xKkktkwAHk", - "name": "Kann ich mal vorbei?", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Meisterdieb kann einmal alle 24 Stunden pro Talentrang eine Zielperson durch Ansprechen, Vorbeidrängeln etc. derart ablenken, dass sämtliche Bemerken-Proben gegen Taschendiebstahl u.ä. dieser Person für Talentrang in Runden um die Stufe des Meisterdiebes erschwert werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349551, - "modifiedTime": 1668995463700, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XUyuomVVOxuSSKXl", - "name": "Alchemie", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird benötigt, um magische Tränke zu brauen (DS4 S. 101).

\n

Jeder Talentrang reduziert die Zubereitungsdauer von Tränken und gibt +1 auf Proben, um diese herzustellen oder zu identifizieren (DS4 S. 47).

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349553, - "modifiedTime": 1668995463701, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "XiwLao8lZi3JL0ku", - "name": "Zaubermacht", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Zaubern oder Zielzaubern eine Runde lang um den Wert von Geist erhöhen, sofern es sich dabei um einen Zauber handelt, der andere schädigt oder heilt. Es ist möglich, mehrere Talentränge in einem einzigen Zauber zu vereinen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349554, - "modifiedTime": 1668995463702, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "Y6nYTc9XJnmV9ZxX", - "name": "Glückspilz", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein wahrer Glückspilz, kann er doch einmal pro Talentrang alle 24 Stunden einen Patzer ignorieren und den jeweiligen Wurf wiederholen.

\n

Sollte der neue Wurf ebenfalls ein Patzer sein, man aber über mehr als einen Talentrang verfügt, kann dieser ebenfalls ausgeglichen werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349556, - "modifiedTime": 1668995463703, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "YPFshcSE5pZS0dto", - "name": "Schmerzhafter Wechsel", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf zu einem beliebigen, nicht aktiven Zauber wechseln (zählt als freie Aktion), wodurch er jedoch augenblicklich W20/2 abwehrbaren Schaden erleidet.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349557, - "modifiedTime": 1668995463704, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZnT8LMCRqZS3zpJO", - "name": "Brutaler Hieb", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "aC7UEoDRrwhs7j3U", - "changes": [ - { - "key": "system.checks.featOfStrength", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Kraftakt +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Schlagen für einen Angriff um den Wert von KÖR erhöhen.

\n

Es ist möglich, mehrere Talentränge in einem einzigen Schlag zu vereinen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349558, - "modifiedTime": 1668995463704, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ZvswuU2GqxDQwgpM", - "name": "Einstecker", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "2rmByR3ov2nUHHEj", - "changes": [ - { - "key": "system.combatValues.hitPoints.total", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Lebenskraft +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - }, - { - "_id": "ulUx8SX4R1q1ikhw", - "changes": [ - { - "key": "system.checks.defyPoison", - "mode": 2, - "value": "1", - "priority": null - }, - { - "key": "system.checks.resistDisease", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Gift/Krankheit trotzen +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter versteht es, ordentlich Schaden einzustecken.

\n

Pro Talentrang steigt die Lebenskraft (LK) um +3.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349560, - "modifiedTime": 1668995463705, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "aojENPok9Guo3JN1", - "name": "Wahrnehmung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "qxrTP7Cs4mFS7lLU", - "changes": [ - { - "key": "system.checks.perception", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.wakeUp", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.decipherScript", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.readTracks", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.search", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Wahrnehmungsproben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein aufmerksamer Beobachter. Auf alle Bemerken-Proben erhält er +2 pro Talentrang.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349562, - "modifiedTime": 1668995463706, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bA8wUU0bKouuxkQ5", - "name": "Reiten", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "d5V2GjfkccIubrfY", - "changes": [ - { - "key": "system.checks.ride", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Reiten +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Charaktere mit diesem Talent haben reiten gelernt, können also problemlos die Richtung oder Geschwindigkeit ihres Reittieres um einen Schritt ändern und vom Pferderücken aus angreifen (DS4 S. 92).

\n

Pro Talentrang erhalten sie bei Sprüngen oder Proben, um die Reitrichtung oder die Geschwindigkeit um mehr als einen Schritt zu wechseln, einen Bonus von +2. Im berittenen Kampf erhalten sie pro Talentrang +1 auf Schlagen-Proben gegen unberittene Gegner.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349567, - "modifiedTime": 1668995463708, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "bu9alxaRfnzzTyX1", - "name": "Macht des Blutes", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Blutmagier einmal pro Tag den Probenwert einer beliebigen Probe um den Wert ihres enthaltenen Attributs erhöhen. Beispielsweise könnte der Probenwert einer Klettern-Probe (AGI+ST) um den Wert in Agilität erhöht werden. Es ist möglich, mehrere Talentränge in einer einzigen Probe zu vereinen. Allerdings erhält der Blutmagier jedesmal beim Einsatz des Talents 2 Punkte nicht abwehrbaren Schaden pro eingesetzten Talentrang.

\n

Eine Kombination mit dem Talent @Compendium[ds4.talents.XiwLao8lZi3JL0ku]{Zaubermacht} ist möglich (dessen dabei eingesetzte Talentränge verursachen aber keinen Schaden beim Blutmagier).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349571, - "modifiedTime": 1668995463709, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "cLkCx5hxP7rVYUqD", - "name": "In Deckung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter versteht es, im Kampf geschickt in die Defensive zu gehen.

\n

Pro Talentrang werden in jeder Kampfrunde, in der er keine offensive Handlung unternimmt, alle Angriffe gegen ihn um 2 gesenkt, sofern er sich ihrer bewusst ist.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349573, - "modifiedTime": 1668995463712, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "de0VlXllMzMK8lga", - "name": "Homonkulus", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Erzmagier erschafft Kraft seiner Magie einen kleinen, magischen, humanoiden Begleiter, der ihm beim Zaubern helfen kann.

\n

Der Homunkulus hat KÖR, AGI und GEI jeweils 4 und verfügt über 6 Punkte für Eigenschaften, die der Erzmagier frei verteilen kann.

\n

Homunkuli sind klein (halbe LK, zu treffen -2) und können nur Grunzlaute von sich geben, verstehen aber simple Worte und einsilbige Befehle ihres Erschaffers.

\n

Befindet sich der Homunkulus nicht mehr als AU x 5 (des Charakters) in Metern von dem Erzmagier entfernt, kann er ihm pro Talentrang einen aufteilbaren Bonus von +2 auf VE und/oder AU geben.

\n

Die genaue Verteilung kann der Erzmagier jede Runde als freie Handlung umändern. Es ist nicht möglich, die Talente @Compendium[ds4.talents.KwGcyAzyqbz7oiTl]{Vertrauter} oder @Compendium[ds4.talents.tkLyvmSYvVslMXVE]{Vertrautenband} auf Homunkuli anzuwenden.

\n

Homunkuli sind äußerst feige und scheuen den Kampf. Sie ergreifen die Flucht, sobald sie Schaden erhalten und kehren erst zu ihrem Erschaffer zurück, wenn die Gefahr vorüber ist, dann jedoch so schnell wie möglich. Dank der Fähigkeit, ihren Erschaffer und seine Gemütslage zu spüren, stellt dies für sie kein Problem dar.

\n

Stirbt ein Homunkulus, kann der Erzmagier innerhalb von W20 Stunden einen neuen erschaffen, sofern er in dieser Zeit Zugang zu einem Alchimistenlabor hat.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349576, - "modifiedTime": 1668995463714, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "dtynnRNkxg59Nqz4", - "name": "Verletzen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "x1FVRsSyjHwOfYRs", - "changes": [ - { - "key": "system.opponentDefenseForAttackType.melee", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Gegnerabwehr bei Nahkampfangriffen -1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'weapon' && ('@item.system.attackType' === 'melee' || '@item.system.attackType' === 'meleeRanged')" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Im Nahkampf zielt der Charakter auf die verletzlichen Körperpartien seines Gegenübers:

\n

Die Abwehr des Gegners wird gegen die Nahkampfangriffe des Charakters mittels Schlagen um 1 pro Talentrang gesenkt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349581, - "modifiedTime": 1668995464279, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "fIrcapAlXMqto18X", - "name": "Unersättliches Beschwören", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Dämonologe einmal alle 24 Stunden die Abklingzeit des Zauberspruchs Dämonen beschwören ignorieren.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349586, - "modifiedTime": 1668995463720, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "g4XI9wikUdxoCFNg", - "name": "Ritual der Narben", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "t1DVGkDGOwrjFccz", - "changes": [ - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.combatValues.hitPoints.total", - "mode": 2, - "value": "-1", - "priority": null - }, - { - "key": "system.checks.flirt", - "mode": 2, - "value": "-1", - "priority": null - }, - { - "key": "system.checks.haggle", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Abwehr +2, soziale Proben -1, Lebenskraft -1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang erhält der Charakter permanent einen magischen Bonus von +2 auf seine Abwehr. Die gesamte Haut des Charakters ist nach diesem Ritual durch vernarbte Runen entstellt, was ihm bei Proben auf soziale Interaktion einen Malus von -1 pro Talentrang einbringt. Außerdem hat das Ritual seinen Preis:

\n

Der Charakter verliert pro Talentrang permanent 1 Punkt Lebenskraft (LK).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349592, - "modifiedTime": 1668995463725, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "gwCc6niwZL45wklE", - "name": "Wechsler", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "nxzOItIzbsdQSbby", - "changes": [ - { - "key": "system.checks.changeSpell", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Zauber wechseln +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter hat gelernt, sich auf das Auswechseln seines aktiven Zaubers zu konzentrieren: Er erhält auf Proben, um seine Zauber zu wechseln, pro Talentrang einen Bonus von +2.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349596, - "modifiedTime": 1668995463729, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "h8rhfVd2pINsa4d2", - "name": "Ausweichen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf einen gegen ihn gerichteten Nahkampfangriff komplett ignorieren (zählt als freie Aktion). Dass der Charakter einem Angriff ausweichen will, muss angesagt werden, bevor feststeht, ob dieser Schlag ihn trifft oder nicht. Gegen Angriffe von Gegnern, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349602, - "modifiedTime": 1668995463732, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hAfZhfLqCjPvho3u", - "name": "Diener der Dunkelheit", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter dient den Mächten der Dunkelheit. Er erhält auf alle Angriffe gegen @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts}/@Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} einen Bonus von +1 pro Talentrang. Gleiches gilt für seine Abwehr gegen Schaden von Lichtzaubern.

\n

Charakter mit diesem Talent können nicht das Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} erlernen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349604, - "modifiedTime": 1668995463735, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hGuQT644hBIM8G4J", - "name": "Arkane Explosion", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden sein magisches Potenzial in einer kugelförmigen, arkanen Explosion entladen, deren Mittelpunkt er bildet.

\n

Die Kugel hat einen festen Durchmesser von Stufe/2 Meter und verursacht nicht abwehrbaren Schaden mit einem Probenwert von 10 pro Talentrang.

\n

Pro Gefährten, der im Explosionsradius steht, kann der Charakter GEI+VE würfeln, um ihn vor dem Schaden zu bewahren.

\n

Das Talent @Compendium[ds4.talents.2ASdMhcx0hN3ZpPc]{Explosionskontrolle} kann hier ebenfalls angewendet werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349605, - "modifiedTime": 1668995463738, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "hUfTQbzMpbOH03qq", - "name": "Blutschild", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Blutmagier kann für das Opfern von 2 LK seine Abwehr für W20 Runden um +2 erhöhen (zählt als freie Aktion).

\n

Pro weiteren Talentrang können zwei weitere LK geopfert werden, welche die Abwehr um weitere +2 erhöhen.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349606, - "modifiedTime": 1668995463744, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iI1SP1214SpIzBCW", - "name": "Perfektion", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann die Boni auf Schlagen und Gegnerabwehr eines bereits erworbenen @Compendium[ds4.talents.v9ocoi91dKJahAe3]{Waffenkennertalents} für eine einzelne Waffenart pro Talentrang um +1 steigern.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349607, - "modifiedTime": 1668995463750, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "iP5aZcqriVLjdVcd", - "name": "Tiergestalt", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in ein Tier der Größenkategorie „normal“ (DS4 S. 104) oder kleiner verwandeln, wie beispielsweise eine Maus, eine Katze oder ein Wolf, aber keine magischen, giftigen oder flugfähigen Tiere.

\n

Die Verwandlung dauert eine Runde und kann jederzeit rückgängig gemacht werden, erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich in Tiergestalt nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte des Tieres an, nicht jedoch Spezialangriffe wie beispielsweise den Giftbiss einer Schlange.

\n

In Tiergestalt ist es dem Druiden nicht möglich, zu sprechen oder zu zaubern, wohl aber, Gesprochenes zu verstehen und die Sinne des Tieres einzusetzen.

\n

Zauber, die beispielsweise Tiere kontrollieren, haben auf den verwandelten Druiden keinen Einfluss.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349608, - "modifiedTime": 1668995463751, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "inRlUNgoiaHm4pf6", - "name": "Verdrücken", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann sich bei den Aktionen Aufstehen und Rennen zusätzlich um einen Meter pro Talentrang bewegen.

\n

Zusätzlich kann er, gefesselt oder in Ketten gelegt, zweimal pro Talentrang versuchen, sich mit AGI+BE aus einer Fessel oder Schelle zu winden (man benötigt beispielsweise 2 erfolgreiche Proben, um beide Hände aus Handschellen zu befreien).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349610, - "modifiedTime": 1668995463752, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "jmjtmMy7DnG205xR", - "name": "Schlachtruf", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf als freie Aktion einen Schlachtruf ausstoßen, der auf ihn und drei Kameraden pro Talentrang in Hörweite wirkt:

\n

Durch den Schlachtruf ermutigt, erhalten sie für W20/2 Runden einen Bonus von +1 pro Talentrang auf alle Angriffe.

\n

Ein Charakter kann immer nur von einem Schlachtruf profitieren.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349612, - "modifiedTime": 1668995463754, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kZti1KQIbf4UPvI7", - "name": "Zauber auslösen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Meisterdieb kann, wie ein Zauberwirker, Zaubersprüche von Schriftrollen oder aus Zauberbüchern ablesen und dadurch auslösen, wodurch die Schrift des Zaubers verblasst und er verschwindet.

\n

Pro Talentrang wird eine der drei Zauberklassen Heiler, Zauberer oder Schwarzmagier gewählt und fortan kann der Charakter alle Zauber, die dieser Klasse zugänglich sind, unabhängig von seiner Stufe ablesen und auslösen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349613, - "modifiedTime": 1668995463756, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "kqm5iBvDGn8NQ4BR", - "name": "Bändiger", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Einmal pro Talentrang kann der Charakter mit GEI+AU versuchen, einer selbst beschworenen bzw. selbst herbeigerufenen Wesenheit, die er nicht unter seine Kontrolle bringen konnte (die Probe auf Zaubern also misslang), dennoch seinen Willen aufzuzwingen (jeder Versuch zählt als eine ganze Aktion). Bei einem Erfolg kann der Charakter versuchen, noch ein weiteres Wesen (sofern vorhanden) in der gleichen Runde zu bändigen (zählt nun als freie Aktion), insgesamt jedoch nicht mehr zusätzliche Wesenheiten pro Runde, als sein Talentrang beträgt.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349615, - "modifiedTime": 1668995463757, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "l0le4xG5t0gUh2Y1", - "name": "Kletterass", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "GlAlx4yvg5rCHu20", - "changes": [ - { - "key": "system.checks.climb", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Klettern +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter erhält auf alle Klettern- Probe einen Bonus von +2 pro Talentrang und die normale Klettergeschwindigkeit von Laufen/2 wird pro Talentrang um 1 m erhöht.

\n

Außerdem kann der Charakter an überhängenden Wänden oder gar kopfüber an Decken ganz „normal“ klettern (also diesbezügliche Mali ignorieren), sofern diese nicht gänzlich eben sind, sondern über Vorsprünge, Stalagtiten, Mauerfugen o. ä. verfügen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349617, - "modifiedTime": 1668995463761, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lDqu4RpV5Nr6BnPW", - "name": "Schlitzohr", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "ZFoibqksWVXEfiOB", - "changes": [ - { - "key": "system.checks.haggle", - "mode": 2, - "value": "3", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Feilschen +3", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Auf alle Proben sozialer Interaktion, bei denen geblufft, gefeilscht oder verhandelt wird, erhält der Charakter einen Bonus von +3 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349619, - "modifiedTime": 1668995463763, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lXzQsIobk5yaZ47a", - "name": "Rüstzauberer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "BBiQrltkYi3Jo0Am", - "changes": [ - { - "key": "system.armorValueSpellMalus", - "mode": 2, - "value": "-2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Panzerungs-Zaubermalus -2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann ein Panzerungsmalus (PA) in Höhe von 2 beim Zaubern/Zielzaubern ignoriert werden. Beispielsweise benötigt es 2 Talentränge, um ungehindert in einem @Compendium[ds4.equipment.t13RJoXrsS0HAyIQ]{Plattenpanzer} (PA 3) samt @Compendium[ds4.equipment.fKhTsMO4YXDYY8GX]{Metallhelm} (PA 1) zaubern zu können.

", - "rank": { - "base": 0, - "max": 1, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349620, - "modifiedTime": 1668995463767, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lim7XMqSaQ0nrHkO", - "name": "Kraft der Bestie", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Druide alle seine zur Verfügung stehenden Kampfwerte in @Compendium[ds4.talents.sSKiZ5hdQMBnAYRA]{Adler-}, @Compendium[ds4.talents.8pylauN1hY933vrQ]{Bären-} oder @Compendium[ds4.talents.iP5aZcqriVLjdVcd]{Tiergestalt} um jeweils +2 erhöhen.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349622, - "modifiedTime": 1668995463769, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "lvBKtlBcyVldzsrw", - "name": "Friedvoller Hieb", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen friedvollen Hieb mittels eines waffenlosen Angriffs ausführen. Das Resultat wird wie gewohnt ermittelt (also abzüglich der Abwehr), allerdings wird kein Schaden erzeugt, stattdessen ist das Opfer für 1 Runde pro letztendlich erhaltenem Schadenspunkt gelähmt.

\n

Wird das gelähmte Ziel anderweitig angegriffen, wozu auch geistesbeeinflussende Zauber u. ä. zählen, endet die Wirkung.

\n

Gegen Ziele, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349623, - "modifiedTime": 1668995463777, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "ml6GkLIsqDII9Mcp", - "name": "Untote zerschmettern", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen Nahkampfangriff gegen einen Untoten führen, der nicht abgewehrt werden kann.

\n

Vor dem Angriffswurf muss angesagt werden, dass das Talent zum Einsatz kommen soll, welches mit Talenten wie @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} und/oder @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} kombiniert werden kann.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349624, - "modifiedTime": 1668995463783, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nMxDermxN1pUziUJ", - "name": "Gerüstet", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Jeder Rang dieses Talentes gestattet es dem Charakter, die nächste Klasse (Stoff, Leder, Kette, Platte) von Rüstungen zu tragen. So kann ein Kleriker, der das Talent erstmalig erwirbt, Rüstungen aus Kette wie ein Späher tragen (allerdings weiterhin keine Helme, DS4 S. 41), statt wie bislang nur Rüstungen aus Stoff oder Leder.

\n

Die normalen Abzügen durch die Rüstung in Höhe ihrer PA, beispielsweise beim Zaubern, bleiben allerdings bestehen. Um diese zu senken, wird das Talent @Compendium[ds4.talents.lXzQsIobk5yaZ47a]{Rüstzauberer} benötigt.

", - "rank": { - "base": 0, - "max": 2, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349626, - "modifiedTime": 1668995463785, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "nbDef1IPNyYcXmua", - "name": "Meister aller Klassen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann eines seiner drei Attribute (KÖR, AGI oder GEI) um +1 steigern.

", - "rank": { - "base": 0, - "max": 1, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349627, - "modifiedTime": 1668995463787, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "oxWYfqhbcsDoaaUJ", - "name": "Nekromantie", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "pgGKKWy5nLTSdp8l", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Nekromantie +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.necromancy" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kennt sich sehr gut mit nekromantischen Zaubern aus.

\n

Er erhält auf alle Zauber, die Untote bannen, erwecken oder kontrollieren, einen Bonus von +2 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349628, - "modifiedTime": 1668995464314, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pAOP7wkvhtsNIPQ8", - "name": "Charmant", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "PzOc07kYoWYygECD", - "changes": [ - { - "key": "system.checks.flirt", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.haggle", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Soziale Proben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Auf sämtliche Proben sozialer Interaktion, beispielsweise um sympathisch aufzutreten oder eine Geschichte glaubhafter zu berichten, erhält der Charakter pro Talentrang einen Bonus von +2 (bei Vertretern des anderen Geschlechts sogar +3).

\n

Settingoption:
In vielen Settings ist es Zwergen verwehrt, dieses Talent zu erlernen.

\n

 

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349630, - "modifiedTime": 1668995463789, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pC1K0VHWTpaJqwtt", - "name": "Raserei", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "YPU4v5VXXeRcscmP", - "changes": [ - { - "key": "system.combatValues.meleeAttack.total", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.combatValues.defense.total", - "mode": 2, - "value": "-1", - "priority": null - } - ], - "disabled": true, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Schlagen +2, Abwehr -1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Berserker kann pro Talentrang seine Abwehr um 1 Punkt mindern und dadurch seinen Wert in Schlagen um +2 erhöhen.

\n

Diese Umschichtung kann jede Runde geändert werden (zählt als freie Aktion).

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349631, - "modifiedTime": 1668995463791, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pDPVZpnhvlabmcvT", - "name": "Langfinger", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Bei Versuchen, Leute zu bestehlen, kann der Meisterdieb einmal alle 24 Stunden pro Talentrang AGI zu seiner Probe auf Taschendiebstahl dazu addieren.

\n

Es ist möglich, mehrere Talentränge in einer einzelnen Probe zu vereinen. Ebenso ist es natürlich mit @Compendium[ds4.talents.VqzpRGrHclPSGLP0]{Diebeskunst} kombinierbar.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349632, - "modifiedTime": 1668995463793, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "pEH7q5M85j50f45J", - "name": "Mächtige Beschwörung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Dämonologe Punkte in Höhe von seinem Wert in GEI bei jedem seiner beschworenen Dämonen auf dessen Kampfwerte beliebig verteilen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349635, - "modifiedTime": 1668995463794, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "qnYeR3a3LNUJ329t", - "name": "Zehrender Spurt", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Blutmagier kann für das Opfern von 1 LK (zählt als freie Aktion) seinen Wert in Laufen für W20/2 Runden um 2 m erhöhen. Pro weiterem Talentrang kann ein zusätzlicher LK geopfert werden, um Laufen um weitere 2 m zu erhöhen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349636, - "modifiedTime": 1668995463795, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rCRPchtSJye0K5nt", - "name": "Zauberwaffe", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird pro Talentrang an eine bestimmte Nahkampfwaffe gebunden – so kann der Charakter beispielsweise in sein Lieblingsschwert zwei Talentränge investieren und einen dritten Talentrang beispielsweise in einen Bihänder. Pro Talentrang erhält der Charakter +1 auf Zielzaubern, sofern er die jeweilige Waffe in den Händen hält.

\n

Desweiteren kann er pro gebundenen Talentrang einen seiner Zauber an die Waffe binden, um sie wie einen Zauberstab für diesen Zauber zu nutzen. Wird eine Zauberwaffe zerstört, sind die investierten Talentränge nicht verloren und können (nach Ablauf von W20 Wochen) an eine andere Waffe gebunden werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349637, - "modifiedTime": 1668995463797, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rXXw5aS0pCr5amWa", - "name": "Zwei Waffen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang wird der Malus von -10 auf Schlagen und Abwehr beim Kampf mit zwei Waffen um jeweils 2 Punkte gemindert.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349638, - "modifiedTime": 1668995463798, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "rbHZFVutiQ25glBq", - "name": "Totenrufer", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Nekromant einmal alle 24 Stunden die Abklingzeit eines Zaubers zum Erwecken von Untoten ignorieren.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349639, - "modifiedTime": 1668995463800, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "s37iJhz4IQVhCWbe", - "name": "Sehnenschneider", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann im Kampf einmal pro Talentrang einem Gegner die „Sehnen schneiden“. Er muss dies vor dem entsprechendem Nahkampfangriff ansagen. Für diese Aktion wird die Abwehr des Charakters halbiert, bis er in der nächsten Kampfrunde wieder an der Reihe ist.

\n

Wird beim Gegner ein Schaden erzielt, wird dieser Schaden halbiert und der Laufen- Wert des Gegners um 0,5 pro Talentrang gesenkt. Wird kein Schaden verursacht, zählt dies nicht als Talenteinsatz und ein erneuter Versuch ist möglich. Die Verletzung kann nur auf magische Weise geheilt werden (einfachste Heilmagie reicht allerdings).

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349640, - "modifiedTime": 1668995463801, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sSKiZ5hdQMBnAYRA", - "name": "Adlergestalt", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in einen flugfähigen @Compendium[ds4.creatures.HjpxMlpyjPr3hd3r]{Adler} (DS4 S. 106) verwandeln. Auch kann er die Gestalt kleinerer Vögel annehmen. Die Verwandlung dauert 1 Runde. Der Effekt endet auf Wunsch des Druiden oder durch seinen Tod. Erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich dabei nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte eines Adlers an.

\n

In Adlergestalt ist es dem Druiden nicht möglich, zu sprechen oder zu zaubern, wohl aber, Gesprochenes zu verstehen und die Sinne des Adlers einzusetzen. Zauber, die beispielsweise Tiere kontrollieren, haben auf den Druiden in Adlergestalt keinen Einfluss.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349641, - "modifiedTime": 1668995463802, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sThruiUnwaN9KHrP", - "name": "Dämonenzauber", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Dämonologe einem einzelnen seiner beschworenen Dämonen einen seiner eigenen Zaubersprüche beibringen (dauert eine Aktion), mit Ausnahme des Zauberspruchs @Compendium[ds4.spells.yy43TiBbip28QRhs]{Dämonen beschwören}. Der jeweilige Dämon hat für die Dauer seiner Beschwörung den jeweiligen Zauber aktiv und kann ihn nach den normalen Regeln einsetzen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349643, - "modifiedTime": 1668995463805, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "soobr7uyQgDm3DoN", - "name": "Stabbindung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird rangweise an einen bestimmten Kampfstab gebunden – so kann der Charakter beispielsweise in einen Kampfstab zwei Talentränge investieren und einen dritten Talentrang beispielsweise in einen Ersatzkampfstab.

\n

Der Kampfstab wird durch diesen Vorgang magisch, zerbricht also nicht einfach bei einem Schlagen-Patzer.

\n

Pro jeweiligen Talentrang erhält der Charakter +1 auf Zielzauber (zusätzlich zu dem normalen, nichtmagischen +1 Bonus des Kampfstabs), sofern er den Stab hält.

\n

Desweiteren bindet er pro investierten Talentrang einen seiner Zauber an den Stab, wodurch er den Kampfstab wie einen Zauberstab für diesen Zauber benutzen kann. Wird ein Kampfstab wider Erwarten zerstört, sind die investierten Talentränge nicht verloren und können – nach Ablauf von W20 Wochen – an einen anderen Stab gebunden werden.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349644, - "modifiedTime": 1668995463807, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sqGJRKlgFoD2vLCD", - "name": "Heimlichkeit", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "MBeD0OrohtuDdSFy", - "changes": [ - { - "key": "system.checks.hide", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.pickPocket", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.sneak", - "mode": 2, - "value": "2", - "priority": null - }, - { - "key": "system.checks.search", - "mode": 2, - "value": "2", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Heimlichkeitsproben +2", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein geübter Schleicher und versteht sich darauf, nicht bemerkt zu werden.

\n

Er erhält +2 auf alle Proben, bei denen es darum geht, leise zu sein, sich zu verbergen, nicht bemerkt zu werden oder etwas heimlich zu tun, wie beispielsweise Taschendiebstahl.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349645, - "modifiedTime": 1668995463808, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "sqWBOfkvuv7ZTrVM", - "name": "Kreiszeichner", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist ein Meister im Zeichnen von Beschwörungskreisen und kann pro Talentrang 2 weitere Stunden Arbeit in sie investieren. Zusätzlich wird der Zeitaufwand von jeder Stunden, die an dem Kreis gezeichnet wird, um 15 Minuten pro Talentrang gesenkt. Außerdem gewährt das Talent +1 pro Talentrang beim Beschwören, selbst wenn dies nur mit einem improvisierten Beschwörungskreis geschieht.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349647, - "modifiedTime": 1668995463810, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "srLA4jC8lsZbp3nT", - "name": "Fieser Schuss", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Schießen einen Angriff lang um den Wert von Agilität erhöhen. Es ist möglich, mehrere Talentränge in einem einzigen Schuß zu vereinen. Zielzauber profitieren nicht von diesem Talent.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349648, - "modifiedTime": 1668995463811, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "t56WOCnxZwQWhajW", - "name": "Runenkunde", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird benötigt, will man Schriftrollen herstellen (DS4 S. 101). Jeder Talentrang reduziert die Zubereitungsdauer von Schriftrollen und gibt +1 auf Proben, um diese zu fertigen, oder gefundene Schriftrollen zu identifizieren. Es handelt sich bei den magischen Runen auf einer Schriftrolle um keine tatsächlichen Schriftzeichen, die man lesen, geschweige denn übersetzen könnte.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349649, - "modifiedTime": 1668995463813, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tkLyvmSYvVslMXVE", - "name": "Vertrautenband", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Schafft ein besonderes Band zwischen dem Charakter und einem einzelnen seiner Vertrauten, wodurch beide sich telepathisch miteinander verständigen (einfache Kommunikation wie „Gefahr?“, „Flieh!“ oder „Hilf mir!“) können.

\n

Zusätzlich wird pro Talentrang ein Bonus von +3 auf die Eigenschaften des Vertrauten verteilt.

\n

Jedesmal, wenn der Charakter um eine Stufe aufsteigt, erhält dieses Tier außerdem +1 auf eine beliebige Eigenschaft. Wird das Tier getötet, erlischt das Band, wird jedoch bei Wiederbelebung des Tieres erneuert. Ist dies nicht der Fall, sind die Talentränge nicht verloren und können für ein neues Vertrautenband mit einem anderen Vertrauten eingesetzt werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349650, - "modifiedTime": 1668995463814, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "tmFeIA1PSVHqGGjx", - "name": "Vernichtender Schlag", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "rK7expqsrPV5t8f1", - "changes": [ - { - "key": "system.checks.featOfStrength", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Kraftakt +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Krieger einmal alle 24 Stunden mit einem Nahkampfangriff einen vernichtenden Schlag ausführen, gegen den keine Abwehr gewürfelt wird.

\n

Der vernichtende Schlag muss vor dem Würfeln der Schlagen-Probe angekündigt werden und kann pro Talentrang mit maximal einem Talentrang eines anderen Talents (beispielsweise @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb}) kombiniert werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349652, - "modifiedTime": 1668995463815, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "v5axYsQQ2w57Iu4p", - "name": "Flink", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "fDKyU3R0ACgW9uw3", - "changes": [ - { - "key": "system.combatValues.movement.total", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Laufen +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": false, - "itemName": "", - "condition": "" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist schnell und gut zu Fuß. Der Wert für Laufen wird pro Erwerb des Talents um 1 erhöht.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349653, - "modifiedTime": 1668995463817, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "v9ocoi91dKJahAe3", - "name": "Waffenkenner", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Charakter besondere Kenntnisse im Umgang mit einer bestimmten Art von Nahkampfwaffe erlangen (beispielsweise Dolche, Langschwerter oder Streitäxte).

\n

Er erhält im Kampf mit dieser Waffenart Schlagen +1 und die Abwehr des Gegners wird um 1 gesenkt. Es ist nicht möglich, Waffenkenner mehrmals für ein und dieselbe Waffenart zu erlangen, jedoch kann der Talentrang mit Hilfe des Talents @Compendium[ds4.talents.iI1SP1214SpIzBCW]{Perfektion} weiter ausgebaut werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349654, - "modifiedTime": 1668995463818, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "vnEDVqVCsZuf8NYN", - "name": "Handwerk", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent wird für jede Handwerksart (Bogenbauer, Schreiner, Steinmetz, Waffenschmied usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Handwerk und erhält auf alle diesbezüglichen Proben, sei es um Gegenstände herzustellen oder beschädigte Ausrüstung zu reparieren (DS4 S. 88), einen Bonus von +3 pro Talentrang, den man für dieses Handwerk erworben hat.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349655, - "modifiedTime": 1668995463819, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "w2Dn16q2f0gBxTch", - "name": "Abklingen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Dieses Talent senkt die Zauberabklingzeit jedes Zaubers um 1 Runde pro Talentrang. Es ist jedoch nicht möglich, die Abklingzeit eines Zaubers unter Null zu senken.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349656, - "modifiedTime": 1668995463820, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "w34myctr1EDmXSPI", - "name": "Herr der Elemente", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "UZeS8KqoBFS8oY35", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Elementarschadenszauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.damage && (@item.system.spellGroups.lightning || @item.system.spellGroups.earth || @item.system.spellGroups.water || @item.system.spellGroups.ice || @item.system.spellGroups.fire || @item.system.spellGroups.air)" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter ist geübt im Freisetzen elementarer Kräfte.

\n

Er erhält auf alle Zauber, die Schaden verursachen, der auf den Elementen Erde, Feuer, Luft (hierzu zählen auch Blitzzauber) oder Wasser (hierzu zählen auch Eiszauber) basiert, einen Bonus von +1 pro Talentrang.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349657, - "modifiedTime": 1668995464335, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "wpZ1LCG8nLu4PSc9", - "name": "Mächtige Herbeirufung", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Pro Talentrang kann der Elementarist Punkte in Höhe von seinem Wert in GEI bei jedem seiner herbeigerufenen Elementare auf dessen Kampfwerte beliebig verteilen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349657, - "modifiedTime": 1668995463823, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yCHMzXoqCRrNU5Br", - "name": "Schnutz vor Elementen", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Charakter kann jederzeit die Wirkung der Außentemperatur auf ihn um bis zu 15 °C pro Talentrang variieren und damit für ihn den Aufenthalt in besonders kalten oder heißen Gebieten angenehmer zu machen.

\n

Pro Talentrang kann er diese Wirkung auf zwei willige Gefährten in VE Meter Umkreis ausdehnen.

\n

Außerdem kann er pro Talentrang einmal alle 24 Stunden – als freie Aktion – seine Abwehr gegen Elementarschaden (beispielsweise durch Blitz-, Eis- oder Feuerzauber), gegen den ein Abwehrwurf zulässig ist (also beispielsweise nicht beim Zauberspruch @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball}), pro Talentrang um 5 erhöhen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349659, - "modifiedTime": 1668995463824, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yIcgnr9Xr7Kwocaj", - "name": "Abklingendes Blut", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Blutmagier kann für das Opfern von bis zu 1 LK pro Talentrang (zählt als freie Aktion) die Abklingzeit eines gerade abklingenden Zauberspruchs um jeweils 1 Runde senken.

\n

Pro weiterem Talentrang kann ein weiterer LK geopfert werden, wodurch die Abklingzeit um eine weitere Runde gesenkt wird.

\n

Abklingendes Blut ist mit dem Talent @Compendium[ds4.talents.w2Dn16q2f0gBxTch]{Abklingen} kombinierbar.

", - "rank": { - "base": 0, - "max": 5, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349660, - "modifiedTime": 1668995463825, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "yMVciLvr77vbTw6r", - "name": "Magieresistent", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Gegen den Charakter gerichtete Zauber werden um +2 pro Talentrang erschwert. Dies gilt jedoch nicht für Zauber, die Elementarschaden (beispielsweise mit Blitzen, Eis oder Feuer) verursachen.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349660, - "modifiedTime": 1668995463826, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zhzVJz6WhSMMeTuY", - "name": "Blitzmacher", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [ - { - "_id": "zcVXFPGvCoUuso15", - "changes": [ - { - "key": "system.spellModifier.numerical", - "mode": 2, - "value": "1", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "label": "Blitzschadenszauber +1", - "transfer": true, - "flags": { - "ds4": { - "itemEffectConfig": { - "applyToItems": true, - "itemName": "", - "condition": "'@item.type' === 'spell' && @item.system.spellGroups.lightning && @item.system.spellGroups.damage" - } - } - }, - "tint": null, - "origin": null - } - ], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Der Zauberwirker ist geübt im Umgang mit Zaubersprüchen, die Blitze erzeugen.

\n

Er erhält auf alle Zauber, die Blitzschaden verursachen, einen Bonus von +1 pro Talentrang.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349662, - "modifiedTime": 1668995464348, - "lastModifiedBy": "DS4BuildSystem00" - } - }, - { - "_id": "zvZelUv5qQz3adKN", - "name": "Salve", - "type": "talent", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "

Einmal pro Kampf kann der Charakter mit einer Fernkampfwaffe einen zusätzlichen Schuss pro Talentrang abfeuern. Bei mehreren Talenträngen können die zusätzlichen Schüsse alle zusammen in einer Runde gebündelt abgefeuert werden oder aufgeteilt in einzelnen Runden.

\n

Die einzelnen Schüsse werden dabei als eigenständige Angriffe behandelt, können also beispielsweise nicht mehrfach durch das Talent @Compendium[ds4.talents.srLA4jC8lsZbp3nT]{Fieser Schuss} aufgebessert werden.

", - "rank": { - "base": 0, - "max": 3, - "mod": 0 - } - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.18.1", - "coreVersion": "10.290", - "createdTime": 1668995349663, - "modifiedTime": 1668995463829, - "lastModifiedBy": "DS4BuildSystem00" - } - } -] diff --git a/packs/talents.json.license b/packs/talents.json.license deleted file mode 100644 index 9e970a86..00000000 --- a/packs/talents.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2022 Johannes Loher - -SPDX-License-Identifier: CC-BY-NC-SA-4.0 diff --git a/packs/talents/!items.effects!5eEaKiUSzWBhG8Bn.HHnWhHQf9ibLVCAP.json b/packs/talents/!items.effects!5eEaKiUSzWBhG8Bn.HHnWhHQf9ibLVCAP.json new file mode 100644 index 00000000..654bedca --- /dev/null +++ b/packs/talents/!items.effects!5eEaKiUSzWBhG8Bn.HHnWhHQf9ibLVCAP.json @@ -0,0 +1,36 @@ +{ + "_id": "HHnWhHQf9ibLVCAP", + "changes": [ + { + "key": "system.checks.appraise", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schätzen +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!5eEaKiUSzWBhG8Bn.HHnWhHQf9ibLVCAP" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!61Dz3XpStwlMfsbL.1YQV8nWWzoU30KHR.json b/packs/talents/!items.effects!61Dz3XpStwlMfsbL.1YQV8nWWzoU30KHR.json new file mode 100644 index 00000000..0e4a7615 --- /dev/null +++ b/packs/talents/!items.effects!61Dz3XpStwlMfsbL.1YQV8nWWzoU30KHR.json @@ -0,0 +1,42 @@ +{ + "_id": "1YQV8nWWzoU30KHR", + "changes": [ + { + "key": "system.checks.startFire", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.readTracks", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Jagdproben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!61Dz3XpStwlMfsbL.1YQV8nWWzoU30KHR" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!6oXmRM21CLfELqKv.aqgIfpGWXYeXn1y6.json b/packs/talents/!items.effects!6oXmRM21CLfELqKv.aqgIfpGWXYeXn1y6.json new file mode 100644 index 00000000..abafd9a5 --- /dev/null +++ b/packs/talents/!items.effects!6oXmRM21CLfELqKv.aqgIfpGWXYeXn1y6.json @@ -0,0 +1,36 @@ +{ + "_id": "aqgIfpGWXYeXn1y6", + "changes": [ + { + "key": "system.opponentDefense", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Gegnerabwehr bei Zaubern/Zielzaubern -1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.allowsDefense" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!6oXmRM21CLfELqKv.aqgIfpGWXYeXn1y6" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!6z0JXGEqdzDTWQ7f.XkW7XqOCXg2e4OTo.json b/packs/talents/!items.effects!6z0JXGEqdzDTWQ7f.XkW7XqOCXg2e4OTo.json new file mode 100644 index 00000000..28094e74 --- /dev/null +++ b/packs/talents/!items.effects!6z0JXGEqdzDTWQ7f.XkW7XqOCXg2e4OTo.json @@ -0,0 +1,36 @@ +{ + "_id": "XkW7XqOCXg2e4OTo", + "changes": [ + { + "key": "system.combatValues.meleeAttack.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schlagen +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!6z0JXGEqdzDTWQ7f.XkW7XqOCXg2e4OTo" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!8D01Z1kDIDcsuVCn.MbXCCUny8g0DURC5.json b/packs/talents/!items.effects!8D01Z1kDIDcsuVCn.MbXCCUny8g0DURC5.json new file mode 100644 index 00000000..bbe9818b --- /dev/null +++ b/packs/talents/!items.effects!8D01Z1kDIDcsuVCn.MbXCCUny8g0DURC5.json @@ -0,0 +1,36 @@ +{ + "_id": "MbXCCUny8g0DURC5", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Feuerzauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.fire" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!8D01Z1kDIDcsuVCn.MbXCCUny8g0DURC5" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!9qdc56F4XTntYoo9.ouQeQaI46fM2mq4D.json b/packs/talents/!items.effects!9qdc56F4XTntYoo9.ouQeQaI46fM2mq4D.json new file mode 100644 index 00000000..bf705092 --- /dev/null +++ b/packs/talents/!items.effects!9qdc56F4XTntYoo9.ouQeQaI46fM2mq4D.json @@ -0,0 +1,42 @@ +{ + "_id": "ouQeQaI46fM2mq4D", + "changes": [ + { + "key": "system.checks.climb", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.jump", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Akrobatische Proben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!9qdc56F4XTntYoo9.ouQeQaI46fM2mq4D" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!GWVLcfQ2fm3Hc0zP.v4ruKzcrriNyrgvE.json b/packs/talents/!items.effects!GWVLcfQ2fm3Hc0zP.v4ruKzcrriNyrgvE.json new file mode 100644 index 00000000..a13e3b89 --- /dev/null +++ b/packs/talents/!items.effects!GWVLcfQ2fm3Hc0zP.v4ruKzcrriNyrgvE.json @@ -0,0 +1,42 @@ +{ + "_id": "v4ruKzcrriNyrgvE", + "changes": [ + { + "key": "system.combatValues.rangedAttack.total", + "mode": 2, + "value": "1", + "priority": null + }, + { + "key": "system.combatValues.targetedSpellcasting.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schießen und Zielzauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!GWVLcfQ2fm3Hc0zP.v4ruKzcrriNyrgvE" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!IfyKb7y4YoUTssTs.oelEFuhY9y6DsxXO.json b/packs/talents/!items.effects!IfyKb7y4YoUTssTs.oelEFuhY9y6DsxXO.json new file mode 100644 index 00000000..4ec7dd02 --- /dev/null +++ b/packs/talents/!items.effects!IfyKb7y4YoUTssTs.oelEFuhY9y6DsxXO.json @@ -0,0 +1,36 @@ +{ + "_id": "oelEFuhY9y6DsxXO", + "changes": [ + { + "key": "system.checks.ride", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Reiten +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!IfyKb7y4YoUTssTs.oelEFuhY9y6DsxXO" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!KgOHPx5oQHKBuVPc.JbL6BC0HyUKyxBvd.json b/packs/talents/!items.effects!KgOHPx5oQHKBuVPc.JbL6BC0HyUKyxBvd.json new file mode 100644 index 00000000..bfc507a7 --- /dev/null +++ b/packs/talents/!items.effects!KgOHPx5oQHKBuVPc.JbL6BC0HyUKyxBvd.json @@ -0,0 +1,42 @@ +{ + "_id": "JbL6BC0HyUKyxBvd", + "changes": [ + { + "key": "system.checks.decipherScript", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.communicate", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Bildungsproben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!KgOHPx5oQHKBuVPc.JbL6BC0HyUKyxBvd" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!MIYh9GTkm7xIquWK.1Lrnk4tNGWXSdCd1.json b/packs/talents/!items.effects!MIYh9GTkm7xIquWK.1Lrnk4tNGWXSdCd1.json new file mode 100644 index 00000000..19443596 --- /dev/null +++ b/packs/talents/!items.effects!MIYh9GTkm7xIquWK.1Lrnk4tNGWXSdCd1.json @@ -0,0 +1,36 @@ +{ + "_id": "1Lrnk4tNGWXSdCd1", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Dämonologie +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.demonology" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!MIYh9GTkm7xIquWK.1Lrnk4tNGWXSdCd1" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!MdIritgH5eEAngSY.d2tT2smyOwGtpzlC.json b/packs/talents/!items.effects!MdIritgH5eEAngSY.d2tT2smyOwGtpzlC.json new file mode 100644 index 00000000..f89fe6ab --- /dev/null +++ b/packs/talents/!items.effects!MdIritgH5eEAngSY.d2tT2smyOwGtpzlC.json @@ -0,0 +1,36 @@ +{ + "_id": "d2tT2smyOwGtpzlC", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Heil- und Schutzzauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && (@item.system.spellGroups.healing || @item.system.spellGroups.protection)" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!MdIritgH5eEAngSY.d2tT2smyOwGtpzlC" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!Mz5glQvRowlF5U8X.WS2cnABb8FYRhtpJ.json b/packs/talents/!items.effects!Mz5glQvRowlF5U8X.WS2cnABb8FYRhtpJ.json new file mode 100644 index 00000000..63494232 --- /dev/null +++ b/packs/talents/!items.effects!Mz5glQvRowlF5U8X.WS2cnABb8FYRhtpJ.json @@ -0,0 +1,36 @@ +{ + "_id": "WS2cnABb8FYRhtpJ", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Geistesbeeinflusende Zauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.mindAffecting" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!Mz5glQvRowlF5U8X.WS2cnABb8FYRhtpJ" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!NR3BzKbROxHjpGrs.8JquYZA8S06MnE0n.json b/packs/talents/!items.effects!NR3BzKbROxHjpGrs.8JquYZA8S06MnE0n.json new file mode 100644 index 00000000..84685323 --- /dev/null +++ b/packs/talents/!items.effects!NR3BzKbROxHjpGrs.8JquYZA8S06MnE0n.json @@ -0,0 +1,42 @@ +{ + "_id": "8JquYZA8S06MnE0n", + "changes": [ + { + "key": "system.checks.openLock", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.workMechanism", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schloss/Mechanismus öffnen +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!NR3BzKbROxHjpGrs.8JquYZA8S06MnE0n" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!OYneDZJStjhuDp41.jJ2oSM9Bs4dDApiH.json b/packs/talents/!items.effects!OYneDZJStjhuDp41.jJ2oSM9Bs4dDApiH.json new file mode 100644 index 00000000..3bab8365 --- /dev/null +++ b/packs/talents/!items.effects!OYneDZJStjhuDp41.jJ2oSM9Bs4dDApiH.json @@ -0,0 +1,36 @@ +{ + "_id": "jJ2oSM9Bs4dDApiH", + "changes": [ + { + "key": "system.opponentDefenseForAttackType.ranged", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Gegnerabwehr bei Fernkampfangriffen", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'weapon' && ('@item.system.attackType' === 'ranged' || '@item.system.attackType' === 'meleeRanged')" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!OYneDZJStjhuDp41.jJ2oSM9Bs4dDApiH" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!RJauLusDDQWo77JU.neVzXXAck47nnOFM.json b/packs/talents/!items.effects!RJauLusDDQWo77JU.neVzXXAck47nnOFM.json new file mode 100644 index 00000000..be30125d --- /dev/null +++ b/packs/talents/!items.effects!RJauLusDDQWo77JU.neVzXXAck47nnOFM.json @@ -0,0 +1,36 @@ +{ + "_id": "neVzXXAck47nnOFM", + "changes": [ + { + "key": "system.checks.swim", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schwimmen +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!RJauLusDDQWo77JU.neVzXXAck47nnOFM" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!TQG9TbBb9S0nHogC.XEVDTsOyhPJIytd9.json b/packs/talents/!items.effects!TQG9TbBb9S0nHogC.XEVDTsOyhPJIytd9.json new file mode 100644 index 00000000..22f2d9f4 --- /dev/null +++ b/packs/talents/!items.effects!TQG9TbBb9S0nHogC.XEVDTsOyhPJIytd9.json @@ -0,0 +1,36 @@ +{ + "_id": "XEVDTsOyhPJIytd9", + "changes": [ + { + "key": "system.combatValues.initiative.total", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Initiative +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!TQG9TbBb9S0nHogC.XEVDTsOyhPJIytd9" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!UUYS4u0DmEbGzXxI.j6Npl52FgDvkTwk7.json b/packs/talents/!items.effects!UUYS4u0DmEbGzXxI.j6Npl52FgDvkTwk7.json new file mode 100644 index 00000000..9893e135 --- /dev/null +++ b/packs/talents/!items.effects!UUYS4u0DmEbGzXxI.j6Npl52FgDvkTwk7.json @@ -0,0 +1,36 @@ +{ + "_id": "j6Npl52FgDvkTwk7", + "changes": [ + { + "key": "system.attributes.body.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Körper +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!UUYS4u0DmEbGzXxI.j6Npl52FgDvkTwk7" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!VqzpRGrHclPSGLP0.HQXZuzxIk1xmD1FQ.json b/packs/talents/!items.effects!VqzpRGrHclPSGLP0.HQXZuzxIk1xmD1FQ.json new file mode 100644 index 00000000..979da58b --- /dev/null +++ b/packs/talents/!items.effects!VqzpRGrHclPSGLP0.HQXZuzxIk1xmD1FQ.json @@ -0,0 +1,60 @@ +{ + "_id": "HQXZuzxIk1xmD1FQ", + "changes": [ + { + "key": "system.checks.disableTraps", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.openLock", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.pickPocket", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.workMechanism", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.search", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Diebeskunstproben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!VqzpRGrHclPSGLP0.HQXZuzxIk1xmD1FQ" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!ZnT8LMCRqZS3zpJO.aC7UEoDRrwhs7j3U.json b/packs/talents/!items.effects!ZnT8LMCRqZS3zpJO.aC7UEoDRrwhs7j3U.json new file mode 100644 index 00000000..12873237 --- /dev/null +++ b/packs/talents/!items.effects!ZnT8LMCRqZS3zpJO.aC7UEoDRrwhs7j3U.json @@ -0,0 +1,36 @@ +{ + "_id": "aC7UEoDRrwhs7j3U", + "changes": [ + { + "key": "system.checks.featOfStrength", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Kraftakt +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!ZnT8LMCRqZS3zpJO.aC7UEoDRrwhs7j3U" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.2rmByR3ov2nUHHEj.json b/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.2rmByR3ov2nUHHEj.json new file mode 100644 index 00000000..2d1a9a63 --- /dev/null +++ b/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.2rmByR3ov2nUHHEj.json @@ -0,0 +1,36 @@ +{ + "_id": "2rmByR3ov2nUHHEj", + "changes": [ + { + "key": "system.combatValues.hitPoints.total", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Lebenskraft +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!ZvswuU2GqxDQwgpM.2rmByR3ov2nUHHEj" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.ulUx8SX4R1q1ikhw.json b/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.ulUx8SX4R1q1ikhw.json new file mode 100644 index 00000000..1b273877 --- /dev/null +++ b/packs/talents/!items.effects!ZvswuU2GqxDQwgpM.ulUx8SX4R1q1ikhw.json @@ -0,0 +1,42 @@ +{ + "_id": "ulUx8SX4R1q1ikhw", + "changes": [ + { + "key": "system.checks.defyPoison", + "mode": 2, + "value": "1", + "priority": null + }, + { + "key": "system.checks.resistDisease", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Gift/Krankheit trotzen +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!ZvswuU2GqxDQwgpM.ulUx8SX4R1q1ikhw" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!aojENPok9Guo3JN1.qxrTP7Cs4mFS7lLU.json b/packs/talents/!items.effects!aojENPok9Guo3JN1.qxrTP7Cs4mFS7lLU.json new file mode 100644 index 00000000..32f58949 --- /dev/null +++ b/packs/talents/!items.effects!aojENPok9Guo3JN1.qxrTP7Cs4mFS7lLU.json @@ -0,0 +1,60 @@ +{ + "_id": "qxrTP7Cs4mFS7lLU", + "changes": [ + { + "key": "system.checks.perception", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.wakeUp", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.decipherScript", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.readTracks", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.search", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Wahrnehmungsproben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!aojENPok9Guo3JN1.qxrTP7Cs4mFS7lLU" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!bA8wUU0bKouuxkQ5.d5V2GjfkccIubrfY.json b/packs/talents/!items.effects!bA8wUU0bKouuxkQ5.d5V2GjfkccIubrfY.json new file mode 100644 index 00000000..73aa7b04 --- /dev/null +++ b/packs/talents/!items.effects!bA8wUU0bKouuxkQ5.d5V2GjfkccIubrfY.json @@ -0,0 +1,36 @@ +{ + "_id": "d5V2GjfkccIubrfY", + "changes": [ + { + "key": "system.checks.ride", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Reiten +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!bA8wUU0bKouuxkQ5.d5V2GjfkccIubrfY" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!dtynnRNkxg59Nqz4.x1FVRsSyjHwOfYRs.json b/packs/talents/!items.effects!dtynnRNkxg59Nqz4.x1FVRsSyjHwOfYRs.json new file mode 100644 index 00000000..6590030f --- /dev/null +++ b/packs/talents/!items.effects!dtynnRNkxg59Nqz4.x1FVRsSyjHwOfYRs.json @@ -0,0 +1,36 @@ +{ + "_id": "x1FVRsSyjHwOfYRs", + "changes": [ + { + "key": "system.opponentDefenseForAttackType.melee", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Gegnerabwehr bei Nahkampfangriffen -1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'weapon' && ('@item.system.attackType' === 'melee' || '@item.system.attackType' === 'meleeRanged')" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!dtynnRNkxg59Nqz4.x1FVRsSyjHwOfYRs" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!g4XI9wikUdxoCFNg.t1DVGkDGOwrjFccz.json b/packs/talents/!items.effects!g4XI9wikUdxoCFNg.t1DVGkDGOwrjFccz.json new file mode 100644 index 00000000..6375b568 --- /dev/null +++ b/packs/talents/!items.effects!g4XI9wikUdxoCFNg.t1DVGkDGOwrjFccz.json @@ -0,0 +1,54 @@ +{ + "_id": "t1DVGkDGOwrjFccz", + "changes": [ + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.combatValues.hitPoints.total", + "mode": 2, + "value": "-1", + "priority": null + }, + { + "key": "system.checks.flirt", + "mode": 2, + "value": "-1", + "priority": null + }, + { + "key": "system.checks.haggle", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Abwehr +2, soziale Proben -1, Lebenskraft -1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!g4XI9wikUdxoCFNg.t1DVGkDGOwrjFccz" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!gwCc6niwZL45wklE.nxzOItIzbsdQSbby.json b/packs/talents/!items.effects!gwCc6niwZL45wklE.nxzOItIzbsdQSbby.json new file mode 100644 index 00000000..c2e5b7df --- /dev/null +++ b/packs/talents/!items.effects!gwCc6niwZL45wklE.nxzOItIzbsdQSbby.json @@ -0,0 +1,36 @@ +{ + "_id": "nxzOItIzbsdQSbby", + "changes": [ + { + "key": "system.checks.changeSpell", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Zauber wechseln +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!gwCc6niwZL45wklE.nxzOItIzbsdQSbby" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!l0le4xG5t0gUh2Y1.GlAlx4yvg5rCHu20.json b/packs/talents/!items.effects!l0le4xG5t0gUh2Y1.GlAlx4yvg5rCHu20.json new file mode 100644 index 00000000..b094545d --- /dev/null +++ b/packs/talents/!items.effects!l0le4xG5t0gUh2Y1.GlAlx4yvg5rCHu20.json @@ -0,0 +1,36 @@ +{ + "_id": "GlAlx4yvg5rCHu20", + "changes": [ + { + "key": "system.checks.climb", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Klettern +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!l0le4xG5t0gUh2Y1.GlAlx4yvg5rCHu20" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!lDqu4RpV5Nr6BnPW.ZFoibqksWVXEfiOB.json b/packs/talents/!items.effects!lDqu4RpV5Nr6BnPW.ZFoibqksWVXEfiOB.json new file mode 100644 index 00000000..26cf5cbe --- /dev/null +++ b/packs/talents/!items.effects!lDqu4RpV5Nr6BnPW.ZFoibqksWVXEfiOB.json @@ -0,0 +1,36 @@ +{ + "_id": "ZFoibqksWVXEfiOB", + "changes": [ + { + "key": "system.checks.haggle", + "mode": 2, + "value": "3", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Feilschen +3", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!lDqu4RpV5Nr6BnPW.ZFoibqksWVXEfiOB" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!lXzQsIobk5yaZ47a.BBiQrltkYi3Jo0Am.json b/packs/talents/!items.effects!lXzQsIobk5yaZ47a.BBiQrltkYi3Jo0Am.json new file mode 100644 index 00000000..3f22bb6e --- /dev/null +++ b/packs/talents/!items.effects!lXzQsIobk5yaZ47a.BBiQrltkYi3Jo0Am.json @@ -0,0 +1,36 @@ +{ + "_id": "BBiQrltkYi3Jo0Am", + "changes": [ + { + "key": "system.armorValueSpellMalus", + "mode": 2, + "value": "-2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Panzerungs-Zaubermalus -2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!lXzQsIobk5yaZ47a.BBiQrltkYi3Jo0Am" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!oxWYfqhbcsDoaaUJ.pgGKKWy5nLTSdp8l.json b/packs/talents/!items.effects!oxWYfqhbcsDoaaUJ.pgGKKWy5nLTSdp8l.json new file mode 100644 index 00000000..ad91b3c6 --- /dev/null +++ b/packs/talents/!items.effects!oxWYfqhbcsDoaaUJ.pgGKKWy5nLTSdp8l.json @@ -0,0 +1,36 @@ +{ + "_id": "pgGKKWy5nLTSdp8l", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Nekromantie +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.necromancy" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!oxWYfqhbcsDoaaUJ.pgGKKWy5nLTSdp8l" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!pAOP7wkvhtsNIPQ8.PzOc07kYoWYygECD.json b/packs/talents/!items.effects!pAOP7wkvhtsNIPQ8.PzOc07kYoWYygECD.json new file mode 100644 index 00000000..1e420b0b --- /dev/null +++ b/packs/talents/!items.effects!pAOP7wkvhtsNIPQ8.PzOc07kYoWYygECD.json @@ -0,0 +1,42 @@ +{ + "_id": "PzOc07kYoWYygECD", + "changes": [ + { + "key": "system.checks.flirt", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.haggle", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Soziale Proben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!pAOP7wkvhtsNIPQ8.PzOc07kYoWYygECD" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!pC1K0VHWTpaJqwtt.YPU4v5VXXeRcscmP.json b/packs/talents/!items.effects!pC1K0VHWTpaJqwtt.YPU4v5VXXeRcscmP.json new file mode 100644 index 00000000..93e08a06 --- /dev/null +++ b/packs/talents/!items.effects!pC1K0VHWTpaJqwtt.YPU4v5VXXeRcscmP.json @@ -0,0 +1,42 @@ +{ + "_id": "YPU4v5VXXeRcscmP", + "changes": [ + { + "key": "system.combatValues.meleeAttack.total", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.combatValues.defense.total", + "mode": 2, + "value": "-1", + "priority": null + } + ], + "disabled": true, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Schlagen +2, Abwehr -1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!pC1K0VHWTpaJqwtt.YPU4v5VXXeRcscmP" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!sqGJRKlgFoD2vLCD.MBeD0OrohtuDdSFy.json b/packs/talents/!items.effects!sqGJRKlgFoD2vLCD.MBeD0OrohtuDdSFy.json new file mode 100644 index 00000000..d0265ac6 --- /dev/null +++ b/packs/talents/!items.effects!sqGJRKlgFoD2vLCD.MBeD0OrohtuDdSFy.json @@ -0,0 +1,54 @@ +{ + "_id": "MBeD0OrohtuDdSFy", + "changes": [ + { + "key": "system.checks.hide", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.pickPocket", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.sneak", + "mode": 2, + "value": "2", + "priority": null + }, + { + "key": "system.checks.search", + "mode": 2, + "value": "2", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Heimlichkeitsproben +2", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!sqGJRKlgFoD2vLCD.MBeD0OrohtuDdSFy" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!tmFeIA1PSVHqGGjx.rK7expqsrPV5t8f1.json b/packs/talents/!items.effects!tmFeIA1PSVHqGGjx.rK7expqsrPV5t8f1.json new file mode 100644 index 00000000..03c13877 --- /dev/null +++ b/packs/talents/!items.effects!tmFeIA1PSVHqGGjx.rK7expqsrPV5t8f1.json @@ -0,0 +1,36 @@ +{ + "_id": "rK7expqsrPV5t8f1", + "changes": [ + { + "key": "system.checks.featOfStrength", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Kraftakt +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!tmFeIA1PSVHqGGjx.rK7expqsrPV5t8f1" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!v5axYsQQ2w57Iu4p.fDKyU3R0ACgW9uw3.json b/packs/talents/!items.effects!v5axYsQQ2w57Iu4p.fDKyU3R0ACgW9uw3.json new file mode 100644 index 00000000..d0526f88 --- /dev/null +++ b/packs/talents/!items.effects!v5axYsQQ2w57Iu4p.fDKyU3R0ACgW9uw3.json @@ -0,0 +1,36 @@ +{ + "_id": "fDKyU3R0ACgW9uw3", + "changes": [ + { + "key": "system.combatValues.movement.total", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Laufen +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": false, + "itemName": "", + "condition": "" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!v5axYsQQ2w57Iu4p.fDKyU3R0ACgW9uw3" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!w34myctr1EDmXSPI.UZeS8KqoBFS8oY35.json b/packs/talents/!items.effects!w34myctr1EDmXSPI.UZeS8KqoBFS8oY35.json new file mode 100644 index 00000000..0c74a5e5 --- /dev/null +++ b/packs/talents/!items.effects!w34myctr1EDmXSPI.UZeS8KqoBFS8oY35.json @@ -0,0 +1,36 @@ +{ + "_id": "UZeS8KqoBFS8oY35", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Elementarschadenszauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.damage && (@item.system.spellGroups.lightning || @item.system.spellGroups.earth || @item.system.spellGroups.water || @item.system.spellGroups.ice || @item.system.spellGroups.fire || @item.system.spellGroups.air)" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!w34myctr1EDmXSPI.UZeS8KqoBFS8oY35" +} \ No newline at end of file diff --git a/packs/talents/!items.effects!zhzVJz6WhSMMeTuY.zcVXFPGvCoUuso15.json b/packs/talents/!items.effects!zhzVJz6WhSMMeTuY.zcVXFPGvCoUuso15.json new file mode 100644 index 00000000..71f9f006 --- /dev/null +++ b/packs/talents/!items.effects!zhzVJz6WhSMMeTuY.zcVXFPGvCoUuso15.json @@ -0,0 +1,36 @@ +{ + "_id": "zcVXFPGvCoUuso15", + "changes": [ + { + "key": "system.spellModifier.numerical", + "mode": 2, + "value": "1", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "label": "Blitzschadenszauber +1", + "transfer": true, + "flags": { + "ds4": { + "itemEffectConfig": { + "applyToItems": true, + "itemName": "", + "condition": "'@item.type' === 'spell' && @item.system.spellGroups.lightning && @item.system.spellGroups.damage" + } + } + }, + "tint": null, + "origin": null, + "_key": "!items.effects!zhzVJz6WhSMMeTuY.zcVXFPGvCoUuso15" +} \ No newline at end of file diff --git a/packs/talents/Abklingen_w2Dn16q2f0gBxTch.json b/packs/talents/Abklingen_w2Dn16q2f0gBxTch.json new file mode 100644 index 00000000..19aceb03 --- /dev/null +++ b/packs/talents/Abklingen_w2Dn16q2f0gBxTch.json @@ -0,0 +1,30 @@ +{ + "_id": "w2Dn16q2f0gBxTch", + "name": "Abklingen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent senkt die Zauberabklingzeit jedes Zaubers um 1 Runde pro Talentrang. Es ist jedoch nicht möglich, die Abklingzeit eines Zaubers unter Null zu senken.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349656, + "modifiedTime": 1668995463820, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!w2Dn16q2f0gBxTch" +} \ No newline at end of file diff --git a/packs/talents/Abklingendes_Blut_yIcgnr9Xr7Kwocaj.json b/packs/talents/Abklingendes_Blut_yIcgnr9Xr7Kwocaj.json new file mode 100644 index 00000000..33de9f58 --- /dev/null +++ b/packs/talents/Abklingendes_Blut_yIcgnr9Xr7Kwocaj.json @@ -0,0 +1,30 @@ +{ + "_id": "yIcgnr9Xr7Kwocaj", + "name": "Abklingendes Blut", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Blutmagier kann für das Opfern von bis zu 1 LK pro Talentrang (zählt als freie Aktion) die Abklingzeit eines gerade abklingenden Zauberspruchs um jeweils 1 Runde senken.

\n

Pro weiterem Talentrang kann ein weiterer LK geopfert werden, wodurch die Abklingzeit um eine weitere Runde gesenkt wird.

\n

Abklingendes Blut ist mit dem Talent @Compendium[ds4.talents.w2Dn16q2f0gBxTch]{Abklingen} kombinierbar.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349660, + "modifiedTime": 1668995463825, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yIcgnr9Xr7Kwocaj" +} \ No newline at end of file diff --git a/packs/talents/Aderschlitzer_JbGKvhxVEAdczQib.json b/packs/talents/Aderschlitzer_JbGKvhxVEAdczQib.json new file mode 100644 index 00000000..13852519 --- /dev/null +++ b/packs/talents/Aderschlitzer_JbGKvhxVEAdczQib.json @@ -0,0 +1,30 @@ +{ + "_id": "JbGKvhxVEAdczQib", + "name": "Aderschlitzer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird bei einem Angriff mit einem Messer, Dolch oder Einhandschwert bzw. mit einer Schußwaffe ein Würfelergebnis erzielt, welches gleich oder kleiner als der Talentrang in Aderschlitzer ist, wird die Abwehr des Gegners gegen diesen Angriff pro Talentrang um 5 gesenkt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349509, + "modifiedTime": 1668995463679, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JbGKvhxVEAdczQib" +} \ No newline at end of file diff --git a/packs/talents/Adlergestalt_sSKiZ5hdQMBnAYRA.json b/packs/talents/Adlergestalt_sSKiZ5hdQMBnAYRA.json new file mode 100644 index 00000000..cb16a1e8 --- /dev/null +++ b/packs/talents/Adlergestalt_sSKiZ5hdQMBnAYRA.json @@ -0,0 +1,30 @@ +{ + "_id": "sSKiZ5hdQMBnAYRA", + "name": "Adlergestalt", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in einen flugfähigen @Compendium[ds4.creatures.HjpxMlpyjPr3hd3r]{Adler} (DS4 S. 106) verwandeln. Auch kann er die Gestalt kleinerer Vögel annehmen. Die Verwandlung dauert 1 Runde. Der Effekt endet auf Wunsch des Druiden oder durch seinen Tod. Erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich dabei nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte eines Adlers an.

\n

In Adlergestalt ist es dem Druiden nicht möglich, zu sprechen oder zu zaubern, wohl aber, Gesprochenes zu verstehen und die Sinne des Adlers einzusetzen. Zauber, die beispielsweise Tiere kontrollieren, haben auf den Druiden in Adlergestalt keinen Einfluss.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349641, + "modifiedTime": 1668995463802, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sSKiZ5hdQMBnAYRA" +} \ No newline at end of file diff --git a/packs/talents/Akrobat_9qdc56F4XTntYoo9.json b/packs/talents/Akrobat_9qdc56F4XTntYoo9.json new file mode 100644 index 00000000..dd3ebc2c --- /dev/null +++ b/packs/talents/Akrobat_9qdc56F4XTntYoo9.json @@ -0,0 +1,32 @@ +{ + "_id": "9qdc56F4XTntYoo9", + "name": "Akrobat", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "ouQeQaI46fM2mq4D" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein geübter Kletterer und Turner. Auf alle Proben, bei denen es um athletisches Geschick, Balancieren oder Kletterkunst geht, erhält der Charakter einen Bonus von +2 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349488, + "modifiedTime": 1668995463667, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9qdc56F4XTntYoo9" +} \ No newline at end of file diff --git a/packs/talents/Alchemie_XUyuomVVOxuSSKXl.json b/packs/talents/Alchemie_XUyuomVVOxuSSKXl.json new file mode 100644 index 00000000..dc64cf53 --- /dev/null +++ b/packs/talents/Alchemie_XUyuomVVOxuSSKXl.json @@ -0,0 +1,30 @@ +{ + "_id": "XUyuomVVOxuSSKXl", + "name": "Alchemie", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird benötigt, um magische Tränke zu brauen (DS4 S. 101).

\n

Jeder Talentrang reduziert die Zubereitungsdauer von Tränken und gibt +1 auf Proben, um diese herzustellen oder zu identifizieren (DS4 S. 47).

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349553, + "modifiedTime": 1668995463701, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XUyuomVVOxuSSKXl" +} \ No newline at end of file diff --git a/packs/talents/Arkane_Explosion_hGuQT644hBIM8G4J.json b/packs/talents/Arkane_Explosion_hGuQT644hBIM8G4J.json new file mode 100644 index 00000000..2ff50d86 --- /dev/null +++ b/packs/talents/Arkane_Explosion_hGuQT644hBIM8G4J.json @@ -0,0 +1,30 @@ +{ + "_id": "hGuQT644hBIM8G4J", + "name": "Arkane Explosion", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden sein magisches Potenzial in einer kugelförmigen, arkanen Explosion entladen, deren Mittelpunkt er bildet.

\n

Die Kugel hat einen festen Durchmesser von Stufe/2 Meter und verursacht nicht abwehrbaren Schaden mit einem Probenwert von 10 pro Talentrang.

\n

Pro Gefährten, der im Explosionsradius steht, kann der Charakter GEI+VE würfeln, um ihn vor dem Schaden zu bewahren.

\n

Das Talent @Compendium[ds4.talents.2ASdMhcx0hN3ZpPc]{Explosionskontrolle} kann hier ebenfalls angewendet werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349605, + "modifiedTime": 1668995463738, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hGuQT644hBIM8G4J" +} \ No newline at end of file diff --git a/packs/talents/Ausweichen_h8rhfVd2pINsa4d2.json b/packs/talents/Ausweichen_h8rhfVd2pINsa4d2.json new file mode 100644 index 00000000..ca3631ba --- /dev/null +++ b/packs/talents/Ausweichen_h8rhfVd2pINsa4d2.json @@ -0,0 +1,30 @@ +{ + "_id": "h8rhfVd2pINsa4d2", + "name": "Ausweichen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf einen gegen ihn gerichteten Nahkampfangriff komplett ignorieren (zählt als freie Aktion). Dass der Charakter einem Angriff ausweichen will, muss angesagt werden, bevor feststeht, ob dieser Schlag ihn trifft oder nicht. Gegen Angriffe von Gegnern, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349602, + "modifiedTime": 1668995463732, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!h8rhfVd2pINsa4d2" +} \ No newline at end of file diff --git a/packs/talents/B_ndiger_kqm5iBvDGn8NQ4BR.json b/packs/talents/B_ndiger_kqm5iBvDGn8NQ4BR.json new file mode 100644 index 00000000..7dab202b --- /dev/null +++ b/packs/talents/B_ndiger_kqm5iBvDGn8NQ4BR.json @@ -0,0 +1,30 @@ +{ + "_id": "kqm5iBvDGn8NQ4BR", + "name": "Bändiger", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Einmal pro Talentrang kann der Charakter mit GEI+AU versuchen, einer selbst beschworenen bzw. selbst herbeigerufenen Wesenheit, die er nicht unter seine Kontrolle bringen konnte (die Probe auf Zaubern also misslang), dennoch seinen Willen aufzuzwingen (jeder Versuch zählt als eine ganze Aktion). Bei einem Erfolg kann der Charakter versuchen, noch ein weiteres Wesen (sofern vorhanden) in der gleichen Runde zu bändigen (zählt nun als freie Aktion), insgesamt jedoch nicht mehr zusätzliche Wesenheiten pro Runde, als sein Talentrang beträgt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349615, + "modifiedTime": 1668995463757, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kqm5iBvDGn8NQ4BR" +} \ No newline at end of file diff --git a/packs/talents/B_rengestalt_8pylauN1hY933vrQ.json b/packs/talents/B_rengestalt_8pylauN1hY933vrQ.json new file mode 100644 index 00000000..7055287b --- /dev/null +++ b/packs/talents/B_rengestalt_8pylauN1hY933vrQ.json @@ -0,0 +1,30 @@ +{ + "_id": "8pylauN1hY933vrQ", + "name": "Bärengestalt", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in einen @Compendium[ds4.creatures.InLjj4RGxfkDrtXr]{Bären} (DS4 S. 106) verwandeln. Alternativ kann in Absprache mit dem Spielleiter bei Talenterwerb auch ein anderes „großes“ (DS4 S. 104) Tier gewählt werden. Die Verwandlung dauert 1 Runde. Der Effekt endet auf Wunsch des Druiden oder durch seinen Tod. Erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte des Tieres an.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349484, + "modifiedTime": 1668995463660, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8pylauN1hY933vrQ" +} \ No newline at end of file diff --git a/packs/talents/Beschw_rer_MIYh9GTkm7xIquWK.json b/packs/talents/Beschw_rer_MIYh9GTkm7xIquWK.json new file mode 100644 index 00000000..2b8ca586 --- /dev/null +++ b/packs/talents/Beschw_rer_MIYh9GTkm7xIquWK.json @@ -0,0 +1,32 @@ +{ + "_id": "MIYh9GTkm7xIquWK", + "name": "Beschwörer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "1Lrnk4tNGWXSdCd1" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein Experte im Beschwören von Dämonen. Er erhält auf alle Versuche, Dämonen zu beschwören und diese zu kontrollieren einen Bonus von +2 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349517, + "modifiedTime": 1668995464153, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MIYh9GTkm7xIquWK" +} \ No newline at end of file diff --git a/packs/talents/Beute_Sch_tzen_5eEaKiUSzWBhG8Bn.json b/packs/talents/Beute_Sch_tzen_5eEaKiUSzWBhG8Bn.json new file mode 100644 index 00000000..f4600821 --- /dev/null +++ b/packs/talents/Beute_Sch_tzen_5eEaKiUSzWBhG8Bn.json @@ -0,0 +1,32 @@ +{ + "_id": "5eEaKiUSzWBhG8Bn", + "name": "Beute Schätzen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "HHnWhHQf9ibLVCAP" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter erhält pro Talentrang einen Bonus von +3, wenn er den Wert eines Gegenstandes schätzt.

\n

Auch kann er mit GEI+AU spüren, ob dieser magisch ist (nicht aber im Anschluss mit GEI+VE, wie Zauberwirker, seine Funktionsweise erkennen), worauf der gleiche Bonus angerechnet wird.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349465, + "modifiedTime": 1668995463521, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5eEaKiUSzWBhG8Bn" +} \ No newline at end of file diff --git a/packs/talents/Bildung_KgOHPx5oQHKBuVPc.json b/packs/talents/Bildung_KgOHPx5oQHKBuVPc.json new file mode 100644 index 00000000..9dacff77 --- /dev/null +++ b/packs/talents/Bildung_KgOHPx5oQHKBuVPc.json @@ -0,0 +1,32 @@ +{ + "_id": "KgOHPx5oQHKBuVPc", + "name": "Bildung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "JbL6BC0HyUKyxBvd" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter hat einen gewissen Grad an Bildung erworben.

\n

Im Gegensatz zu dem Talent @Compendium[ds4.talents.IB1OJ65TseuSw9ZI]{Wissensegebiet}, welches nur einzelne Themengebiete umfasst, erhält man durch das Talent Bildung einen +2 Bonus pro Talentrang auf alle Proben, bei denen es um Allgemeinwissen oder das Lösen von Rätseln geht.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349513, + "modifiedTime": 1668995463681, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KgOHPx5oQHKBuVPc" +} \ No newline at end of file diff --git a/packs/talents/Blitzmacher_zhzVJz6WhSMMeTuY.json b/packs/talents/Blitzmacher_zhzVJz6WhSMMeTuY.json new file mode 100644 index 00000000..5ac5bfbb --- /dev/null +++ b/packs/talents/Blitzmacher_zhzVJz6WhSMMeTuY.json @@ -0,0 +1,32 @@ +{ + "_id": "zhzVJz6WhSMMeTuY", + "name": "Blitzmacher", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "zcVXFPGvCoUuso15" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker ist geübt im Umgang mit Zaubersprüchen, die Blitze erzeugen.

\n

Er erhält auf alle Zauber, die Blitzschaden verursachen, einen Bonus von +1 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349662, + "modifiedTime": 1668995464348, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zhzVJz6WhSMMeTuY" +} \ No newline at end of file diff --git a/packs/talents/Blocker_9y7I3NIFuFC5lG4s.json b/packs/talents/Blocker_9y7I3NIFuFC5lG4s.json new file mode 100644 index 00000000..62f281ab --- /dev/null +++ b/packs/talents/Blocker_9y7I3NIFuFC5lG4s.json @@ -0,0 +1,30 @@ +{ + "_id": "9y7I3NIFuFC5lG4s", + "name": "Blocker", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter versteht es, im Kampf seinen Schild geschickt einzusetzen.

\n

In jeder Kampfrunde, in der er keine offensive Handlung unternimmt, dabei einen Schild führt und sich nicht einen Schritt bewegt, erhält er pro Talentrang +2 auf seine Abwehr gegen alle Angriffe, derer er sich bewusst ist und die nicht von hinten erfolgen. Zusätzlich kann er mit demselben Bonus KÖR+HÄ aktionsfrei würfeln, um im Kampf nicht zurückgedrängt zu werden (DS4 S. 44). Einmal pro Kampf kann ein Blocker pro Talentrang einen Patzer bei der Abwehr wiederholen, auch wenn er gerade eine offensiv Handlung unternimmt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349489, + "modifiedTime": 1668995463668, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9y7I3NIFuFC5lG4s" +} \ No newline at end of file diff --git a/packs/talents/Blutige_Heilung_ODepf0g8Us5jBqLm.json b/packs/talents/Blutige_Heilung_ODepf0g8Us5jBqLm.json new file mode 100644 index 00000000..7531da14 --- /dev/null +++ b/packs/talents/Blutige_Heilung_ODepf0g8Us5jBqLm.json @@ -0,0 +1,30 @@ +{ + "_id": "ODepf0g8Us5jBqLm", + "name": "Blutige Heilung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Blutmagier einmal pro Kampf (außerhalb eines Kampfes beliebig oft) versuchen, sich mit der Kraft des eigenen Blutes zu heilen (zählt als eine freie Aktion, die einmal pro Runde möglich ist), was allerdings auch misslingen kann.

\n

Der Charakter würfelt dafür mit einem Probenwert gleich seiner eigenen Stufe.

\n

Bei einem Erfolg wird er um das doppelte Probenergebnis geheilt, bei einem Misserfolg erleidet er jedoch nicht abwehrbaren Schaden gleich seinem doppelten Talentrang. Bei einem Patzer ist das Talent außerdem W20 Stunden nicht mehr einsetzbar.

\n

Wird bei der blutigen Heilung das Talent @Compendium[ds4.talents.AM8Wp2ZVwWgbUXQz]{Macht des Blutes} angewendet, wird als dessen Bonus das Attribut KÖR bzw. GEI verwendet, was immer höher ist.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349530, + "modifiedTime": 1668995463690, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ODepf0g8Us5jBqLm" +} \ No newline at end of file diff --git a/packs/talents/Blutschild_hUfTQbzMpbOH03qq.json b/packs/talents/Blutschild_hUfTQbzMpbOH03qq.json new file mode 100644 index 00000000..017535c2 --- /dev/null +++ b/packs/talents/Blutschild_hUfTQbzMpbOH03qq.json @@ -0,0 +1,30 @@ +{ + "_id": "hUfTQbzMpbOH03qq", + "name": "Blutschild", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Blutmagier kann für das Opfern von 2 LK seine Abwehr für W20 Runden um +2 erhöhen (zählt als freie Aktion).

\n

Pro weiteren Talentrang können zwei weitere LK geopfert werden, welche die Abwehr um weitere +2 erhöhen.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349606, + "modifiedTime": 1668995463744, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hUfTQbzMpbOH03qq" +} \ No newline at end of file diff --git a/packs/talents/Brutaler_Hieb_ZnT8LMCRqZS3zpJO.json b/packs/talents/Brutaler_Hieb_ZnT8LMCRqZS3zpJO.json new file mode 100644 index 00000000..54f2e4a8 --- /dev/null +++ b/packs/talents/Brutaler_Hieb_ZnT8LMCRqZS3zpJO.json @@ -0,0 +1,32 @@ +{ + "_id": "ZnT8LMCRqZS3zpJO", + "name": "Brutaler Hieb", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "aC7UEoDRrwhs7j3U" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Schlagen für einen Angriff um den Wert von KÖR erhöhen.

\n

Es ist möglich, mehrere Talentränge in einem einzigen Schlag zu vereinen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349558, + "modifiedTime": 1668995463704, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZnT8LMCRqZS3zpJO" +} \ No newline at end of file diff --git a/packs/talents/Charmant_pAOP7wkvhtsNIPQ8.json b/packs/talents/Charmant_pAOP7wkvhtsNIPQ8.json new file mode 100644 index 00000000..2d91c636 --- /dev/null +++ b/packs/talents/Charmant_pAOP7wkvhtsNIPQ8.json @@ -0,0 +1,32 @@ +{ + "_id": "pAOP7wkvhtsNIPQ8", + "name": "Charmant", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "PzOc07kYoWYygECD" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Auf sämtliche Proben sozialer Interaktion, beispielsweise um sympathisch aufzutreten oder eine Geschichte glaubhafter zu berichten, erhält der Charakter pro Talentrang einen Bonus von +2 (bei Vertretern des anderen Geschlechts sogar +3).

\n

Settingoption:
In vielen Settings ist es Zwergen verwehrt, dieses Talent zu erlernen.

\n

 

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349630, + "modifiedTime": 1668995463789, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pAOP7wkvhtsNIPQ8" +} \ No newline at end of file diff --git a/packs/talents/D_monen_zerschmettern_DZcu8KQFWChBVPRR.json b/packs/talents/D_monen_zerschmettern_DZcu8KQFWChBVPRR.json new file mode 100644 index 00000000..0dce39f6 --- /dev/null +++ b/packs/talents/D_monen_zerschmettern_DZcu8KQFWChBVPRR.json @@ -0,0 +1,30 @@ +{ + "_id": "DZcu8KQFWChBVPRR", + "name": "Dämonen zerschmettern", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen Nahkampfangriff gegen einen Dämonen führen, der nicht abgewehrt werden kann.

\n

Vor dem Angriffswurf muss angesagt werden, dass das Talent zum Einsatz kommen soll, welches mit Talenten wie @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} und/oder @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} kombiniert werden kann.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349497, + "modifiedTime": 1668995463672, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DZcu8KQFWChBVPRR" +} \ No newline at end of file diff --git a/packs/talents/D_monenbrut_7H5VfdfMACJbv8bz.json b/packs/talents/D_monenbrut_7H5VfdfMACJbv8bz.json new file mode 100644 index 00000000..a7bec9a5 --- /dev/null +++ b/packs/talents/D_monenbrut_7H5VfdfMACJbv8bz.json @@ -0,0 +1,30 @@ +{ + "_id": "7H5VfdfMACJbv8bz", + "name": "Dämonenbrut", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Dämonologe auf Wunsch bei einer Beschwörung einen weiteren Dämon gleichen Typs beschwören. Ein zusätzlicher Beschwörungskreis oder eine weitere Probe werden dafür nicht benötigt.

\n

Sollte die Beschwörung misslingen, wendet sich die gesamte Dämonenbrut gegen ihren Beschwörer.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349478, + "modifiedTime": 1668995463577, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7H5VfdfMACJbv8bz" +} \ No newline at end of file diff --git a/packs/talents/D_monenzauber_sThruiUnwaN9KHrP.json b/packs/talents/D_monenzauber_sThruiUnwaN9KHrP.json new file mode 100644 index 00000000..e5b5c51f --- /dev/null +++ b/packs/talents/D_monenzauber_sThruiUnwaN9KHrP.json @@ -0,0 +1,30 @@ +{ + "_id": "sThruiUnwaN9KHrP", + "name": "Dämonenzauber", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Dämonologe einem einzelnen seiner beschworenen Dämonen einen seiner eigenen Zaubersprüche beibringen (dauert eine Aktion), mit Ausnahme des Zauberspruchs @Compendium[ds4.spells.yy43TiBbip28QRhs]{Dämonen beschwören}. Der jeweilige Dämon hat für die Dauer seiner Beschwörung den jeweiligen Zauber aktiv und kann ihn nach den normalen Regeln einsetzen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349643, + "modifiedTime": 1668995463805, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sThruiUnwaN9KHrP" +} \ No newline at end of file diff --git a/packs/talents/Diebeskunst_VqzpRGrHclPSGLP0.json b/packs/talents/Diebeskunst_VqzpRGrHclPSGLP0.json new file mode 100644 index 00000000..a6d85382 --- /dev/null +++ b/packs/talents/Diebeskunst_VqzpRGrHclPSGLP0.json @@ -0,0 +1,32 @@ +{ + "_id": "VqzpRGrHclPSGLP0", + "name": "Diebeskunst", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "HQXZuzxIk1xmD1FQ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter erhält einen Bonus von +2 pro Talentrang auf alle Proben, bei denen es darum geht, Fallen zu entdecken und zu entschärfen, fremde Taschen zu leeren, Schlösser zu öffnen oder Glücksspiele zu manipulieren.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349546, + "modifiedTime": 1668995463698, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!VqzpRGrHclPSGLP0" +} \ No newline at end of file diff --git a/packs/talents/Diener_der_Dunkelheit_hAfZhfLqCjPvho3u.json b/packs/talents/Diener_der_Dunkelheit_hAfZhfLqCjPvho3u.json new file mode 100644 index 00000000..847ad733 --- /dev/null +++ b/packs/talents/Diener_der_Dunkelheit_hAfZhfLqCjPvho3u.json @@ -0,0 +1,30 @@ +{ + "_id": "hAfZhfLqCjPvho3u", + "name": "Diener der Dunkelheit", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter dient den Mächten der Dunkelheit. Er erhält auf alle Angriffe gegen @Compendium[ds4.special-creature-abilities.KDDlwN9as9B4ljeA]{Wesen des Lichts}/@Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} einen Bonus von +1 pro Talentrang. Gleiches gilt für seine Abwehr gegen Schaden von Lichtzaubern.

\n

Charakter mit diesem Talent können nicht das Talent @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} erlernen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349604, + "modifiedTime": 1668995463735, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!hAfZhfLqCjPvho3u" +} \ No newline at end of file diff --git a/packs/talents/Diener_des_Lichts_Wwvj3V65hIe0JWul.json b/packs/talents/Diener_des_Lichts_Wwvj3V65hIe0JWul.json new file mode 100644 index 00000000..191ab90c --- /dev/null +++ b/packs/talents/Diener_des_Lichts_Wwvj3V65hIe0JWul.json @@ -0,0 +1,30 @@ +{ + "_id": "Wwvj3V65hIe0JWul", + "name": "Diener des Lichts", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter dient den Mächten des Lichts. Er erhält gegen alle Angriffe von @Compendium[ds4.special-creature-abilities.R3j1CjXJckUH0CBG]{Wesen der Dunkelheit}/@Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Dienern der Dunkelheit} einen Bonus von +1 pro Talentrang auf seine Abwehr. Gleiches gilt bei Schaden von Schattenzaubern.

\n

Charaktere, die gegen die Prinzipien des Lichts verstoßen (beispielsweise sinnlos Morden) verlieren Talentränge ersatzlos.

\n

Charaktere mit diesem Talent können nicht das Talent @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} erlernen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349549, + "modifiedTime": 1668995463700, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Wwvj3V65hIe0JWul" +} \ No newline at end of file diff --git a/packs/talents/Einbetten_MbPRlVBm0JsBoA6X.json b/packs/talents/Einbetten_MbPRlVBm0JsBoA6X.json new file mode 100644 index 00000000..10d9df79 --- /dev/null +++ b/packs/talents/Einbetten_MbPRlVBm0JsBoA6X.json @@ -0,0 +1,30 @@ +{ + "_id": "MbPRlVBm0JsBoA6X", + "name": "Einbetten", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird benötigt, um magische Gegenstände herzustellen (DS4 S. 101). Jeder Talentrang reduziert die Herstellungsdauer von magischen Gegenständen und gibt +1 auf Einbetten- Proben, um diese zu fertigen.

\n

Einbetten hilft zwar auch bei der Herstellung von Tränken bzw. Schriftrollen, dennoch wird dafür zunächst immer noch das Talent @Compendium[ds4.talents.XUyuomVVOxuSSKXl]{Alchemie} bzw. @Compendium[ds4.talents.t56WOCnxZwQWhajW]{Runenkunde} benötigt.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349520, + "modifiedTime": 1668995463684, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MbPRlVBm0JsBoA6X" +} \ No newline at end of file diff --git a/packs/talents/Einstecker_ZvswuU2GqxDQwgpM.json b/packs/talents/Einstecker_ZvswuU2GqxDQwgpM.json new file mode 100644 index 00000000..a0ab6f23 --- /dev/null +++ b/packs/talents/Einstecker_ZvswuU2GqxDQwgpM.json @@ -0,0 +1,33 @@ +{ + "_id": "ZvswuU2GqxDQwgpM", + "name": "Einstecker", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "2rmByR3ov2nUHHEj", + "ulUx8SX4R1q1ikhw" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter versteht es, ordentlich Schaden einzustecken.

\n

Pro Talentrang steigt die Lebenskraft (LK) um +3.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349560, + "modifiedTime": 1668995463705, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ZvswuU2GqxDQwgpM" +} \ No newline at end of file diff --git a/packs/talents/Elementare_b_ndeln_11ZOcPcDIigrXvww.json b/packs/talents/Elementare_b_ndeln_11ZOcPcDIigrXvww.json new file mode 100644 index 00000000..9059190a --- /dev/null +++ b/packs/talents/Elementare_b_ndeln_11ZOcPcDIigrXvww.json @@ -0,0 +1,30 @@ +{ + "_id": "11ZOcPcDIigrXvww", + "name": "Elementare bündeln", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Elementarist auf Wunsch bei einer Herbeirufung eine weitere Elementarstufe (I) herbeirufen.

\n

Der Elementarist muss vor der Herbeirufung schon festlegen, wie viele der zusätzlichen Elementare einzeln oder gebündelt – wodurch sich ihre Stufen (DS4 S. 53) bis maximal III addieren – erscheinen sollen. Ein zusätzliches Elementarportal oder Proben werden dafür nicht benötigt, aber der ZB entsprechend gesenkt.

\n

Sollte die Herbeirufung misslingen, wenden sich alle Elementare – gebündelte wie ungebündelte – gegen den Elementaristen.

", + "rank": { + "base": 0, + "max": 10, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349428, + "modifiedTime": 1668995463435, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!11ZOcPcDIigrXvww" +} \ No newline at end of file diff --git a/packs/talents/Elementen_trotzen_HFCY3fxIbeXapRan.json b/packs/talents/Elementen_trotzen_HFCY3fxIbeXapRan.json new file mode 100644 index 00000000..96febb56 --- /dev/null +++ b/packs/talents/Elementen_trotzen_HFCY3fxIbeXapRan.json @@ -0,0 +1,30 @@ +{ + "_id": "HFCY3fxIbeXapRan", + "name": "Elementen trotzen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden erlittenen Schaden durch die Elemente (beispielsweise durch Blitze, Eis oder Feuer) aller Art ignorieren.

\n

Dies gilt auch für Schaden, der normalerweise nicht abgewehrt werden kann (beispielsweise durch den Zauberspruch @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball}).

\n

Die schützende Wirkung wird als freie Aktion ausgelöst und hält eine ununterbrochene Anzahl von Runden gleich dem dreifachen Talentrang an.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349504, + "modifiedTime": 1668995463676, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!HFCY3fxIbeXapRan" +} \ No newline at end of file diff --git a/packs/talents/Explosionskontrolle_2ASdMhcx0hN3ZpPc.json b/packs/talents/Explosionskontrolle_2ASdMhcx0hN3ZpPc.json new file mode 100644 index 00000000..c456c340 --- /dev/null +++ b/packs/talents/Explosionskontrolle_2ASdMhcx0hN3ZpPc.json @@ -0,0 +1,30 @@ +{ + "_id": "2ASdMhcx0hN3ZpPc", + "name": "Explosionskontrolle", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter eine Person (auch sich selbst) vor der Wirkung eines seiner eigenen Flächenzauber verschonen. Pro Talentrang kann er das Talent einmal pro Kampf einsetzen.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349453, + "modifiedTime": 1668995463484, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2ASdMhcx0hN3ZpPc" +} \ No newline at end of file diff --git a/packs/talents/F_rsorger_MdIritgH5eEAngSY.json b/packs/talents/F_rsorger_MdIritgH5eEAngSY.json new file mode 100644 index 00000000..dc57565c --- /dev/null +++ b/packs/talents/F_rsorger_MdIritgH5eEAngSY.json @@ -0,0 +1,32 @@ +{ + "_id": "MdIritgH5eEAngSY", + "name": "Fürsorger", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "d2tT2smyOwGtpzlC" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist geübt im Umgang mit heilender und schützender Magie.

\n

Er erhält auf alle Heil- und Schutzzauber +1 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349522, + "modifiedTime": 1668995464171, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!MdIritgH5eEAngSY" +} \ No newline at end of file diff --git a/packs/talents/Feuermagier_8D01Z1kDIDcsuVCn.json b/packs/talents/Feuermagier_8D01Z1kDIDcsuVCn.json new file mode 100644 index 00000000..9a0538b8 --- /dev/null +++ b/packs/talents/Feuermagier_8D01Z1kDIDcsuVCn.json @@ -0,0 +1,32 @@ +{ + "_id": "8D01Z1kDIDcsuVCn", + "name": "Feuermagier", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "MbXCCUny8g0DURC5" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker ist geübt im Umgang mit Feuermagie. Er erhält auf alle Zauber, die einen Feuereffekt haben, einen Bonus von +1 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349480, + "modifiedTime": 1668995464113, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8D01Z1kDIDcsuVCn" +} \ No newline at end of file diff --git a/packs/talents/Fieser_Schuss_srLA4jC8lsZbp3nT.json b/packs/talents/Fieser_Schuss_srLA4jC8lsZbp3nT.json new file mode 100644 index 00000000..d106a3bd --- /dev/null +++ b/packs/talents/Fieser_Schuss_srLA4jC8lsZbp3nT.json @@ -0,0 +1,30 @@ +{ + "_id": "srLA4jC8lsZbp3nT", + "name": "Fieser Schuss", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Schießen einen Angriff lang um den Wert von Agilität erhöhen. Es ist möglich, mehrere Talentränge in einem einzigen Schuß zu vereinen. Zielzauber profitieren nicht von diesem Talent.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349648, + "modifiedTime": 1668995463811, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!srLA4jC8lsZbp3nT" +} \ No newline at end of file diff --git a/packs/talents/Flink_v5axYsQQ2w57Iu4p.json b/packs/talents/Flink_v5axYsQQ2w57Iu4p.json new file mode 100644 index 00000000..4595da4d --- /dev/null +++ b/packs/talents/Flink_v5axYsQQ2w57Iu4p.json @@ -0,0 +1,32 @@ +{ + "_id": "v5axYsQQ2w57Iu4p", + "name": "Flink", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "fDKyU3R0ACgW9uw3" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist schnell und gut zu Fuß. Der Wert für Laufen wird pro Erwerb des Talents um 1 erhöht.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349653, + "modifiedTime": 1668995463817, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!v5axYsQQ2w57Iu4p" +} \ No newline at end of file diff --git a/packs/talents/Friedvoller_Hieb_lvBKtlBcyVldzsrw.json b/packs/talents/Friedvoller_Hieb_lvBKtlBcyVldzsrw.json new file mode 100644 index 00000000..f56d59eb --- /dev/null +++ b/packs/talents/Friedvoller_Hieb_lvBKtlBcyVldzsrw.json @@ -0,0 +1,30 @@ +{ + "_id": "lvBKtlBcyVldzsrw", + "name": "Friedvoller Hieb", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen friedvollen Hieb mittels eines waffenlosen Angriffs ausführen. Das Resultat wird wie gewohnt ermittelt (also abzüglich der Abwehr), allerdings wird kein Schaden erzeugt, stattdessen ist das Opfer für 1 Runde pro letztendlich erhaltenem Schadenspunkt gelähmt.

\n

Wird das gelähmte Ziel anderweitig angegriffen, wozu auch geistesbeeinflussende Zauber u. ä. zählen, endet die Wirkung.

\n

Gegen Ziele, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349623, + "modifiedTime": 1668995463777, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lvBKtlBcyVldzsrw" +} \ No newline at end of file diff --git a/packs/talents/Frontheiler_2jZY66sVnHSIFq7P.json b/packs/talents/Frontheiler_2jZY66sVnHSIFq7P.json new file mode 100644 index 00000000..47572adc --- /dev/null +++ b/packs/talents/Frontheiler_2jZY66sVnHSIFq7P.json @@ -0,0 +1,30 @@ +{ + "_id": "2jZY66sVnHSIFq7P", + "name": "Frontheiler", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Heiler einmal alle 24 Stunden die Abklingzeit eines Heilzaubers (so auch @Compendium[ds4.spells.duf86LKvOIyDXJbc]{Wiederbelebung}) ignorieren.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349456, + "modifiedTime": 1668995463506, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2jZY66sVnHSIFq7P" +} \ No newline at end of file diff --git a/packs/talents/Genesung_UUYS4u0DmEbGzXxI.json b/packs/talents/Genesung_UUYS4u0DmEbGzXxI.json new file mode 100644 index 00000000..2742a68e --- /dev/null +++ b/packs/talents/Genesung_UUYS4u0DmEbGzXxI.json @@ -0,0 +1,32 @@ +{ + "_id": "UUYS4u0DmEbGzXxI", + "name": "Genesung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "j6Npl52FgDvkTwk7" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

War ein Charakter vorübergehend tot und hat dadurch Punkte des Attributs KÖR eingebüßt, kann pro Talentrang +1 KÖR wiederhergestellt werden.

\n

Es ist mit diesem Talent nicht möglich, KÖR über den ursprünglichen Wert zu steigern.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349544, + "modifiedTime": 1668995463697, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!UUYS4u0DmEbGzXxI" +} \ No newline at end of file diff --git a/packs/talents/Ger_stet_nMxDermxN1pUziUJ.json b/packs/talents/Ger_stet_nMxDermxN1pUziUJ.json new file mode 100644 index 00000000..6e8f4b2d --- /dev/null +++ b/packs/talents/Ger_stet_nMxDermxN1pUziUJ.json @@ -0,0 +1,30 @@ +{ + "_id": "nMxDermxN1pUziUJ", + "name": "Gerüstet", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Jeder Rang dieses Talentes gestattet es dem Charakter, die nächste Klasse (Stoff, Leder, Kette, Platte) von Rüstungen zu tragen. So kann ein Kleriker, der das Talent erstmalig erwirbt, Rüstungen aus Kette wie ein Späher tragen (allerdings weiterhin keine Helme, DS4 S. 41), statt wie bislang nur Rüstungen aus Stoff oder Leder.

\n

Die normalen Abzügen durch die Rüstung in Höhe ihrer PA, beispielsweise beim Zaubern, bleiben allerdings bestehen. Um diese zu senken, wird das Talent @Compendium[ds4.talents.lXzQsIobk5yaZ47a]{Rüstzauberer} benötigt.

", + "rank": { + "base": 0, + "max": 2, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349626, + "modifiedTime": 1668995463785, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nMxDermxN1pUziUJ" +} \ No newline at end of file diff --git a/packs/talents/Gezieltes_Gift_8nkrwGAE0HPoAAEm.json b/packs/talents/Gezieltes_Gift_8nkrwGAE0HPoAAEm.json new file mode 100644 index 00000000..5cda3595 --- /dev/null +++ b/packs/talents/Gezieltes_Gift_8nkrwGAE0HPoAAEm.json @@ -0,0 +1,30 @@ +{ + "_id": "8nkrwGAE0HPoAAEm", + "name": "Gezieltes Gift", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Attentäter kennt die Stellen, wo man im Kampf den Gegner treffen muss, damit ein Waffengift seine Wirkung ideal entfalten kann.

\n

Pro Talentrang werden bei seinen Angriffen mit vergifteten Waffen Schadensgifte um +2 Schaden, Betäubungsgifte um +2 Minuten und Lähmungsgifte um +2 Runden erhöht.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349482, + "modifiedTime": 1668995463659, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8nkrwGAE0HPoAAEm" +} \ No newline at end of file diff --git a/packs/talents/Gl_ckspilz_Y6nYTc9XJnmV9ZxX.json b/packs/talents/Gl_ckspilz_Y6nYTc9XJnmV9ZxX.json new file mode 100644 index 00000000..ffcebbf4 --- /dev/null +++ b/packs/talents/Gl_ckspilz_Y6nYTc9XJnmV9ZxX.json @@ -0,0 +1,30 @@ +{ + "_id": "Y6nYTc9XJnmV9ZxX", + "name": "Glückspilz", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein wahrer Glückspilz, kann er doch einmal pro Talentrang alle 24 Stunden einen Patzer ignorieren und den jeweiligen Wurf wiederholen.

\n

Sollte der neue Wurf ebenfalls ein Patzer sein, man aber über mehr als einen Talentrang verfügt, kann dieser ebenfalls ausgeglichen werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349556, + "modifiedTime": 1668995463703, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Y6nYTc9XJnmV9ZxX" +} \ No newline at end of file diff --git a/packs/talents/Handwerk_vnEDVqVCsZuf8NYN.json b/packs/talents/Handwerk_vnEDVqVCsZuf8NYN.json new file mode 100644 index 00000000..8aaec609 --- /dev/null +++ b/packs/talents/Handwerk_vnEDVqVCsZuf8NYN.json @@ -0,0 +1,30 @@ +{ + "_id": "vnEDVqVCsZuf8NYN", + "name": "Handwerk", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird für jede Handwerksart (Bogenbauer, Schreiner, Steinmetz, Waffenschmied usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Handwerk und erhält auf alle diesbezüglichen Proben, sei es um Gegenstände herzustellen oder beschädigte Ausrüstung zu reparieren (DS4 S. 88), einen Bonus von +3 pro Talentrang, den man für dieses Handwerk erworben hat.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349655, + "modifiedTime": 1668995463819, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!vnEDVqVCsZuf8NYN" +} \ No newline at end of file diff --git a/packs/talents/Heimlichkeit_sqGJRKlgFoD2vLCD.json b/packs/talents/Heimlichkeit_sqGJRKlgFoD2vLCD.json new file mode 100644 index 00000000..46b47809 --- /dev/null +++ b/packs/talents/Heimlichkeit_sqGJRKlgFoD2vLCD.json @@ -0,0 +1,32 @@ +{ + "_id": "sqGJRKlgFoD2vLCD", + "name": "Heimlichkeit", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "MBeD0OrohtuDdSFy" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein geübter Schleicher und versteht sich darauf, nicht bemerkt zu werden.

\n

Er erhält +2 auf alle Proben, bei denen es darum geht, leise zu sein, sich zu verbergen, nicht bemerkt zu werden oder etwas heimlich zu tun, wie beispielsweise Taschendiebstahl.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349645, + "modifiedTime": 1668995463808, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sqGJRKlgFoD2vLCD" +} \ No newline at end of file diff --git a/packs/talents/Heldengl_ck_WMXI5ckyEdlC29j4.json b/packs/talents/Heldengl_ck_WMXI5ckyEdlC29j4.json new file mode 100644 index 00000000..41295bd1 --- /dev/null +++ b/packs/talents/Heldengl_ck_WMXI5ckyEdlC29j4.json @@ -0,0 +1,30 @@ +{ + "_id": "WMXI5ckyEdlC29j4", + "name": "Heldenglück", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist wahrlich vom Glück gesegnet, kann er doch einmal pro Talentrang alle 24 Stunden einen beliebigen Würfelwurf wiederholen.

\n

Sollte das neue Wurfergebnis ebenfalls nicht gefallen, kann man erneut die Probe wiederholen, sofern man noch über weitere Talentränge verfügt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349548, + "modifiedTime": 1668995463699, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!WMXI5ckyEdlC29j4" +} \ No newline at end of file diff --git a/packs/talents/Herausforderer_der_Elemente_6YJLvjCIUmhqlaFb.json b/packs/talents/Herausforderer_der_Elemente_6YJLvjCIUmhqlaFb.json new file mode 100644 index 00000000..fd6bfd89 --- /dev/null +++ b/packs/talents/Herausforderer_der_Elemente_6YJLvjCIUmhqlaFb.json @@ -0,0 +1,30 @@ +{ + "_id": "6YJLvjCIUmhqlaFb", + "name": "Herausforderer der Elemente", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Elementarist einmal alle 24 Stunden die Abklingzeit des Zauberspruchs Elementar Harbeirufen (@Compendium[ds4.spells.9GBDoyVXPXjWoLix]{Erde}, @Compendium[ds4.spells.8BT2TqPHC0v2OzNe]{Feuer}, @Compendium[ds4.spells.PXIVHRBpLwlzrk3L]{Luft}, @Compendium[ds4.spells.ftDPIhLCVRLRpOix]{Wasser}) ignorieren. Alternativ kann dies auch bei einem Zauber angewendet werden, der Elementarschaden verursacht.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349472, + "modifiedTime": 1668995463528, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6YJLvjCIUmhqlaFb" +} \ No newline at end of file diff --git a/packs/talents/Herr_der_Elemente_w34myctr1EDmXSPI.json b/packs/talents/Herr_der_Elemente_w34myctr1EDmXSPI.json new file mode 100644 index 00000000..668a57e0 --- /dev/null +++ b/packs/talents/Herr_der_Elemente_w34myctr1EDmXSPI.json @@ -0,0 +1,32 @@ +{ + "_id": "w34myctr1EDmXSPI", + "name": "Herr der Elemente", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "UZeS8KqoBFS8oY35" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist geübt im Freisetzen elementarer Kräfte.

\n

Er erhält auf alle Zauber, die Schaden verursachen, der auf den Elementen Erde, Feuer, Luft (hierzu zählen auch Blitzzauber) oder Wasser (hierzu zählen auch Eiszauber) basiert, einen Bonus von +1 pro Talentrang.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349657, + "modifiedTime": 1668995464335, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!w34myctr1EDmXSPI" +} \ No newline at end of file diff --git a/packs/talents/Hinterh_ltiger_Angriff_8apgKsktW4pyWmMq.json b/packs/talents/Hinterh_ltiger_Angriff_8apgKsktW4pyWmMq.json new file mode 100644 index 00000000..a6714592 --- /dev/null +++ b/packs/talents/Hinterh_ltiger_Angriff_8apgKsktW4pyWmMq.json @@ -0,0 +1,30 @@ +{ + "_id": "8apgKsktW4pyWmMq", + "name": "Hinterhältiger Angriff", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Einmal pro Kampf kann der Attentäter einen Gegner mit einem hinterhältigen Angriff im Nahkampf attackieren, sofern er einen Dolch, ein Messer oder eine Würgewaffe (Draht, Schur usw.) dafür benutzt und das Opfer sich des Angriffs nicht gewahr ist. Dafür wird in dieser Runde sein Wert in Schlagen um GE – multipliziert mit dem Talentrang – erhöht.

\n

Wurde durch den hinterhältigen Angriff der Kampf eröffnet, kann das Ziel (sofern der hinterhältigen Angriff auch gelang) in dieser Runde nicht mehr agieren.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349481, + "modifiedTime": 1668995463657, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8apgKsktW4pyWmMq" +} \ No newline at end of file diff --git a/packs/talents/Homonkulus_de0VlXllMzMK8lga.json b/packs/talents/Homonkulus_de0VlXllMzMK8lga.json new file mode 100644 index 00000000..4f93579b --- /dev/null +++ b/packs/talents/Homonkulus_de0VlXllMzMK8lga.json @@ -0,0 +1,30 @@ +{ + "_id": "de0VlXllMzMK8lga", + "name": "Homonkulus", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Erzmagier erschafft Kraft seiner Magie einen kleinen, magischen, humanoiden Begleiter, der ihm beim Zaubern helfen kann.

\n

Der Homunkulus hat KÖR, AGI und GEI jeweils 4 und verfügt über 6 Punkte für Eigenschaften, die der Erzmagier frei verteilen kann.

\n

Homunkuli sind klein (halbe LK, zu treffen -2) und können nur Grunzlaute von sich geben, verstehen aber simple Worte und einsilbige Befehle ihres Erschaffers.

\n

Befindet sich der Homunkulus nicht mehr als AU x 5 (des Charakters) in Metern von dem Erzmagier entfernt, kann er ihm pro Talentrang einen aufteilbaren Bonus von +2 auf VE und/oder AU geben.

\n

Die genaue Verteilung kann der Erzmagier jede Runde als freie Handlung umändern. Es ist nicht möglich, die Talente @Compendium[ds4.talents.KwGcyAzyqbz7oiTl]{Vertrauter} oder @Compendium[ds4.talents.tkLyvmSYvVslMXVE]{Vertrautenband} auf Homunkuli anzuwenden.

\n

Homunkuli sind äußerst feige und scheuen den Kampf. Sie ergreifen die Flucht, sobald sie Schaden erhalten und kehren erst zu ihrem Erschaffer zurück, wenn die Gefahr vorüber ist, dann jedoch so schnell wie möglich. Dank der Fähigkeit, ihren Erschaffer und seine Gemütslage zu spüren, stellt dies für sie kein Problem dar.

\n

Stirbt ein Homunkulus, kann der Erzmagier innerhalb von W20 Stunden einen neuen erschaffen, sofern er in dieser Zeit Zugang zu einem Alchimistenlabor hat.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349576, + "modifiedTime": 1668995463714, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!de0VlXllMzMK8lga" +} \ No newline at end of file diff --git a/packs/talents/Ich_muss_weg__42FNsShgm1B6MClC.json b/packs/talents/Ich_muss_weg__42FNsShgm1B6MClC.json new file mode 100644 index 00000000..b1b4a37e --- /dev/null +++ b/packs/talents/Ich_muss_weg__42FNsShgm1B6MClC.json @@ -0,0 +1,30 @@ +{ + "_id": "42FNsShgm1B6MClC", + "name": "Ich muss weg!", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter in jedem Kampf für jeweils eine Runde sämtliche gegen ihn gerichteten Nahkampfangriffe komplett ignorieren.

\n

Dabei darf er aber seine Gegner nicht attackieren, sondern muss sich dabei um mindestens 2 m von ihnen entfernen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349462, + "modifiedTime": 1668995463518, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!42FNsShgm1B6MClC" +} \ No newline at end of file diff --git a/packs/talents/In_Deckung_cLkCx5hxP7rVYUqD.json b/packs/talents/In_Deckung_cLkCx5hxP7rVYUqD.json new file mode 100644 index 00000000..1aa0862f --- /dev/null +++ b/packs/talents/In_Deckung_cLkCx5hxP7rVYUqD.json @@ -0,0 +1,30 @@ +{ + "_id": "cLkCx5hxP7rVYUqD", + "name": "In Deckung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter versteht es, im Kampf geschickt in die Defensive zu gehen.

\n

Pro Talentrang werden in jeder Kampfrunde, in der er keine offensive Handlung unternimmt, alle Angriffe gegen ihn um 2 gesenkt, sofern er sich ihrer bewusst ist.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349573, + "modifiedTime": 1668995463712, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!cLkCx5hxP7rVYUqD" +} \ No newline at end of file diff --git a/packs/talents/Instrument_Nu7TKGp987s5mHA0.json b/packs/talents/Instrument_Nu7TKGp987s5mHA0.json new file mode 100644 index 00000000..b87feaf5 --- /dev/null +++ b/packs/talents/Instrument_Nu7TKGp987s5mHA0.json @@ -0,0 +1,30 @@ +{ + "_id": "Nu7TKGp987s5mHA0", + "name": "Instrument", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird für jedes Instrument (Flöte, Mandoline, Harfe, Trommel usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Instrument und erhält auf alle diesbezüglichen Proben einen Bonus von +3 pro Talentrang, den man für dieses Instrument erworben hat.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349529, + "modifiedTime": 1668995463689, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Nu7TKGp987s5mHA0" +} \ No newline at end of file diff --git a/packs/talents/J_ger_61Dz3XpStwlMfsbL.json b/packs/talents/J_ger_61Dz3XpStwlMfsbL.json new file mode 100644 index 00000000..38c993c0 --- /dev/null +++ b/packs/talents/J_ger_61Dz3XpStwlMfsbL.json @@ -0,0 +1,32 @@ +{ + "_id": "61Dz3XpStwlMfsbL", + "name": "Jäger", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "1YQV8nWWzoU30KHR" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter wandert oft durch die Wildnis und erhält durch dieses Talent +2 auf Proben, mit denen Spuren gelesen, Wild gejagt oder die richtige Marschrichtung wiedergefunden werden soll.

\n

Pro Talentrang kann außerdem eine Mahlzeit (von denen 3 einer Tagesration entsprechen) problemlos beschafft werden (Beeren pflücken, Kleintier erlegen usw.).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349470, + "modifiedTime": 1668995463526, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!61Dz3XpStwlMfsbL" +} \ No newline at end of file diff --git a/packs/talents/K_mpfer_6z0JXGEqdzDTWQ7f.json b/packs/talents/K_mpfer_6z0JXGEqdzDTWQ7f.json new file mode 100644 index 00000000..d065a714 --- /dev/null +++ b/packs/talents/K_mpfer_6z0JXGEqdzDTWQ7f.json @@ -0,0 +1,32 @@ +{ + "_id": "6z0JXGEqdzDTWQ7f", + "name": "Kämpfer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "XkW7XqOCXg2e4OTo" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein geübter Nahkämpfer: Er erhält pro Talentrang auf Schlagen einen Bonus von +1.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349475, + "modifiedTime": 1668995463532, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6z0JXGEqdzDTWQ7f" +} \ No newline at end of file diff --git a/packs/talents/Kann_ich_mal_vorbei__XNjKX9xKkktkwAHk.json b/packs/talents/Kann_ich_mal_vorbei__XNjKX9xKkktkwAHk.json new file mode 100644 index 00000000..11ce7b4e --- /dev/null +++ b/packs/talents/Kann_ich_mal_vorbei__XNjKX9xKkktkwAHk.json @@ -0,0 +1,30 @@ +{ + "_id": "XNjKX9xKkktkwAHk", + "name": "Kann ich mal vorbei?", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Meisterdieb kann einmal alle 24 Stunden pro Talentrang eine Zielperson durch Ansprechen, Vorbeidrängeln etc. derart ablenken, dass sämtliche Bemerken-Proben gegen Taschendiebstahl u.ä. dieser Person für Talentrang in Runden um die Stufe des Meisterdiebes erschwert werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349551, + "modifiedTime": 1668995463700, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XNjKX9xKkktkwAHk" +} \ No newline at end of file diff --git a/packs/talents/Kletterass_l0le4xG5t0gUh2Y1.json b/packs/talents/Kletterass_l0le4xG5t0gUh2Y1.json new file mode 100644 index 00000000..5b2014e9 --- /dev/null +++ b/packs/talents/Kletterass_l0le4xG5t0gUh2Y1.json @@ -0,0 +1,32 @@ +{ + "_id": "l0le4xG5t0gUh2Y1", + "name": "Kletterass", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "GlAlx4yvg5rCHu20" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter erhält auf alle Klettern- Probe einen Bonus von +2 pro Talentrang und die normale Klettergeschwindigkeit von Laufen/2 wird pro Talentrang um 1 m erhöht.

\n

Außerdem kann der Charakter an überhängenden Wänden oder gar kopfüber an Decken ganz „normal“ klettern (also diesbezügliche Mali ignorieren), sofern diese nicht gänzlich eben sind, sondern über Vorsprünge, Stalagtiten, Mauerfugen o. ä. verfügen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349617, + "modifiedTime": 1668995463761, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!l0le4xG5t0gUh2Y1" +} \ No newline at end of file diff --git a/packs/talents/Knechtschaft_Bp7OVgurG40CR1Mw.json b/packs/talents/Knechtschaft_Bp7OVgurG40CR1Mw.json new file mode 100644 index 00000000..4befa0fc --- /dev/null +++ b/packs/talents/Knechtschaft_Bp7OVgurG40CR1Mw.json @@ -0,0 +1,30 @@ +{ + "_id": "Bp7OVgurG40CR1Mw", + "name": "Knechtschaft", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter jeder selbst beschworenen bzw. selbst herbeigerufenen Wesenheit eine weitere Frage stellen bzw. einen weiteren Auftrag erteilen und die Zeit, die das Wesen ihm dienen muss, um 1 Stunde verlängern.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349493, + "modifiedTime": 1668995463671, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Bp7OVgurG40CR1Mw" +} \ No newline at end of file diff --git a/packs/talents/Kraft_der_Bestie_lim7XMqSaQ0nrHkO.json b/packs/talents/Kraft_der_Bestie_lim7XMqSaQ0nrHkO.json new file mode 100644 index 00000000..d16d8b30 --- /dev/null +++ b/packs/talents/Kraft_der_Bestie_lim7XMqSaQ0nrHkO.json @@ -0,0 +1,30 @@ +{ + "_id": "lim7XMqSaQ0nrHkO", + "name": "Kraft der Bestie", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Druide alle seine zur Verfügung stehenden Kampfwerte in @Compendium[ds4.talents.sSKiZ5hdQMBnAYRA]{Adler-}, @Compendium[ds4.talents.8pylauN1hY933vrQ]{Bären-} oder @Compendium[ds4.talents.iP5aZcqriVLjdVcd]{Tiergestalt} um jeweils +2 erhöhen.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349622, + "modifiedTime": 1668995463769, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lim7XMqSaQ0nrHkO" +} \ No newline at end of file diff --git a/packs/talents/Kreiszeichner_sqWBOfkvuv7ZTrVM.json b/packs/talents/Kreiszeichner_sqWBOfkvuv7ZTrVM.json new file mode 100644 index 00000000..7a45465b --- /dev/null +++ b/packs/talents/Kreiszeichner_sqWBOfkvuv7ZTrVM.json @@ -0,0 +1,30 @@ +{ + "_id": "sqWBOfkvuv7ZTrVM", + "name": "Kreiszeichner", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein Meister im Zeichnen von Beschwörungskreisen und kann pro Talentrang 2 weitere Stunden Arbeit in sie investieren. Zusätzlich wird der Zeitaufwand von jeder Stunden, die an dem Kreis gezeichnet wird, um 15 Minuten pro Talentrang gesenkt. Außerdem gewährt das Talent +1 pro Talentrang beim Beschwören, selbst wenn dies nur mit einem improvisierten Beschwörungskreis geschieht.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349647, + "modifiedTime": 1668995463810, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!sqWBOfkvuv7ZTrVM" +} \ No newline at end of file diff --git a/packs/talents/Langfinger_pDPVZpnhvlabmcvT.json b/packs/talents/Langfinger_pDPVZpnhvlabmcvT.json new file mode 100644 index 00000000..820d8804 --- /dev/null +++ b/packs/talents/Langfinger_pDPVZpnhvlabmcvT.json @@ -0,0 +1,30 @@ +{ + "_id": "pDPVZpnhvlabmcvT", + "name": "Langfinger", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Bei Versuchen, Leute zu bestehlen, kann der Meisterdieb einmal alle 24 Stunden pro Talentrang AGI zu seiner Probe auf Taschendiebstahl dazu addieren.

\n

Es ist möglich, mehrere Talentränge in einer einzelnen Probe zu vereinen. Ebenso ist es natürlich mit @Compendium[ds4.talents.VqzpRGrHclPSGLP0]{Diebeskunst} kombinierbar.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349632, + "modifiedTime": 1668995463793, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pDPVZpnhvlabmcvT" +} \ No newline at end of file diff --git a/packs/talents/M_chtige_Beschw_rung_pEH7q5M85j50f45J.json b/packs/talents/M_chtige_Beschw_rung_pEH7q5M85j50f45J.json new file mode 100644 index 00000000..8a62d6ab --- /dev/null +++ b/packs/talents/M_chtige_Beschw_rung_pEH7q5M85j50f45J.json @@ -0,0 +1,30 @@ +{ + "_id": "pEH7q5M85j50f45J", + "name": "Mächtige Beschwörung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Dämonologe Punkte in Höhe von seinem Wert in GEI bei jedem seiner beschworenen Dämonen auf dessen Kampfwerte beliebig verteilen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349635, + "modifiedTime": 1668995463794, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pEH7q5M85j50f45J" +} \ No newline at end of file diff --git a/packs/talents/M_chtige_Erweckung_2zY11r1tKxBzNB0e.json b/packs/talents/M_chtige_Erweckung_2zY11r1tKxBzNB0e.json new file mode 100644 index 00000000..0b5fa078 --- /dev/null +++ b/packs/talents/M_chtige_Erweckung_2zY11r1tKxBzNB0e.json @@ -0,0 +1,30 @@ +{ + "_id": "2zY11r1tKxBzNB0e", + "name": "Mächtige Erweckung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Nekromant Punkte in Höhe von GEI/2 auf die Kampfwerte eines jeden von ihm erweckten Untoten beliebig verteilen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349457, + "modifiedTime": 1668995463514, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!2zY11r1tKxBzNB0e" +} \ No newline at end of file diff --git a/packs/talents/M_chtige_Herbeirufung_wpZ1LCG8nLu4PSc9.json b/packs/talents/M_chtige_Herbeirufung_wpZ1LCG8nLu4PSc9.json new file mode 100644 index 00000000..ae5b69d4 --- /dev/null +++ b/packs/talents/M_chtige_Herbeirufung_wpZ1LCG8nLu4PSc9.json @@ -0,0 +1,30 @@ +{ + "_id": "wpZ1LCG8nLu4PSc9", + "name": "Mächtige Herbeirufung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Elementarist Punkte in Höhe von seinem Wert in GEI bei jedem seiner herbeigerufenen Elementare auf dessen Kampfwerte beliebig verteilen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349657, + "modifiedTime": 1668995463823, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!wpZ1LCG8nLu4PSc9" +} \ No newline at end of file diff --git a/packs/talents/Macht_des_Blutes_AM8Wp2ZVwWgbUXQz.json b/packs/talents/Macht_des_Blutes_AM8Wp2ZVwWgbUXQz.json new file mode 100644 index 00000000..25a59fa9 --- /dev/null +++ b/packs/talents/Macht_des_Blutes_AM8Wp2ZVwWgbUXQz.json @@ -0,0 +1,30 @@ +{ + "_id": "AM8Wp2ZVwWgbUXQz", + "name": "Macht des Blutes", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Blutmagier einmal pro Tag den Probenwert einer beliebigen Probe um den Wert ihres enthaltenen Attributs erhöhen.

\n

Beispielsweise könnte der Probenwert einer Klettern-Probe (AGI+ST) um den Wert in Agilität erhöht werden.

\n

Es ist möglich, mehrere Talentränge in einer einzigen Probe zu vereinen.

\n

Allerdings erhält der Blutmagier jedesmal beim Einsatz des Talents 2 Punkte nicht abwehrbaren Schaden pro eingesetzten Talentrang.

\n

Eine Kombination mit dem Talent @Compendium[ds4.talents.XiwLao8lZi3JL0ku]{Zaubermacht} ist möglich (dessen dabei eingesetzte Talentränge verursachen aber keinen Schaden beim Blutmagier).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349491, + "modifiedTime": 1668995463669, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!AM8Wp2ZVwWgbUXQz" +} \ No newline at end of file diff --git a/packs/talents/Macht_des_Blutes_bu9alxaRfnzzTyX1.json b/packs/talents/Macht_des_Blutes_bu9alxaRfnzzTyX1.json new file mode 100644 index 00000000..e5361b96 --- /dev/null +++ b/packs/talents/Macht_des_Blutes_bu9alxaRfnzzTyX1.json @@ -0,0 +1,30 @@ +{ + "_id": "bu9alxaRfnzzTyX1", + "name": "Macht des Blutes", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Blutmagier einmal pro Tag den Probenwert einer beliebigen Probe um den Wert ihres enthaltenen Attributs erhöhen. Beispielsweise könnte der Probenwert einer Klettern-Probe (AGI+ST) um den Wert in Agilität erhöht werden. Es ist möglich, mehrere Talentränge in einer einzigen Probe zu vereinen. Allerdings erhält der Blutmagier jedesmal beim Einsatz des Talents 2 Punkte nicht abwehrbaren Schaden pro eingesetzten Talentrang.

\n

Eine Kombination mit dem Talent @Compendium[ds4.talents.XiwLao8lZi3JL0ku]{Zaubermacht} ist möglich (dessen dabei eingesetzte Talentränge verursachen aber keinen Schaden beim Blutmagier).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349571, + "modifiedTime": 1668995463709, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!bu9alxaRfnzzTyX1" +} \ No newline at end of file diff --git a/packs/talents/Magieresistent_yMVciLvr77vbTw6r.json b/packs/talents/Magieresistent_yMVciLvr77vbTw6r.json new file mode 100644 index 00000000..54e905a3 --- /dev/null +++ b/packs/talents/Magieresistent_yMVciLvr77vbTw6r.json @@ -0,0 +1,30 @@ +{ + "_id": "yMVciLvr77vbTw6r", + "name": "Magieresistent", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Gegen den Charakter gerichtete Zauber werden um +2 pro Talentrang erschwert. Dies gilt jedoch nicht für Zauber, die Elementarschaden (beispielsweise mit Blitzen, Eis oder Feuer) verursachen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349660, + "modifiedTime": 1668995463826, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yMVciLvr77vbTw6r" +} \ No newline at end of file diff --git a/packs/talents/Manipulator_Mz5glQvRowlF5U8X.json b/packs/talents/Manipulator_Mz5glQvRowlF5U8X.json new file mode 100644 index 00000000..59840655 --- /dev/null +++ b/packs/talents/Manipulator_Mz5glQvRowlF5U8X.json @@ -0,0 +1,32 @@ +{ + "_id": "Mz5glQvRowlF5U8X", + "name": "Manipulator", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "WS2cnABb8FYRhtpJ" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein Meister der magischen Beeinflussung des Geistes.

\n

Er erhält auf alle geistesbeeinflussenden Zauber einen Bonus von +1.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349524, + "modifiedTime": 1668995464188, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Mz5glQvRowlF5U8X" +} \ No newline at end of file diff --git a/packs/talents/Meister_aller_Klassen_nbDef1IPNyYcXmua.json b/packs/talents/Meister_aller_Klassen_nbDef1IPNyYcXmua.json new file mode 100644 index 00000000..7eff1b95 --- /dev/null +++ b/packs/talents/Meister_aller_Klassen_nbDef1IPNyYcXmua.json @@ -0,0 +1,30 @@ +{ + "_id": "nbDef1IPNyYcXmua", + "name": "Meister aller Klassen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann eines seiner drei Attribute (KÖR, AGI oder GEI) um +1 steigern.

", + "rank": { + "base": 0, + "max": 1, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349627, + "modifiedTime": 1668995463787, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!nbDef1IPNyYcXmua" +} \ No newline at end of file diff --git a/packs/talents/Meister_seiner_Klasse_DUexlPzqyH2xPxYP.json b/packs/talents/Meister_seiner_Klasse_DUexlPzqyH2xPxYP.json new file mode 100644 index 00000000..57ebf407 --- /dev/null +++ b/packs/talents/Meister_seiner_Klasse_DUexlPzqyH2xPxYP.json @@ -0,0 +1,30 @@ +{ + "_id": "DUexlPzqyH2xPxYP", + "name": "Meister seiner Klasse", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann das primäre Attribut seiner Klasse um +1 steigern:

\n

Krieger steigern KÖR, Späher steigern AGI und Zauberwirker steigern GEI.

", + "rank": { + "base": 0, + "max": 1, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349495, + "modifiedTime": 1668995463671, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!DUexlPzqyH2xPxYP" +} \ No newline at end of file diff --git a/packs/talents/Meucheln_G3fbdAorLMCa2hGu.json b/packs/talents/Meucheln_G3fbdAorLMCa2hGu.json new file mode 100644 index 00000000..18c778e4 --- /dev/null +++ b/packs/talents/Meucheln_G3fbdAorLMCa2hGu.json @@ -0,0 +1,30 @@ +{ + "_id": "G3fbdAorLMCa2hGu", + "name": "Meucheln", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Senkt die Abwehr des Gegners gegen Schaden durch das Talent @Compendium[ds4.talents.8apgKsktW4pyWmMq]{Hinterhältiger Angriff} um 5 pro Talentrang.

\n

Gegen Ziele, die 2+ Größenkategorien (DS4 S. 104) größer sind, ist das Talent wirkungslos.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349500, + "modifiedTime": 1668995463673, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!G3fbdAorLMCa2hGu" +} \ No newline at end of file diff --git a/packs/talents/Nekromantie_oxWYfqhbcsDoaaUJ.json b/packs/talents/Nekromantie_oxWYfqhbcsDoaaUJ.json new file mode 100644 index 00000000..44ea5658 --- /dev/null +++ b/packs/talents/Nekromantie_oxWYfqhbcsDoaaUJ.json @@ -0,0 +1,32 @@ +{ + "_id": "oxWYfqhbcsDoaaUJ", + "name": "Nekromantie", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "pgGKKWy5nLTSdp8l" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kennt sich sehr gut mit nekromantischen Zaubern aus.

\n

Er erhält auf alle Zauber, die Untote bannen, erwecken oder kontrollieren, einen Bonus von +2 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349628, + "modifiedTime": 1668995464314, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!oxWYfqhbcsDoaaUJ" +} \ No newline at end of file diff --git a/packs/talents/Panzerung_zerschmettern_PRkbeuKFTWd8Ja3Q.json b/packs/talents/Panzerung_zerschmettern_PRkbeuKFTWd8Ja3Q.json new file mode 100644 index 00000000..af3d1a51 --- /dev/null +++ b/packs/talents/Panzerung_zerschmettern_PRkbeuKFTWd8Ja3Q.json @@ -0,0 +1,30 @@ +{ + "_id": "PRkbeuKFTWd8Ja3Q", + "name": "Panzerung zerschmettern", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Jedesmal, wenn ein Charakter mit einem Nahkampfangriff bei einem Gegner Schaden verursacht, sinkt der PA-Wert eines zufällig zu ermittelnden Rüstungsteils des Opfers um 1 Punkt pro Talentrang.

\n

Welches einzelne Rüstungsteil der getragenen Panzerung betroffen ist, wird zufällig ermittelt.

\n

Wird dabei ein magisches Rüstungsteil getroffen, zeigt das Talent allerdings keine Wirkung.

\n

Sinkt der PA-Wert eines Rüstungsteils auf Null oder niedriger, gilt es als zerstört, kann aber von einem findigen Handwerker wieder repariert werden (DS4 S. 88).

\n

Gegen natürliche Rüstungen (Chitinpanzer, Drachenschuppen, Hornpanzer u. ä.) ist das Talent dagegen wirkungslos.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349533, + "modifiedTime": 1668995463691, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!PRkbeuKFTWd8Ja3Q" +} \ No newline at end of file diff --git a/packs/talents/Parade_8wHCsoZEQp3rScWe.json b/packs/talents/Parade_8wHCsoZEQp3rScWe.json new file mode 100644 index 00000000..c615d9f8 --- /dev/null +++ b/packs/talents/Parade_8wHCsoZEQp3rScWe.json @@ -0,0 +1,30 @@ +{ + "_id": "8wHCsoZEQp3rScWe", + "name": "Parade", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter hat gelernt, die Nahkampfangriffe seiner Gegner zu parieren.

\n

Sofern er eine Nahkampfwaffe gezogen hat, erhält der Charakter pro Talentrang +1 auf seine Abwehr gegen jeden Nahkampfangriff, dessen er sich bewusst ist und der nicht von hinten erfolgt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349485, + "modifiedTime": 1668995463661, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!8wHCsoZEQp3rScWe" +} \ No newline at end of file diff --git a/packs/talents/Perfektion_iI1SP1214SpIzBCW.json b/packs/talents/Perfektion_iI1SP1214SpIzBCW.json new file mode 100644 index 00000000..e875226d --- /dev/null +++ b/packs/talents/Perfektion_iI1SP1214SpIzBCW.json @@ -0,0 +1,30 @@ +{ + "_id": "iI1SP1214SpIzBCW", + "name": "Perfektion", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann die Boni auf Schlagen und Gegnerabwehr eines bereits erworbenen @Compendium[ds4.talents.v9ocoi91dKJahAe3]{Waffenkennertalents} für eine einzelne Waffenart pro Talentrang um +1 steigern.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349607, + "modifiedTime": 1668995463750, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iI1SP1214SpIzBCW" +} \ No newline at end of file diff --git a/packs/talents/Pr_gler_GVuVyP3uLw3Fkiwf.json b/packs/talents/Pr_gler_GVuVyP3uLw3Fkiwf.json new file mode 100644 index 00000000..cbf6339e --- /dev/null +++ b/packs/talents/Pr_gler_GVuVyP3uLw3Fkiwf.json @@ -0,0 +1,30 @@ +{ + "_id": "GVuVyP3uLw3Fkiwf", + "name": "Prügler", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Wird bei einem Angriff mit stumpfen Waffen, Äxten oder zweihändigen Waffen ein Immersieg erzielt, wird die Abwehr des Gegners gegen diesen Angriff pro Talentrang um 5 gesenkt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349501, + "modifiedTime": 1668995463674, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GVuVyP3uLw3Fkiwf" +} \ No newline at end of file diff --git a/packs/talents/Pr_ziser_Schuss_NSBiWy4FTIu6Y2Vv.json b/packs/talents/Pr_ziser_Schuss_NSBiWy4FTIu6Y2Vv.json new file mode 100644 index 00000000..9366ddee --- /dev/null +++ b/packs/talents/Pr_ziser_Schuss_NSBiWy4FTIu6Y2Vv.json @@ -0,0 +1,30 @@ +{ + "_id": "NSBiWy4FTIu6Y2Vv", + "name": "Präziser Schuss", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Späher einmal alle 24 Stunden mit einem Fernkampfangriff einen präzisen Schuss abfeuern, gegen den keine Abwehr gewürfelt wird.

\n

Der präzise Schuss muss vor dem Würfeln der Schießen-Probe angesagt werden und kann pro Talentrang mit einem Talentrang eines anderen Talents (beispielsweise @Compendium[ds4.talents.srLA4jC8lsZbp3nT]{Fieser Schuss}) kombiniert werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349527, + "modifiedTime": 1668995463688, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NSBiWy4FTIu6Y2Vv" +} \ No newline at end of file diff --git a/packs/talents/R_sttr_ger_3AkPGw4beW52LIAY.json b/packs/talents/R_sttr_ger_3AkPGw4beW52LIAY.json new file mode 100644 index 00000000..e6dc7e3c --- /dev/null +++ b/packs/talents/R_sttr_ger_3AkPGw4beW52LIAY.json @@ -0,0 +1,30 @@ +{ + "_id": "3AkPGw4beW52LIAY", + "name": "Rüstträger", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist es gewohnt, schwere Rüstung zu tragen und sich in ihr zu bewegen. Der durch Rüstung verursachte Malus auf Laufen wird pro Talentrang um 0,5 gemindert.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349459, + "modifiedTime": 1668995463516, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!3AkPGw4beW52LIAY" +} \ No newline at end of file diff --git a/packs/talents/R_stzauberer_lXzQsIobk5yaZ47a.json b/packs/talents/R_stzauberer_lXzQsIobk5yaZ47a.json new file mode 100644 index 00000000..1888497e --- /dev/null +++ b/packs/talents/R_stzauberer_lXzQsIobk5yaZ47a.json @@ -0,0 +1,32 @@ +{ + "_id": "lXzQsIobk5yaZ47a", + "name": "Rüstzauberer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "BBiQrltkYi3Jo0Am" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann ein Panzerungsmalus (PA) in Höhe von 2 beim Zaubern/Zielzaubern ignoriert werden. Beispielsweise benötigt es 2 Talentränge, um ungehindert in einem @Compendium[ds4.equipment.t13RJoXrsS0HAyIQ]{Plattenpanzer} (PA 3) samt @Compendium[ds4.equipment.fKhTsMO4YXDYY8GX]{Metallhelm} (PA 1) zaubern zu können.

", + "rank": { + "base": 0, + "max": 1, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349620, + "modifiedTime": 1668995463767, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lXzQsIobk5yaZ47a" +} \ No newline at end of file diff --git a/packs/talents/Raserei_pC1K0VHWTpaJqwtt.json b/packs/talents/Raserei_pC1K0VHWTpaJqwtt.json new file mode 100644 index 00000000..f8f60df2 --- /dev/null +++ b/packs/talents/Raserei_pC1K0VHWTpaJqwtt.json @@ -0,0 +1,32 @@ +{ + "_id": "pC1K0VHWTpaJqwtt", + "name": "Raserei", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "YPU4v5VXXeRcscmP" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Berserker kann pro Talentrang seine Abwehr um 1 Punkt mindern und dadurch seinen Wert in Schlagen um +2 erhöhen.

\n

Diese Umschichtung kann jede Runde geändert werden (zählt als freie Aktion).

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349631, + "modifiedTime": 1668995463791, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!pC1K0VHWTpaJqwtt" +} \ No newline at end of file diff --git a/packs/talents/Reiten_bA8wUU0bKouuxkQ5.json b/packs/talents/Reiten_bA8wUU0bKouuxkQ5.json new file mode 100644 index 00000000..48f1484f --- /dev/null +++ b/packs/talents/Reiten_bA8wUU0bKouuxkQ5.json @@ -0,0 +1,32 @@ +{ + "_id": "bA8wUU0bKouuxkQ5", + "name": "Reiten", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "d5V2GjfkccIubrfY" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Charaktere mit diesem Talent haben reiten gelernt, können also problemlos die Richtung oder Geschwindigkeit ihres Reittieres um einen Schritt ändern und vom Pferderücken aus angreifen (DS4 S. 92).

\n

Pro Talentrang erhalten sie bei Sprüngen oder Proben, um die Reitrichtung oder die Geschwindigkeit um mehr als einen Schritt zu wechseln, einen Bonus von +2. Im berittenen Kampf erhalten sie pro Talentrang +1 auf Schlagen-Proben gegen unberittene Gegner.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349567, + "modifiedTime": 1668995463708, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!bA8wUU0bKouuxkQ5" +} \ No newline at end of file diff --git a/packs/talents/Ritual_der_Narben_g4XI9wikUdxoCFNg.json b/packs/talents/Ritual_der_Narben_g4XI9wikUdxoCFNg.json new file mode 100644 index 00000000..51a39961 --- /dev/null +++ b/packs/talents/Ritual_der_Narben_g4XI9wikUdxoCFNg.json @@ -0,0 +1,32 @@ +{ + "_id": "g4XI9wikUdxoCFNg", + "name": "Ritual der Narben", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "t1DVGkDGOwrjFccz" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang erhält der Charakter permanent einen magischen Bonus von +2 auf seine Abwehr. Die gesamte Haut des Charakters ist nach diesem Ritual durch vernarbte Runen entstellt, was ihm bei Proben auf soziale Interaktion einen Malus von -1 pro Talentrang einbringt. Außerdem hat das Ritual seinen Preis:

\n

Der Charakter verliert pro Talentrang permanent 1 Punkt Lebenskraft (LK).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349592, + "modifiedTime": 1668995463725, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!g4XI9wikUdxoCFNg" +} \ No newline at end of file diff --git a/packs/talents/Rundumschlag_RTLVQgPmjiPDdTFw.json b/packs/talents/Rundumschlag_RTLVQgPmjiPDdTFw.json new file mode 100644 index 00000000..8953d27e --- /dev/null +++ b/packs/talents/Rundumschlag_RTLVQgPmjiPDdTFw.json @@ -0,0 +1,30 @@ +{ + "_id": "RTLVQgPmjiPDdTFw", + "name": "Rundumschlag", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann mit einer Zweihandwaffe per Rundumschlag pro Talentrang einen weiteren, angrenzende Gegner mit seinem Schlag treffen. Für jeden weiteren Feind, den er per Rundumschlag treffen will, wird der Schlagen-Wert (es wird nur eine einzige Probe für den ganzen Rundumschlag gewürfelt) um 1 und die Abwehr um 2 gesenkt, bis der Charakter wieder an der Reihe ist.

\n

Kampfmönche können dieses Talent nur waffenlos in Verbindung mit dem Talent @Compendium[ds4.talents.1VAiKGCnqKfNC8AE]{Waffenloser Meister} benutzen. Dabei kann der Talentrang von Rundumschlag nie höher sein als der von Waffenloser Meister.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349541, + "modifiedTime": 1668995463694, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RTLVQgPmjiPDdTFw" +} \ No newline at end of file diff --git a/packs/talents/Runenkunde_t56WOCnxZwQWhajW.json b/packs/talents/Runenkunde_t56WOCnxZwQWhajW.json new file mode 100644 index 00000000..88866c03 --- /dev/null +++ b/packs/talents/Runenkunde_t56WOCnxZwQWhajW.json @@ -0,0 +1,30 @@ +{ + "_id": "t56WOCnxZwQWhajW", + "name": "Runenkunde", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird benötigt, will man Schriftrollen herstellen (DS4 S. 101). Jeder Talentrang reduziert die Zubereitungsdauer von Schriftrollen und gibt +1 auf Proben, um diese zu fertigen, oder gefundene Schriftrollen zu identifizieren. Es handelt sich bei den magischen Runen auf einer Schriftrolle um keine tatsächlichen Schriftzeichen, die man lesen, geschweige denn übersetzen könnte.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349649, + "modifiedTime": 1668995463813, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!t56WOCnxZwQWhajW" +} \ No newline at end of file diff --git a/packs/talents/Salve_zvZelUv5qQz3adKN.json b/packs/talents/Salve_zvZelUv5qQz3adKN.json new file mode 100644 index 00000000..22ad8dd0 --- /dev/null +++ b/packs/talents/Salve_zvZelUv5qQz3adKN.json @@ -0,0 +1,30 @@ +{ + "_id": "zvZelUv5qQz3adKN", + "name": "Salve", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Einmal pro Kampf kann der Charakter mit einer Fernkampfwaffe einen zusätzlichen Schuss pro Talentrang abfeuern. Bei mehreren Talenträngen können die zusätzlichen Schüsse alle zusammen in einer Runde gebündelt abgefeuert werden oder aufgeteilt in einzelnen Runden.

\n

Die einzelnen Schüsse werden dabei als eigenständige Angriffe behandelt, können also beispielsweise nicht mehrfach durch das Talent @Compendium[ds4.talents.srLA4jC8lsZbp3nT]{Fieser Schuss} aufgebessert werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349663, + "modifiedTime": 1668995463829, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!zvZelUv5qQz3adKN" +} \ No newline at end of file diff --git a/packs/talents/Sattelsch_tze_IIvsBSAqFFUFqALo.json b/packs/talents/Sattelsch_tze_IIvsBSAqFFUFqALo.json new file mode 100644 index 00000000..c547b6ac --- /dev/null +++ b/packs/talents/Sattelsch_tze_IIvsBSAqFFUFqALo.json @@ -0,0 +1,30 @@ +{ + "_id": "IIvsBSAqFFUFqALo", + "name": "Sattelschütze", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent gestattet dem Charakter, während des Reitens mit einer Schusswaffe zu schießen, die mit beiden Händen gehalten wird.

\n

Dennoch gibt es bei diesem schwierigen Manöver immer noch einen Malus von -5 im Trab und -10 im Galopp auf die Schießen-Probe (DS4 S. 92).

\n

Durch den zweiten und dritten Talentrang in Sattelschütze kann dieser Malus jedoch um jeweils 5 gemindert werden.

\n

Der Charakter benötigt mindestens einen Talentrang im Talent @Compendium[ds4.talents.bA8wUU0bKouuxkQ5]{Reiten}, um Sattelschütze erwerben zu können.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349506, + "modifiedTime": 1668995463677, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!IIvsBSAqFFUFqALo" +} \ No newline at end of file diff --git a/packs/talents/Sch_tze_GWVLcfQ2fm3Hc0zP.json b/packs/talents/Sch_tze_GWVLcfQ2fm3Hc0zP.json new file mode 100644 index 00000000..8e26a11f --- /dev/null +++ b/packs/talents/Sch_tze_GWVLcfQ2fm3Hc0zP.json @@ -0,0 +1,32 @@ +{ + "_id": "GWVLcfQ2fm3Hc0zP", + "name": "Schütze", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "v4ruKzcrriNyrgvE" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein geübter Fernkämpfer: Er erhält auf Schießen und Zielzauber einen Bonus von +1 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349503, + "modifiedTime": 1668995463675, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!GWVLcfQ2fm3Hc0zP" +} \ No newline at end of file diff --git a/packs/talents/Scharfsch_tze_OYneDZJStjhuDp41.json b/packs/talents/Scharfsch_tze_OYneDZJStjhuDp41.json new file mode 100644 index 00000000..92d6c010 --- /dev/null +++ b/packs/talents/Scharfsch_tze_OYneDZJStjhuDp41.json @@ -0,0 +1,32 @@ +{ + "_id": "OYneDZJStjhuDp41", + "name": "Scharfschütze", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "jJ2oSM9Bs4dDApiH" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Im Fernkampf zielt der Charakter auf die verletzliche Körperpartien seines Ziels:

\n

Die Abwehr des Gegners wird gegen die Fernkampfangriffe des Charakters mittels Schießen um 1 pro Talentrang gesenkt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349532, + "modifiedTime": 1668995464202, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!OYneDZJStjhuDp41" +} \ No newline at end of file diff --git a/packs/talents/Schlachtruf_jmjtmMy7DnG205xR.json b/packs/talents/Schlachtruf_jmjtmMy7DnG205xR.json new file mode 100644 index 00000000..cf92f7fb --- /dev/null +++ b/packs/talents/Schlachtruf_jmjtmMy7DnG205xR.json @@ -0,0 +1,30 @@ +{ + "_id": "jmjtmMy7DnG205xR", + "name": "Schlachtruf", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf als freie Aktion einen Schlachtruf ausstoßen, der auf ihn und drei Kameraden pro Talentrang in Hörweite wirkt:

\n

Durch den Schlachtruf ermutigt, erhalten sie für W20/2 Runden einen Bonus von +1 pro Talentrang auf alle Angriffe.

\n

Ein Charakter kann immer nur von einem Schlachtruf profitieren.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349612, + "modifiedTime": 1668995463754, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!jmjtmMy7DnG205xR" +} \ No newline at end of file diff --git a/packs/talents/Schlitzohr_lDqu4RpV5Nr6BnPW.json b/packs/talents/Schlitzohr_lDqu4RpV5Nr6BnPW.json new file mode 100644 index 00000000..aa862fc8 --- /dev/null +++ b/packs/talents/Schlitzohr_lDqu4RpV5Nr6BnPW.json @@ -0,0 +1,32 @@ +{ + "_id": "lDqu4RpV5Nr6BnPW", + "name": "Schlitzohr", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "ZFoibqksWVXEfiOB" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Auf alle Proben sozialer Interaktion, bei denen geblufft, gefeilscht oder verhandelt wird, erhält der Charakter einen Bonus von +3 pro Talentrang.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349619, + "modifiedTime": 1668995463763, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!lDqu4RpV5Nr6BnPW" +} \ No newline at end of file diff --git a/packs/talents/Schlossknacker_NR3BzKbROxHjpGrs.json b/packs/talents/Schlossknacker_NR3BzKbROxHjpGrs.json new file mode 100644 index 00000000..1f8c478a --- /dev/null +++ b/packs/talents/Schlossknacker_NR3BzKbROxHjpGrs.json @@ -0,0 +1,32 @@ +{ + "_id": "NR3BzKbROxHjpGrs", + "name": "Schlossknacker", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "8JquYZA8S06MnE0n" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang erhält der Charakter einen Bonus von +2 auf sämtliche Proben, um Schlösser zu öffnen.

\n

Außerdem kann pro Talentrang ein weiteres Mal versucht werden, ein und das selbe Schloss zu öffnen, ohne bereits einen Malus zu erhalten (DS4 S. 93).

\n

Schlossknacker ist mit dem @Compendium[ds4.talents.VqzpRGrHclPSGLP0]{Diebeskunst} kombinierbar.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349526, + "modifiedTime": 1668995463688, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!NR3BzKbROxHjpGrs" +} \ No newline at end of file diff --git a/packs/talents/Schmerzhafter_Wechsel_YPFshcSE5pZS0dto.json b/packs/talents/Schmerzhafter_Wechsel_YPFshcSE5pZS0dto.json new file mode 100644 index 00000000..62d9a5ef --- /dev/null +++ b/packs/talents/Schmerzhafter_Wechsel_YPFshcSE5pZS0dto.json @@ -0,0 +1,30 @@ +{ + "_id": "YPFshcSE5pZS0dto", + "name": "Schmerzhafter Wechsel", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf zu einem beliebigen, nicht aktiven Zauber wechseln (zählt als freie Aktion), wodurch er jedoch augenblicklich W20/2 abwehrbaren Schaden erleidet.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349557, + "modifiedTime": 1668995463704, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!YPFshcSE5pZS0dto" +} \ No newline at end of file diff --git a/packs/talents/Schnelle_Reflexe_TQG9TbBb9S0nHogC.json b/packs/talents/Schnelle_Reflexe_TQG9TbBb9S0nHogC.json new file mode 100644 index 00000000..23401aa3 --- /dev/null +++ b/packs/talents/Schnelle_Reflexe_TQG9TbBb9S0nHogC.json @@ -0,0 +1,32 @@ +{ + "_id": "TQG9TbBb9S0nHogC", + "name": "Schnelle Reflexe", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "XEVDTsOyhPJIytd9" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann schnell reagieren. Im Kampf erhält er pro Talentrang einen Bonus von +2 auf seine Initiative.

\n

Zusätzlich kann man pro Talentrang einmal im Kampf eine Waffe als freie Aktion ziehen, wechseln oder vom Boden aufheben.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349543, + "modifiedTime": 1668995463696, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!TQG9TbBb9S0nHogC" +} \ No newline at end of file diff --git a/packs/talents/Schnutz_vor_Elementen_yCHMzXoqCRrNU5Br.json b/packs/talents/Schnutz_vor_Elementen_yCHMzXoqCRrNU5Br.json new file mode 100644 index 00000000..72c81add --- /dev/null +++ b/packs/talents/Schnutz_vor_Elementen_yCHMzXoqCRrNU5Br.json @@ -0,0 +1,30 @@ +{ + "_id": "yCHMzXoqCRrNU5Br", + "name": "Schnutz vor Elementen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann jederzeit die Wirkung der Außentemperatur auf ihn um bis zu 15 °C pro Talentrang variieren und damit für ihn den Aufenthalt in besonders kalten oder heißen Gebieten angenehmer zu machen.

\n

Pro Talentrang kann er diese Wirkung auf zwei willige Gefährten in VE Meter Umkreis ausdehnen.

\n

Außerdem kann er pro Talentrang einmal alle 24 Stunden – als freie Aktion – seine Abwehr gegen Elementarschaden (beispielsweise durch Blitz-, Eis- oder Feuerzauber), gegen den ein Abwehrwurf zulässig ist (also beispielsweise nicht beim Zauberspruch @Compendium[ds4.spells.ifRUXwqnjd1SCcRG]{Feuerball}), pro Talentrang um 5 erhöhen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349659, + "modifiedTime": 1668995463824, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!yCHMzXoqCRrNU5Br" +} \ No newline at end of file diff --git a/packs/talents/Schwimmen_RJauLusDDQWo77JU.json b/packs/talents/Schwimmen_RJauLusDDQWo77JU.json new file mode 100644 index 00000000..99105775 --- /dev/null +++ b/packs/talents/Schwimmen_RJauLusDDQWo77JU.json @@ -0,0 +1,32 @@ +{ + "_id": "RJauLusDDQWo77JU", + "name": "Schwimmen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "neVzXXAck47nnOFM" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann schwimmen (DS4 S. 93) und erhält pro Talentrang auf alle diesbezüglichen Proben +3.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349536, + "modifiedTime": 1668995463693, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!RJauLusDDQWo77JU" +} \ No newline at end of file diff --git a/packs/talents/Sehnenschneider_s37iJhz4IQVhCWbe.json b/packs/talents/Sehnenschneider_s37iJhz4IQVhCWbe.json new file mode 100644 index 00000000..724479b3 --- /dev/null +++ b/packs/talents/Sehnenschneider_s37iJhz4IQVhCWbe.json @@ -0,0 +1,30 @@ +{ + "_id": "s37iJhz4IQVhCWbe", + "name": "Sehnenschneider", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann im Kampf einmal pro Talentrang einem Gegner die „Sehnen schneiden“. Er muss dies vor dem entsprechendem Nahkampfangriff ansagen. Für diese Aktion wird die Abwehr des Charakters halbiert, bis er in der nächsten Kampfrunde wieder an der Reihe ist.

\n

Wird beim Gegner ein Schaden erzielt, wird dieser Schaden halbiert und der Laufen- Wert des Gegners um 0,5 pro Talentrang gesenkt. Wird kein Schaden verursacht, zählt dies nicht als Talenteinsatz und ein erneuter Versuch ist möglich. Die Verletzung kann nur auf magische Weise geheilt werden (einfachste Heilmagie reicht allerdings).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349640, + "modifiedTime": 1668995463801, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!s37iJhz4IQVhCWbe" +} \ No newline at end of file diff --git a/packs/talents/Sensensp_tter_7ZBxxxx32wacXkHS.json b/packs/talents/Sensensp_tter_7ZBxxxx32wacXkHS.json new file mode 100644 index 00000000..a9fdc05f --- /dev/null +++ b/packs/talents/Sensensp_tter_7ZBxxxx32wacXkHS.json @@ -0,0 +1,30 @@ +{ + "_id": "7ZBxxxx32wacXkHS", + "name": "Sensenspötter", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Nekromant kann dem Tod ein Schnippchen schlagen:

\n

Sobald er regeltechnisch stirbt, kann er noch eine weitere Runde pro Talentrang handeln, als ober er noch am Leben wäre, vorausgesetzt, er ist nicht enthauptet, explodiert, zerstampft u. ä.

\n

Sollte der Nekromant bei Eintritt des Todes bereits bewusstlos sein, bleibt er dies weiterhin, kann allerdings in dieser Zeit verarztet und geheilt werden, als wäre er noch am Leben.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349479, + "modifiedTime": 1668995463584, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!7ZBxxxx32wacXkHS" +} \ No newline at end of file diff --git a/packs/talents/Spruchmeister_JldVU3O4mmDWqk8s.json b/packs/talents/Spruchmeister_JldVU3O4mmDWqk8s.json new file mode 100644 index 00000000..efe23b06 --- /dev/null +++ b/packs/talents/Spruchmeister_JldVU3O4mmDWqk8s.json @@ -0,0 +1,30 @@ +{ + "_id": "JldVU3O4mmDWqk8s", + "name": "Spruchmeister", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Zauberwirker kann einmal alle 24 Stunden die Abklingzeit eines bestimmten Zauberspruchs ignorieren. Bei Erwerb eines Talentranges muss festgelegt werden, um welchen Zauber es sich dabei handelt. Werden mehrere Talentränge in ein und den selben Zauberspruch investiert, kann seine Abklingzeit einmal mehr pro Talentrang innerhalb der 24 Stunden ignoriert werden. Zaubersprüche, deren reguläre Abklingzeit mehr als 24 Stunden beträgt, können nicht gewählt werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349511, + "modifiedTime": 1668995463680, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!JldVU3O4mmDWqk8s" +} \ No newline at end of file diff --git a/packs/talents/Stabbindung_soobr7uyQgDm3DoN.json b/packs/talents/Stabbindung_soobr7uyQgDm3DoN.json new file mode 100644 index 00000000..30717d13 --- /dev/null +++ b/packs/talents/Stabbindung_soobr7uyQgDm3DoN.json @@ -0,0 +1,30 @@ +{ + "_id": "soobr7uyQgDm3DoN", + "name": "Stabbindung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird rangweise an einen bestimmten Kampfstab gebunden – so kann der Charakter beispielsweise in einen Kampfstab zwei Talentränge investieren und einen dritten Talentrang beispielsweise in einen Ersatzkampfstab.

\n

Der Kampfstab wird durch diesen Vorgang magisch, zerbricht also nicht einfach bei einem Schlagen-Patzer.

\n

Pro jeweiligen Talentrang erhält der Charakter +1 auf Zielzauber (zusätzlich zu dem normalen, nichtmagischen +1 Bonus des Kampfstabs), sofern er den Stab hält.

\n

Desweiteren bindet er pro investierten Talentrang einen seiner Zauber an den Stab, wodurch er den Kampfstab wie einen Zauberstab für diesen Zauber benutzen kann. Wird ein Kampfstab wider Erwarten zerstört, sind die investierten Talentränge nicht verloren und können – nach Ablauf von W20 Wochen – an einen anderen Stab gebunden werden.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349644, + "modifiedTime": 1668995463807, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!soobr7uyQgDm3DoN" +} \ No newline at end of file diff --git a/packs/talents/Standhaft_5LXCr1G1Hmx622V0.json b/packs/talents/Standhaft_5LXCr1G1Hmx622V0.json new file mode 100644 index 00000000..39756646 --- /dev/null +++ b/packs/talents/Standhaft_5LXCr1G1Hmx622V0.json @@ -0,0 +1,30 @@ +{ + "_id": "5LXCr1G1Hmx622V0", + "name": "Standhaft", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang sinkt die Lebenskraft-Grenze, ab der ein Charakter bewusstlos wird, um jeweils 3.

\n

Ein Charakter mit Standhaft III wird also erst mit -9 LK bewusstlos, statt schon bei Null. Alles natürlich nur unter der Voraussetzung, dass man so viele negative LK auch überleben kann (DS4 S. 42).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349463, + "modifiedTime": 1668995463520, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5LXCr1G1Hmx622V0" +} \ No newline at end of file diff --git a/packs/talents/Teufelchen_5nve4XNc1bJdfZNN.json b/packs/talents/Teufelchen_5nve4XNc1bJdfZNN.json new file mode 100644 index 00000000..63ca2f3a --- /dev/null +++ b/packs/talents/Teufelchen_5nve4XNc1bJdfZNN.json @@ -0,0 +1,30 @@ +{ + "_id": "5nve4XNc1bJdfZNN", + "name": "Teufelchen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Beschwörer erhält pro Talentrang ein kleines, fliegendes Teufelchen als Begleiter, das ihn im Kampf unterstützt. Teufelchen können nur Knurrlaute von sich geben, verstehen aber simple Worte und einsilbige Befehle ihres Beschwörers.

\n

Sobald der Charakter es befiehlt oder das Teufelchen über weniger als 1 LK verfügt, kehrt es zurück auf seine Existenzebene, von wo es erst nach frühestens W20 Stunden wiederkehren kann, sofern der Charakter dies wünscht.

\n

Es ist nicht möglich, die Talente @Compendium[ds4.talents.KwGcyAzyqbz7oiTl]{Vertrauter} oder @Compendium[ds4.talents.tkLyvmSYvVslMXVE]{Vertrautenband} auf ein Teufelchen anzuwenden.

\n

Es gibt drei Arten von Teufelchen (@Compendium[ds4.creatures.aqbcBjeCJUHJ5uVj]{Teufelchen I}, @Compendium[ds4.creatures.SxbO1iTrXYGbdMoC]{Teufelchen II}, @Compendium[ds4.creatures.22pkyKnZoRLG0nnY]{Teufelchen III}), auf die man durch weitere Talentränge Zugang erhält. Bei Erwerb eines Talentranges wird festgelegt, um was für ein Teufelchen es sich dabei handelt. Es ist auch immer möglich, ein rangniedrigeres Teufelchen erneut auszuwählen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349466, + "modifiedTime": 1668995463524, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!5nve4XNc1bJdfZNN" +} \ No newline at end of file diff --git a/packs/talents/Tiergestalt_iP5aZcqriVLjdVcd.json b/packs/talents/Tiergestalt_iP5aZcqriVLjdVcd.json new file mode 100644 index 00000000..2d982a7a --- /dev/null +++ b/packs/talents/Tiergestalt_iP5aZcqriVLjdVcd.json @@ -0,0 +1,30 @@ +{ + "_id": "iP5aZcqriVLjdVcd", + "name": "Tiergestalt", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Druide kann sich pro Talentrang einmal alle 24 Stunden samt seiner Ausrüstung (magische Boni von Gegenständen wirken dadurch weiterhin) in ein Tier der Größenkategorie „normal“ (DS4 S. 104) oder kleiner verwandeln, wie beispielsweise eine Maus, eine Katze oder ein Wolf, aber keine magischen, giftigen oder flugfähigen Tiere.

\n

Die Verwandlung dauert eine Runde und kann jederzeit rückgängig gemacht werden, erlittener Schaden bleibt nach der Rückverwandlung gänzlich bestehen.

\n

GEI, VE und AU des Druiden verändern sich in Tiergestalt nicht, jedoch nehmen alle anderen Attribute, Eigenschaften und Kampfwerte die Werte des Tieres an, nicht jedoch Spezialangriffe wie beispielsweise den Giftbiss einer Schlange.

\n

In Tiergestalt ist es dem Druiden nicht möglich, zu sprechen oder zu zaubern, wohl aber, Gesprochenes zu verstehen und die Sinne des Tieres einzusetzen.

\n

Zauber, die beispielsweise Tiere kontrollieren, haben auf den verwandelten Druiden keinen Einfluss.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349608, + "modifiedTime": 1668995463751, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!iP5aZcqriVLjdVcd" +} \ No newline at end of file diff --git a/packs/talents/Tiermeister_IfyKb7y4YoUTssTs.json b/packs/talents/Tiermeister_IfyKb7y4YoUTssTs.json new file mode 100644 index 00000000..ad28b71b --- /dev/null +++ b/packs/talents/Tiermeister_IfyKb7y4YoUTssTs.json @@ -0,0 +1,32 @@ +{ + "_id": "IfyKb7y4YoUTssTs", + "name": "Tiermeister", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "oelEFuhY9y6DsxXO" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter hat ein Gespür für Tiere und erhält auf alle Proben im Umgang mit ihnen +3 (dieser Bonus zählt auch auf Reiten-Proben, um die Reitgeschwindigkeit oder die Richtung zu ändern).

\n

Einmal alle 24 Stunden pro Talentrang kann er außerdem eine beliebige Anzahl wilder, aggressiver oder selbst ausgehungerter Tiere dazu bringen, ihn und zwei Begleiter pro Talentrang zu verschonen (es sei denn, sie greifen ihrerseits die Tiere an).

\n

Dies ist auch bei tollwütigen oder kontrollierten Tieren möglich, sofern hier dem Charakter eine Probe gegen GEI+AU+Talentrang gelingt (zählt als ganze Aktion, ein Versuch pro Talentrang).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349508, + "modifiedTime": 1668995463678, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!IfyKb7y4YoUTssTs" +} \ No newline at end of file diff --git a/packs/talents/Tod_entrinnen_9hpucJC8WArBiXUR.json b/packs/talents/Tod_entrinnen_9hpucJC8WArBiXUR.json new file mode 100644 index 00000000..398e4764 --- /dev/null +++ b/packs/talents/Tod_entrinnen_9hpucJC8WArBiXUR.json @@ -0,0 +1,30 @@ +{ + "_id": "9hpucJC8WArBiXUR", + "name": "Tod entrinnen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Sobald der Charakter weniger als 1 LK besitzt, aber immer noch lebt, heilt er automatisch nach 5 Runden (-1 Runde pro Talentrang) 1 LK pro Talentrang pro Runde.

\n

Sobald seine LK wieder im positiven Bereich sind, endet der Heileffekt und der Charakter ist augenblicklich voll einsatzfähig.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349487, + "modifiedTime": 1668995463666, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!9hpucJC8WArBiXUR" +} \ No newline at end of file diff --git a/packs/talents/Todeskraft_Q98LHOFZmKVoafp8.json b/packs/talents/Todeskraft_Q98LHOFZmKVoafp8.json new file mode 100644 index 00000000..e9aa5b33 --- /dev/null +++ b/packs/talents/Todeskraft_Q98LHOFZmKVoafp8.json @@ -0,0 +1,30 @@ +{ + "_id": "Q98LHOFZmKVoafp8", + "name": "Todeskraft", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Immer wenn in Reichweite von 2+Talentrang in Metern ein Lebewesen, von mindestens „kleiner“ Größenkategorie (DS4 S. 104), zu Tode kommt, regeneriert der Nekromant 2 LK pro Talentrang in Todeskraft.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349534, + "modifiedTime": 1668995463692, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!Q98LHOFZmKVoafp8" +} \ No newline at end of file diff --git a/packs/talents/Totenrufer_rbHZFVutiQ25glBq.json b/packs/talents/Totenrufer_rbHZFVutiQ25glBq.json new file mode 100644 index 00000000..2fe061fb --- /dev/null +++ b/packs/talents/Totenrufer_rbHZFVutiQ25glBq.json @@ -0,0 +1,30 @@ +{ + "_id": "rbHZFVutiQ25glBq", + "name": "Totenrufer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Nekromant einmal alle 24 Stunden die Abklingzeit eines Zaubers zum Erwecken von Untoten ignorieren.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349639, + "modifiedTime": 1668995463800, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rbHZFVutiQ25glBq" +} \ No newline at end of file diff --git a/packs/talents/Uners_ttliches_Beschw_ren_fIrcapAlXMqto18X.json b/packs/talents/Uners_ttliches_Beschw_ren_fIrcapAlXMqto18X.json new file mode 100644 index 00000000..6dd12016 --- /dev/null +++ b/packs/talents/Uners_ttliches_Beschw_ren_fIrcapAlXMqto18X.json @@ -0,0 +1,30 @@ +{ + "_id": "fIrcapAlXMqto18X", + "name": "Unersättliches Beschwören", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Dämonologe einmal alle 24 Stunden die Abklingzeit des Zauberspruchs Dämonen beschwören ignorieren.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349586, + "modifiedTime": 1668995463720, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!fIrcapAlXMqto18X" +} \ No newline at end of file diff --git a/packs/talents/Untote_Horden_FoY7VbBTatyHOrb8.json b/packs/talents/Untote_Horden_FoY7VbBTatyHOrb8.json new file mode 100644 index 00000000..475d8bcb --- /dev/null +++ b/packs/talents/Untote_Horden_FoY7VbBTatyHOrb8.json @@ -0,0 +1,30 @@ +{ + "_id": "FoY7VbBTatyHOrb8", + "name": "Untote Horden", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang erhöht sich die Anzahl der erweckbaren und kontrollierbaren Untoten (entspricht der Stufe des Charakters) um 3.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349498, + "modifiedTime": 1668995463673, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!FoY7VbBTatyHOrb8" +} \ No newline at end of file diff --git a/packs/talents/Untote_zerschmettern_ml6GkLIsqDII9Mcp.json b/packs/talents/Untote_zerschmettern_ml6GkLIsqDII9Mcp.json new file mode 100644 index 00000000..62ea39e9 --- /dev/null +++ b/packs/talents/Untote_zerschmettern_ml6GkLIsqDII9Mcp.json @@ -0,0 +1,30 @@ +{ + "_id": "ml6GkLIsqDII9Mcp", + "name": "Untote zerschmettern", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal alle 24 Stunden einen Nahkampfangriff gegen einen Untoten führen, der nicht abgewehrt werden kann.

\n

Vor dem Angriffswurf muss angesagt werden, dass das Talent zum Einsatz kommen soll, welches mit Talenten wie @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} und/oder @Compendium[ds4.talents.AT9Bi7Tsr8k3HujP]{Vergeltung} kombiniert werden kann.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349624, + "modifiedTime": 1668995463783, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!ml6GkLIsqDII9Mcp" +} \ No newline at end of file diff --git a/packs/talents/Verdr_cken_inRlUNgoiaHm4pf6.json b/packs/talents/Verdr_cken_inRlUNgoiaHm4pf6.json new file mode 100644 index 00000000..1ec581ed --- /dev/null +++ b/packs/talents/Verdr_cken_inRlUNgoiaHm4pf6.json @@ -0,0 +1,30 @@ +{ + "_id": "inRlUNgoiaHm4pf6", + "name": "Verdrücken", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter kann sich bei den Aktionen Aufstehen und Rennen zusätzlich um einen Meter pro Talentrang bewegen.

\n

Zusätzlich kann er, gefesselt oder in Ketten gelegt, zweimal pro Talentrang versuchen, sich mit AGI+BE aus einer Fessel oder Schelle zu winden (man benötigt beispielsweise 2 erfolgreiche Proben, um beide Hände aus Handschellen zu befreien).

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349610, + "modifiedTime": 1668995463752, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!inRlUNgoiaHm4pf6" +} \ No newline at end of file diff --git a/packs/talents/Vergeltung_AT9Bi7Tsr8k3HujP.json b/packs/talents/Vergeltung_AT9Bi7Tsr8k3HujP.json new file mode 100644 index 00000000..6e99cfc6 --- /dev/null +++ b/packs/talents/Vergeltung_AT9Bi7Tsr8k3HujP.json @@ -0,0 +1,30 @@ +{ + "_id": "AT9Bi7Tsr8k3HujP", + "name": "Vergeltung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Im Kampf kann der Charakter einmal pro Talentrang seinen Wert in Schlagen für eine Runde um seinen vierfachen Talentrang in @Compendium[ds4.talents.hAfZhfLqCjPvho3u]{Diener der Dunkelheit} bzw. @Compendium[ds4.talents.Wwvj3V65hIe0JWul]{Diener des Lichts} erhöhen.

\n

Es ist nicht mögliche, mehrere Talentränge von Vergeltung in einer einzelnen Probe zu vereinen.

\n

Eine Kombination mit Talenten wie beispielsweise @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb} ist allerdings uneingeschränkt möglich.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349492, + "modifiedTime": 1668995463670, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!AT9Bi7Tsr8k3HujP" +} \ No newline at end of file diff --git a/packs/talents/Verheerer_6oXmRM21CLfELqKv.json b/packs/talents/Verheerer_6oXmRM21CLfELqKv.json new file mode 100644 index 00000000..a7fe7e97 --- /dev/null +++ b/packs/talents/Verheerer_6oXmRM21CLfELqKv.json @@ -0,0 +1,32 @@ +{ + "_id": "6oXmRM21CLfELqKv", + "name": "Verheerer", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "aqgIfpGWXYeXn1y6" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter versteht es, seine Magie verheerend einzusetzen:

\n

Die Abwehr des Gegners wird gegen Schaden durch die Zauberangriffe des Charakters (mittels Zaubern oder Zielzaubern) um 1 pro Talentrang gesenkt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349474, + "modifiedTime": 1668995464091, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!6oXmRM21CLfELqKv" +} \ No newline at end of file diff --git a/packs/talents/Verletzen_dtynnRNkxg59Nqz4.json b/packs/talents/Verletzen_dtynnRNkxg59Nqz4.json new file mode 100644 index 00000000..6ae0cced --- /dev/null +++ b/packs/talents/Verletzen_dtynnRNkxg59Nqz4.json @@ -0,0 +1,32 @@ +{ + "_id": "dtynnRNkxg59Nqz4", + "name": "Verletzen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "x1FVRsSyjHwOfYRs" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Im Nahkampf zielt der Charakter auf die verletzlichen Körperpartien seines Gegenübers:

\n

Die Abwehr des Gegners wird gegen die Nahkampfangriffe des Charakters mittels Schlagen um 1 pro Talentrang gesenkt.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349581, + "modifiedTime": 1668995464279, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!dtynnRNkxg59Nqz4" +} \ No newline at end of file diff --git a/packs/talents/Vernichtender_Schlag_tmFeIA1PSVHqGGjx.json b/packs/talents/Vernichtender_Schlag_tmFeIA1PSVHqGGjx.json new file mode 100644 index 00000000..1971679d --- /dev/null +++ b/packs/talents/Vernichtender_Schlag_tmFeIA1PSVHqGGjx.json @@ -0,0 +1,32 @@ +{ + "_id": "tmFeIA1PSVHqGGjx", + "name": "Vernichtender Schlag", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "rK7expqsrPV5t8f1" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Krieger einmal alle 24 Stunden mit einem Nahkampfangriff einen vernichtenden Schlag ausführen, gegen den keine Abwehr gewürfelt wird.

\n

Der vernichtende Schlag muss vor dem Würfeln der Schlagen-Probe angekündigt werden und kann pro Talentrang mit maximal einem Talentrang eines anderen Talents (beispielsweise @Compendium[ds4.talents.ZnT8LMCRqZS3zpJO]{Brutaler Hieb}) kombiniert werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349652, + "modifiedTime": 1668995463815, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tmFeIA1PSVHqGGjx" +} \ No newline at end of file diff --git a/packs/talents/Vertrautenband_tkLyvmSYvVslMXVE.json b/packs/talents/Vertrautenband_tkLyvmSYvVslMXVE.json new file mode 100644 index 00000000..ebe83305 --- /dev/null +++ b/packs/talents/Vertrautenband_tkLyvmSYvVslMXVE.json @@ -0,0 +1,30 @@ +{ + "_id": "tkLyvmSYvVslMXVE", + "name": "Vertrautenband", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Schafft ein besonderes Band zwischen dem Charakter und einem einzelnen seiner Vertrauten, wodurch beide sich telepathisch miteinander verständigen (einfache Kommunikation wie „Gefahr?“, „Flieh!“ oder „Hilf mir!“) können.

\n

Zusätzlich wird pro Talentrang ein Bonus von +3 auf die Eigenschaften des Vertrauten verteilt.

\n

Jedesmal, wenn der Charakter um eine Stufe aufsteigt, erhält dieses Tier außerdem +1 auf eine beliebige Eigenschaft. Wird das Tier getötet, erlischt das Band, wird jedoch bei Wiederbelebung des Tieres erneuert. Ist dies nicht der Fall, sind die Talentränge nicht verloren und können für ein neues Vertrautenband mit einem anderen Vertrauten eingesetzt werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349650, + "modifiedTime": 1668995463814, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!tkLyvmSYvVslMXVE" +} \ No newline at end of file diff --git a/packs/talents/Vertrauter_KwGcyAzyqbz7oiTl.json b/packs/talents/Vertrauter_KwGcyAzyqbz7oiTl.json new file mode 100644 index 00000000..2ec238fa --- /dev/null +++ b/packs/talents/Vertrauter_KwGcyAzyqbz7oiTl.json @@ -0,0 +1,30 @@ +{ + "_id": "KwGcyAzyqbz7oiTl", + "name": "Vertrauter", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang schließt sich Spähern ein Tier (Falke, Hund, Pferd, Wolf usw.), Zauberwirkern ein Kleintier (Katze, Kröte, Rabe usw.) und Paladinen ein Schlachtross an. Ein Druide kann jede Art von Tier bis Größenkategorie “groß” (DS4 S. 104) wählen.

\n

Die treuen Tiere befolgen einfache, einsilbige Befehle wie „Platz!“ und „Fass!“ und haben Verstand +1, auch wenn mit ihnen keine intelligente Kommunikation möglich ist und sie auch nicht zum heimlichen Auskundschaften etc. abgerichtet werden können. Ein Vertrauter gewährt seinem Besitzer, sofern er nicht mehr als AU x 5 (des Charakters) in Metern von ihm entfernt ist, einen Bonus von +1 auf einen von zwei Kampfwerten:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
KlasseVertrautenbonus
SpäherInitiative oder Schießen
ZauberwirkerZaubern oder Zielzaubern
PaladinAbwehr oder Schlagen
\n

Der zu erhöhende Kampfwert wird bei Erhalt des Vertrauten ausgewählt.

\n

Wird ein Vertrauter getötet, erleidet der Charakter im selben Moment W20/2 nicht abwehrbaren Schaden und der Bonus auf den Kampfwert erlischt. Wird der Vertraute nicht wiederbelebt, kann für seinen Talentrang ein neuer Vertrauter gewählt werden, allerdings erst nach frühestens W20 Wochen. Bis dahin hat der Charakter temporär KÖR-1.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349514, + "modifiedTime": 1668995463681, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!KwGcyAzyqbz7oiTl" +} \ No newline at end of file diff --git a/packs/talents/Waffenkenner_v9ocoi91dKJahAe3.json b/packs/talents/Waffenkenner_v9ocoi91dKJahAe3.json new file mode 100644 index 00000000..8ac7a58b --- /dev/null +++ b/packs/talents/Waffenkenner_v9ocoi91dKJahAe3.json @@ -0,0 +1,30 @@ +{ + "_id": "v9ocoi91dKJahAe3", + "name": "Waffenkenner", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter besondere Kenntnisse im Umgang mit einer bestimmten Art von Nahkampfwaffe erlangen (beispielsweise Dolche, Langschwerter oder Streitäxte).

\n

Er erhält im Kampf mit dieser Waffenart Schlagen +1 und die Abwehr des Gegners wird um 1 gesenkt. Es ist nicht möglich, Waffenkenner mehrmals für ein und dieselbe Waffenart zu erlangen, jedoch kann der Talentrang mit Hilfe des Talents @Compendium[ds4.talents.iI1SP1214SpIzBCW]{Perfektion} weiter ausgebaut werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349654, + "modifiedTime": 1668995463818, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!v9ocoi91dKJahAe3" +} \ No newline at end of file diff --git a/packs/talents/Waffenloser_Meister_1VAiKGCnqKfNC8AE.json b/packs/talents/Waffenloser_Meister_1VAiKGCnqKfNC8AE.json new file mode 100644 index 00000000..6a1499da --- /dev/null +++ b/packs/talents/Waffenloser_Meister_1VAiKGCnqKfNC8AE.json @@ -0,0 +1,30 @@ +{ + "_id": "1VAiKGCnqKfNC8AE", + "name": "Waffenloser Meister", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Kampfmönch ist ein Meister des waffenlosen Kampfes, der WB seiner unbewaffneten Angriffe beträgt +1 pro Talentrang.

\n

Der normalerweise gültige Bonus von +5 auf Abwehr gegen waffenlose Angriffe entfällt bei seinen Gegnern, deren Abwehr außerdem noch pro Talentrang um 1 gesenkt wird. Außerdem erhält ein waffenloser Meister +1 auf Abwehr und Initiative pro Talentrang, sofern er keinen Schild und keine Art von Rüstungen bis auf Stoff trägt.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349448, + "modifiedTime": 1668995463478, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!1VAiKGCnqKfNC8AE" +} \ No newline at end of file diff --git a/packs/talents/Wahrnehmung_aojENPok9Guo3JN1.json b/packs/talents/Wahrnehmung_aojENPok9Guo3JN1.json new file mode 100644 index 00000000..ab302606 --- /dev/null +++ b/packs/talents/Wahrnehmung_aojENPok9Guo3JN1.json @@ -0,0 +1,32 @@ +{ + "_id": "aojENPok9Guo3JN1", + "name": "Wahrnehmung", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "qxrTP7Cs4mFS7lLU" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter ist ein aufmerksamer Beobachter. Auf alle Bemerken-Proben erhält er +2 pro Talentrang.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349562, + "modifiedTime": 1668995463706, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!aojENPok9Guo3JN1" +} \ No newline at end of file diff --git a/packs/talents/Wechsler_gwCc6niwZL45wklE.json b/packs/talents/Wechsler_gwCc6niwZL45wklE.json new file mode 100644 index 00000000..0c8f371f --- /dev/null +++ b/packs/talents/Wechsler_gwCc6niwZL45wklE.json @@ -0,0 +1,32 @@ +{ + "_id": "gwCc6niwZL45wklE", + "name": "Wechsler", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [ + "nxzOItIzbsdQSbby" + ], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Charakter hat gelernt, sich auf das Auswechseln seines aktiven Zaubers zu konzentrieren: Er erhält auf Proben, um seine Zauber zu wechseln, pro Talentrang einen Bonus von +2.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349596, + "modifiedTime": 1668995463729, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!gwCc6niwZL45wklE" +} \ No newline at end of file diff --git a/packs/talents/Wissensegebiet_IB1OJ65TseuSw9ZI.json b/packs/talents/Wissensegebiet_IB1OJ65TseuSw9ZI.json new file mode 100644 index 00000000..861ab123 --- /dev/null +++ b/packs/talents/Wissensegebiet_IB1OJ65TseuSw9ZI.json @@ -0,0 +1,30 @@ +{ + "_id": "IB1OJ65TseuSw9ZI", + "name": "Wissensegebiet", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird für jedes Wissensgebiet (Alte Sagen, Mathematik, Naturkunde, Sternenkunde, Zwergische Religion usw.) individuell erlernt, kann also mehrmals bis Höchstrang III erworben werden.

\n

Man beherrscht das jeweilige Wissensgebiet und erhält auf alle diesbezüglichen Proben einen Bonus von +3 pro Talentrang, den man für dieses Wissensgebiet erworben hat.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349505, + "modifiedTime": 1668995463676, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!IB1OJ65TseuSw9ZI" +} \ No newline at end of file diff --git a/packs/talents/Zauber_ausl_sen_kZti1KQIbf4UPvI7.json b/packs/talents/Zauber_ausl_sen_kZti1KQIbf4UPvI7.json new file mode 100644 index 00000000..f3d3c46a --- /dev/null +++ b/packs/talents/Zauber_ausl_sen_kZti1KQIbf4UPvI7.json @@ -0,0 +1,30 @@ +{ + "_id": "kZti1KQIbf4UPvI7", + "name": "Zauber auslösen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Meisterdieb kann, wie ein Zauberwirker, Zaubersprüche von Schriftrollen oder aus Zauberbüchern ablesen und dadurch auslösen, wodurch die Schrift des Zaubers verblasst und er verschwindet.

\n

Pro Talentrang wird eine der drei Zauberklassen Heiler, Zauberer oder Schwarzmagier gewählt und fortan kann der Charakter alle Zauber, die dieser Klasse zugänglich sind, unabhängig von seiner Stufe ablesen und auslösen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349613, + "modifiedTime": 1668995463756, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!kZti1KQIbf4UPvI7" +} \ No newline at end of file diff --git a/packs/talents/Zaubermacht_XiwLao8lZi3JL0ku.json b/packs/talents/Zaubermacht_XiwLao8lZi3JL0ku.json new file mode 100644 index 00000000..66f6d8f5 --- /dev/null +++ b/packs/talents/Zaubermacht_XiwLao8lZi3JL0ku.json @@ -0,0 +1,30 @@ +{ + "_id": "XiwLao8lZi3JL0ku", + "name": "Zaubermacht", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang kann der Charakter einmal pro Kampf seinen Wert in Zaubern oder Zielzaubern eine Runde lang um den Wert von Geist erhöhen, sofern es sich dabei um einen Zauber handelt, der andere schädigt oder heilt. Es ist möglich, mehrere Talentränge in einem einzigen Zauber zu vereinen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349554, + "modifiedTime": 1668995463702, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!XiwLao8lZi3JL0ku" +} \ No newline at end of file diff --git a/packs/talents/Zauberwaffe_rCRPchtSJye0K5nt.json b/packs/talents/Zauberwaffe_rCRPchtSJye0K5nt.json new file mode 100644 index 00000000..ec52ebf4 --- /dev/null +++ b/packs/talents/Zauberwaffe_rCRPchtSJye0K5nt.json @@ -0,0 +1,30 @@ +{ + "_id": "rCRPchtSJye0K5nt", + "name": "Zauberwaffe", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Dieses Talent wird pro Talentrang an eine bestimmte Nahkampfwaffe gebunden – so kann der Charakter beispielsweise in sein Lieblingsschwert zwei Talentränge investieren und einen dritten Talentrang beispielsweise in einen Bihänder. Pro Talentrang erhält der Charakter +1 auf Zielzaubern, sofern er die jeweilige Waffe in den Händen hält.

\n

Desweiteren kann er pro gebundenen Talentrang einen seiner Zauber an die Waffe binden, um sie wie einen Zauberstab für diesen Zauber zu nutzen. Wird eine Zauberwaffe zerstört, sind die investierten Talentränge nicht verloren und können (nach Ablauf von W20 Wochen) an eine andere Waffe gebunden werden.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349637, + "modifiedTime": 1668995463797, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rCRPchtSJye0K5nt" +} \ No newline at end of file diff --git a/packs/talents/Zehrender_Spurt_qnYeR3a3LNUJ329t.json b/packs/talents/Zehrender_Spurt_qnYeR3a3LNUJ329t.json new file mode 100644 index 00000000..6e000f64 --- /dev/null +++ b/packs/talents/Zehrender_Spurt_qnYeR3a3LNUJ329t.json @@ -0,0 +1,30 @@ +{ + "_id": "qnYeR3a3LNUJ329t", + "name": "Zehrender Spurt", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Der Blutmagier kann für das Opfern von 1 LK (zählt als freie Aktion) seinen Wert in Laufen für W20/2 Runden um 2 m erhöhen. Pro weiterem Talentrang kann ein zusätzlicher LK geopfert werden, um Laufen um weitere 2 m zu erhöhen.

", + "rank": { + "base": 0, + "max": 3, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349636, + "modifiedTime": 1668995463795, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!qnYeR3a3LNUJ329t" +} \ No newline at end of file diff --git a/packs/talents/Zwei_Waffen_rXXw5aS0pCr5amWa.json b/packs/talents/Zwei_Waffen_rXXw5aS0pCr5amWa.json new file mode 100644 index 00000000..b9b4607c --- /dev/null +++ b/packs/talents/Zwei_Waffen_rXXw5aS0pCr5amWa.json @@ -0,0 +1,30 @@ +{ + "_id": "rXXw5aS0pCr5amWa", + "name": "Zwei Waffen", + "type": "talent", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "

Pro Talentrang wird der Malus von -10 auf Schlagen und Abwehr beim Kampf mit zwei Waffen um jeweils 2 Punkte gemindert.

", + "rank": { + "base": 0, + "max": 5, + "mod": 0 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.18.1", + "coreVersion": "10.290", + "createdTime": 1668995349638, + "modifiedTime": 1668995463798, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!items!rXXw5aS0pCr5amWa" +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03f6e5b2..757320de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ devDependencies: '@commitlint/config-conventional': specifier: 17.6.6 version: 17.6.6 + '@foundryvtt/foundryvtt-cli': + specifier: ^0.0.9 + version: 0.0.9 '@guanghechen/rollup-plugin-copy': specifier: 5.0.1 version: 5.0.1(rollup@3.25.3) @@ -68,9 +71,6 @@ devDependencies: rollup: specifier: 3.25.3 version: 3.25.3 - rollup-plugin-livereload: - specifier: 2.0.5 - version: 2.0.5 rollup-plugin-swc3: specifier: 0.8.2 version: 0.8.2(@swc/core@1.3.67)(rollup@3.25.3) @@ -533,6 +533,20 @@ packages: resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==} dev: true + /@foundryvtt/foundryvtt-cli@0.0.9: + resolution: {integrity: sha512-A3RT/+qCV2E9kLHhY5pdbrksRyTNzgCr7WLk8f8AqF5zKsYi5kUoqd+HZAFsJ0kEVfqYGQdHlAtuzlAcZ/wp4A==} + hasBin: true + dependencies: + chalk: 5.2.0 + classic-level: 1.3.0 + esm: 3.2.25 + js-yaml: 4.1.0 + mkdirp: 3.0.1 + nedb-core: 3.0.6 + nedb-promises: 6.2.1 + yargs: 17.7.2 + dev: true + /@guanghechen/helper-fs@5.0.1: resolution: {integrity: sha512-L5ABMp82s63eJmX4cvatFQMSalS0Qv0GuOJJV1ilJIqIeZx9keP2893PoxaZZaJ/Lr79NMUe3MTR+KBz/BOB2g==} engines: {node: '>= 16.0.0'} @@ -703,6 +717,18 @@ packages: rollup: 3.25.3 dev: true + /@seald-io/binary-search-tree@1.0.3: + resolution: {integrity: sha512-qv3jnwoakeax2razYaMsGI/luWdliBLHTdC6jU55hQt1hcFqzauH/HsBollQ7IR4ySTtYhT+xyHoijpA16C+tA==} + dev: true + + /@seald-io/nedb@3.1.0: + resolution: {integrity: sha512-5G0hCQGJjOelOutvW1l4VD581XMhTPxpj1BUaCWTEM2MPXR9TzIr0MKMnEjnTA5nEKfujPyvVW7iF3etm1/gKQ==} + dependencies: + '@seald-io/binary-search-tree': 1.0.3 + localforage: 1.10.0 + util: 0.12.5 + dev: true + /@swc/core-darwin-arm64@1.3.67: resolution: {integrity: sha512-zCT2mCkOBVNf5uJDcQ3A9KDoO1OEaGdfjsRTZTo7sejDd9AXLfJg+xgyCBBrK2jNS/uWcT21IvSv3LqKp4K8pA==} engines: {node: '>=10'} @@ -1074,6 +1100,19 @@ packages: through: 2.3.8 dev: true + /abstract-level@1.0.3: + resolution: {integrity: sha512-t6jv+xHy+VYwc4xqZMn2Pa9DjcdzvzZmQGRjTFc8spIbRGHgBrEKbPq+rYXc7CCo0lxgYvSgKVg9qZAhpVQSjA==} + engines: {node: '>=12'} + dependencies: + buffer: 6.0.3 + catering: 2.1.1 + is-buffer: 2.0.5 + level-supports: 4.0.1 + level-transcoder: 1.0.1 + module-error: 1.0.2 + queue-microtask: 1.2.3 + dev: true + /acorn-jsx@5.3.2(acorn@8.8.2): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -1190,6 +1229,10 @@ packages: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true + /async@3.2.4: + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + dev: true + /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} @@ -1199,6 +1242,10 @@ packages: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: true + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: true + /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} @@ -1243,6 +1290,13 @@ packages: update-browserslist-db: 1.0.10(browserslist@4.21.5) dev: true + /buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + dev: true + /cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -1287,6 +1341,11 @@ packages: resolution: {integrity: sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==} dev: true + /catering@2.1.1: + resolution: {integrity: sha512-K7Qy8O9p76sL3/3m7/zLKbRkyOlSZAgzEaLhyj2mXS8PsCud2Eo4hAb8aLtZqHh0QGqLcb9dlJSu6lHRVENm1w==} + engines: {node: '>=6'} + dev: true + /chai@4.3.7: resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} engines: {node: '>=4'} @@ -1341,6 +1400,18 @@ packages: fsevents: 2.3.2 dev: true + /classic-level@1.3.0: + resolution: {integrity: sha512-iwFAJQYtqRTRM0F6L8h4JCt00ZSGdOyqh7yVrhhjrOpFhmBjNlRUey64MCiyo6UmQHMJ+No3c81nujPv+n9yrg==} + engines: {node: '>=12'} + requiresBuild: true + dependencies: + abstract-level: 1.0.3 + catering: 2.1.1 + module-error: 1.0.2 + napi-macros: 2.2.2 + node-gyp-build: 4.6.0 + dev: true + /cliui@7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: @@ -2083,6 +2154,11 @@ packages: - supports-color dev: true + /esm@3.2.25: + resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==} + engines: {node: '>=6'} + dev: true + /espree@9.5.2: resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2559,11 +2635,19 @@ packages: postcss: 8.4.21 dev: true + /ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + dev: true + /ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} dev: true + /immediate@3.0.6: + resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} + dev: true + /immutable@4.3.0: resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==} dev: true @@ -2610,6 +2694,14 @@ packages: side-channel: 1.0.4 dev: true + /is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + dev: true + /is-array-buffer@3.0.2: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: @@ -2643,6 +2735,11 @@ packages: has-tostringtag: 1.0.0 dev: true + /is-buffer@2.0.5: + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} + dev: true + /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} @@ -2671,6 +2768,13 @@ packages: engines: {node: '>=8'} dev: true + /is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.0 + dev: true + /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -2767,6 +2871,10 @@ packages: call-bind: 1.0.2 dev: true + /is@3.3.0: + resolution: {integrity: sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==} + dev: true + /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: true @@ -2846,6 +2954,19 @@ packages: engines: {node: '>=0.10.0'} dev: true + /level-supports@4.0.1: + resolution: {integrity: sha512-PbXpve8rKeNcZ9C1mUicC9auIYFyGpkV9/i6g76tLgANwWhtG2v7I4xNBUlkn3lE2/dZF3Pi0ygYGtLc4RXXdA==} + engines: {node: '>=12'} + dev: true + + /level-transcoder@1.0.1: + resolution: {integrity: sha512-t7bFwFtsQeD8cl8NIoQ2iwxA0CL/9IFw7/9gAjOonH0PWTTiRfY7Hq+Ejbsxh86tXobDQ6IOiddjNYIfOBs06w==} + engines: {node: '>=12'} + dependencies: + buffer: 6.0.3 + module-error: 1.0.2 + dev: true + /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -2854,6 +2975,12 @@ packages: type-check: 0.4.0 dev: true + /lie@3.1.1: + resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==} + dependencies: + immediate: 3.0.6 + dev: true + /lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} @@ -2863,24 +2990,6 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /livereload-js@3.4.1: - resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} - dev: true - - /livereload@0.9.3: - resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} - engines: {node: '>=8.0.0'} - hasBin: true - dependencies: - chokidar: 3.5.3 - livereload-js: 3.4.1 - opts: 2.0.2 - ws: 7.5.9 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: true - /load-json-file@4.0.0: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} @@ -2896,6 +3005,12 @@ packages: engines: {node: '>=14'} dev: true + /localforage@1.10.0: + resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==} + dependencies: + lie: 3.1.1 + dev: true + /locate-path@2.0.0: resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} engines: {node: '>=4'} @@ -3112,6 +3227,12 @@ packages: engines: {node: '>=8'} dev: true + /mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + dev: true + /mlly@1.2.0: resolution: {integrity: sha512-+c7A3CV0KGdKcylsI6khWyts/CYrGTrRVo4R/I7u/cUsy0Conxa6LUhiEzVKIw14lc2L5aiO4+SeVe4TeGRKww==} dependencies: @@ -3126,6 +3247,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /module-error@1.0.2: + resolution: {integrity: sha512-0yuvsqSCv8LbaOKhnsQ/T5JhyFlCYLPXK3U2sgV10zoKQwzs/MyfuQUOZQ1V/6OCOJsK/TRgNVrPuPDqtdMFtA==} + engines: {node: '>=10'} + dev: true + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true @@ -3136,6 +3262,10 @@ packages: hasBin: true dev: true + /napi-macros@2.2.2: + resolution: {integrity: sha512-hmEVtAGYzVQpCKdbQea4skABsdXW4RUh5t5mJ2zzqowJS2OyXZTU1KhDVFhx+NlWZ4ap9mqR9TcDO3LTTttd+g==} + dev: true + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} dev: true @@ -3144,6 +3274,22 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true + /nedb-core@3.0.6: + resolution: {integrity: sha512-fbxtDJGduzLuxTWE3eD+FLb2yvtFunPBy/bNPS2TIaHNJK1YzEQydrNXJuOSGzZJ9DrNWOm+MdsqkdOeWBV74Q==} + dependencies: + async: 3.2.4 + is: 3.3.0 + localforage: 1.10.0 + mkdirp: 3.0.1 + underscore: 1.13.6 + dev: true + + /nedb-promises@6.2.1: + resolution: {integrity: sha512-vurL/Hfsk37mbsjYTu+MKnMUytboKBjWWEA0N35ArCBMdDW5x2BAE7Xny4qnlpR90ZuaI8gdWbbGQ2ZoJSp/FQ==} + dependencies: + '@seald-io/nedb': 3.1.0 + dev: true + /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true @@ -3152,6 +3298,11 @@ packages: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} dev: true + /node-gyp-build@4.6.0: + resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} + hasBin: true + dev: true + /node-releases@2.0.10: resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} dev: true @@ -3258,10 +3409,6 @@ packages: word-wrap: 1.2.3 dev: true - /opts@2.0.2: - resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} - dev: true - /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} @@ -4015,16 +4162,6 @@ packages: glob: 10.2.5 dev: true - /rollup-plugin-livereload@2.0.5: - resolution: {integrity: sha512-vqQZ/UQowTW7VoiKEM5ouNW90wE5/GZLfdWuR0ELxyKOJUIaj+uismPZZaICU4DnWPVjnpCDDxEqwU7pcKY/PA==} - engines: {node: '>=8.3'} - dependencies: - livereload: 0.9.3 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: true - /rollup-plugin-swc3@0.8.2(@swc/core@1.3.67)(rollup@3.25.3): resolution: {integrity: sha512-8C8rw7Iw3s+RvIooDu0IaXGQDijYFiDpKMuwQPxv3onwa/ysojz3BzG8Lr2AbhX6Hd/2UT2wkerFFwOWQ3ytOQ==} engines: {node: '>=12'} @@ -4568,6 +4705,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /underscore@1.13.6: + resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} + dev: true + /universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} @@ -4594,6 +4735,16 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true + /util@0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + dependencies: + inherits: 2.0.4 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 + is-typed-array: 1.1.10 + which-typed-array: 1.1.9 + dev: true + /uuid@3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. @@ -4813,19 +4964,6 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: true - /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} diff --git a/rollup.config.js b/rollup.config.js index d8d927ee..1a061218 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -2,14 +2,12 @@ // // SPDX-License-Identifier: MIT -import livereload from "rollup-plugin-livereload"; import styles from "@ironkinoko/rollup-plugin-styles"; import { swc } from "rollup-plugin-swc3"; import { copy } from "@guanghechen/rollup-plugin-copy"; import { distDirectory, name, sourceDirectory } from "./tools/const.js"; -import { convertJSONToPack } from "./tools/json-pack-tools.js"; const staticFiles = [ ".reuse", @@ -27,7 +25,6 @@ const staticFiles = [ "templates", ]; const isProduction = process.env.NODE_ENV === "production"; -const isWatch = process.env.ROLLUP_WATCH === "true"; /** * @type {import('rollup').RollupOptions} @@ -59,23 +56,7 @@ const config = { sourceMap: true, minimize: isProduction, }), - copy({ - targets: [ - { src: staticFiles, dest: distDirectory }, - { - src: [`packs/*.json`], - dest: `${distDirectory}/packs`, - rename: (name) => `${name}.db`, - transform: convertJSONToPack, - }, - { - src: [`packs/*.json.license`], - dest: `${distDirectory}/packs`, - rename: (name, extension) => `${name.replace(".json", ".db")}.${extension}`, - }, - ], - }), - isWatch && livereload(distDirectory), + copy({ targets: [{ src: staticFiles, dest: distDirectory }] }), ], }; diff --git a/system.json b/system.json index 4d5f2195..dc620bd6 100644 --- a/system.json +++ b/system.json @@ -34,6 +34,12 @@ "bugs": "https://git.f3l.de/dungeonslayers/ds4/issues", "changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.19.4", "version": "1.19.4", + "flags": { + "hotReload": { + "extensions": ["css", "hbs", "json"], + "paths": ["templates", "css", "lang"] + } + }, "compatibility": { "minimum": "10.290", "verified": "10" @@ -58,7 +64,7 @@ "label": "Besondere Kreaturenfähigkeiten (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/special-creature-abilities.db", + "path": "./packs/special-creature-abilities", "type": "Item" }, { @@ -66,7 +72,7 @@ "label": "Sprachen und Schriftzeichen (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/languages-and-scripts.db", + "path": "./packs/languages-and-scripts", "type": "Item" }, { @@ -74,7 +80,7 @@ "label": "Gegenstände (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/items.db", + "path": "./packs/items", "type": "Item" }, { @@ -82,7 +88,7 @@ "label": "Zauber (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/spells.db", + "path": "./packs/spells", "type": "Item" }, { @@ -90,7 +96,7 @@ "label": "Kreaturen (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/creatures.db", + "path": "./packs/creatures", "type": "Actor" }, { @@ -98,7 +104,7 @@ "label": "Volksfähigkeiten (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/racial-abilities.db", + "path": "./packs/racial-abilities", "type": "Item" }, { @@ -106,7 +112,7 @@ "label": "Talente (GRW)", "system": "ds4", "module": "ds4", - "path": "./packs/talents.db", + "path": "./packs/talents", "type": "Item" } ], diff --git a/tools/convert-packs-to-json.js b/tools/convert-packs-to-json.js deleted file mode 100644 index 63547114..00000000 --- a/tools/convert-packs-to-json.js +++ /dev/null @@ -1,20 +0,0 @@ -// SPDX-FileCopyrightText: 2021 Johannes Loher -// -// SPDX-License-Identifier: MIT - -import promises from "node:fs/promises"; -import path from "node:path"; - -import { distDirectory } from "./const.js"; -import { convertPackFileToJSONFile } from "./json-pack-tools.js"; - -const packsDistDirectory = path.join(distDirectory, "packs"); -const packsSourceDirectory = "packs"; - -console.log(`Converting pack files in ${packsDistDirectory} to json files in ${packsSourceDirectory}:`); - -const conversionPromises = (await promises.readdir(packsDistDirectory, { withFileTypes: true })) - .filter((dirent) => dirent.isFile() && path.extname(dirent.name) === ".db") - .map(async (dirent) => convertPackFileToJSONFile(path.join(packsDistDirectory, dirent.name), packsSourceDirectory)); - -await Promise.all(conversionPromises); diff --git a/tools/json-pack-tools.js b/tools/json-pack-tools.js deleted file mode 100644 index f791aa74..00000000 --- a/tools/json-pack-tools.js +++ /dev/null @@ -1,91 +0,0 @@ -// SPDX-FileCopyrightText: 2021 Johannes Loher -// -// SPDX-License-Identifier: MIT - -import promises from "node:fs/promises"; -import path from "node:path"; - -/** - * Removes unwanted data from a pack entry - */ -function cleanPackEntry(entry, cleanSourceId = true) { - if (cleanSourceId) { - delete entry.flags?.core?.sourceId; - } - Object.keys(entry.flags).forEach((scope) => { - if (Object.keys(entry.flags[scope]).length === 0) { - delete entry.flags[scope]; - } - }); - if (entry.permission) entry.permission = { default: 0 }; - if (entry._stats?.lastModifiedBy) entry._stats.lastModifiedBy = "DS4BuildSystem00"; - - const embeddedDocumentCollections = [ - "drawings", - "effects", - "items", - "lights", - "notes", - "results", - "sounds", - "templates", - "tiles", - "tokens", - "walls", - ]; - embeddedDocumentCollections - .flatMap((embeddedDocumentCollection) => entry[embeddedDocumentCollection] ?? []) - .forEach((embeddedEntry) => cleanPackEntry(embeddedEntry, false)); - return entry; -} - -/** - * Converts JSON content containing an array to a Pack (NeDB) string. - * @param {string | ArrayBuffer} contents The input JSON content - * @returns {Promise} The resulting Pack string - */ -export async function convertJSONToPack(contents) { - const jsonString = contents.toString(); - return ( - JSON.parse(jsonString) - .map((entry) => cleanPackEntry(entry)) - .map((entry) => JSON.stringify(entry)) - .join("\n") + "\n" - ); -} - -/** - * Converts a pack file (NeDB) to a JSON string. - * @param {string} filename The name of the pack file - * @returns {Promise} A promise that resolves to JSON string representing the pack file - */ -async function convertPackFileToJSON(filename) { - const data = await promises.readFile(filename, { flag: "r", encoding: "utf-8" }); - return ( - JSON.stringify( - data.split(/\r?\n/).flatMap((entry) => { - if (entry === "") return []; - return cleanPackEntry(JSON.parse(entry)); - }), - undefined, - 4, - ) + "\n" - ); -} - -/** - * Converts a pack file (NeDB) to a JSON file and puts it in the given directory. If no directory is given, it is put - * into the same directory as the pack file. - * @param {string} filename The name of the pack file - * @param {string} [directory] A directory to put the json file into - * @returns {Promise} A promise that resolves once the JSON file has been written - */ -export async function convertPackFileToJSONFile(filename, directory) { - if (directory === undefined) { - directory = path.dirname(filename); - } - console.log(" ", path.basename(filename)); - const jsonFilePath = path.join(directory, `${path.basename(filename, path.extname(filename))}.json`); - const json = await convertPackFileToJSON(filename); - await promises.writeFile(jsonFilePath, json); -} diff --git a/tools/packs.sh b/tools/packs.sh new file mode 100755 index 00000000..e167f2c0 --- /dev/null +++ b/tools/packs.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +# SPDX-FileCopyrightText: 2023 Johannes Loher +# +# SPDX-License-Identifier: MIT + +pack() { + packs=$(ls -D ./packs) + for pack in $packs; do + pnpm exec fvtt package pack --compendiumName=$pack --inputDirectory=./packs/$pack --outputDirectory=./dist/packs + done +} + +unpack() { + packs=$(ls -D ./dist/packs) + echo $packs + for pack in $packs; do + pnpm exec fvtt package unpack --compendiumName=$pack --inputDirectory=./dist/packs --outputDirectory=./packs/$pack + done +} + +case $1 in + "pack") pack + ;; + "unpack") unpack + ;; + *) echo "Usage: $0 " + ;; +esac