mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +02:00
Merge pull request #1938 from rilian-la-te/fix-orb-of-vulnerability
config: Orb of Vulnerability should block all resistances from work (Resistance skill, dwarves, unicorns and so on.
This commit is contained in:
commit
ef103290fa
@ -1377,6 +1377,18 @@
|
||||
"subtype" : 1,
|
||||
"val" : 0,
|
||||
"valueType" : "BASE_NUMBER"
|
||||
},
|
||||
{
|
||||
"type" : "MAGIC_RESISTANCE",
|
||||
"val" : 0,
|
||||
"valueType" : "INDEPENDENT_MIN",
|
||||
"propagator": "BATTLE_WIDE"
|
||||
},
|
||||
{
|
||||
"type" : "SPELL_RESISTANCE_AURA",
|
||||
"val" : 0,
|
||||
"valueType" : "INDEPENDENT_MIN",
|
||||
"propagator": "BATTLE_WIDE"
|
||||
}
|
||||
],
|
||||
"index" : 93,
|
||||
|
Loading…
x
Reference in New Issue
Block a user