sonic-radiance/sonic-radiance.love/datas/gamedata/items/shoes/lightsneakers.lua
2021-04-22 19:45:31 +02:00

17 lines
355 B
Lua

return {
name = "lightsneakers",
fullname = "Light Sneakers",
description = "Simple sneakers that protect a little",
conditions = {},
effects= {},
statsBoost = {
speed = 2,
defense = 1
},
isEquipement = true,
usableInBattle=false,
usableOnMap=false,
affectEverybody=false,
duration=0,
}