1
0
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:
Ivan Savenko 2023-04-11 11:10:33 +03:00 committed by GitHub
commit ef103290fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,