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" : {
|
||||
"val" : 0,
|
||||
"type" : "NO_RETALIATION",
|
||||
"duration" : "UNTIL_BEING_ATTACKED"
|
||||
"duration" : [
|
||||
"UNTIL_BEING_ATTACKED",
|
||||
"N_TURNS"
|
||||
]
|
||||
},
|
||||
"defenceBoost" : {
|
||||
"type" : "PRIMARY_SKILL",
|
||||
@ -184,7 +187,10 @@
|
||||
"noRetaliation" : {
|
||||
"val" : 0,
|
||||
"type" : "NO_RETALIATION",
|
||||
"duration" : "UNTIL_BEING_ATTACKED"
|
||||
"duration" : [
|
||||
"UNTIL_BEING_ATTACKED",
|
||||
"N_TURNS"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user