mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-02 09:02:03 +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":
|
||||
{
|
||||
"graphics":
|
||||
|
@ -252,6 +252,12 @@
|
||||
"description": "Drains ${val}% of damage dealt"
|
||||
},
|
||||
|
||||
"LIMITED_SHOOTING_RANGE":
|
||||
{
|
||||
"name": "Limited shooting range",
|
||||
"description": "Cannot shoot targets beyond ${val} hexes away"
|
||||
},
|
||||
|
||||
"MANA_CHANNELING":
|
||||
{
|
||||
"name": "Magic Channel ${val}%",
|
||||
|
Loading…
Reference in New Issue
Block a user