v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"itemName" : "glitchstarter",
|
||||
"price" : 100,
|
||||
"level" : 1,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "Legendary",
|
||||
"description" : "A broken sword. Looks like it needs maintenance.",
|
||||
"shortdescription" : "Broken Runewrath Sword",
|
||||
"tooltipKind" : "sword",
|
||||
"weaponType" : "Broadsword",
|
||||
"twoHanded" : true,
|
||||
"itemTags" : ["weapon","melee","broadsword"],
|
||||
|
||||
"inventoryIcon" : "glitchstarter.png",
|
||||
|
||||
"animation" : "/items/active/weapons/tiered/broadsword/tieredbroadsword.animation",
|
||||
"animationParts" : {
|
||||
"sword" : "/items/active/weapons/tiered/broadsword/glitch/glitchstarter.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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue