more climate tweaks because I forgot that the climate was a sine wave and not linear
This commit is contained in:
parent
240e336752
commit
9de693d489
16 changed files with 37 additions and 89 deletions
|
|
@ -875,9 +875,10 @@ function registerTFGFLPlanters(event) {
|
|||
/** @param {Internal.TFCDataEventJS} event */
|
||||
function registerTFGFauna(event) {
|
||||
|
||||
// -108 is the average at z=-4k to z=-6k, which feels like a big enough band
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.maxTemp(-100)
|
||||
climate.maxTemp(-108)
|
||||
},
|
||||
faunaData => {
|
||||
faunaData.solidGround(true)
|
||||
|
|
@ -886,7 +887,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-97)
|
||||
climate.minTemp(-102)
|
||||
climate.maxTemp(-30)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
|
|
@ -897,7 +898,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-95)
|
||||
climate.minTemp(-100)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -907,7 +908,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-105)
|
||||
climate.minTemp(-108)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -917,7 +918,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-102)
|
||||
climate.minTemp(-109)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -927,7 +928,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-90)
|
||||
climate.minTemp(-97)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -937,7 +938,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-106)
|
||||
climate.minTemp(-109)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -947,7 +948,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-90)
|
||||
climate.minTemp(-100)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -957,7 +958,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-100)
|
||||
climate.minTemp(-105)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -967,7 +968,7 @@ function registerTFGFauna(event) {
|
|||
|
||||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-100)
|
||||
climate.minTemp(-106)
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue