1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
This commit is contained in:
AlexVinS 2016-09-29 17:05:04 +03:00
parent 7ce33bc07a
commit a2e75bf443

View File

@ -1294,11 +1294,18 @@
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
}
}
},
"expert":{
"effects" : {
"noRetaliation" : {
"val" : 0,
"type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED"
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
}
}
}