fix: mark battle items as unusable outside battle
This commit is contained in:
parent
5c0f4dd48a
commit
c521ae3c58
12 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "lucky", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ return {
|
|||
{"protectElement", "fire"}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=3,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "focus", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ return {
|
|||
{"regen", "pp", 6}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=3,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"blockStatus", "negative"}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "invincibility", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=1,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "hyper", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "hidden", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "fortified", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=5,
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
{"setStatus", "speedup", true}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=1,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ return {
|
|||
{"protectElement", "light"}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=3,
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ return {
|
|||
{"protectElement", "water"}
|
||||
},
|
||||
usableInBattle=true,
|
||||
usableOnMap=true,
|
||||
usableOnMap=false,
|
||||
affectEverybody=false,
|
||||
duration=3,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue