v1.4.4
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotlstarter",
|
||||
"price" : 100,
|
||||
"level" : 1,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Legendary",
|
||||
"description" : "A broken sword. Looks like it got eaten by a shark.",
|
||||
"shortdescription" : "Broken Wave Sword",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotlstarter.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotlstarter.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"
|
||||
}
|
After Width: | Height: | Size: 493 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier10broadsword",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A sword perfect for slaying Floran.",
|
||||
"shortdescription" : "Trunkcutter",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier10broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier10broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 457 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier1broadsword",
|
||||
"price" : 170,
|
||||
"level" : 1,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A simple pirate sword.",
|
||||
"shortdescription" : "Swashbuckler",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier1broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier1broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 313 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier2broadsword",
|
||||
"price" : 170,
|
||||
"level" : 2,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A decent pirate sword.",
|
||||
"shortdescription" : "Swishbuckler",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier2broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier2broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 332 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier3broadsword",
|
||||
"price" : 170,
|
||||
"level" : 3,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A sturdy katana.",
|
||||
"shortdescription" : "Katfish",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier3broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier3broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 394 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier4broadsword",
|
||||
"price" : 170,
|
||||
"level" : 4,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A trusty broadsword.",
|
||||
"shortdescription" : "First Mate",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier4broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier4broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 379 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier5broadsword",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A blade with a lilypad hilt.",
|
||||
"shortdescription" : "Lilyblade",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier5broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier5broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 518 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier6broadsword",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A large gutting sword.",
|
||||
"shortdescription" : "Scuttlefish",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier6broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier6broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 372 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier7broadsword",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A sword perfect for slicing shark steaks.",
|
||||
"shortdescription" : "Sharkslicer",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier7broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier7broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 385 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier8broadsword",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A swashbuckling cutlass.",
|
||||
"shortdescription" : "Cutlass",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier8broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier8broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 423 B |
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "hylotltier9broadsword",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A serrated broadsword.",
|
||||
"shortdescription" : "Great White",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "hylotltier9broadsword.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/hylotl/hylotltier9broadsword.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"
|
||||
}
|
After Width: | Height: | Size: 610 B |