-
Notifications
You must be signed in to change notification settings - Fork 10
/
PollutionEffects.json
161 lines (161 loc) · 4.44 KB
/
PollutionEffects.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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"version": "1.1-1.12.1-1.1.0.0",
"effects": [
{
"id": "food_pollution",
"header": "ape.ecomod.food_pollution.name",
"description": "ape.ecomod.food_pollution.desc",
"icon": "ecomod:textures/gui/analyzer/icons/food_pollution.png",
"triggering_type": "OR",
"triggerring_pollution": {
"air": 20000.0,
"water": 15000.0,
"soil": 15000.0
}
},
{
"id": "smog",
"header": "ape.ecomod.smog.name",
"description": "ape.ecomod.smog.desc",
"icon": "ecomod:textures/gui/analyzer/icons/null.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 50000.0,
"water": 0.0,
"soil": 0.0
}
},
{
"id": "bad_sleep",
"header": "ape.ecomod.bad_sleep.name",
"description": "ape.ecomod.bad_sleep.desc",
"icon": "ecomod:textures/gui/analyzer/icons/sleep.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 23000.0,
"water": 0.0,
"soil": 0.0
}
},
{
"id": "poisonous_sleep",
"header": "ape.ecomod.poisonous_sleep.name",
"description": "ape.ecomod.poisonous_sleep.desc",
"icon": "ecomod:textures/gui/analyzer/icons/sleep.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 80000.0,
"water": 0.0,
"soil": 0.0
}
},
{
"id": "no_fish",
"header": "ape.ecomod.no_fish.name",
"description": "ape.ecomod.no_fish.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_fish.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 0.0,
"water": 80000.0,
"soil": 0.0
}
},
{
"id": "dead_trees",
"header": "ape.ecomod.dead_trees.name",
"description": "ape.ecomod.dead_trees.desc",
"icon": "ecomod:textures/gui/analyzer/icons/dead_trees.png",
"triggering_type": "OR",
"triggerring_pollution": {
"air": 150000.0,
"water": 270000.0,
"soil": 150000.0
}
},
{
"id": "no_trees",
"header": "ape.ecomod.no_trees.name",
"description": "ape.ecomod.no_trees.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_trees.png",
"triggering_type": "OR",
"triggerring_pollution": {
"air": 200000.0,
"water": 400000.0,
"soil": 200000.0
}
},
{
"id": "acid_rain",
"header": "ape.ecomod.acid_rain.name",
"description": "ape.ecomod.acid_rain.desc",
"icon": "ecomod:textures/gui/analyzer/icons/acid_rain.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 40000.0,
"water": 0.0,
"soil": 0.0
}
},
{
"id": "wasteland",
"header": "ape.ecomod.wasteland.name",
"description": "ape.ecomod.wasteland.desc",
"icon": "ecomod:textures/gui/analyzer/icons/null.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 250000.0,
"water": 250000.0,
"soil": 215000.0
}
},
{
"id": "no_plowing",
"header": "ape.ecomod.no_plowing.name",
"description": "ape.ecomod.no_plowing.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_plowing.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 0.0,
"water": 0.0,
"soil": 160000.0
}
},
{
"id": "no_animals",
"header": "ape.ecomod.no_animals.name",
"description": "ape.ecomod.no_animals.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_animals.png",
"triggering_type": "OR",
"triggerring_pollution": {
"air": 68000.0,
"water": 180000.0,
"soil": 90000.0
}
},
{
"id": "no_bonemeal",
"header": "ape.ecomod.no_bonemeal.name",
"description": "ape.ecomod.no_bonemeal.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_bonemeal.png",
"triggering_type": "AND",
"triggerring_pollution": {
"air": 0.0,
"water": 0.0,
"soil": 100000.0
}
},
{
"id": "no_crops_growing",
"header": "ape.ecomod.no_crops_growing.name",
"description": "ape.ecomod.no_crops_growing.desc",
"icon": "ecomod:textures/gui/analyzer/icons/no_crops_growing.png",
"triggering_type": "OR",
"triggerring_pollution": {
"air": 100000.0,
"water": 135000.0,
"soil": 80000.0
}
}
]
}