-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreeps.json
More file actions
98 lines (94 loc) · 3.01 KB
/
screeps.json
File metadata and controls
98 lines (94 loc) · 3.01 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[
{
"text" : "screeps",
"state" : {"opened" : true },
"children" : [
{
"text" : "Game",
"state" : {"opened" : true, "selected" : true },
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"children" : [
{
"text" : "constructionSites",
"data" : "<h2>Game.constructionSites<\/h2><br\/>A hash containing all your construction sites with their id as hash keys.",
"state" : { "selected" : false }
},
{
"text" : "cpu",
"data" : "<h2>Game.cpu<\/h2><br\/>An object containing information about your CPU usage",
"state" : { "selected" : false },
"children" : [
{
"text" : "limit",
"data" : "<h2>Game.cpu.limit<\/h2><br\/>Your CPU limit depending on your Global Control Level.",
"state" : { "selected" : false }
},
{
"text" : "tickLimit",
"data" : "<h2>Game.cpu.tickLimit<\/h2><br\/>An amount of available CPU time at the current game tick.<br\/>It can be higher than Game.cpu.limit.",
"state" : { "selected" : false }
},
{
"text" : "bucket",
"data" : "<h2>Game.cpu.bucket<\/h2><br\/>An amount of unused CPU accumulated in your bucket.",
"state" : { "selected" : false }
}
]
},
{
"text" : "creeps",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "flags",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "gcl",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "map",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "market",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "resources",
"data" : "<h2>This is the main Game object<\/h2><br\/>Game",
"state" : { "selected" : false }
},
{
"text" : "rooms",
"state" : { "selected" : false }
},
{
"text" : "spawns",
"state" : { "selected" : false }
},
{
"text" : "structures",
"state" : { "selected" : false }
},
{
"text" : "time",
"state" : { "selected" : false }
}
]
},
{
"text" : "Room",
"state" : {"opened" : true },
"children" : [
]
}
]
}
]