Starbound/assets/devel/items/active/weapons/melee/smashhammer/smashhammer.activeitem
2025-03-21 22:23:30 +11:00

16 lines
398 B
Text

{
"itemName" : "smashhammer",
"level" : 1,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "For developer use only",
"shortdescription" : "Smash Hammer",
"tooltipKind" : "sword",
"weaponType" : "Hammer",
"twoHanded" : true,
"itemTags" : ["weapon"],
"inventoryIcon" : "smashhammericon.png",
"animation" : "smashhammer.animation",
"scripts" : ["smashhammer.lua"]
}