Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. {
  2.   "bursts": [
  3.     [
  4.       {
  5.         "index":0,
  6.         "time":0
  7.       }
  8.     ]
  9.   ],
  10.  
  11.   "spells":[
  12.     {
  13.       "spell": {
  14.         "type":"bullet",
  15.         "data": {
  16.           "ind":"pc_beam_fire",
  17.           "scale":3,
  18.           "damages":23,
  19.           "range":2000,
  20.           "motion": {
  21.             "type":"directional",
  22.             "data": {
  23.               "speed":10
  24.             }
  25.           },
  26.           "iterations":1,
  27.           "gun_offset":[9, 1, 8, 2]
  28.         }
  29.       },
  30.      
  31.       "spawn": {
  32.         "type":"relative"
  33.       },
  34.      
  35.       "burst": [
  36.         {
  37.         "commands": [
  38.             "top 8 80",
  39.             "translate 0 -48",
  40.             "scalex 0.7 0.5",
  41.             "direction 0 0",
  42.             "direction_randomize -0.1 0.1"
  43.         ]
  44.         }
  45.       ]
  46.     }
  47.   ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement