mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
fix for #1779
"val" of SPELLCASTER bonus = spell level. Set it to expert for archangel.
This commit is contained in:
parent
6658e173f1
commit
0e3f59294c
@ -338,7 +338,8 @@
|
|||||||
"resurrects" :
|
"resurrects" :
|
||||||
{
|
{
|
||||||
"type" : "SPELLCASTER",
|
"type" : "SPELLCASTER",
|
||||||
"subtype" : "spell.resurrection"
|
"subtype" : "spell.resurrection",
|
||||||
|
"val" : 3
|
||||||
},
|
},
|
||||||
"spellpoints" :
|
"spellpoints" :
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user