瀏覽代碼

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

Fixed creature abilities
Dydzio 7 年之前
父節點
當前提交
e0982ce9a7
共有 1 個文件被更改,包括 18 次插入1 次删除
  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" :
 		{