-
Notifications
You must be signed in to change notification settings - Fork 2
/
BaseResources.json
80 lines (80 loc) · 1.37 KB
/
BaseResources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"3": {
"Sides": 3,
"Color": 8449433,
"BorderColor": 0,
"Health": 100,
"BodyDamage": 0,
"Size": 3,
"Mass": 125,
"Elasticity": 0.09,
"Drag": 0.01,
"MaxSpeed": 1500,
"MaxAliveNum": 1000
},
"4": {
"Sides": 4,
"Color": 14373985,
"BorderColor": 0,
"Health": 200,
"BodyDamage": 0,
"Size": 4,
"Mass": 1,
"Elasticity": 0.09,
"Drag": 0.01,
"MaxSpeed": 1500,
"MaxAliveNum": 2000
},
"5": {
"Sides": 5,
"Color": 7286205,
"BorderColor": 0,
"Health": 300,
"BodyDamage": 0,
"Size": 8,
"Mass": 1000,
"Elasticity": 0.09,
"Drag": 0.01,
"MaxSpeed": 1500,
"MaxAliveNum": 1000
},
"6": {
"Sides": 6,
"Color": 16427286,
"BorderColor": 0,
"Health": 500,
"BodyDamage": 0,
"Size": 12,
"Mass": 27000,
"Elasticity": 0.09,
"Drag": 0.01,
"MaxSpeed": 1500,
"MaxAliveNum": 500
},
"7": {
"Sides": 7,
"Color": 5389885,
"BorderColor": 0,
"Health": 2000,
"BodyDamage": 0,
"Size": 14,
"Mass": 1000000,
"Elasticity": 0.09,
"Drag": 0.01,
"MaxSpeed": 1500,
"MaxAliveNum": 250
},
"8": {
"Sides": 8,
"Color": 0,
"BorderColor": 0,
"Health": 1000,
"BodyDamage": 0,
"Size": 16,
"Mass": 2500,
"Elasticity": 1,
"Drag": 1,
"MaxSpeed": 1500,
"MaxAliveNum": 100
}
}