v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
61
assets/devel/vehicles/partymech/partymech.vehicle
Normal file
61
assets/devel/vehicles/partymech/partymech.vehicle
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"name" : "partymech",
|
||||
"boundBox" : [-5, -5, 5, 5],
|
||||
"slaveControlTimeout" : 2.0,
|
||||
"slaveControlHeartbeat" : 1.0,
|
||||
"canBeHit" : false,
|
||||
|
||||
"script" : "/vehicles/partymech/partymech.lua",
|
||||
"animation" : "/vehicles/partymech/partymech.animation",
|
||||
|
||||
"animationPartTags" : {
|
||||
"backLeg" : {
|
||||
"partImage" : "/vehicles/partymech/partymechbleg.png"
|
||||
},
|
||||
"backLeg2" : {
|
||||
"partImage" : "/vehicles/partymech/partymechbleg.png"
|
||||
},
|
||||
"background" : {
|
||||
"partImage" : "/vehicles/partymech/partymechbackground.png"
|
||||
},
|
||||
"body" : {
|
||||
"partImage" : "/vehicles/partymech/partymechbody.png"
|
||||
},
|
||||
"frontLeg" : {
|
||||
"partImage" : "/vehicles/partymech/partymechfleg.png"
|
||||
},
|
||||
"frontLeg2" : {
|
||||
"partImage" : "/vehicles/partymech/partymechfleg.png"
|
||||
}
|
||||
},
|
||||
|
||||
"movementSettings" : {
|
||||
"collisionPoly" : [ [-7.5, -2.0], [-6, -4.5], [6, -4.5], [7.5, -2.0], [7.5, 2], [6, 3], [-6, 3], [-7.5, 2] ],
|
||||
"mass" : 5,
|
||||
"airFriction" : 0.5,
|
||||
"groundFriction" : 40.0,
|
||||
"ignorePlatformCollision" : true
|
||||
},
|
||||
|
||||
"loungePositions" : {
|
||||
"seat" : {
|
||||
"part" : "body",
|
||||
"partAnchor" : "sitPosition",
|
||||
"orientation" : "sit"
|
||||
}
|
||||
},
|
||||
|
||||
"physicsCollisions" : {
|
||||
"platform" : {
|
||||
"collision" : [ [-6, 2.0], [6, 2.0], [6, 2.5], [-6, 2.5] ],
|
||||
"collisionKind" : "platform",
|
||||
"attachToPart" : "body"
|
||||
}
|
||||
},
|
||||
|
||||
"mechHorizontalMovement" : 8,
|
||||
"mechJumpVelocity" : [10, 30],
|
||||
"offGroundFrames" : 8,
|
||||
|
||||
"mechLevel" : 6
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue