fix: the talent "Nekromantie" now correctly provides a bonus of +2 to all necromancy spells

This commit is contained in:
Johannes Loher 2023-01-22 17:24:54 +01:00
parent b46d262a94
commit 4e01991e08

View file

@ -3853,7 +3853,7 @@
{ {
"key": "system.spellModifier.numerical", "key": "system.spellModifier.numerical",
"mode": 2, "mode": 2,
"value": "1", "value": "2",
"priority": null "priority": null
} }
], ],
@ -3868,7 +3868,7 @@
"startTurn": null "startTurn": null
}, },
"icon": "icons/svg/aura.svg", "icon": "icons/svg/aura.svg",
"label": "Nekromantie +1", "label": "Nekromantie +2",
"transfer": true, "transfer": true,
"flags": { "flags": {
"ds4": { "ds4": {