Parcourir la source

fix scope of summonDemons graphics

Andrej Dudenhefner il y a 2 semaines
Parent
commit
85afefe30b
2 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 4 1
      Mods/vcmi/Content/config/spells.json
  2. 1 3
      config/spells/vcmiAbility.json

+ 4 - 1
Mods/vcmi/Content/config/spells.json

@@ -1,6 +1,9 @@
 {
 	"core:summonDemons" : {
-		"name": "Summon Demons"
+		"name": "Summon Demons",
+		"graphics" : {
+			"iconEffect" : "battle/actionGenie.png" // generic icon since H3 does not have one
+		},
 	},
 	"core:firstAid" : {
 		"name": "First Aid"

+ 1 - 3
config/spells/vcmiAbility.json

@@ -14,9 +14,7 @@
 		"sounds": {
 			"cast": "RESURECT"
 		},
-		"graphics" : {
-			"iconEffect" : "battle/actionGenie.png" // generic icon since H3 does not have one
-		},
+		"graphics" : {},
 		"levels" : {
 			"base": {
 				"description" : "",