Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. /spawnvehicle humanmech '{ "name" : "glitchmech", "boundBox" : [-5, -5, 5, 5], "slaveControlTimeout" : 2.0, "persistent":false, "slaveControlHeartbeat" : 1.0, "canBeHit" : true, "script" : "/vehicles/mech/mech.lua", "animation" : "/vehicles/mech/glitchmech/glitchmech.animation", "animationPartTags" : { "backLeg" : { "partImage" : "/vehicles/mech/glitchmech/glitchmechbleg1.png" }, "background" : { "partImage" : "/vehicles/mech/apexmech/apexmechbackground.png:idle" }, "backGun" : { "partImage" : "/vehicles/mech/glitchmech/glitchmechgun.png"}, "body" : { "partImage" : "/vehicles/mech/humanmech/humanmechbody.png"}, "frontGun" : { "partImage" : "/vehicles/mech/glitchmech/glitchmechgun.png" }, "frontLeg" : { "partImage" : "/vehicles/mech/glitchmech/glitchmechfleg1.png" } }, "movementSettings" : { "collisionPoly" : [ [ -0.6, 2.4], [-0.6,-1.8], [0.6,-1.8], [0.6,2.4] ], "mass" : 1.2, "airFriction" : 1.9, "groundFriction" : 40.0, "ignorePlatformCollision" : true, "groundForce" : 400 }, "loungePositions" : { "seat" : { "part" : "body", "partAnchor" : "sitPosition", "orientation" : "sit" } }, "mechAimLimit" : 360, "mechHorizontalMovement" : 0, "mechJumpVelocity" : [0, 0], "offGroundFrames" : 0, "mechFireCycle" : 0.05, "mechProjectile" : "bullet-1", "mechProjectileConfig" : { "periodicActions":[{"action":"sound","options":["/sfx/tech/tech_jetpack_thrust1.ogg", "/sfx/tech/tech_jetpack_thrust2.ogg"], "time":0.01, "repeat":false}], "power" : 8, "speed" : 90, "timeToLive":0.0, "processing":"?hueshift=?0", "actionOnReap":[{"time":0.0,"action":"projectile","type":"bullet-1","angleAdjust":0,"config":{"actionOnReap":[{"time":0.05,"action":"projectile","type":"flamethrower","angleAdjust":0,"config":{"actionOnReap":[], "power":2.0,"knockback":0,"statusEffects":[], "speed":40,"processing":"?hueshift=30","timeToLive":0.05}}], "power":0.0,"knockback":0,"statusEffects":[], "speed":-180,"processing":"?hueshift=?0","timeToLive":0.03}},{"time":0.1,"action":"projectile","type":"hgravityexplosion","angleAdjust":0,"config":{"power":0.0,"knockback":0,"statusEffects":[], "speed":0,"processing":"?hueshift=?0","timeToLive":0.01}}]}, "mechLevel" : 6 }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement