fix: the talent "Nekromantie" now correctly provides a bonus of +2 to all necromancy spells
This commit is contained in:
parent
b46d262a94
commit
4e01991e08
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue