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"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier10broadsword",
"price" : 170,
"level" : 6,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A serrated sword with a few hidden surprises.",
"shortdescription" : "Bane of the Gods",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier10broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier10broadsword.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" : 11.5,
"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/tier10melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier1broadsword",
"price" : 170,
"level" : 1,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A normal, unremarkable broadsword.",
"shortdescription" : "Regular Broadsword",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier1broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier1broadsword.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" : 11.5,
"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"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier2broadsword",
"price" : 170,
"level" : 2,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A regular broadsword modified to look cooler.",
"shortdescription" : "Cool Broadsword",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier2broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier2broadsword.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" : 11.5,
"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/tier2melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier3broadsword",
"price" : 170,
"level" : 3,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A regular broadsword made to look awesome.",
"shortdescription" : "Awesome Broadsword",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier3broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier3broadsword.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" : 11.5,
"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/tier3melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier4broadsword",
"price" : 170,
"level" : 4,
"maxStack" : 1,
"rarity" : "Common",
"description" : "The blacksmith is getting carried away now.",
"shortdescription" : "The Overcompensator",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier4broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier4broadsword.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" : 11.5,
"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/tier4melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier5broadsword",
"price" : 170,
"level" : 5,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A dual-bladed sword, also good for band practise.",
"shortdescription" : "The Tuning Fork",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier5broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier5broadsword.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" : 11.5,
"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/tier5melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier6broadsword",
"price" : 170,
"level" : 6,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A hefty sword that packs a punch.",
"shortdescription" : "The Paddle",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier6broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier6broadsword.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" : 11.5,
"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/tier6melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier7broadsword",
"price" : 170,
"level" : 6,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A hefty sword that packs even more of a punch.",
"shortdescription" : "Paddlemaster 5000",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier7broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier7broadsword.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" : 11.5,
"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/tier7melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier8broadsword",
"price" : 170,
"level" : 5,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A sword so heavy it can split trees.",
"shortdescription" : "Treesplitter",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier8broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier8broadsword.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" : 11.5,
"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/tier8melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

View file

@ -0,0 +1,86 @@
{
"itemName" : "humantier9broadsword",
"price" : 170,
"level" : 5,
"maxStack" : 1,
"rarity" : "Common",
"description" : "A sword so strong it could cut a moon in half.",
"shortdescription" : "Moonkiller",
"tooltipKind" : "sword",
"weaponType" : "Broadsword",
"twoHanded" : true,
"itemTags" : ["weapon","melee","broadsword"],
"inventoryIcon" : "humantier9broadsword.png",
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
"animationParts" : {
"sword" : "/items/active/weapons/tiered/broadsword/human/humantier9broadsword.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" : 11.5,
"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/tier9melee.weaponcolors",
"altAbilitySource" : "/items/active/weapons/melee/altabilities/broadsword/spinslash/spinslash.altability",
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B