This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,86 @@
{
"itemName" : "humanstarter",
"price" : 100,
"level" : 1,
"maxStack" : 1,
"rarity" : "Legendary",
"description" : "A broken sword. Looks like it's been wrenched from a stone.",
"shortdescription" : "Broken Hero Sword",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humanstarter.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humanstarter.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"
}