1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

vcmi: directly specify ONLY_ENEMY_ARMY instead of alias

This commit is contained in:
Konstantin
2023-03-09 12:51:52 +03:00
parent ff5f828031
commit af2cb61077
2 changed files with 17 additions and 9 deletions

View File

@@ -366,9 +366,11 @@
"descreaseLuck" : "descreaseLuck" :
{ {
"type" : "LUCK", "type" : "LUCK",
"effectRange" : "ONLY_ENEMY_ARMY",
"val" : -1, "val" : -1,
"stacking" : "Devils" "stacking" : "Devils",
"propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
}, },
"blockRetaliation" : "blockRetaliation" :
{ {
@@ -418,9 +420,11 @@
"descreaseLuck" : "descreaseLuck" :
{ {
"type" : "LUCK", "type" : "LUCK",
"effectRange" : "ONLY_ENEMY_ARMY",
"val" : -1, "val" : -1,
"stacking" : "Devils" "stacking" : "Devils",
"propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
}, },
"blockRetaliation" : "blockRetaliation" :
{ {

View File

@@ -342,10 +342,12 @@
"decreaseMorale" : "decreaseMorale" :
{ {
"type" : "MORALE", "type" : "MORALE",
"effectRange": "ONLY_ENEMY_ARMY",
"val" : -1, "val" : -1,
"stacking" : "Undead Dragons" "stacking" : "Undead Dragons",
}, "propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
}
}, },
"upgrades": ["ghostDragon"], "upgrades": ["ghostDragon"],
"graphics" : "graphics" :
@@ -375,9 +377,11 @@
"decreaseMorale" : "decreaseMorale" :
{ {
"type" : "MORALE", "type" : "MORALE",
"effectRange": "ONLY_ENEMY_ARMY",
"val" : -1, "val" : -1,
"stacking" : "Undead Dragons" "stacking" : "Undead Dragons",
"propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
}, },
"age" : "age" :
{ {