Hydrotronics

Hydro's Fire Katar attack Sequence

Apr 4th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1.     "stances" : {
  2.       "idle" : {
  3.         "armRotation" : 0,
  4.         "weaponRotation" : 45,
  5.         "weaponRotationCenter" : [-1.0, 0.0],
  6.         "weaponOffset" : [-0.25, -0.575],
  7.  
  8.         "allowRotate" : true,
  9.         "allowFlip" : true,
  10.  
  11.         "frontArmFrame" : "run.2",
  12.         "backArmFrame" : "jump.3"
  13.       },
  14.       "windup" : {
  15.         "duration" : 0.05,
  16.         "armRotation" : 0,
  17.         "weaponRotation" : 0,
  18.         "weaponRotationCenter" : [-1.0, 0.0],
  19.         "weaponOffset" : [-0.625, -0.125],
  20.  
  21.         "allowRotate" : true,
  22.         "allowFlip" : false,
  23.  
  24.         "frontArmFrame" : "swimIdle.1",
  25.         "backArmFrame" : "swim.1"
  26.       },
  27.       "windup2" : {
  28.         "duration" : 0.05,
  29.         "armRotation" : 0,
  30.         "weaponRotation" : 0,
  31.         "weaponRotationCenter" : [-1.0, 0.0],
  32.         "weaponOffset" : [-0.75, -0.125],
  33.  
  34.         "allowRotate" : true,
  35.         "allowFlip" : false,
  36.  
  37.         "frontArmFrame" : "swimIdle.1",
  38.         "backArmFrame" : "swim.1",
  39.  
  40.         "recoil" : true
  41.       },
  42.       "fire" : {
  43.         "duration" : 0.1,
  44.         "armRotation" : 0,
  45.         "weaponRotation" : 0,
  46.         "weaponRotationCenter" : [-1.0, 0.0],
  47.         "weaponOffset" : [0.125, -0.25],
  48.  
  49.         "allowRotate" : true,
  50.         "allowFlip" : false,
  51.  
  52.         "frontArmFrame" : "rotation",
  53.         "backArmFrame" : "rotation"
  54.       }
  55.     }
Advertisement
Add Comment
Please, Sign In to add comment