recipes and fauna data
This commit is contained in:
parent
b2fe5d351a
commit
365acb1e9e
3 changed files with 11 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ function registerTFGFauna(event) {
|
|||
climate => {
|
||||
climate.minTemp(-102)
|
||||
climate.maxTemp(-30)
|
||||
climate.maxForest('normal')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -49,6 +50,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-109)
|
||||
climate.maxForest('normal')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -59,6 +61,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-97)
|
||||
climate.maxForest('edge')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -69,6 +72,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-109)
|
||||
climate.maxForest('normal')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -89,6 +93,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-109)
|
||||
climate.maxForest('normal')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -99,6 +104,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-107)
|
||||
climate.maxForest('normal')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -109,6 +115,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-105)
|
||||
climate.minForest('edge')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -119,6 +126,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-106)
|
||||
climate.minForest('edge')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
@ -129,6 +137,7 @@ function registerTFGFauna(event) {
|
|||
event.fauna(
|
||||
climate => {
|
||||
climate.minTemp(-105)
|
||||
climate.minForest('edge')
|
||||
climate.fuzzy(true)
|
||||
},
|
||||
faunaData => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue