v1.4.4
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier10hammer",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Smash Everything. The best of all hammers.",
|
||||
"shortdescription" : "Smash Everything",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier10hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier10hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier10melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 536 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier1hammer",
|
||||
"price" : 170,
|
||||
"level" : 1,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A primitive hammer.",
|
||||
"shortdescription" : "Smacker",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier1hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier1hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier1melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 382 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier2hammer",
|
||||
"price" : 170,
|
||||
"level" : 2,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A decent hammer.",
|
||||
"shortdescription" : "Thwacker",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier2hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier2hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier2melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 514 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier3hammer",
|
||||
"price" : 170,
|
||||
"level" : 3,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A hammer reinforced with vines.",
|
||||
"shortdescription" : "Cracker",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier3hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier3hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier3melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 577 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier4hammer",
|
||||
"price" : 170,
|
||||
"level" : 4,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A hammer made from a tree trunk.",
|
||||
"shortdescription" : "Trunkthunk",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier4hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier4hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier4melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 439 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier5hammer",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A hammer made of tree roots.",
|
||||
"shortdescription" : "Rootripper",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier5hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier5hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier5melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 368 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier6hammer",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A tree which can be used a hammer.",
|
||||
"shortdescription" : "Smashy Tree",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier6hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier6hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier6melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 603 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier7hammer",
|
||||
"price" : 170,
|
||||
"level" : 6,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A curly, spiky hammer.",
|
||||
"shortdescription" : "Curlycrush",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier7hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier7hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier7melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 458 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier8hammer",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "Roots holding a rock.",
|
||||
"shortdescription" : "Rootrocker",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier8hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier8hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier8melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 482 B |
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"itemName" : "florantier9hammer",
|
||||
"price" : 170,
|
||||
"level" : 5,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Common",
|
||||
"description" : "A hefty slab of wood made into a hammer.",
|
||||
"shortdescription" : "Riftwood",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Hammer",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","hammer"],
|
||||
|
||||
"inventoryIcon" : "florantier9hammer.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/hammer/tieredhammer.animation",
|
||||
"animationParts" : {
|
||||
"blade" : "/items/active/weapons/tiered/hammer/floran/florantier9hammer.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"fire" : [ "/sfx/melee/swing_hammer.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/weapons/melee/hammer/hammer.lua"],
|
||||
|
||||
"elementalType" : "physical",
|
||||
|
||||
"primaryAbility" : {
|
||||
"scripts" : [],
|
||||
"class" : "HammerSmash",
|
||||
|
||||
"fireTime" : 1.3,
|
||||
"baseDps" : 11.5,
|
||||
"damageConfig" : {
|
||||
"damageSourceKind" : "hammer",
|
||||
"statusEffects" : [ ],
|
||||
"knockbackMode" : "facing",
|
||||
"knockback" : 45
|
||||
},
|
||||
"smashMomentum" : [0, -45],
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"weaponRotation" : -10,
|
||||
"weaponOffset" : [-0.125, 0.5],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"windup" : {
|
||||
"duration" : 0.8,
|
||||
"armRotation" : 90,
|
||||
"weaponRotation" : -10,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 1.75],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true,
|
||||
|
||||
// Windup animation
|
||||
"idleHammerAngle" : -20,
|
||||
"windupHammerAngle" : 0,
|
||||
"dropHammerAngle" : 60,
|
||||
"bounceHammerAngle" : 55,
|
||||
|
||||
"minWindup" : 0.7,
|
||||
"windupBaseAngle" : -90,
|
||||
"windupAngleRange" : 140
|
||||
},
|
||||
"preslash" : {
|
||||
"duration" : 0.025,
|
||||
"armRotation" : 55,
|
||||
"weaponRotation" : -45,
|
||||
"twoHanded" : true,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
},
|
||||
"fire" : {
|
||||
"duration" : 0.4,
|
||||
"armRotation" : -35,
|
||||
"weaponRotation" : -55,
|
||||
"twoHanded" : true,
|
||||
"smashTimer" : 1.5,
|
||||
"weaponOffset" : [0, 2.0],
|
||||
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"baseWeaponRotation" : 10,
|
||||
"palette" : "/items/active/weapons/colors/tier9melee.weaponcolors",
|
||||
|
||||
"altAbilitySource" : "/items/active/weapons/melee/altabilities/hammer/shockwave/physicalshockwave.altability",
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandweapon.lua"
|
||||
}
|
After Width: | Height: | Size: 335 B |