Browse Source

Fix mantis bugs: #2884. #2885, #2886

Fixed creature abilities
Dydzio 7 years ago
parent
commit
e0982ce9a7
1 changed files with 18 additions and 1 deletions
  1. 18 1
      config/creatures/neutral.json

+ 18 - 1
config/creatures/neutral.json

@@ -256,6 +256,10 @@
 				"val" : 25,
 				"addInfo" : 20
 			},
+			"fireBreath" :
+			{
+				"type" : "TWO_HEX_ATTACK_BREATH"
+			},
 			"reduceDefence" :
 			{
 				"type" : "SPELL_AFTER_ATTACK",
@@ -395,6 +399,13 @@
 		"index": 138,
 		"level": 1,
 		"faction": "neutral",
+		"abilities": 
+		{
+			"lucky" :
+			{
+				"type" : "SELF_LUCK"
+			}
+		 },
 		"graphics" :
 		{
 			"animation": "CHALF.DEF",
@@ -460,7 +471,13 @@
 			"undead" :
 			{
 				"type" : "UNDEAD"
-			}
+			},
+			"castCurse" :
+			{
+				"type" : "SPELL_AFTER_ATTACK",
+				"subtype" : "spell.curse",
+				"val" : 50
+			}			
 		},
 		"graphics" :
 		{