2020-09-13 09:59:14 +02:00
|
|
|
return {
|
|
|
|
name = "immunitybooster",
|
|
|
|
fullname = "Immunity Booster",
|
|
|
|
description = "A rather immediate yet short-term vaccine",
|
|
|
|
conditions = {
|
|
|
|
{"status", "ko", false}
|
|
|
|
},
|
|
|
|
effects= {
|
|
|
|
{"blockStatus", "negative"}
|
|
|
|
},
|
|
|
|
usableInBattle=true,
|
2021-03-13 17:27:17 +01:00
|
|
|
usableOnMap=false,
|
2020-09-13 09:59:14 +02:00
|
|
|
affectEverybody=false,
|
|
|
|
duration=5,
|
|
|
|
}
|