sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/shoes/lightsneakers.lua

17 lines
355 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
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,
}