15 lines
316 B
Lua
15 lines
316 B
Lua
return {
|
|
name = "immunitybooster",
|
|
fullname = "Immunity Booster",
|
|
description = "A rather immediate yet short-term vaccine",
|
|
conditions = {
|
|
{"status", "ko", false}
|
|
},
|
|
effects= {
|
|
{"blockStatus", "negative"}
|
|
},
|
|
usableInBattle=true,
|
|
usableOnMap=false,
|
|
affectEverybody=false,
|
|
duration=5,
|
|
}
|