2020-09-13 09:59:14 +02:00
|
|
|
return {
|
|
|
|
name = "cloverjuice",
|
|
|
|
fullname = "Clover Juice",
|
|
|
|
description = "The potion to take before going to Casinopolis",
|
|
|
|
conditions = {
|
|
|
|
{"status", "ko", false}
|
|
|
|
},
|
|
|
|
effects= {
|
|
|
|
{"setStatus", "lucky", true}
|
|
|
|
},
|
|
|
|
usableInBattle=true,
|
2021-03-13 17:27:17 +01:00
|
|
|
usableOnMap=false,
|
2020-09-13 09:59:14 +02:00
|
|
|
affectEverybody=false,
|
|
|
|
duration=5,
|
|
|
|
}
|