Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "itemName" : "basicskinningknife",
- "price" : 100,
- "level" : 1,
- "maxStack" : 1,
- "rarity" : "Common",
- "description" : "Can potentially harvest goods from critters.",
- "shortdescription" : "Basic Skinning Knife",
- "category" : "Critter Skinning Knife",
- "twoHanded" : true,
- "itemTags" : ["weapon","melee","dagger"],
- "inventoryIcon" : "basicskinningknife.png",
- "animation" : "/items/active/weapons/melee/dagger/dagger.animation",
- "animationParts" : {
- "handle" : "",
- "blade" : "basicskinningknife.png"
- },
- "animationCustom" : {
- "sounds" : {
- "fire" : [ "/sfx/melee/swing_dagger.ogg" ]
- }
- },
- "scripts" : ["/items/active/weapons/melee/meleeweapon.lua"],
- "elementalType" : "physical",
- "aimOffset" : 0.0,
- "primaryAbility" : {
- "scripts" : ["/items/active/weapons/melee/meleeslash.lua"],
- "class" : "MeleeSlash",
- "fireTime" : 0.4,
- "baseDps" : 4,
- "damageConfig" : {
- "damageSourceKind" : "bow",
- "statusEffects" : [ ],
- "knockbackMode" : "aim",
- "knockbackRange" : 5,
- "timeoutGroup" : "primary"
- },
- "stances" : {
- "idle" : {
- "armRotation" : -90,
- "weaponRotation" : -10,
- "weaponOffset" : [0, 2.25],
- "allowFlip" : true,
- "allowRotate" : true
- },
- "windup" : {
- "duration" : 0.05,
- "armRotation" : -20,
- "weaponRotation" : -20,
- "weaponOffset" : [0, 2.25],
- "allowFlip" : true,
- "allowRotate" : false
- },
- "fire" : {
- "duration" : 0.2,
- "armRotation" : -135,
- "weaponRotation" : 40,
- "weaponOffset" : [0, 2.5],
- "allowFlip" : true,
- "allowRotate" : false
- }
- }
- },
- "altAbility" : {
- "scripts" : ["/items/active/weapons/melee/meleeslash.lua"],
- "class" : "MeleeSlash",
- "fireTime" : 0.4,
- "baseDps" : 4,
- "damageConfig" : {
- "damageSourceKind" : "skinning",
- "statusEffects" : [ ],
- "knockbackMode" : "aim",
- "knockbackRange" : 5
- },
- "stances" : {
- "idle" : {
- "armRotation" : -90,
- "weaponRotation" : -10,
- "weaponOffset" : [0, 2.25],
- "allowFlip" : true,
- "allowRotate" : true
- },
- "windup" : {
- "duration" : 0.05,
- "armRotation" : -20,
- "weaponRotation" : -20,
- "weaponOffset" : [0, 2.25],
- "allowFlip" : true,
- "allowRotate" : false
- },
- "fire" : {
- "duration" : 0.2,
- "armRotation" : -135,
- "weaponRotation" : 40,
- "weaponOffset" : [0, 2.5],
- "allowFlip" : true,
- "allowRotate" : false
- }
- }
- }
- "builder" : "/items/buildscripts/buildunrandweapon.lua"
- }
Advertisement
Add Comment
Please, Sign In to add comment