Ver Fonte

Add missing entries for new "limited shooting range" bonus

Dydzio há 2 anos atrás
pai
commit
426246dc7e
2 ficheiros alterados com 14 adições e 0 exclusões
  1. 8 0
      config/bonuses.json
  2. 6 0
      config/bonuses_texts.json

+ 8 - 0
config/bonuses.json

@@ -311,6 +311,14 @@
 		}
 	},
 
+	"LIMITED_SHOOTING_RANGE":
+	{
+		"graphics":
+		{
+			"icon":  "zvs/Lib1.res/E_SHOOT"
+		}
+	},
+
 	"MANA_CHANNELING":
 	{
 		"graphics":

+ 6 - 0
config/bonuses_texts.json

@@ -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}%",