mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fixed Gundula specialty: offence specialist, not sorcery
This commit is contained in:
parent
48907f5e8b
commit
6cfa21466c
@ -237,13 +237,13 @@
|
||||
],
|
||||
"specialty" : {
|
||||
"bonuses" : {
|
||||
"sorcery" : {
|
||||
"targetSourceType" : "SECONDARY_SKILL",
|
||||
"type" : "SPELL_DAMAGE",
|
||||
"subtype" : "spellSchool.any",
|
||||
"offence" : {
|
||||
"subtype" : "damageTypeMelee",
|
||||
"type" : "PERCENTAGE_DAMAGE_BOOST",
|
||||
"updater" : "TIMES_HERO_LEVEL",
|
||||
"val" : 5,
|
||||
"valueType" : "PERCENT_TO_TARGET_TYPE"
|
||||
"valueType" : "PERCENT_TO_TARGET_TYPE",
|
||||
"targetSourceType" : "SECONDARY_SKILL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user