-
Notifications
You must be signed in to change notification settings - Fork 12
/
greenland.txt
23 lines (23 loc) · 1.73 KB
/
greenland.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "enemys": [
{ "ypos": -1, "xpos": 400, "velocity.x": -1,"velocity.y":-2, "level": 1, "energy": 1, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 800, "velocity.x": -1,"velocity.y":-10, "level": 1, "energy": 2, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 1200,"velocity.x": -4,"velocity.y":4, "level": 2, "energy": 1, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 1400,"velocity.x": -2,"velocity.y":10, "level": 1, "energy": 1, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 1800, "velocity.x": -1,"velocity.y":-2, "level": 2, "energy": 2, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 2000, "velocity.x": -5,"velocity.y":-6, "level": 2, "energy": 2, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 2200,"velocity.x": -4,"velocity.y":4, "level": 2, "energy": 2, "path": 1, "aggression":4 },
{ "ypos": -1, "xpos": 2700,"velocity.x": -2,"velocity.y":15, "level": 2, "energy": 2, "path": 1, "aggression":4 },
{ "ypos": 200, "xpos": 3200,"velocity.x": -2,"velocity.y":15, "level": 10, "energy": 10, "path": 1, "aggression":6 }
],
"bonus":[
{ "ypos": 288, "xpos": 800, "velocity.x": 0,"velocity.y":0, "type":53 },
{ "ypos": 285, "xpos": 1200, "velocity.x": 0,"velocity.y":0, "type":54 },
{ "ypos": 285, "xpos": 1470, "velocity.x": 0,"velocity.y":0, "type":30 },
{ "ypos": 280, "xpos": 1540, "velocity.x": 0,"velocity.y":0, "type":55 },
{ "ypos": 280, "xpos": 1700, "velocity.x": 0,"velocity.y":0, "type":57 },
{ "ypos": 287, "xpos": 1840, "velocity.x": 0,"velocity.y":0, "type":54 },
{ "ypos": 287, "xpos": 2140, "velocity.x": 0,"velocity.y":0, "type":55 },
{ "ypos": 287, "xpos": 2540, "velocity.x": 0,"velocity.y":0, "type":56 },
{ "ypos": 287, "xpos": 3100, "velocity.x": 0,"velocity.y":0, "type":34 }
]
}