1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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" :
{
"type" : "LUCK",
"effectRange" : "ONLY_ENEMY_ARMY",
"val" : -1,
"stacking" : "Devils"
"stacking" : "Devils",
"propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
},
"blockRetaliation" :
{
@ -418,9 +420,11 @@
"descreaseLuck" :
{
"type" : "LUCK",
"effectRange" : "ONLY_ENEMY_ARMY",
"val" : -1,
"stacking" : "Devils"
"stacking" : "Devils",
"propagator": "BATTLE_WIDE",
"updater" : "BONUS_OWNER_UPDATER",
"limiters" : [ "OPPOSITE_SIDE" ]
},
"blockRetaliation" :
{

View File

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