Starbound/attic/old weapons/swords/tiered/glitch/broadsword/glitchstarter.activeitem
2025-03-21 22:23:30 +11:00

86 lines
2.2 KiB
Text

{
"itemName" : "glitchstarter",
"price" : 100,
"level" : 1,
"maxStack" : 1,
"rarity" : "Legendary",
"description" : "A broken sword. Looks like it needs maintenance.",
"shortdescription" : "Broken Runewrath Sword",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "glitchstarter.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/glitch/glitchstarter.png"
},
"animationCustom" : {
"sounds" : {
"fire" : [ "/sfx/melee/swing_broadsword.ogg" ]
}
},
"scripts" : ["/items/active/weapons/melee/meleeweapon.lua"],
"elementalType" : "physical",
"primaryAbility" : {
"scripts" : ["/items/active/weapons/melee/meleeslash.lua"],
"class" : "MeleeSlash",
"fireTime" : 0.83,
"baseDps" : 10,
"damageConfig" : {
"damageSourceKind" : "broadsword",
"statusEffects" : [ ],
"knockback" : 20,
"knockbackMode" : "facing",
"timeoutGroup" : "primary"
},
"stances" : {
"idle" : {
"armRotation" : -90,
"weaponRotation" : -10,
"allowRotate" : false,
"allowFlip" : true
},
"windup" : {
"duration" : 0.1,
"armRotation" : 90,
"weaponRotation" : -10,
"twoHanded" : true,
"allowRotate" : false,
"allowFlip" : true
},
"preslash" : {
"duration" : 0.025,
"armRotation" : 55,
"weaponRotation" : -45,
"twoHanded" : true,
"allowRotate" : false,
"allowFlip" : false
},
"fire" : {
"duration" : 0.4,
"armRotation" : -45,
"weaponRotation" : -55,
"twoHanded" : true,
"allowRotate" : false,
"allowFlip" : false
}
}
},
"baseWeaponRotation" : 10,
"palette" : "/items/active/weapons/colors/tier1melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}