Advertisement
Magnymbus

dragoon.weaponability

Sep 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.85 KB | None | 0 0
  1. {
  2.     "animationParts": {},
  3.     "animationCustom": {
  4.         "animatedParts": {
  5.             "stateTypes": {
  6.                 "chargeSwoosh": {
  7.                     "default": "idle",
  8.                     "states": {
  9.                         "idle": {},
  10.                         "charge": {
  11.                             "frames": 4,
  12.                             "cycle": 0.5
  13.                         },
  14.                         "full": {}
  15.                     }
  16.                 }
  17.             },
  18.             "parts": {
  19.                 "chargeSwoosh": {
  20.                     "properties": {
  21.                         "zLevel": 1,
  22.                         "centered": true,
  23.                         "transformationGroups": ["swoosh"],
  24.                         "offset": [3.75, 0.0625],
  25.                         "fullbright": true,
  26.                         "damageArea": [
  27.                             [-6, 0],
  28.                             [-3.5, 1],
  29.                             [-1.5, 1],
  30.                             [1.5, 0],
  31.                             [-1.5, -1],
  32.                             [-3.5, -1]
  33.                         ]
  34.                     },
  35.                     "partStates": {
  36.                         "chargeSwoosh": {
  37.                             "idle": {
  38.                                 "properties": {
  39.                                     "image": ""
  40.                                 }
  41.                             },
  42.                             "charge": {
  43.                                 "properties": {
  44.                                     "image": "/items/active/weapons/drakelance/chargeswoosh.png:<frame>"
  45.                                 }
  46.                             },
  47.                             "full": {
  48.                                 "properties": {
  49.                                     "image": "/items/active/weapons/drakelance/chargeswoosh.png:4"
  50.                                 }
  51.                             }
  52.                         }
  53.                     }
  54.                 }
  55.             }
  56.         },
  57.         "sounds": {
  58.             "Start": ["/sfx/melee/charge_full_swing1.ogg"],
  59.             "Blast": ["/sfx/weather/sandstorm.ogg"]
  60.         }
  61.     },
  62.  
  63.     "ability": {
  64.         "name": "Dragoon",
  65.         "type": "dragoon",
  66.         "scripts": ["/items/active/weapons/drakelance/dragoon.lua"],
  67.         "class": "Dragoon",
  68.  
  69.         "baseDps": 9,
  70.         "cooldownTime": 0.5,
  71.         "energyUsage": 45,
  72.         "boostSpeed": 20,
  73.         "boostForce": 100,
  74.  
  75.         "stances": {
  76.             "windup": {
  77.                 "duration": 0.15,
  78.                 "armRotation": -100,
  79.                 "weaponRotation": 10,
  80.                 "twoHanded": true,
  81.                 "weaponOffset": [0, 0.5],
  82.  
  83.                 "allowRotate": false,
  84.                 "allowFlip": false
  85.             },
  86.             "fire": {
  87.                 "armRotation": -15,
  88.                 "weaponRotation": -75,
  89.                 "twoHanded": true,
  90.                 "weaponOffset": [0.0, 1.25],
  91.  
  92.                 "allowRotate": true,
  93.                 "allowFlip": true
  94.             }
  95.         }
  96.     }
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement