mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Denied healing/resurrection of hypnotized creatures.
This commit is contained in:
parent
0bbdabcae3
commit
db2663613c
@ -143,6 +143,9 @@
|
||||
},
|
||||
"flags" : {
|
||||
"positive": true
|
||||
},
|
||||
"absoluteImmunity" : {
|
||||
"HYPNOTIZED" : true
|
||||
}
|
||||
},
|
||||
"resurrection" : {
|
||||
@ -166,6 +169,7 @@
|
||||
"positive": true
|
||||
},
|
||||
"absoluteImmunity" : {
|
||||
"HYPNOTIZED" : true,
|
||||
"UNDEAD": true,
|
||||
"SIEGE_WEAPON": true,
|
||||
"NON_LIVING": true
|
||||
@ -193,6 +197,9 @@
|
||||
},
|
||||
"absoluteLimit" : {
|
||||
"UNDEAD": true
|
||||
},
|
||||
"absoluteImmunity" : {
|
||||
"HYPNOTIZED" : true
|
||||
}
|
||||
},
|
||||
"sacrifice" : {
|
||||
@ -216,6 +223,7 @@
|
||||
"positive": true
|
||||
},
|
||||
"absoluteImmunity" : {
|
||||
"HYPNOTIZED" : true,
|
||||
"SIEGE_WEAPON": true,
|
||||
"UNDEAD": true,
|
||||
"NON_LIVING": true
|
||||
|
Loading…
Reference in New Issue
Block a user