mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
parent
f931b19a16
commit
980926a7bd
@ -25,7 +25,10 @@
|
|||||||
"noRetaliation" : {
|
"noRetaliation" : {
|
||||||
"val" : 0,
|
"val" : 0,
|
||||||
"type" : "NO_RETALIATION",
|
"type" : "NO_RETALIATION",
|
||||||
"duration" : "UNTIL_BEING_ATTACKED"
|
"duration" : [
|
||||||
|
"UNTIL_BEING_ATTACKED",
|
||||||
|
"N_TURNS"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"defenceBoost" : {
|
"defenceBoost" : {
|
||||||
"type" : "PRIMARY_SKILL",
|
"type" : "PRIMARY_SKILL",
|
||||||
@ -184,7 +187,10 @@
|
|||||||
"noRetaliation" : {
|
"noRetaliation" : {
|
||||||
"val" : 0,
|
"val" : 0,
|
||||||
"type" : "NO_RETALIATION",
|
"type" : "NO_RETALIATION",
|
||||||
"duration" : "UNTIL_BEING_ATTACKED"
|
"duration" : [
|
||||||
|
"UNTIL_BEING_ATTACKED",
|
||||||
|
"N_TURNS"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user