mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Add json entries for missing bonuses
This commit is contained in:
parent
ae1aa816d3
commit
e4303c63ce
@ -35,6 +35,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"BLOCKS_RANGED_RETALIATION":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/RANGEDBLOCK"
|
||||
}
|
||||
},
|
||||
|
||||
"BLOCKS_RETALIATION":
|
||||
{
|
||||
"graphics":
|
||||
@ -100,6 +108,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"DESTRUCTION":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/DESTROYER"
|
||||
}
|
||||
},
|
||||
|
||||
"DOUBLE_DAMAGE_CHANCE":
|
||||
{
|
||||
"graphics":
|
||||
@ -169,6 +185,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"FIRST_STRIKE":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/FIRSTSTRIKE"
|
||||
}
|
||||
},
|
||||
|
||||
"FEAR":
|
||||
{
|
||||
"graphics":
|
||||
@ -396,6 +420,14 @@
|
||||
"hidden": true
|
||||
},
|
||||
|
||||
"RANGED_RETALIATION":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/RANGEDCOUNTER"
|
||||
}
|
||||
},
|
||||
|
||||
"RECEPTIVE":
|
||||
{
|
||||
"graphics":
|
||||
@ -428,6 +460,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"SHOOTS_ALL_ADJACENT":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/AREASHOT"
|
||||
}
|
||||
},
|
||||
|
||||
"SOUL_STEAL":
|
||||
{
|
||||
"graphics":
|
||||
@ -492,6 +532,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"SUMMON_GUARDIANS":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/SUMMONGUARDS"
|
||||
}
|
||||
},
|
||||
|
||||
"TWO_HEX_ATTACK_BREATH":
|
||||
{
|
||||
"graphics":
|
||||
@ -543,6 +591,14 @@
|
||||
{
|
||||
"icon": "zvs/Lib1.res/E_SPWATER1"
|
||||
}
|
||||
},
|
||||
|
||||
"WIDE_BREATH":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/MEGABREATH"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user