fix: fix some creatures in the creature compendium pack
* Haryipe * undead creatures * Riese
This commit is contained in:
parent
75366ea354
commit
eb2bbe1282
2 changed files with 420 additions and 229 deletions
File diff suppressed because it is too large
Load diff
|
@ -512,17 +512,44 @@
|
|||
{
|
||||
"_id": "ZkgZiFI5xy8aevG8",
|
||||
"name": "Totenkraft",
|
||||
"permission": {
|
||||
"default": 0
|
||||
},
|
||||
"type": "specialCreatureAbility",
|
||||
"img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png",
|
||||
"data": {
|
||||
"description": "<p>Erhält GEI+AU als Bonus auf Stärke und Härte.</p>",
|
||||
"experiencePoints": 10
|
||||
},
|
||||
"flags": {},
|
||||
"img": "systems/ds4/assets/icons/official/special-creature-abilities/power-of-the-dead.png",
|
||||
"effects": []
|
||||
"effects": [
|
||||
{
|
||||
"_id": "xw1OyyTdDwkNe2jC",
|
||||
"changes": [
|
||||
{
|
||||
"key": "data.traits.strength.total",
|
||||
"mode": 2,
|
||||
"value": "@data.attributes.mind.total + @data.traits.aura.total"
|
||||
},
|
||||
{
|
||||
"key": "data.traits.constitution.total",
|
||||
"mode": 2,
|
||||
"value": "@data.attributes.mind.total + @data.traits.aura.total"
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null
|
||||
},
|
||||
"icon": "icons/svg/aura.svg",
|
||||
"label": "GEI + AU als Bonus auf Stärke und Härte",
|
||||
"transfer": true,
|
||||
"flags": {},
|
||||
"tint": null
|
||||
}
|
||||
],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"permission": {
|
||||
"default": 0
|
||||
},
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"_id": "aOsmsf7jIK7hU9U8",
|
||||
|
|
Loading…
Reference in a new issue