2020-09-13 09:59:14 +02:00
|
|
|
return {
|
|
|
|
name = "watershield",
|
|
|
|
fullname = "Water Shield",
|
|
|
|
description = "A special shield to protect a hero from water damage",
|
|
|
|
conditions = {
|
|
|
|
{"status", "ko", false}
|
|
|
|
},
|
|
|
|
effects= {
|
|
|
|
{"setStatus", "fortified", true},
|
|
|
|
{"protectElement", "water"}
|
|
|
|
},
|
|
|
|
usableInBattle=true,
|
2021-03-13 17:27:17 +01:00
|
|
|
usableOnMap=false,
|
2020-09-13 09:59:14 +02:00
|
|
|
affectEverybody=false,
|
|
|
|
duration=3,
|
|
|
|
}
|