Skip to content

Commit

Permalink
Removed sulfur chunks from abyssopelagic and coastal patches (#5754)
Browse files Browse the repository at this point in the history
Removed sulfur chunks from abyssopelagic and coastal

patches
  • Loading branch information
hhyyrylainen authored Dec 17, 2024
1 parent ef7f209 commit b51e85d
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions simulation_parameters/microbe_stage/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,29 +1137,6 @@
},
"DissolverEnzyme": "rusticyanin"
},
"sulfurSmallChunk": {
"Name": "SMALL_SULFUR_CHUNK",
"Meshes": [
{
"ScenePath": "res://assets/models/SulfurChunkSmall1.tscn",
"ConvexShapePath": "res://assets/models/SulfurChunkSmall1.shape"
}
],
"Density": 0.000005,
"Dissolves": true,
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 2100,
"Size": 10,
"VentAmount": 0.3,
"Damages": 0,
"DeleteOnTouch": false,
"Compounds": {
"hydrogensulfide": {
"Amount": 100
}
}
},
"phosphateSmallChunk": {
"Name": "SMALL_PHOSPHATE_CHUNK",
"Meshes": [
Expand Down Expand Up @@ -1739,29 +1716,6 @@
},
"DissolverEnzyme": "rusticyanin"
},
"sulfurSmallChunk": {
"Name": "SMALL_SULFUR_CHUNK",
"Meshes": [
{
"ScenePath": "res://assets/models/SulfurChunkSmall1.tscn",
"ConvexShapePath": "res://assets/models/SulfurChunkSmall1.shape"
}
],
"Density": 0.00003,
"Dissolves": true,
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 2100,
"Size": 10,
"VentAmount": 0.3,
"Damages": 0,
"DeleteOnTouch": false,
"Compounds": {
"hydrogensulfide": {
"Amount": 100
}
}
},
"phosphateSmallChunk": {
"Name": "SMALL_PHOSPHATE_CHUNK",
"Meshes": [
Expand Down

0 comments on commit b51e85d

Please sign in to comment.