Skip to content

Commit 62c1135

Browse files
authored
Set engulf sizes of floating toxins to 0 to disable engulfing on them (#5791)
Set engulf sizes of floating toxins to 0 to disable engulfing on them to avoid message to the player about them being not engulfable due to size
1 parent 85b961d commit 62c1135

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

simulation_parameters/microbe_stage/biomes.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"Radius": 2,
3838
"ChunkScale": 1,
3939
"PhysicsDensity": 1200,
40-
"Size": 10000,
40+
"Size": 0,
4141
"Damages": 10,
4242
"DeleteOnTouch": true,
4343
"Compounds": {},
@@ -220,7 +220,7 @@
220220
"Radius": 2,
221221
"ChunkScale": 1,
222222
"PhysicsDensity": 1000,
223-
"Size": 10000,
223+
"Size": 0,
224224
"Damages": 10,
225225
"DeleteOnTouch": true,
226226
"Compounds": {},
@@ -586,7 +586,7 @@
586586
"Radius": 2,
587587
"ChunkScale": 1,
588588
"PhysicsDensity": 1000,
589-
"Size": 10000,
589+
"Size": 0,
590590
"Damages": 10,
591591
"DeleteOnTouch": true,
592592
"Compounds": {},
@@ -828,7 +828,7 @@
828828
"Radius": 2,
829829
"ChunkScale": 1,
830830
"PhysicsDensity": 1000,
831-
"Size": 10000,
831+
"Size": 0,
832832
"Damages": 10,
833833
"DeleteOnTouch": true,
834834
"Compounds": {},
@@ -1094,7 +1094,7 @@
10941094
"Radius": 2,
10951095
"ChunkScale": 1,
10961096
"PhysicsDensity": 1000,
1097-
"Size": 10000,
1097+
"Size": 0,
10981098
"Damages": 10,
10991099
"DeleteOnTouch": true,
11001100
"Compounds": {},
@@ -1410,7 +1410,7 @@
14101410
"Radius": 2,
14111411
"ChunkScale": 1,
14121412
"PhysicsDensity": 1000,
1413-
"Size": 10000,
1413+
"Size": 0,
14141414
"Damages": 10,
14151415
"DeleteOnTouch": true,
14161416
"Compounds": {},
@@ -1673,7 +1673,7 @@
16731673
"Radius": 2,
16741674
"ChunkScale": 1,
16751675
"PhysicsDensity": 1000,
1676-
"Size": 10000,
1676+
"Size": 0,
16771677
"Damages": 10,
16781678
"DeleteOnTouch": true,
16791679
"Compounds": {},
@@ -1915,7 +1915,7 @@
19151915
"Radius": 2,
19161916
"ChunkScale": 1,
19171917
"PhysicsDensity": 1000,
1918-
"Size": 10000,
1918+
"Size": 0,
19191919
"Damages": 10,
19201920
"DeleteOnTouch": true,
19211921
"Compounds": {},
@@ -2203,7 +2203,7 @@
22032203
"Radius": 2,
22042204
"ChunkScale": 1,
22052205
"PhysicsDensity": 1000,
2206-
"Size": 10000,
2206+
"Size": 0,
22072207
"Damages": 10,
22082208
"DeleteOnTouch": true,
22092209
"Compounds": {},
@@ -2482,7 +2482,7 @@
24822482
"Radius": 2,
24832483
"ChunkScale": 1,
24842484
"PhysicsDensity": 1000,
2485-
"Size": 10000,
2485+
"Size": 0,
24862486
"Damages": 10,
24872487
"DeleteOnTouch": true,
24882488
"Compounds": {},
@@ -2774,7 +2774,7 @@
27742774
"Radius": 2,
27752775
"ChunkScale": 1,
27762776
"PhysicsDensity": 1000,
2777-
"Size": 10000,
2777+
"Size": 0,
27782778
"Damages": 10,
27792779
"DeleteOnTouch": true,
27802780
"Compounds": {},

0 commit comments

Comments
 (0)