Ver código fonte

Tweak DISPELL config
* make it positive and non-smart on adv and expert level,
as it should work on ally creatures on basic level and on all for higher levels

AlexVinS 10 anos atrás
pai
commit
0a391cd367
1 arquivos alterados com 11 adições e 6 exclusões
  1. 11 6
      config/spells/other.json

+ 11 - 6
config/spells/other.json

@@ -106,15 +106,20 @@
 			"cast": "DISPELL"
 		},
 		"levels" : {
-			"base":{
-				"range" : "0"
+ 			"base":{
+				"targetModifier":{"smart":true},			
+ 				"range" : "0"
+ 			},
+			"advanced:"{
+				"targetModifier":{"smart":false}			
 			},
-			"expert":{
-				"range" : "X"
-			}
+ 			"expert":{
+				"targetModifier":{"smart":false},			
+ 				"range" : "X"
+ 			}
 		},
 		"flags" : {
-			"indifferent": true
+			"positive": true
 		}
 	},
 	"cure" : {