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",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"value": "2",
|
||||
"priority": null
|
||||
}
|
||||
],
|
||||
|
@ -3868,7 +3868,7 @@
|
|||
"startTurn": null
|
||||
},
|
||||
"icon": "icons/svg/aura.svg",
|
||||
"label": "Nekromantie +1",
|
||||
"label": "Nekromantie +2",
|
||||
"transfer": true,
|
||||
"flags": {
|
||||
"ds4": {
|
||||
|
|
Loading…
Reference in a new issue