1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Add json entries for missing bonuses

This commit is contained in:
Dydzio 2023-07-25 17:13:02 +02:00
parent ae1aa816d3
commit e4303c63ce

View File

@ -35,6 +35,14 @@
} }
}, },
"BLOCKS_RANGED_RETALIATION":
{
"graphics":
{
"icon": "zvs/Lib1.res/RANGEDBLOCK"
}
},
"BLOCKS_RETALIATION": "BLOCKS_RETALIATION":
{ {
"graphics": "graphics":
@ -100,6 +108,14 @@
} }
}, },
"DESTRUCTION":
{
"graphics":
{
"icon": "zvs/Lib1.res/DESTROYER"
}
},
"DOUBLE_DAMAGE_CHANCE": "DOUBLE_DAMAGE_CHANCE":
{ {
"graphics": "graphics":
@ -169,6 +185,14 @@
} }
}, },
"FIRST_STRIKE":
{
"graphics":
{
"icon": "zvs/Lib1.res/FIRSTSTRIKE"
}
},
"FEAR": "FEAR":
{ {
"graphics": "graphics":
@ -396,6 +420,14 @@
"hidden": true "hidden": true
}, },
"RANGED_RETALIATION":
{
"graphics":
{
"icon": "zvs/Lib1.res/RANGEDCOUNTER"
}
},
"RECEPTIVE": "RECEPTIVE":
{ {
"graphics": "graphics":
@ -428,6 +460,14 @@
} }
}, },
"SHOOTS_ALL_ADJACENT":
{
"graphics":
{
"icon": "zvs/Lib1.res/AREASHOT"
}
},
"SOUL_STEAL": "SOUL_STEAL":
{ {
"graphics": "graphics":
@ -492,6 +532,14 @@
} }
}, },
"SUMMON_GUARDIANS":
{
"graphics":
{
"icon": "zvs/Lib1.res/SUMMONGUARDS"
}
},
"TWO_HEX_ATTACK_BREATH": "TWO_HEX_ATTACK_BREATH":
{ {
"graphics": "graphics":
@ -543,6 +591,14 @@
{ {
"icon": "zvs/Lib1.res/E_SPWATER1" "icon": "zvs/Lib1.res/E_SPWATER1"
} }
},
"WIDE_BREATH":
{
"graphics":
{
"icon": "zvs/Lib1.res/MEGABREATH"
}
} }
} }