v1.4.4
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier10spear",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Strikes with the force of crashing waves.",
|
||||
"shortdescription" : "Neptune's Wrath",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier10spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier10spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier10melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 436 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier1spear",
|
||||
"price" : 170,
|
||||
"level" : 1,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A basic spear, made from driftwood.",
|
||||
"shortdescription" : "Seastaff",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier1spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier1spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier1melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 302 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier2spear",
|
||||
"price" : 170,
|
||||
"level" : 2,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A decent spear.",
|
||||
"shortdescription" : "Seaslice",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier2spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier2spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier2melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 310 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier3spear",
|
||||
"price" : 170,
|
||||
"level" : 3,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A good spear for raking sand.",
|
||||
"shortdescription" : "Sandraker",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier3spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier3spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier3melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 362 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier4spear",
|
||||
"price" : 170,
|
||||
"level" : 4,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A good spear with barbed prongs.",
|
||||
"shortdescription" : "Sandstirrer",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier4spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier4spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier4melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 356 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier5spear",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A spear that could trouble a whale.",
|
||||
"shortdescription" : "Whaletroubler",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier5spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier5spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier5melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 287 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier6spear",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A spear that could ail a whale.",
|
||||
"shortdescription" : "Whaleailer",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier6spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier6spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier6melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 357 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier7spear",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A spear that could kill a whale.",
|
||||
"shortdescription" : "Whalekiller",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier7spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier7spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier7melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 412 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier8spear",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A striking trident spear.",
|
||||
"shortdescription" : "Trident",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier8spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier8spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier8melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 411 B |
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"itemName" : "hylotltier9spear",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "An intertwined, two-pronged spear.",
|
||||
"shortdescription" : "Seaserpent",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Spear",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","spear"],
|
||||
|
||||
"inventoryIcon" : "hylotltier9spear.png",
|
||||
|
||||
"animation" : "/items/active/weapons/melee/spear/spear.animation",
|
||||
"animationParts" : {
|
||||
"handle" : "",
|
||||
"blade" : "hylotltier9spear.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_spear.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/spear/spear.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"aimOffset" : -1.0,
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "SpearStab",
|
||||
|
||||
"fireTime" : 0.9,
|
||||
"baseDps" : 10.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "spear",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "aim",
|
||||
"knockback" : 30,
|
||||
"timeoutGroup" : "primary"
|
||||
},
|
||||
"holdDamageMultiplier" : 0.1,
|
||||
"holdDamageConfig" : {
|
||||
"timeoutGroup" : "hold",
|
||||
"timeout" : 0.5
|
||||
},
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : 0,
|
||||
"twoHanded" : false,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.1,
|
||||
"armRotation" : -110,
|
||||
"weaponRotation" : 20,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.3,
|
||||
"armRotation" : -20,
|
||||
"weaponRotation" : -70,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"hold" : {
|
||||
"armRotation" : -30,
|
||||
"weaponRotation" : -60,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : true,
|
||||
"allowFlip" : true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"palette" : "/items/active/weapons/colors/tier9melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/spear/flurry/flurry.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 300 B |