Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "name" : "catch",
  3. "type" : "legs",
  4.  
  5. "script" : ["jggam_mCatch.lua"],
  6. "actions" : [ "morphballActivate", "morphballDeactivate", "morphballBomb" ],
  7. "animator" : "jggam_mCatch.animation",
  8.  
  9. "ballCustomMovementParameters" : {
  10. "standingPoly" : [ [-0.75, -0.75], [0.75, -0.75], [0.75, 0.75], [-0.75, 0.75] ],
  11. "crouchingPoly" : [ [-0.75, -0.75], [0.75, -0.75], [0.75, 0.75], [-0.75, 0.75] ],
  12.  
  13. "groundForce" : 200.0,
  14. "normalGroundFriction" : 1.5,
  15. "ambulatingGroundFriction" : 0.2,
  16.  
  17. "airJumpProfile" : {
  18. "jumpSpeed" : 0.0,
  19. "jumpControlForce" : 0.0,
  20. "jumpInitialPercentage" : 0,
  21. "jumpHoldTime" : 0
  22. },
  23.  
  24. "liquidJumpProfile" : {
  25. "jumpSpeed" : 0,
  26. "jumpControlForce" : 0,
  27. "jumpInitialPercentage" : 0,
  28. "jumpHoldTime" : 0
  29. },
  30.  
  31. "slopeSlidingFactor" : 3.0
  32. },
  33.  
  34. "energyCostPerSecond" : 0,
  35.  
  36.  
  37. "ballTransformHeightChange" : -1.7,
  38. "ballDeactivateCollisionTest" : [-0.75, -0.75, 0.75, 2.97],
  39.  
  40. "ballRadius" : 1,
  41. "ballFrames" : 8,
  42.  
  43. "ballBombProjectile" : "bomb"
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement