sonic-radiance/sonic-radiance.love/datas/gamedata/items/gloves/basicgloves.lua

17 lines
350 B
Lua
Raw Normal View History

2021-04-22 19:45:31 +02:00
return {
name = "basicgloves",
fullname = "Basic Gloves",
description = "Basic gloves that help fighting",
conditions = {},
effects = {},
statsBoost = {
attack = 2,
defense = 1
},
isEquipement = true,
usableInBattle = false,
usableOnMap = false,
affectEverybody = false,
duration = 0
}