9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

volcanic particle tweaks

This commit is contained in:
Brian Fopiano
2021-08-10 01:43:25 -07:00
parent 89ad8668ee
commit 56f9b01b51
3 changed files with 30 additions and 0 deletions

View File

@@ -76,6 +76,16 @@
"zoom": 1.3,
"exponent": 1.9
},
"effects": [{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 200,
"particleCount": 0
}],
"childShrinkFactor": 1,
"objects": [{
"place": [

View File

@@ -12,6 +12,16 @@
"fogColor": "#DD793C",
"downfallType": "none"
}],
"effects": [{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 200,
"particleCount": 0
}],
"generators": [{
"generator": "mountain",
"max": 180,

View File

@@ -11,6 +11,16 @@
"foliageColor": "#BDBF0B",
"fogColor": "#DD793C",
"downfallType": "none"
}],
"effects": [{
"particleAltX": 0.001,
"particleAltY": 0.13885,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_SIGNAL_SMOKE",
"particleOffset": 0,
"interval": 300,
"particleCount": 0
}],
"children": ["tropical/volcanoes-lava"],
"generators": [{