Advertisement
Guest User

Untitled

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