mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-10 09:50:17 +02:00
Merge pull request #1492 from dydzio0614/missing-bonus-entry
Add missing entries for new "limited shooting range" bonus
This commit is contained in:
commit
078a4c9de7
@ -311,6 +311,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"LIMITED_SHOOTING_RANGE":
|
||||||
|
{
|
||||||
|
"graphics":
|
||||||
|
{
|
||||||
|
"icon": "zvs/Lib1.res/E_SHOOT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"MANA_CHANNELING":
|
"MANA_CHANNELING":
|
||||||
{
|
{
|
||||||
"graphics":
|
"graphics":
|
||||||
|
@ -252,6 +252,12 @@
|
|||||||
"description": "Drains ${val}% of damage dealt"
|
"description": "Drains ${val}% of damage dealt"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"LIMITED_SHOOTING_RANGE":
|
||||||
|
{
|
||||||
|
"name": "Limited shooting range",
|
||||||
|
"description": "Cannot shoot targets beyond ${val} hexes away"
|
||||||
|
},
|
||||||
|
|
||||||
"MANA_CHANNELING":
|
"MANA_CHANNELING":
|
||||||
{
|
{
|
||||||
"name": "Magic Channel ${val}%",
|
"name": "Magic Channel ${val}%",
|
||||||
|
Loading…
Reference in New Issue
Block a user