Skip to content

Commit

Permalink
skath spear updated to be a spear
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed May 4, 2024
1 parent fc2f060 commit 49a5de5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,88 +4,44 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "Legendary",
"description" : "A powerful Plasmablade forged by the Skath.",
"description" : "A powerful Plasma polearm forged in Skathi style.",
"shortdescription" : "Skath Plasmaspear",
"tooltipKind" : "sword2",
"category" : "spear",
"twoHanded" : true,
"itemTags" : ["weapon","melee","spear","upgradeableWeapon"],
"itemTags" : ["weapon","melee","spear","plasma","upgradeableWeapon"],

"inventoryIcon" : "skathtier3spearicon.png",

"animation" : "/items/active/weapons/protectorate/protectoratebroadsword/protectoratebroadsword.animation",
"emitters" : [ "barrierelectric" ],
"animation" : "/items/active/weapons/melee/spear/glowspear.animation",
"animationParts" : {
"sword" : "skathtier3spear.png",
"swordfullbright" : "skathtier3spearfullbright.png"
"handle" : "",
"blade" : "skathtier3spear.png",
"bladefullbright" : "skathtier3spearfullbright.png"
},
"animationCustom" : {
"sounds" : {
"fire" : [ "/sfx/melee/mech_energysword_swing1.ogg" ],
"fire2" : ["/sfx/melee/mech_energysword_swing2.ogg"],
"fire3" : [ "/sfx/melee/mech_energysword_swing3.ogg"],
"crit" : [ "/sfx/melee/energywhip_impact3.ogg" ]
}
},
"animationCustom" : { },

"scripts" : ["/items/active/weapons/protectorate/protectoratebroadsword/protectoratebroadsword.lua"],
"scripts" : ["/items/active/weapons/melee/meleeweapon.lua"],

"elementalType" : "physical",
"aimOffset" : -1.0,

"primaryAbilityType" : "broadswordcombo",
"primaryAbilityType" : "spearstab",
"primaryAbility" : {
"fireTime" : 1,
"baseDps" : 9,
"stances" : {
"idle" : {
"allowRotate" : true
}},
"animKeyPrefix" : "inactive"
"fireTime" : 0.95,
"baseDps" : 11.5,
"damageConfig" : {"knockback" : 20}
},

"inactiveBaseDps" : 8,
"activeBaseDps" : 10,

"altAbility" : {
"name" : "Empowerment",
"type" : "empowerment",
"scripts" : ["/items/active/weapons/protectorate/protectoratebroadsword/empowerment.lua"],
"class" : "Empowerment",

"energyPerSecond" : 8,

"projectileOffset" : [1, 0],
"projectileType" : "energytravelingswoosh",
"baseDamage" : 8,

"cooldownTime" : 1.0,

"stances" : {
"empower" : {
"durationBefore" : 0.2,
"durationAfter" : 0.5,
"armRotation" : 90,
"weaponRotation" : -90,
"twoHanded" : true,

"weaponOffset" : [0.5, -0.375],

"allowRotate" : false,
"allowFlip" : true
},
"windup" : {
"duration" : 0.25,
"armRotation" : 70,
"weaponRotation" : 0,
"twoHanded" : true,

"allowRotate" : false,
"allowFlip" : true
},
"fire" : {
"duration" : 0.4,
"armRotation" : -45,
"weaponRotation" : -55,
"twoHanded" : true,

"allowRotate" : false,
"allowFlip" : true
}
}
},
"critChance" : 2,
"altAbilityType" : "drillcharge",
"critChance" : 8,
"critBonus" : 8,
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49a5de5

Please sign in to comment.