forked from ONI-Wiki-zh/BotNotIncluded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcritters_data.json
More file actions
112 lines (112 loc) · 2.81 KB
/
critters_data.json
File metadata and controls
112 lines (112 loc) · 2.81 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
{
"attrID": "drownVulnerable",
"default": true,
"type": "bool",
"data": {
"Crab": false,
"Pacu": false,
"PacuCleaner": false,
"PacuTropical": false
}
},
{
"attrID": "entombVulnerable",
"default": false,
"type": "bool",
"data": {
"Bee": true,
"Glom": true,
"LightBug": true,
"LightBugBlack": true,
"LightBugBlue": true,
"LightBugCrystal": true,
"LightBugOrange": true,
"LightBugPink": true,
"LightBugPurple": true,
"Moo": true,
"Puft": true,
"PuftAlpha": true,
"PuftBleachstone": true,
"PuftOxylite": true
}
},
{
"attrID": "adultThreshold",
"default": 5,
"type": "float",
"data": {
"Bee": 2,
"Crab": null,
"DivergentBeetle": null,
"DivergentWorm": null,
"Drecko": null,
"DreckoPlastic": null,
"Glom": "nan",
"Hatch": null,
"HatchHard": null,
"HatchMetal": null,
"HatchVeggie": null,
"LightBug": null,
"LightBugBlack": null,
"LightBugBlue": null,
"LightBugCrystal": null,
"LightBugOrange": null,
"LightBugPink": null,
"LightBugPurple": null,
"Mole": null,
"Moo": null,
"OilFloater": null,
"OilFloaterDecor": null,
"OilFloaterHighTemp": null,
"Pacu": null,
"PacuCleaner": null,
"PacuTropical": null,
"Puft": null,
"PuftAlpha": null,
"PuftBleachstone": null,
"PuftOxylite": null,
"Staterpillar": null,
"Squirrel": null
}
},
{
"attrID": "family",
"default": "",
"type": "string",
"data": {
"Bee": "BeetaSpecies",
"Crab": "CrabSpecies",
"DivergentBeetle": "DivergentSpecies",
"DivergentWorm": "DivergentSpecies",
"Drecko": "DreckoSpecies",
"DreckoPlastic": "DreckoSpecies",
"Glom": "GlomSpecies",
"Hatch": "HatchSpecies",
"HatchHard": "HatchSpecies",
"HatchMetal": "HatchSpecies",
"HatchVeggie": "HatchSpecies",
"LightBug": "LightBugSpecies",
"LightBugBlack": "LightBugSpecies",
"LightBugBlue": "LightBugSpecies",
"LightBugCrystal": "LightBugSpecies",
"LightBugOrange": "LightBugSpecies",
"LightBugPink": "LightBugSpecies",
"LightBugPurple": "LightBugSpecies",
"Mole": "MoleSpecies",
"Moo": "MooSpecies",
"OilFloater": "OilFloaterSpecies",
"OilFloaterDecor": "OilFloaterSpecies",
"OilFloaterHighTemp": "OilFloaterSpecies",
"Pacu": "PacuSpecies",
"PacuCleaner": "PacuSpecies",
"PacuTropical": "PacuSpecies",
"Puft": "PuftSpecies",
"PuftAlpha": "PuftSpecies",
"PuftBleachstone": "PuftSpecies",
"PuftOxylite": "PuftSpecies",
"Staterpillar": "StaterpillarSpecies",
"Squirrel": "SquirrelSpecies"
}
}
]