Advertisement
Guest User

Untitled

a guest
May 1st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1.  
  2. /spawnitem chargegun 1 '{"shortdescription":"ProgMat Carbine", "description":"A rifle that synthesizes a wide variety of projectiles from preprogrammed blueprints. It seems to have four designs already stored.", "twoHanded":true, "rarity":"essential", "muzzleOffset":[3.0,0.0], "inventoryIcon":"chargegunicon.png", "animation":"chargegun.animation", "animationParts":{"gun":"chargegun.png", "gunfullbright":"chargegunfullbright.png"}, "animationCustom":{"animatedParts":{"parts":{"gun":{"partStates":{"firing":{"off":{"properties":{"image":"chargegunicon.png"}}, "charge":{"properties":{"image":"chargegunicon.png"}}, "fullcharge":{"properties":{"image":"chargegunicon.png"}}, "fire":{"properties":{"image":"chargegunicon.png"}}}}}}}, "sounds":{"fire":["/sfx/gun/mech_gun.ogg","/sfx/gun/mech_gun2.ogg","/sfx/gun/mech_gun3.ogg"], "altFire":["/sfx/gun/electricrailgun1.ogg"]}}, "primaryAbility":{"stances":{"idle":{"armRotation":0, "weaponRotation":0, "twoHanded":true, "allowRotate":true, "allowFlip":true, "weaponOffset":[-0.5,0]}, "fire":{"duration":0, "armRotation":3, "weaponRotation":-6, "twoHanded":true, "allowRotate":false, "allowFlip":false, "weaponOffset":[-0.5,0]}, "charge":{"duration":0, "armRotation":3, "weaponRotation":-6, "twoHanded":true, "allowRotate":true, "allowFlip":true, "weaponOffset":[-0.5,0]}, "cooldown":{"duration":0.11, "armRotation":3, "weaponRotation":-6, "twoHanded":true, "allowRotate":false, "allowFlip":false, "weaponOffset":[-0.5,0]}}, "chargeLevels":[{"time":0, "energyCost":2, "cooldown":0.1, "projectileType":"bullet-2", "projectileCount":3, "spreadAngle":5, "projectileParameters":{}, "inaccuracy":0.08, "baseDamage":4.5, "fireSound":"fire"}, {"time":0.3, "energyCost":60, "cooldown":0.25, "projectileType":"rocket", "projectileCount":3, "spreadAngle":5, "projectileParameters":{}, "inaccuracy":0, "baseDamage":28, "knockback":100, "fireSound":"fire"}, {"time":1.0, "energyCost":30, "cooldown":0.25, "projectileType":"defensiveexplosion", "projectileCount":1, "projectileParameters":{"speed":0}, "inaccuracy":0, "baseDamage":280, "knockback":1000, "fireSound":"fire"}]}, "altAbilityType":"grenadelauncher", "altAbility":{"fireTime":3.0, "baseDps":40, "cooldownTime":1.0, "energyUsage":180, "projectileType":"energyfist", "projectileParameters":{"speed":45, "timeToLive":8.0, "knockback":300, "bounces":0, "actionOnReap":[{"action":"projectile", "type":"electricplasmaexplosion", "config":{"power": 90, "processing":"?hueshift=-150"}}]}}}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement