diff --git a/Configs/Backup.eco b/Configs/Backup.eco index 1fb9711..5fe27e3 100644 --- a/Configs/Backup.eco +++ b/Configs/Backup.eco @@ -1,9 +1,9 @@ -{ - "Enabled": true, - "MaxBackupsInLastHour": 3, - "MaxHourlyBackups": 24, - "MaxDailyBackups": 7, - "MaxWeeklyBackups": 10, - "BackupFrequencyInHours": 0.5, - "HeadBackupEnabled": false -} +{ + "Enabled": true, + "MaxBackupsInLastHour": 3, + "MaxHourlyBackups": 24, + "MaxDailyBackups": 7, + "MaxWeeklyBackups": 10, + "BackupFrequencyInHours": 0.5, + "HeadBackupEnabled": false +} diff --git a/Configs/Difficulty.eco b/Configs/Difficulty.eco index dc7ddf0..561a699 100644 --- a/Configs/Difficulty.eco +++ b/Configs/Difficulty.eco @@ -1,9 +1,9 @@ -{ - "CollaborationPreset": "MediumCollaboration", - "UnlearnRefundRate": 1.5, - "SpecialtyCostMultiplier": 1.0, - "SkillGainMultiplier": 1.0, - "SpecialtyExperienceDivisor": 20.0, - "SpecialtyExperiencePerLevel": 25.0, - "PlayerExperiencePerSpecialtyExperience": 0.0 -} +{ + "CollaborationPreset": "MediumCollaboration", + "UnlearnRefundRate": 1.5, + "SpecialtyCostMultiplier": 1.0, + "SkillGainMultiplier": 1.0, + "SpecialtyExperienceDivisor": 20.0, + "SpecialtyExperiencePerLevel": 25.0, + "PlayerExperiencePerSpecialtyExperience": 0.0 +} diff --git a/Configs/Disasters.eco b/Configs/Disasters.eco index f29b978..6927e6e 100644 --- a/Configs/Disasters.eco +++ b/Configs/Disasters.eco @@ -1,4 +1,4 @@ -{ - "CreateMeteor": true, - "MeteorImpactDays": 40.0 -} +{ + "CreateMeteor": true, + "MeteorImpactDays": 40.0 +} diff --git a/Configs/EcoSim.eco b/Configs/EcoSim.eco deleted file mode 100644 index dc7d044..0000000 --- a/Configs/EcoSim.eco +++ /dev/null @@ -1,307 +0,0 @@ -{ - "$id": "1", - "ClimateSettings": { - "$id": "2", - "InitialOxygenPercent": 0.0, - "InitialNitrogenPercent": 0.04, - "InitialCO2Percent": 0.96, - "AirPressure": 0.006, - "AtmosphereVolume": 1000000.0, - "AtmosphereDisplayEnabled": false, - "AtmosphereSizeInTonnes": 100000.0, - "PollutionMultiplier": 10.0, - "MinCO2ppm": 325.0, - "SeaLevelSimEnabled": true, - "TemperatureSimEnabled": true, - "SeaLevelsRiseAtCO2ppm": 375.0, - "CO2ppmPerSeaLevelMeterRise": 25.0, - "MaxSeaLevelRise": 20.0, - "MaxTemperatureRise": 30.0, - "MaxSeaLevelRiseRatePerDay": 1.0, - "MaxTemperatureChangePerDay": 1.0, - "TemperaturesRiseAtCO2ppm": 340.0, - "CO2ppmPerDegreeTemperatureRise": 30.0, - "MaxCO2PerDayFromAnimals": 10.0, - "MinCO2PerDayFromPlants": -500.0, - "PollutionPerTailingPerTick": 0.016, - "MaxDebrisBlocks": 1.0 - }, - "Interactions": { - "$id": "3", - "Eco.Simulation.WorldLayers.IWorldLayerInteraction": { - "$type": "System.Collections.Generic.List`1[[Eco.Simulation.WorldLayers.IWorldLayerInteraction, Eco.Simulation]], mscorlib", - "$values": [ - { - "$id": "4", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "DesertBiome", - "MoistureRange": { - "min": 0.0, - "max": 0.35 - }, - "TemperatureRange": { - "min": 0.7, - "max": 1.0 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "5", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "TundraBiome", - "MoistureRange": { - "min": 0.0, - "max": 0.65 - }, - "TemperatureRange": { - "min": 0.1, - "max": 0.2 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "7", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "GrasslandBiome", - "MoistureRange": { - "min": 0.25, - "max": 0.55 - }, - "TemperatureRange": { - "min": 0.4, - "max": 0.8 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "8", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "WetlandBiome", - "MoistureRange": { - "min": 1.0, - "max": 1.2 - }, - "TemperatureRange": { - "min": 29.0, - "max": 30.0 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "9", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "ColdForestBiome", - "MoistureRange": { - "min": 0.45, - "max": 0.65 - }, - "TemperatureRange": { - "min": 0.2, - "max": 0.4 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "10", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "WarmForestBiome", - "MoistureRange": { - "min": 0.45, - "max": 0.65 - }, - "TemperatureRange": { - "min": 0.6, - "max": 0.8 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "11", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "TaigaBiome", - "MoistureRange": { - "min": 0.15, - "max": 0.55 - }, - "TemperatureRange": { - "min": 0.2, - "max": 0.3 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "12", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "RainforestBiome", - "MoistureRange": { - "min": 0.65, - "max": 1.05 - }, - "TemperatureRange": { - "min": 0.6, - "max": 0.8 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "13", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "IceBiome", - "MoistureRange": { - "min": 0.0, - "max": 0.65 - }, - "TemperatureRange": { - "min": 0.0, - "max": 0.1 - }, - "WaterRange": { - "min": 0.0, - "max": 0.4 - } - }, - { - "$id": "14", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "OceanBiome", - "MoistureRange": { - "min": 0.0, - "max": 1.0 - }, - "TemperatureRange": { - "min": 0.4, - "max": 1.0 - }, - "WaterRange": { - "min": 0.4, - "max": 1.0 - } - }, - { - "$id": "15", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.BiomeRater, Eco.Simulation", - "BiomeLayerName": "DeepOceanBiome", - "MoistureRange": { - "min": 0.0, - "max": 1.0 - }, - "TemperatureRange": { - "min": 0.0, - "max": 0.4 - }, - "WaterRange": { - "min": 0.4, - "max": 1.0 - } - }, - { - "$id": "16", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation", - "ModifiedLayerName": "SoilMoisture", - "SpreadRatio": 0.6, - "HeightBias": 0.0, - "PostWorldgenTicks": 30 - }, - { - "$id": "17", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation", - "ModifiedLayerName": "SoilMoisture", - "Rate": 0.94, - "Action": "evaporates" - }, - { - "$id": "18", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation", - "InputLayerName": "Rainfall", - "TargetLayerName": "SoilMoisture", - "ActiveOnWorldGen": true, - "ProportionEachTick": 0.05, - "ProportionAtInitialization": 0.8 - }, - { - "$id": "19", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ProportionalInteraction, Eco.Simulation", - "InputLayerName": "FreshWater", - "TargetLayerName": "SoilMoisture", - "ActiveOnWorldGen": true, - "ProportionEachTick": 0.04, - "ProportionAtInitialization": 0.7 - }, - { - "$id": "20", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation", - "ModifiedLayerName": "AirPollutionSpread", - "SpreadRatio": 0.97, - "HeightBias": 0.0, - "PostWorldgenTicks": 0 - }, - { - "$id": "21", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation", - "ModifiedLayerName": "AirPollutionSpread", - "Rate": 0.95, - "Action": "evaporates" - }, - { - "$id": "22", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SecondOrderReaction, Eco.Simulation", - "ReactantOneLayerName": "AirPollutionSpread", - "ReactantTwoLayerName": "Rainfall", - "ProductLayerName": "GroundPollutionSpread", - "ReactionRate": 8.0, - "ActivePostWorldgen": true - }, - { - "$id": "23", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.ExponentialGrowthOrDecay, Eco.Simulation", - "ModifiedLayerName": "GroundPollutionSpread", - "Rate": 0.98, - "Action": "evaporates" - }, - { - "$id": "24", - "$type": "Eco.Simulation.WorldLayers.LayerInteractions.SpreadInteraction, Eco.Simulation", - "ModifiedLayerName": "GroundPollutionSpread", - "SpreadRatio": 0.2, - "HeightBias": 0.75, - "PostWorldgenTicks": 0 - } - ] - } - }, - "TickContinuously": true, - "PushToWorld": true, - "PullFromWorld": true, - "TimeMult": 1.0, - "PlantScarcity": 0.0, - "PlantDensity": 1.0, - "BaseSkillGainRate": 12.0, - "SkillDamageMultiplier": 0.0, - "RecordLayerHistory": "Interval", - "LayerHistoryBackupsPerDay": 4.0, - "TimeOfDayScale": 48.0 -} \ No newline at end of file diff --git a/Configs/Localization.eco b/Configs/Localization.eco index 0108fd7..6dcfa9f 100644 --- a/Configs/Localization.eco +++ b/Configs/Localization.eco @@ -1,3 +1,3 @@ -{ - "Language": "French" -} +{ + "Language": "French" +} diff --git a/Configs/ModKit.eco b/Configs/ModKit.eco index 0aa6cf3..f57e6b0 100644 --- a/Configs/ModKit.eco +++ b/Configs/ModKit.eco @@ -1,11 +1,11 @@ -{ - "WhitelistEnabled": false, - "Whitelist": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", - "$values": [] - } - }, - "LiveUpdateUnityFiles":false, - "PreserveGeneratedModsAssembly":false +{ + "WhitelistEnabled": false, + "Whitelist": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", + "$values": [] + } + }, + "LiveUpdateUnityFiles":false, + "PreserveGeneratedModsAssembly":false } \ No newline at end of file diff --git a/Configs/Network.eco b/Configs/Network.eco index feade99..aaefe06 100644 --- a/Configs/Network.eco +++ b/Configs/Network.eco @@ -1,16 +1,17 @@ -{ - "PublicServer": false, - "Playtime": "", - "DiscordAddress": "", - "Password": "", - "Description": "", - "DetailedDescription": "", - "ServerCategory": "None", - "IPAddress": "Any", - "RemoteAddress": "", - "GameServerPort": 3000, - "WebServerPort": 3001, - "Rate": 20, - "MaxConnections": -1, - "UPnPEnabled": true +{ + "PublicServer": false, + "Playtime": "", + "Password": "", + "Description": "eco", + "DetailedDescription": "", + "ServerCategory": "None", + "IPAddress": "Any", + "RemoteAddress": "", + "GameServerPort": 3000, + "WebServerPort": 3001, + "Rate": 20, + "MaxConnections": -1, + "ID": "994ef752-6b1c-41fb-9194-1c653f05d287", + "Passport": "ef686fdd-4d5a-4e94-a6e0-9d098b005f76", + "UPnPEnabled": true } \ No newline at end of file diff --git a/Configs/Pause.eco b/Configs/Pause.eco index 4c217b6..d8d9c13 100644 --- a/Configs/Pause.eco +++ b/Configs/Pause.eco @@ -1,4 +1,4 @@ -{ - "Paused": false, - "UnpauseAtFirstLogin": true +{ + "Paused": false, + "UnpauseAtFirstLogin": true } \ No newline at end of file diff --git a/Configs/Profanity.eco b/Configs/Profanity.eco index bb166f9..368abee 100644 --- a/Configs/Profanity.eco +++ b/Configs/Profanity.eco @@ -1,1000 +1,1000 @@ -2 girls 1 cup -2g1c -QI'yaH -Qu'vatlh -abbo -acrotomophilia -alabama hot pocket -alaskan pipeline -alligatorbait -anal -analannie -analsex -anilingus -anus -arse -arsehole -ass -assbagger -assblaster -assclown -asscowboy -asses -assfuck -assfucker -asshat -asshole -assholes -asshore -assjockey -asskiss -asskisser -assklown -asslick -asslicker -asslover -assman -assmonkey -assmunch -assmuncher -asspacker -asspirate -assranger -asswhore -asswipe -baby batter -badfuck -ball gag -ball gravy -ball kicking -ball licking -ball sack -ball sucking -balllicker -ballsack -bangbros -bareback -barely legal -barelylegal -barenaked -bastard -bastardo -bastinado -bazooms -bdsm -beaner -beaners -beastality -beastial -beastiality -beat-off -beatoff -beatyourmeat -beaver cleaver -bestiality -biatch -big breasts -big knockers -big tits -bigass -bigbastard -bigbutt -bimbos -bitch -bitcher -bitches -bitchez -bitchin -bitching -bitchslap -bitchy -blow job -blow your load -blowjob -blue waffle -blumpkin -boang -bogan -bohunk -bollick -bollock -bollocks -bondage -boner -boobies -boobs -booby -boody -boondoggle -boong -boonga -boonie -booty call -bootycall -bountybar -brunette action -bukkake -bulldike -bulldyke -bullet vibe -bullshit -bumblefuck -bumfuck -bung hole -bunghole -busty -butchbabes -butchdike -butchdyke -butt-bang -butt-fuck -butt-fucker -butt-fuckers -buttbang -buttcheeks -buttface -buttfuck -buttfucker -buttfuckers -butthead -butthole -buttman -buttmunch -buttmuncher -buttpirate -buttplug -buttstain -byatch -camel toe -cameljockey -cameltoe -camgirl -camslut -camwhore -carpet muncher -carpetmuncher -carruth -cherrypopper -chickslick -chink -chinky -choad -chode -circlejerk -clamdigger -clamdiver -cleveland steamer -clit -clitoris -clogwog -clover clamps -clusterfuck -cocaine -cock -cockblock -cockblocker -cockcowboy -cockfight -cockhead -cockknob -cocklicker -cocklover -cocknob -cockqueen -cockrider -cocks -cocksman -cocksmith -cocksmoker -cocksucer -cocksuck -cocksucked -cocksucker -cocksucking -cocktail -cocktease -coitus -commie -coon -coondog -coons -coprolagnia -coprophilia -crack-whore -crackpipe -crackwhore -creampie -crotchjockey -crotchmonkey -crotchrot -cum -cumbubble -cumfest -cumjockey -cumm -cummer -cumming -cumqueen -cumshot -cunilingus -cunillingus -cunnilingus -cunntt -cunt -cunteyed -cuntfuck -cuntfucker -cuntlick -cuntlicker -cuntlicking -cuntsucker -cybersex -cyberslimer -dammit -damn -damnation -damnit -datnigga -deapthroat -deep throat -deepthroat -dendrophilia -dick -dickbrain -dickforbrains -dickhead -dickless -dicklick -dicklicker -dickman -dickwad -dickweed -dildo -dingleberry -dink -dipshit -dipstick -dirty sanchez -dix -dixiedike -dixiedyke -dog style -doggie style -doggiestyle -doggy style -doggystyle -dolcett -dominatrix -dommes -dong -donkey punch -dope -double dong -double penetration -dp action -dripdick -dumbass -dumbbitch -dumbfuck -dyefly -dyke -easyslut -eat my ass -eatballs -eatpussy -ejaculate -ejaculated -ejaculating -ejaculation -erection -ero -erotism -eunuch -facefucker -fag -fagging -faggot -fagot -fannyfucker -fastfuck -fatah -fatass -fatfuck -fatfucker -fckcum -felatio -felch -felcher -felching -fellatio -feltch -feltcher -feltching -femdom -fetish -figging -fingerbang -fingerfood -fingerfuck -fingerfucked -fingerfucker -fingerfuckers -fingerfucking -fister -fistfuck -fistfucked -fistfucker -fistfucking -fisting -fondle -foot fetish -footaction -footfuck -footfucker -footjob -footlicker -footstar -freakfuck -freakyfucker -freefuck -frotting -fu -fubar -fuc -fucck -fuck -fuck buttons -fucka -fuckable -fuckbag -fuckbuddy -fucked -fuckedup -fucker -fuckers -fuckface -fuckfest -fuckfreak -fuckfriend -fuckhead -fuckher -fuckin -fuckina -fucking -fuckingbitch -fuckinnuts -fuckinright -fuckit -fuckknob -fuckme -fuckmehard -fuckmonkey -fuckoff -fuckpig -fucks -fucktard -fuckwhore -fuckyou -fudge packer -fudgepacker -fugly -fuk -fuks -funfuck -fuuck -gang bang -gangbang -gangbanged -gangbanger -gangsta -gatorbait -getiton -ghuy'cha' -giant cock -ginzo -gipp -givehead -goatcx -goatse -gob -godammit -goddamit -goddammit -goddamn -goddamned -goddamnes -goddamnit -goddamnmuthafucker -golden shower -goldenshower -gonorrehea -goo girl -goodpoop -gook -goregasm -gotohell -goy -goyim -greaseball -gringo -groe -grope -grostulation -group sex -gubba -gummer -gun -guro -gyp -gypo -gypp -gyppie -gyppo -gyppy -hamas -hand job -handjob -hapa -hard core -hardcore -hardon -harem -headfuck -hebe -heeb -hell -hentai -heroin -herpes -hiscock -hodgie -holestuffer -homobangers -hooker -hookers -hooters -hore -horney -horniest -horny -horseshit -hosejob -hot carl -hotdamn -hotpussy -hottotrot -iblowu -intheass -inthebuff -jackass -jackoff -jackshit -jail bait -jailbait -jebus -jerk off -jerkoff -jimfish -jism -jiz -jizim -jizjuice -jizm -jizz -jizzim -jizzum -junglebunny -kaffer -kaffir -kaffre -kafir -kanake -kike -kinkster -kinky -kissass -knobbing -kock -kondum -kotex -krap -krappy -kraut -kum -kumbubble -kumbullbe -kummer -kumming -kums -kunilingus -kunnilingus -kunt -kyke -lapdance -limpdick -livesex -lolita -lovegoo -lovegun -lovejuice -lovemuscle -lovepistol -loverocket -lubejob -male squirting -manpaste -mastabate -mastabater -masterbate -mastrabator -masturbate -masturbating -meatbeatter -menage a trois -meth -mgger -mggor -mockey -mockie -mocky -mofo -moky -molest -molestation -molester -molestor -moneyshot -mooncricket -mosshead -mothafuck -mothafucka -mothafuckaz -mothafucked -mothafucker -mothafuckin -mothafucking -mothafuckings -motherfuck -motherfucked -motherfucker -motherfuckin -motherfucking -motherfuckings -motherlovebone -mound of venus -mr hands -muff -muff diver -muffdive -muffdiver -muffdiving -muffindiver -mufflikcer -mulatto -munt -nambla -narcotic -nastybitch -nastyho -nastyslut -nastywhore -nawashi -nazi -necro -nig -niger -nigg -nigga -niggah -niggaracci -niggard -niggard's -niggarded -niggarding -niggardliness -niggardliness's -niggardly -niggards -niggaz -nigger -nigger's -niggerhead -niggerhole -niggers -niggle -niggled -niggles -niggling -nigglings -niggor -niggur -niglet -nignog -nigr -nigra -nigre -nittit -nlgger -nlggor -nofuckingway -noonan -nooner -nudger -nutfucker -one cup two girls -one guy one jar -ontherag -orga -orgasim -orgasm -orgies -orgy -paedophile -paki -pansies -pansy -panti -panties -panty -payo -peckerwood -pedobear -pedophile -pegging -pendy -peni5 -penile -penis -penises -Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn -phone sex -phonesex -phuk -phuked -phuking -phukked -phukking -phungky -phuq -picaninny -piccaninny -pickaninny -piece of shit -piker -pikey -piky -pimp -pimped -pimper -pimpjuic -pimpjuice -pimpsimp -pindick -piss -piss pig -pissed -pisser -pisses -pisshead -pissin -pissing -pissoff -pisspig -playboy -playgirl -pleasure chest -pocha -pohm -polack -pole smoker -pom -pommie -pommy -ponyplay -poon -poontang -poop chute -poopchute -pooper -pooperscooper -pooping -poorwhitetrash -popimp -porchmonkey -porn -pornflick -pornking -porno -pornography -pornprincess -prickhead -prince albert piercing -prostitute -pu55i -pu55y -pube -pubes -pud -pudboy -pudd -puddboy -punany -puntang -puss -pussie -pussies -pussy -pussycat -pussyeater -pussyfucker -pussylicker -pussylips -pussylover -pussypounder -pusy -quashie -queaf -queef -quim -rabbi -raghead -raging boner -rape -raped -raper -raping -rapist -rearend -rectum -redlight -reefer -reestie -rentafuck -rere -reverse cowgirl -rimjob -rimming -rosy palm -rosy palm and her 5 sisters -roundeye -rusty trombone -s&m -sadis -sadism -sadom -samckdaddy -sandm -sandnigger -scag -schlong -scrotum -semen -seppo -sex -sexed -sexfarm -sexhound -sexhouse -sexing -sexkitten -sexo -sexpot -sexslave -sextogo -sextoy -sextoys -sexual -sexually -sexwhore -sexy -sexy-slim -sexymoma -shat -shav -shaved beaver -shaved pussy -shawtypimp -sheeney -shhit -shibari -shinola -shit -shitcan -shitdick -shite -shiteater -shited -shitface -shitfaced -shitfit -shitforbrains -shitfuck -shitfucker -shitfull -shithapens -shithappens -shithead -shithouse -shiting -shitlist -shitola -shitoutofluck -shits -shitstain -shitted -shitter -shitting -shitty -shitty -shortfuck -shota -shrimping -skank -skankbitch -skankfuck -skankwhore -skanky -skankybitch -skankywhore -skeet -skinflute -skum -skumbag -slapper -slaughter -slav -sleezebag -sleezeball -slideitin -slimeball -slimebucket -slopehead -slut -sluts -slutt -slutting -slutty -slutwear -slutwhore -smackthemonkey -smut -snatch -snatchpatch -snownigger -sodom -sodomise -sodomite -sodomize -sodomy -sonofabitch -sonofbitch -sooty -spaghettibender -spaghettinigger -spankthemonkey -spermbag -spermhearder -spermherder -spic -spick -spig -spigotty -spik -splittail -splooge -splooge moose -spooge -spread legs -spreadeagle -spunk -squaw -stiffy -strap on -strapon -strappado -stringer -strip club -stripclub -stroking -stupidfuck -stupidfucker -style doggy -suckdick -suckme -suckmyass -suckmydick -suckmytit -suckoff -swallower -taff -tang -tantra -tarbaby -tard -tea bagging -testicle -testicles -thicklips -thirdeye -thirdleg -timbernigger -tit -titbitnipply -titfuck -titfucker -titfuckin -titjob -titlicker -titlover -tits -tittie -titties -titty -tongethruster -tonguethrust -tonguetramp -topless -towelhead -tuckahoe -tushy -twat -two girls one cup -twobitwhore -unfuckable -upskirt -uptheass -upthebutt -urethra play -urinary -urophilia -uterus -vagina -vaginal -venus mound -vibr -vibrater -vibrator -vietcong -violence -violet wand -virginbreaker -vorarephilia -voyeur -vulva -wab -wank -wanker -wanking -wet dream -wetback -wetspot -whacker -whash -whigger -whiskeydick -whiskydick -white power -whitenigger -whitetrash -whitey -whop -whore -whorefucker -whorehouse -wigger -williewanker -wog -woodhouselivingpeople -wop -wrapping men -wuss -wuzzie -yankee -yaoi -yellow showers -yellowman -yiff -yiffy -zigabo -zipperhead +2 girls 1 cup +2g1c +QI'yaH +Qu'vatlh +abbo +acrotomophilia +alabama hot pocket +alaskan pipeline +alligatorbait +anal +analannie +analsex +anilingus +anus +arse +arsehole +ass +assbagger +assblaster +assclown +asscowboy +asses +assfuck +assfucker +asshat +asshole +assholes +asshore +assjockey +asskiss +asskisser +assklown +asslick +asslicker +asslover +assman +assmonkey +assmunch +assmuncher +asspacker +asspirate +assranger +asswhore +asswipe +baby batter +badfuck +ball gag +ball gravy +ball kicking +ball licking +ball sack +ball sucking +balllicker +ballsack +bangbros +bareback +barely legal +barelylegal +barenaked +bastard +bastardo +bastinado +bazooms +bdsm +beaner +beaners +beastality +beastial +beastiality +beat-off +beatoff +beatyourmeat +beaver cleaver +bestiality +biatch +big breasts +big knockers +big tits +bigass +bigbastard +bigbutt +bimbos +bitch +bitcher +bitches +bitchez +bitchin +bitching +bitchslap +bitchy +blow job +blow your load +blowjob +blue waffle +blumpkin +boang +bogan +bohunk +bollick +bollock +bollocks +bondage +boner +boobies +boobs +booby +boody +boondoggle +boong +boonga +boonie +booty call +bootycall +bountybar +brunette action +bukkake +bulldike +bulldyke +bullet vibe +bullshit +bumblefuck +bumfuck +bung hole +bunghole +busty +butchbabes +butchdike +butchdyke +butt-bang +butt-fuck +butt-fucker +butt-fuckers +buttbang +buttcheeks +buttface +buttfuck +buttfucker +buttfuckers +butthead +butthole +buttman +buttmunch +buttmuncher +buttpirate +buttplug +buttstain +byatch +camel toe +cameljockey +cameltoe +camgirl +camslut +camwhore +carpet muncher +carpetmuncher +carruth +cherrypopper +chickslick +chink +chinky +choad +chode +circlejerk +clamdigger +clamdiver +cleveland steamer +clit +clitoris +clogwog +clover clamps +clusterfuck +cocaine +cock +cockblock +cockblocker +cockcowboy +cockfight +cockhead +cockknob +cocklicker +cocklover +cocknob +cockqueen +cockrider +cocks +cocksman +cocksmith +cocksmoker +cocksucer +cocksuck +cocksucked +cocksucker +cocksucking +cocktail +cocktease +coitus +commie +coon +coondog +coons +coprolagnia +coprophilia +crack-whore +crackpipe +crackwhore +creampie +crotchjockey +crotchmonkey +crotchrot +cum +cumbubble +cumfest +cumjockey +cumm +cummer +cumming +cumqueen +cumshot +cunilingus +cunillingus +cunnilingus +cunntt +cunt +cunteyed +cuntfuck +cuntfucker +cuntlick +cuntlicker +cuntlicking +cuntsucker +cybersex +cyberslimer +dammit +damn +damnation +damnit +datnigga +deapthroat +deep throat +deepthroat +dendrophilia +dick +dickbrain +dickforbrains +dickhead +dickless +dicklick +dicklicker +dickman +dickwad +dickweed +dildo +dingleberry +dink +dipshit +dipstick +dirty sanchez +dix +dixiedike +dixiedyke +dog style +doggie style +doggiestyle +doggy style +doggystyle +dolcett +dominatrix +dommes +dong +donkey punch +dope +double dong +double penetration +dp action +dripdick +dumbass +dumbbitch +dumbfuck +dyefly +dyke +easyslut +eat my ass +eatballs +eatpussy +ejaculate +ejaculated +ejaculating +ejaculation +erection +ero +erotism +eunuch +facefucker +fag +fagging +faggot +fagot +fannyfucker +fastfuck +fatah +fatass +fatfuck +fatfucker +fckcum +felatio +felch +felcher +felching +fellatio +feltch +feltcher +feltching +femdom +fetish +figging +fingerbang +fingerfood +fingerfuck +fingerfucked +fingerfucker +fingerfuckers +fingerfucking +fister +fistfuck +fistfucked +fistfucker +fistfucking +fisting +fondle +foot fetish +footaction +footfuck +footfucker +footjob +footlicker +footstar +freakfuck +freakyfucker +freefuck +frotting +fu +fubar +fuc +fucck +fuck +fuck buttons +fucka +fuckable +fuckbag +fuckbuddy +fucked +fuckedup +fucker +fuckers +fuckface +fuckfest +fuckfreak +fuckfriend +fuckhead +fuckher +fuckin +fuckina +fucking +fuckingbitch +fuckinnuts +fuckinright +fuckit +fuckknob +fuckme +fuckmehard +fuckmonkey +fuckoff +fuckpig +fucks +fucktard +fuckwhore +fuckyou +fudge packer +fudgepacker +fugly +fuk +fuks +funfuck +fuuck +gang bang +gangbang +gangbanged +gangbanger +gangsta +gatorbait +getiton +ghuy'cha' +giant cock +ginzo +gipp +givehead +goatcx +goatse +gob +godammit +goddamit +goddammit +goddamn +goddamned +goddamnes +goddamnit +goddamnmuthafucker +golden shower +goldenshower +gonorrehea +goo girl +goodpoop +gook +goregasm +gotohell +goy +goyim +greaseball +gringo +groe +grope +grostulation +group sex +gubba +gummer +gun +guro +gyp +gypo +gypp +gyppie +gyppo +gyppy +hamas +hand job +handjob +hapa +hard core +hardcore +hardon +harem +headfuck +hebe +heeb +hell +hentai +heroin +herpes +hiscock +hodgie +holestuffer +homobangers +hooker +hookers +hooters +hore +horney +horniest +horny +horseshit +hosejob +hot carl +hotdamn +hotpussy +hottotrot +iblowu +intheass +inthebuff +jackass +jackoff +jackshit +jail bait +jailbait +jebus +jerk off +jerkoff +jimfish +jism +jiz +jizim +jizjuice +jizm +jizz +jizzim +jizzum +junglebunny +kaffer +kaffir +kaffre +kafir +kanake +kike +kinkster +kinky +kissass +knobbing +kock +kondum +kotex +krap +krappy +kraut +kum +kumbubble +kumbullbe +kummer +kumming +kums +kunilingus +kunnilingus +kunt +kyke +lapdance +limpdick +livesex +lolita +lovegoo +lovegun +lovejuice +lovemuscle +lovepistol +loverocket +lubejob +male squirting +manpaste +mastabate +mastabater +masterbate +mastrabator +masturbate +masturbating +meatbeatter +menage a trois +meth +mgger +mggor +mockey +mockie +mocky +mofo +moky +molest +molestation +molester +molestor +moneyshot +mooncricket +mosshead +mothafuck +mothafucka +mothafuckaz +mothafucked +mothafucker +mothafuckin +mothafucking +mothafuckings +motherfuck +motherfucked +motherfucker +motherfuckin +motherfucking +motherfuckings +motherlovebone +mound of venus +mr hands +muff +muff diver +muffdive +muffdiver +muffdiving +muffindiver +mufflikcer +mulatto +munt +nambla +narcotic +nastybitch +nastyho +nastyslut +nastywhore +nawashi +nazi +necro +nig +niger +nigg +nigga +niggah +niggaracci +niggard +niggard's +niggarded +niggarding +niggardliness +niggardliness's +niggardly +niggards +niggaz +nigger +nigger's +niggerhead +niggerhole +niggers +niggle +niggled +niggles +niggling +nigglings +niggor +niggur +niglet +nignog +nigr +nigra +nigre +nittit +nlgger +nlggor +nofuckingway +noonan +nooner +nudger +nutfucker +one cup two girls +one guy one jar +ontherag +orga +orgasim +orgasm +orgies +orgy +paedophile +paki +pansies +pansy +panti +panties +panty +payo +peckerwood +pedobear +pedophile +pegging +pendy +peni5 +penile +penis +penises +Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn +phone sex +phonesex +phuk +phuked +phuking +phukked +phukking +phungky +phuq +picaninny +piccaninny +pickaninny +piece of shit +piker +pikey +piky +pimp +pimped +pimper +pimpjuic +pimpjuice +pimpsimp +pindick +piss +piss pig +pissed +pisser +pisses +pisshead +pissin +pissing +pissoff +pisspig +playboy +playgirl +pleasure chest +pocha +pohm +polack +pole smoker +pom +pommie +pommy +ponyplay +poon +poontang +poop chute +poopchute +pooper +pooperscooper +pooping +poorwhitetrash +popimp +porchmonkey +porn +pornflick +pornking +porno +pornography +pornprincess +prickhead +prince albert piercing +prostitute +pu55i +pu55y +pube +pubes +pud +pudboy +pudd +puddboy +punany +puntang +puss +pussie +pussies +pussy +pussycat +pussyeater +pussyfucker +pussylicker +pussylips +pussylover +pussypounder +pusy +quashie +queaf +queef +quim +rabbi +raghead +raging boner +rape +raped +raper +raping +rapist +rearend +rectum +redlight +reefer +reestie +rentafuck +rere +reverse cowgirl +rimjob +rimming +rosy palm +rosy palm and her 5 sisters +roundeye +rusty trombone +s&m +sadis +sadism +sadom +samckdaddy +sandm +sandnigger +scag +schlong +scrotum +semen +seppo +sex +sexed +sexfarm +sexhound +sexhouse +sexing +sexkitten +sexo +sexpot +sexslave +sextogo +sextoy +sextoys +sexual +sexually +sexwhore +sexy +sexy-slim +sexymoma +shat +shav +shaved beaver +shaved pussy +shawtypimp +sheeney +shhit +shibari +shinola +shit +shitcan +shitdick +shite +shiteater +shited +shitface +shitfaced +shitfit +shitforbrains +shitfuck +shitfucker +shitfull +shithapens +shithappens +shithead +shithouse +shiting +shitlist +shitola +shitoutofluck +shits +shitstain +shitted +shitter +shitting +shitty +shitty +shortfuck +shota +shrimping +skank +skankbitch +skankfuck +skankwhore +skanky +skankybitch +skankywhore +skeet +skinflute +skum +skumbag +slapper +slaughter +slav +sleezebag +sleezeball +slideitin +slimeball +slimebucket +slopehead +slut +sluts +slutt +slutting +slutty +slutwear +slutwhore +smackthemonkey +smut +snatch +snatchpatch +snownigger +sodom +sodomise +sodomite +sodomize +sodomy +sonofabitch +sonofbitch +sooty +spaghettibender +spaghettinigger +spankthemonkey +spermbag +spermhearder +spermherder +spic +spick +spig +spigotty +spik +splittail +splooge +splooge moose +spooge +spread legs +spreadeagle +spunk +squaw +stiffy +strap on +strapon +strappado +stringer +strip club +stripclub +stroking +stupidfuck +stupidfucker +style doggy +suckdick +suckme +suckmyass +suckmydick +suckmytit +suckoff +swallower +taff +tang +tantra +tarbaby +tard +tea bagging +testicle +testicles +thicklips +thirdeye +thirdleg +timbernigger +tit +titbitnipply +titfuck +titfucker +titfuckin +titjob +titlicker +titlover +tits +tittie +titties +titty +tongethruster +tonguethrust +tonguetramp +topless +towelhead +tuckahoe +tushy +twat +two girls one cup +twobitwhore +unfuckable +upskirt +uptheass +upthebutt +urethra play +urinary +urophilia +uterus +vagina +vaginal +venus mound +vibr +vibrater +vibrator +vietcong +violence +violet wand +virginbreaker +vorarephilia +voyeur +vulva +wab +wank +wanker +wanking +wet dream +wetback +wetspot +whacker +whash +whigger +whiskeydick +whiskydick +white power +whitenigger +whitetrash +whitey +whop +whore +whorefucker +whorehouse +wigger +williewanker +wog +woodhouselivingpeople +wop +wrapping men +wuss +wuzzie +yankee +yaoi +yellow showers +yellowman +yiff +yiffy +zigabo +zipperhead zoophilia \ No newline at end of file diff --git a/Configs/Rooms.eco b/Configs/Rooms.eco index 6a98038..483e91b 100644 --- a/Configs/Rooms.eco +++ b/Configs/Rooms.eco @@ -1,4 +1,4 @@ -{ - "EmptyBlocksCountAsWindows": true, - "WallBlocksPerWindow": 10 +{ + "EmptyBlocksCountAsWindows": true, + "WallBlocksPerWindow": 10 } \ No newline at end of file diff --git a/Configs/Sleep.eco b/Configs/Sleep.eco index 0cf55ac..59f8ff1 100644 --- a/Configs/Sleep.eco +++ b/Configs/Sleep.eco @@ -1,5 +1,5 @@ -{ - "AllowFastForward": false, - "SleepTimePassMultiplier": 500.0, - "TimeToReachMaximumTimeRate": 20.0 +{ + "AllowFastForward": false, + "SleepTimePassMultiplier": 500.0, + "TimeToReachMaximumTimeRate": 20.0 } \ No newline at end of file diff --git a/Configs/Stats.eco b/Configs/Stats.eco index 1b636d4..0938ddd 100644 --- a/Configs/Stats.eco +++ b/Configs/Stats.eco @@ -1,7 +1,7 @@ -{ - "EnableStatWrites": true, - "EnableStatReads": true, - "EnablePendingWritesOnBackup": true, - "WriteTimeoutMS": 1000, - "ReadTimeoutMS": 1000 +{ + "EnableStatWrites": true, + "EnableStatReads": true, + "EnablePendingWritesOnBackup": true, + "WriteTimeoutMS": 1000, + "ReadTimeoutMS": 1000 } \ No newline at end of file diff --git a/Configs/Storage.eco b/Configs/Storage.eco index 0011c45..c000d34 100644 --- a/Configs/Storage.eco +++ b/Configs/Storage.eco @@ -1,6 +1,6 @@ -{ - "SaveName": "Game", - "SaveFrequency": 60, - "CleanupFilesOnExceptions": false, - "StorageDirectory": "Storage" +{ + "SaveName": "Game", + "SaveFrequency": 60, + "CleanupFilesOnExceptions": false, + "StorageDirectory": "Storage" } \ No newline at end of file diff --git a/Configs/Users.eco b/Configs/Users.eco index c3f0181..8555f93 100644 --- a/Configs/Users.eco +++ b/Configs/Users.eco @@ -1,147 +1,138 @@ -{ - "UseWaste": false, - "MaxRepFromOnPerson": 30.0, - "MinRepFromOnePerson": -10.0, - "AllowDebugCalls": false, - "AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone", - "WhiteList": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", - "$values": [ - "76561198011452073", - "76561198046374237", - "76561198008873235", - "76561197987298887" - ] - } - }, - "BlackList": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", - "$values": [] - } - }, - "Admins": { - "System.String": { - "$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib", - "$values": [ - "76561198011452073", - "76561198046374237", - "76561198008873235", - "76561197987298887" - ] - } - }, - "Reputations": { - "Eco.Gameplay.Economy.ReputationTitle": { - "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib", - "$values": [ - { - "MaxReputation": -500.0, - "Title": "Reprehensible", - "Color": "FF4623" - }, - { - "MaxReputation": -200.0, - "Title": "Abhorred", - "Color": "FF5A24" - }, - { - "MaxReputation": -100.0, - "Title": "Nefarious", - "Color": "FF7025" - }, - { - "MaxReputation": -50.0, - "Title": "Shunned", - "Color": "FFA028" - }, - { - "MaxReputation": -20.0, - "Title": "Ill-Regarded", - "Color": "FFC32A" - }, - { - "MaxReputation": -10.0, - "Title": "Unfavorable", - "Color": "FFF62D" - }, - { - "MaxReputation": -5.0, - "Title": "Questionable", - "Color": "E8EB43" - }, - { - "MaxReputation": -2.0, - "Title": "Uncertain", - "Color": "B2CE76" - }, - { - "MaxReputation": -1.0, - "Title": "Unknown", - "Color": "2581FE" - }, - { - "MaxReputation": 1.0, - "Title": "Unknown", - "Color": "2581FE" - }, - { - "MaxReputation": 2.0, - "Title": "Helpful", - "Color": "2899FE" - }, - { - "MaxReputation": 5.0, - "Title": "Respected", - "Color": "2EB6FC" - }, - { - "MaxReputation": 10.0, - "Title": "Friendly", - "Color": "34D4FA" - }, - { - "MaxReputation": 20.0, - "Title": "Well-Regarded", - "Color": "3DFFF8" - }, - { - "MaxReputation": 50.0, - "Title": "Esteemed", - "Color": "51FFB7" - }, - { - "MaxReputation": 100.0, - "Title": "Celebrated", - "Color": "61FF82" - }, - { - "MaxReputation": 200.0, - "Title": "Honored", - "Color": "70FF4F" - }, - { - "MaxReputation": 500.0, - "Title": "Revered", - "Color": "77FF37" - }, - { - "MaxReputation": 1000.0, - "Title": "Exalted", - "Color": "7BFF29" - } - ] - } - }, - "UnStuckDisableTime": 60.0, - "DelayNearbyFoodCheckMinutes": 4.0, - "NearbyFoodSpawnLocationRadius": 20.0, - "NearbyFoodSpawnCount": 5, - "UseExactSpawnLocation": true, - "SpawnNearbyFoodLocation": { - "x": 1, - "y": 63, - "z": 1 - } -} +{ + "UseWaste": false, + "MaxRepFromOnePerson": 30.0, + "MinRepFromOnePerson": -10.0, + "AllowDebugCalls": false, + "WhiteList": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", + "$values": [] + } + }, + "BlackList": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", + "$values": [] + } + }, + "Admins": { + "System.String": { + "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib", + "$values": [] + } + }, + "Reputations": { + "Eco.Gameplay.Economy.ReputationTitle": { + "$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], System.Private.CoreLib", + "$values": [ + { + "MaxReputation": -500.0, + "Title": "Reprehensible", + "Color": "FF4623" + }, + { + "MaxReputation": -200.0, + "Title": "Abhorred", + "Color": "FF5A24" + }, + { + "MaxReputation": -100.0, + "Title": "Nefarious", + "Color": "FF7025" + }, + { + "MaxReputation": -50.0, + "Title": "Shunned", + "Color": "FFA028" + }, + { + "MaxReputation": -20.0, + "Title": "Ill-Regarded", + "Color": "FFC32A" + }, + { + "MaxReputation": -10.0, + "Title": "Unfavorable", + "Color": "FFF62D" + }, + { + "MaxReputation": -5.0, + "Title": "Questionable", + "Color": "E8EB43" + }, + { + "MaxReputation": -2.0, + "Title": "Uncertain", + "Color": "B2CE76" + }, + { + "MaxReputation": -1.0, + "Title": "Unknown", + "Color": "2581FE" + }, + { + "MaxReputation": 1.0, + "Title": "Unknown", + "Color": "2581FE" + }, + { + "MaxReputation": 2.0, + "Title": "Helpful", + "Color": "2899FE" + }, + { + "MaxReputation": 5.0, + "Title": "Respected", + "Color": "2EB6FC" + }, + { + "MaxReputation": 10.0, + "Title": "Friendly", + "Color": "34D4FA" + }, + { + "MaxReputation": 20.0, + "Title": "Well-Regarded", + "Color": "3DFFF8" + }, + { + "MaxReputation": 50.0, + "Title": "Esteemed", + "Color": "51FFB7" + }, + { + "MaxReputation": 100.0, + "Title": "Celebrated", + "Color": "61FF82" + }, + { + "MaxReputation": 200.0, + "Title": "Honored", + "Color": "70FF4F" + }, + { + "MaxReputation": 500.0, + "Title": "Revered", + "Color": "77FF37" + }, + { + "MaxReputation": 1000.0, + "Title": "Exalted", + "Color": "7BFF29" + } + ] + } + }, + "UnStuckDisableTime": 60.0, + "AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone", + "DelayNearbyFoodCheckMinutes": 4.0, + "NearbyFoodSpawnLocationRadius": 20.0, + "NearbyFoodSpawnCount": 5, + "UseExactSpawnLocation": false, + "SpawnLocation": { + "x": 334, + "y": 0, + "z": 90 + }, + "IgnoreVersionMismatch": false +} \ No newline at end of file diff --git a/Configs/World.eco b/Configs/World.eco index bf436a6..1158b41 100644 --- a/Configs/World.eco +++ b/Configs/World.eco @@ -1,7 +1,7 @@ -{ - "AtmosphereType": { - "Type": "Eco.World.DefaultAtmosphere, Eco.World" - }, - "WorldTickCPUMax": 0.25 - +{ + "AtmosphereType": { + "Type": "Eco.World.DefaultAtmosphere, Eco.World" + }, + "WorldTickCPUMax": 0.25 + } \ No newline at end of file diff --git a/Configs/WorldGenerator.eco b/Configs/WorldGenerator.eco index 8548a6a..33a68ac 100644 --- a/Configs/WorldGenerator.eco +++ b/Configs/WorldGenerator.eco @@ -1,1719 +1,3614 @@ -{ - "$id": "1", - "Dimensions": { - "x": 100, - "y": 100 - }, - "WaterLevel": 45, - "Height": 160, - "SpawnLocation": { - "x": 0, - "y": 0, - "z": 0 - }, - "HeightmapModule": { - "$id": "2", - "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator", - "Source": { - "$id": "3", - "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", - "Config": { - "$id": "4", - "PointRadius": 10.0, - "LandPercentRange": { - "min": 0.45, - "max": 0.55 - }, - "CoastlineSize": 1, - "ShallowOceanSize": 2, - "DesertPercent": 0.06, - "WarmForestPercent": 0.08, - "CoolForestPercent": 0.18, - "TaigaPercent": 0.1, - "TundraPercent": 0.04, - "IcePercent": 0.005, - "RainforestPercent": 0.12, - "SteppePercent": 0.06, - "HighDesertPercent": 0.04, - "NumContinentsRange": { - "min": 1.0, - "max": 3.0 - }, - "ContinentAvoidRange": { - "min": 8.0, - "max": 16.0 - }, - "IslandPercent": 0.05, - "NumSmallIslandsRange": { - "min": 1.0, - "max": 3.0 - }, - "IslandAvoidRange": { - "min": 4.0, - "max": 8.0 - }, - "NumRainforests": 1, - "NumWarmForests": 1, - "NumCoolForests": 1, - "NumTaigas": 1, - "NumTundras": 1, - "NumIces": 1, - "NumDeserts": 1, - "NumHighDeserts": 2, - "NumSteppes": 2, - "LakeSizeRange": { - "min": 0.0008, - "max": 0.0018 - }, - "NumLakesRange": { - "min": 4.0, - "max": 8.0 - }, - "NumRiversRange": { - "min": 2.0, - "max": 5.0 - }, - "RiverAvoidance": 2, - "RiverWidth": 10.0, - "MaxElevationOceanDistance": 10.0, - "ElevationPower": 2.0, - "AutoScale": true, - "AutoScaleExponent": 0.25, - "SaveTerrainImage": false - }, - "OutputIndex": 0 - }, - "InvertTerraces": false, - "Power": 4.0, - "TerracePoints": 41 - }, - "WaterModule": { - "$id": "5", - "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator", - "Source": { - "$id": "6", - "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", - "Config": { - "$ref": "4" - }, - "OutputIndex": 1 - }, - "InvertTerraces": false, - "Power": 4.0, - "TerracePoints": 61 - }, - "RainfallModule": { - "$id": "7", - "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", - "Config": { - "$ref": "4" - }, - "OutputIndex": 2 - }, - "TemperatureModule": { - "$id": "8", - "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", - "Config": { - "$ref": "4" - }, - "OutputIndex": 3 - }, - "Crater": { - "$id": "9", - "Frequency": 0.0, - "RadiusRange": { - "min": 5.0, - "max": 50.0 - }, - "DepthRange": { - "min": 0.1, - "max": 0.5 - } - }, - "TerrainModule": { - "$id": "10", - "$type": "Eco.WorldGenerator.TerrainModule, Eco.WorldGenerator", - "Name": "World", - "Modules": [ - { - "$id": "11", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Grassland", - "Module": { - "$id": "12", - "BlockDepthRanges": [ - { - "$id": "13", - "NoiseFrequency": 1.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$id": "14", - "Type": "Eco.World.Blocks.DirtBlock, Eco.World" - }, - "SubModules": [ - { - "$id": "15", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "16", - "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "17", - "NoiseFrequency": 60.0, - "Min": 1, - "Max": 4, - "BlockType": { - "$ref": "16" - }, - "SubModules": [ - { - "$id": "18", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "19", - "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "20", - "NoiseFrequency": 40.0, - "Min": 2, - "Max": 30, - "BlockType": { - "$id": "21", - "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "22", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 70, - "BlockType": { - "$id": "23", - "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" - }, - "SubModules": [ - { - "$id": "24", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "25", - "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.1, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "26", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "27", - "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 13.0, - "max": 16.0 - }, - "PercentChance": 0.7, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "28", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$id": "29", - "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods" - }, - "SubModules": [ - { - "$id": "30", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "31", - "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 70.0 - }, - "PercentChance": 0.01, - "NoiseFrequency": 50.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "32", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$id": "33", - "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "34", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "RainForest", - "Module": { - "$id": "35", - "BlockDepthRanges": [ - { - "$id": "36", - "NoiseFrequency": 1.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "14" - }, - "SubModules": [ - { - "$id": "37", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "16" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "38", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 20, - "BlockType": { - "$ref": "16" - }, - "SubModules": [ - { - "$id": "39", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "19" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.55, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "40", - "NoiseFrequency": 40.0, - "Min": 2, - "Max": 70, - "BlockType": { - "$id": "41", - "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "42", - "NoiseFrequency": 40.0, - "Min": 20, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "43", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 20.0, - "max": 40.0 - }, - "PercentChance": 0.01, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "44", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 40.0, - "max": 70.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "45", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "46", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "WarmForest", - "Module": { - "$id": "47", - "BlockDepthRanges": [ - { - "$id": "48", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "14" - }, - "SubModules": [ - { - "$id": "49", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "16" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "50", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 8, - "BlockType": { - "$ref": "16" - }, - "SubModules": [ - { - "$id": "51", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "19" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.1, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "52", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 40, - "BlockType": { - "$id": "53", - "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "54", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "55", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 16.0 - }, - "PercentChance": 0.01, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "56", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 16.0, - "max": 40.0 - }, - "PercentChance": 0.03, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "57", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "58", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "ColdForest", - "Module": { - "$id": "59", - "BlockDepthRanges": [ - { - "$id": "60", - "NoiseFrequency": 1.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "14" - }, - "SubModules": [ - { - "$id": "61", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "16" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "62", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 4, - "BlockType": { - "$ref": "16" - }, - "SubModules": [] - }, - { - "$id": "63", - "NoiseFrequency": 40.0, - "Min": 5, - "Max": 10, - "BlockType": { - "$ref": "53" - }, - "SubModules": [] - }, - { - "$id": "64", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "65", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 30.0 - }, - "PercentChance": 0.01, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "66", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 30.0, - "max": 70.0 - }, - "PercentChance": 0.02, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "67", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "68", - "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 5.0, - "max": 20.0 - }, - "PercentChance": 0.02, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "69", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "70", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Taiga", - "Module": { - "$id": "71", - "BlockDepthRanges": [ - { - "$id": "72", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "14" - }, - "SubModules": [ - { - "$id": "73", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "74", - "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "75", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "16" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.1, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "76", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 4, - "BlockType": { - "$id": "77", - "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" - }, - "SubModules": [] - }, - { - "$id": "78", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 20, - "BlockType": { - "$ref": "53" - }, - "SubModules": [] - }, - { - "$id": "79", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "80", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "81", - "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 5.0, - "max": 20.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "82", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 20.0, - "max": 30.0 - }, - "PercentChance": 0.4, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "83", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 30.0, - "max": 40.0 - }, - "PercentChance": 0.08, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "84", - "NoiseFrequency": 40.0, - "Min": 40, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "85", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Tundra", - "Module": { - "$id": "86", - "BlockDepthRanges": [ - { - "$id": "87", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "14" - }, - "SubModules": [ - { - "$id": "88", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "74" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.15, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "89", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "90", - "Type": "Eco.World.Blocks.SnowBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.2, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "91", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 4, - "BlockType": { - "$ref": "77" - }, - "SubModules": [ - { - "$id": "92", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "93", - "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.1, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "94", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 30, - "BlockType": { - "$ref": "53" - }, - "SubModules": [] - }, - { - "$id": "95", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "96", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 70.0 - }, - "PercentChance": 0.01, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "97", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 5.0, - "max": 30.0 - }, - "PercentChance": 0.03, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "98", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 30.0, - "max": 40.0 - }, - "PercentChance": 0.09, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "99", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "100", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Ice", - "Module": { - "$id": "101", - "BlockDepthRanges": [ - { - "$id": "102", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 8, - "BlockType": { - "$id": "103", - "Type": "Eco.World.Blocks.IceBlock, Eco.World" - }, - "SubModules": [] - }, - { - "$id": "104", - "NoiseFrequency": 40.0, - "Min": 6, - "Max": 8, - "BlockType": { - "$ref": "74" - }, - "SubModules": [] - }, - { - "$id": "105", - "NoiseFrequency": 40.0, - "Min": 9, - "Max": 30, - "BlockType": { - "$ref": "53" - }, - "SubModules": [] - }, - { - "$id": "106", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "29" - }, - "SubModules": [ - { - "$id": "107", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 5.0, - "max": 30.0 - }, - "PercentChance": 0.005, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "108", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "81" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 30.0, - "max": 40.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Billow", - "NoiseDistributionType": "Blobs" - }, - { - "$id": "109", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "31" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 5.0, - "max": 20.0 - }, - "PercentChance": 0.03, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "110", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "33" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "111", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Desert", - "Module": { - "$id": "112", - "BlockDepthRanges": [ - { - "$id": "113", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$id": "114", - "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World" - }, - "SubModules": [ - { - "$id": "115", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "116", - "Type": "Eco.World.Blocks.SandBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.08, - "NoiseFrequency": 40.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "117", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 4, - "BlockType": { - "$ref": "114" - }, - "SubModules": [ - { - "$id": "118", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "119", - "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "120", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 60, - "BlockType": { - "$id": "121", - "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" - }, - "SubModules": [ - { - "$id": "122", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "123", - "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 9.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "124", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "123" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 10.0, - "max": 15.0 - }, - "PercentChance": 0.25, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - }, - { - "$id": "125", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "123" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 16.0, - "max": 30.0 - }, - "PercentChance": 0.10, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "126", - "NoiseFrequency": 40.0, - "Min": 40, - "Max": 100, - "BlockType": { - "$id": "127", - "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods" - }, - "SubModules": [ - { - "$id": "128", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "129", - "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 25.0 - }, - "PercentChance": 0.005, - "NoiseFrequency": 75.0, - "NoiseType": "RidgedMulti", - "NoiseDistributionType": "Bands" - } - ] - }, - { - "$id": "130", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$id": "131", - "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "132", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "Ocean", - "Module": { - "$id": "133", - "BlockDepthRanges": [ - { - "$id": "134", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$id": "135", - "Type": "Eco.World.Blocks.DirtBlock, Eco.World" - }, - "SubModules": [ - { - "$id": "136", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "137", - "Type": "Eco.World.Blocks.SandBlock, Eco.World" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.4, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "138", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 5, - "BlockType": { - "$id": "139", - "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "140", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 15, - "BlockType": { - "$ref": "137" - }, - "SubModules": [ - { - "$id": "141", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$id": "142", - "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "143", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$id": "144", - "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "145", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "DeepOcean", - "Module": { - "$id": "146", - "BlockDepthRanges": [ - { - "$id": "147", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 0, - "BlockType": { - "$ref": "135" - }, - "SubModules": [ - { - "$id": "148", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "137" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "149", - "NoiseFrequency": 40.0, - "Min": 1, - "Max": 10, - "BlockType": { - "$ref": "137" - }, - "SubModules": [ - { - "$id": "150", - "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", - "BlockType": { - "$ref": "142" - }, - "HeightRange": { - "min": -1.0, - "max": 1.0 - }, - "DepthRange": { - "min": 0.0, - "max": 200.0 - }, - "PercentChance": 0.05, - "NoiseFrequency": 75.0, - "NoiseType": "Perlin", - "NoiseDistributionType": "Blobs" - } - ] - }, - { - "$id": "151", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 100, - "BlockType": { - "$ref": "144" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "152", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "ColdCoast", - "Module": { - "$id": "153", - "BlockDepthRanges": [ - { - "$id": "154", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 9, - "BlockType": { - "$ref": "137" - }, - "SubModules": [] - }, - { - "$id": "155", - "NoiseFrequency": 100.0, - "Min": 6, - "Max": 10, - "BlockType": { - "$ref": "139" - }, - "SubModules": [] - }, - { - "$id": "156", - "NoiseFrequency": 40.0, - "Min": 10, - "Max": 20, - "BlockType": { - "$id": "157", - "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "158", - "NoiseFrequency": 40.0, - "Min": 18, - "Max": 30, - "BlockType": { - "$ref": "139" - }, - "SubModules": [] - }, - { - "$id": "159", - "NoiseFrequency": 40.0, - "Min": 28, - "Max": 40, - "BlockType": { - "$ref": "157" - }, - "SubModules": [] - }, - { - "$id": "160", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$id": "161", - "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" - }, - "SubModules": [] - }, - { - "$id": "162", - "NoiseFrequency": 40.0, - "Min": 60, - "Max": 100, - "BlockType": { - "$ref": "144" - }, - "SubModules": [] - } - ] - } - }, - { - "$id": "163", - "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", - "BiomeName": "WarmCoast", - "Module": { - "$id": "164", - "BlockDepthRanges": [ - { - "$id": "165", - "NoiseFrequency": 40.0, - "Min": 0, - "Max": 9, - "BlockType": { - "$ref": "137" - }, - "SubModules": [] - }, - { - "$id": "166", - "NoiseFrequency": 100.0, - "Min": 6, - "Max": 10, - "BlockType": { - "$ref": "139" - }, - "SubModules": [] - }, - { - "$id": "167", - "NoiseFrequency": 40.0, - "Min": 10, - "Max": 20, - "BlockType": { - "$ref": "157" - }, - "SubModules": [] - }, - { - "$id": "168", - "NoiseFrequency": 40.0, - "Min": 18, - "Max": 30, - "BlockType": { - "$ref": "139" - }, - "SubModules": [] - }, - { - "$id": "169", - "NoiseFrequency": 40.0, - "Min": 28, - "Max": 40, - "BlockType": { - "$ref": "157" - }, - "SubModules": [] - }, - { - "$id": "170", - "NoiseFrequency": 40.0, - "Min": 70, - "Max": 100, - "BlockType": { - "$ref": "161" - }, - "SubModules": [] - }, - { - "$id": "171", - "NoiseFrequency": 40.0, - "Min": 60, - "Max": 100, - "BlockType": { - "$ref": "144" - }, - "SubModules": [] - } - ] - } - } - ] - } -} +{ + "$id": "1", + "ConfigVersion": 1, + "Seed": 1373182311, + "Dimensions": { + "x": 72, + "y": 72 + }, + "WaterLevel": 60, + "Height": 160, + "HeightmapModule": { + "$id": "2", + "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator", + "Source": { + "$id": "3", + "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", + "Config": { + "$id": "4", + "PointRadius": 10.0, + "LandPercentRange": { + "min": 0.65, + "max": 0.75 + }, + "CoastlineSize": 1, + "ShallowOceanSize": 2, + "DesertPercent": 0.15, + "WarmForestPercent": 0.2, + "CoolForestPercent": 0.22, + "TaigaPercent": 0.08, + "TundraPercent": 0.03, + "IcePercent": 0.01, + "RainforestPercent": 0.15, + "WetlandPercent": 0.04, + "SteppePercent": 0.1, + "HighDesertPercent": 0.05, + "NumContinentsRange": { + "min": 1.0, + "max": 3.0 + }, + "ContinentAvoidRange": { + "min": 8.0, + "max": 16.0 + }, + "IslandPercent": 0.05, + "NumSmallIslandsRange": { + "min": 1.0, + "max": 3.0 + }, + "IslandAvoidRange": { + "min": 4.0, + "max": 8.0 + }, + "NumRainforests": 2, + "NumWarmForests": 2, + "NumCoolForests": 2, + "NumTaigas": 2, + "NumTundras": 2, + "NumIces": 2, + "NumDeserts": 2, + "NumWetlands": 2, + "NumHighDeserts": 2, + "NumSteppes": 2, + "LakeSizeRange": { + "min": 0.0008, + "max": 0.0018 + }, + "NumLakesRange": { + "min": 4.0, + "max": 8.0 + }, + "NumRiversRange": { + "min": 2.0, + "max": 5.0 + }, + "RiverAvoidance": 2, + "RiverWidth": 10.0, + "MaxElevationOceanDistance": 10.0, + "ElevationPower": 2.0, + "AutoScale": true, + "AutoScaleExponent": 0.25, + "SaveTerrainImage": false + }, + "OutputIndex": 0 + }, + "InvertTerraces": false, + "Power": 4.0, + "TerracePoints": 41 + }, + "WaterModule": { + "$id": "5", + "$type": "Eco.WorldGenerator.EcoTerraceNode, Eco.WorldGenerator", + "Source": { + "$id": "6", + "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", + "Config": { + "$ref": "4" + }, + "OutputIndex": 1 + }, + "InvertTerraces": false, + "Power": 4.0, + "TerracePoints": 61 + }, + "RainfallModule": { + "$id": "7", + "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", + "Config": { + "$ref": "4" + }, + "OutputIndex": 2 + }, + "TemperatureModule": { + "$id": "8", + "$type": "Eco.WorldGenerator.VoronoiModule, Eco.WorldGenerator", + "Config": { + "$ref": "4" + }, + "OutputIndex": 3 + }, + "Crater": { + "$id": "9", + "Frequency": 0.0, + "RadiusRange": { + "min": 5.0, + "max": 50.0 + }, + "DepthRange": { + "min": 0.1, + "max": 0.5 + } + }, + "TerrainModule": { + "$id": "10", + "$type": "Eco.WorldGenerator.TerrainModule, Eco.WorldGenerator", + "Name": "World", + "Modules": [ + { + "$id": "11", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Grassland", + "Module": { + "$id": "12", + "BlockDepthRanges": [ + { + "$id": "13", + "NoiseFrequency": 1.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$id": "14", + "Type": "Eco.World.Blocks.DirtBlock, Eco.World" + }, + "SubModules": [ + { + "$id": "15", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "16", + "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 99.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "17", + "NoiseFrequency": 60.0, + "Min": 2, + "Max": 6, + "BlockType": { + "$ref": "16" + }, + "SubModules": [ + { + "$id": "18", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "19", + "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 2.0, + "max": 6.0 + }, + "PercentChance": 1.0, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "20", + "NoiseFrequency": 40.0, + "Min": 2, + "Max": 15, + "BlockType": { + "$id": "21", + "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "22", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "23", + "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "24", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 15, + "BlockType": { + "$id": "25", + "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "26", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "27", + "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + }, + { + "$id": "28", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "29", + "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 5.0 + }, + "PercentChance": 0.1, + "NoiseFrequency": 70.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "30", + "NoiseFrequency": 25.0, + "Min": 55, + "Max": 60, + "BlockType": { + "$id": "31", + "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "32", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "33", + "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 15.0, + "max": 20.0 + }, + "PercentChance": 0.6, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + }, + { + "$id": "34", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": false, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 18.0, + "max": 22.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 25.0 + }, + "BlocksCountRange": { + "min": 5000.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "35", + "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 2.0, + "y": 1.0, + "z": 2.0 + } + }, + { + "$id": "36", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 45.0, + "max": 60.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 60.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 10000.0 + }, + "BlockType": { + "$id": "37", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "38", + "NoiseFrequency": 40.0, + "Min": 60, + "Max": 80, + "BlockType": { + "$id": "39", + "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "40", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "41", + "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 70.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + }, + { + "$id": "42", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 30.0, + "max": 32.0 + }, + "DepositDepthRange": { + "min": 0.0, + "max": 200.0 + }, + "BlocksCountRange": { + "min": 100.0, + "max": 2000.0 + }, + "BlockType": { + "$id": "43", + "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + } + ] + }, + { + "$id": "44", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 100, + "BlockType": { + "$id": "45", + "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "46", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "RainForest", + "Module": { + "$id": "47", + "BlockDepthRanges": [ + { + "$id": "48", + "NoiseFrequency": 1.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "49", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "16" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 75.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "50", + "NoiseFrequency": 40.0, + "Min": 4, + "Max": 6, + "BlockType": { + "$id": "51", + "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "52", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "53", + "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 1.0, + "max": 1.0 + }, + "PercentChance": 0.3, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "54", + "NoiseFrequency": 25.0, + "Min": 1, + "Max": 30, + "BlockType": { + "$id": "55", + "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" + }, + "SubModules": [] + }, + { + "$id": "56", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 30, + "BlockType": { + "$id": "57", + "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "58", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "59", + "Type": "Eco.Mods.TechTree.CrushedShaleBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.6, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "60", + "NoiseFrequency": 25.0, + "Min": 40, + "Max": 45, + "BlockType": { + "$id": "61", + "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "62", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": false, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 30.0, + "max": 35.0 + }, + "DepositDepthRange": { + "min": 20.0, + "max": 45.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "63", + "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 5.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 0.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "64", + "NoiseFrequency": 40.0, + "Min": 60, + "Max": 70, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "65", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 45.0, + "max": 55.0 + }, + "DepositDepthRange": { + "min": 40.0, + "max": 70.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 7000.0 + }, + "BlockType": { + "$id": "66", + "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + } + ] + }, + { + "$id": "67", + "NoiseFrequency": 40.0, + "Min": 65, + "Max": 100, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "68", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "WarmForest", + "Module": { + "$id": "69", + "BlockDepthRanges": [ + { + "$id": "70", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "71", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "16" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 75.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "72", + "NoiseFrequency": 40.0, + "Min": 6, + "Max": 15, + "BlockType": { + "$ref": "16" + }, + "SubModules": [ + { + "$id": "73", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "19" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 2.0, + "max": 15.0 + }, + "PercentChance": 1.0, + "NoiseFrequency": 5.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "74", + "NoiseFrequency": 15.0, + "Min": 0, + "Max": 20, + "BlockType": { + "$id": "75", + "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "76", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "77", + "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "78", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 20, + "BlockType": { + "$id": "79", + "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "80", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "81", + "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "82", + "NoiseFrequency": 40.0, + "Min": 55, + "Max": 65, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "83", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": false, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 50.0, + "max": 52.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 65.0 + }, + "BlocksCountRange": { + "min": 2000.0, + "max": 10000.0 + }, + "BlockType": { + "$id": "84", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 7.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 7.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + } + ] + }, + { + "$id": "85", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 100, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "86", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "ColdForest", + "Module": { + "$id": "87", + "BlockDepthRanges": [ + { + "$id": "88", + "NoiseFrequency": 1.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "89", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "16" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 99.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "90", + "NoiseFrequency": 40.0, + "Min": 1, + "Max": 3, + "BlockType": { + "$ref": "16" + }, + "SubModules": [] + }, + { + "$id": "91", + "NoiseFrequency": 40.0, + "Min": 5, + "Max": 15, + "BlockType": { + "$ref": "75" + }, + "SubModules": [ + { + "$id": "92", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "93", + "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 2.0, + "max": 2.0 + }, + "PercentChance": 0.7, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "94", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 15, + "BlockType": { + "$ref": "79" + }, + "SubModules": [ + { + "$id": "95", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "81" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "96", + "NoiseFrequency": 40.0, + "Min": 55, + "Max": 65, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "97", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 1E-05, + "DepthRange": { + "min": 50.0, + "max": 60.0 + }, + "DepositDepthRange": { + "min": 30.0, + "max": 60.0 + }, + "BlocksCountRange": { + "min": 6000.0, + "max": 15000.0 + }, + "BlockType": { + "$id": "98", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 3.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 4.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 3.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 3.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + } + ] + }, + { + "$id": "99", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 100, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "100", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Taiga", + "Module": { + "$id": "101", + "BlockDepthRanges": [ + { + "$id": "102", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "103", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "104", + "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "105", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "16" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.1, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "106", + "NoiseFrequency": 40.0, + "Min": 1, + "Max": 3, + "BlockType": { + "$id": "107", + "Type": "Eco.World.Blocks.RockySoilBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "108", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 20, + "BlockType": { + "$ref": "75" + }, + "SubModules": [ + { + "$id": "109", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "77" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "110", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 20, + "BlockType": { + "$id": "111", + "Type": "Eco.Mods.TechTree.GraniteBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "112", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "113", + "Type": "Eco.Mods.TechTree.CrushedGraniteBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "114", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "115", + "Type": "Eco.Mods.TechTree.CrushedCopperOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "116", + "NoiseFrequency": 40.0, + "Min": 65, + "Max": 70, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "117", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 45.0, + "max": 55.0 + }, + "DepositDepthRange": { + "min": 25.0, + "max": 80.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 15000.0 + }, + "BlockType": { + "$id": "118", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 4.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 7.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 7.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + }, + { + "$id": "119", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 1E-05, + "DepthRange": { + "min": 50.0, + "max": 65.0 + }, + "DepositDepthRange": { + "min": 25.0, + "max": 80.0 + }, + "BlocksCountRange": { + "min": 8000.0, + "max": 30000.0 + }, + "BlockType": { + "$id": "120", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 2.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + }, + { + "$id": "121", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 45.0, + "max": 55.0 + }, + "DepositDepthRange": { + "min": 25.0, + "max": 70.0 + }, + "BlocksCountRange": { + "min": 500.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "122", + "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "123", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 120, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "124", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Tundra", + "Module": { + "$id": "125", + "BlockDepthRanges": [ + { + "$id": "126", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "127", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "104" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.15, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "128", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "129", + "Type": "Eco.World.Blocks.SnowBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.2, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "130", + "NoiseFrequency": 40.0, + "Min": 1, + "Max": 3, + "BlockType": { + "$ref": "107" + }, + "SubModules": [ + { + "$id": "131", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "132", + "Type": "Eco.World.Blocks.FrozenSoilBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.1, + "NoiseFrequency": 99.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "133", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 30, + "BlockType": { + "$ref": "75" + }, + "SubModules": [ + { + "$id": "134", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "77" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "135", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 30, + "BlockType": { + "$ref": "111" + }, + "SubModules": [ + { + "$id": "136", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "113" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "137", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "138", + "Type": "Eco.Mods.TechTree.CrushedGoldOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "139", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "115" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "140", + "NoiseFrequency": 40.0, + "Min": 65, + "Max": 75, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "141", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 45.0, + "max": 70.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 75.0 + }, + "BlocksCountRange": { + "min": 500.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "142", + "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.5, + "y": 1.0, + "z": 1.5 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + }, + { + "$id": "143", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 30.0, + "max": 70.0 + }, + "DepositDepthRange": { + "min": 20.0, + "max": 75.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 15000.0 + }, + "BlockType": { + "$id": "144", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 4.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 4.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 4.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 6.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 6.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + }, + { + "$id": "145", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 1E-05, + "DepthRange": { + "min": 60.0, + "max": 70.0 + }, + "DepositDepthRange": { + "min": 40.0, + "max": 75.0 + }, + "BlocksCountRange": { + "min": 10000.0, + "max": 30000.0 + }, + "BlockType": { + "$ref": "144" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 3.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 2.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + }, + { + "$id": "146", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "147", + "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 30.0, + "max": 35.0 + }, + "PercentChance": 0.95, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "148", + "NoiseFrequency": 25.0, + "Min": 70, + "Max": 85, + "BlockType": { + "$id": "149", + "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "150", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Ice", + "Module": { + "$id": "151", + "BlockDepthRanges": [ + { + "$id": "152", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 8, + "BlockType": { + "$id": "153", + "Type": "Eco.World.Blocks.IceBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "154", + "NoiseFrequency": 40.0, + "Min": 10, + "Max": 30, + "BlockType": { + "$ref": "75" + }, + "SubModules": [ + { + "$id": "155", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "77" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.8, + "NoiseFrequency": 60.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "156", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 30, + "BlockType": { + "$ref": "111" + }, + "SubModules": [ + { + "$id": "157", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "113" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.9, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "158", + "NoiseFrequency": 40.0, + "Min": 60, + "Max": 75, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "159", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 25.0, + "max": 55.0 + }, + "DepositDepthRange": { + "min": 20.0, + "max": 90.0 + }, + "BlocksCountRange": { + "min": 200.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "160", + "Type": "Eco.Mods.TechTree.CopperOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 5.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 5.0, + "z": 2.0 + }, + { + "x": 1.0, + "y": 7.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 6.0, + "z": 2.0 + }, + { + "x": 2.0, + "y": 6.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 3.0, + "z": 1.0 + } + }, + { + "$id": "161", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": false, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 45.0, + "max": 60.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 90.0 + }, + "BlocksCountRange": { + "min": 500.0, + "max": 6000.0 + }, + "BlockType": { + "$id": "162", + "Type": "Eco.Mods.TechTree.GoldOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 4.0, + "y": 1.5, + "z": 4.0 + } + ], + "WeightVariance": { + "x": 2.0, + "y": 1.0, + "z": 2.0 + } + } + ] + }, + { + "$id": "163", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 100, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "164", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Desert", + "Module": { + "$id": "165", + "BlockDepthRanges": [ + { + "$id": "166", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$id": "167", + "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "168", + "NoiseFrequency": 25.0, + "Min": 4, + "Max": 6, + "BlockType": { + "$id": "169", + "Type": "Eco.World.Blocks.SandBlock, Eco.World" + }, + "SubModules": [ + { + "$id": "170", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "171", + "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 3.0 + }, + "PercentChance": 1.0, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "172", + "NoiseFrequency": 15.0, + "Min": 1, + "Max": 20, + "BlockType": { + "$ref": "169" + }, + "SubModules": [ + { + "$id": "173", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "174", + "Type": "Eco.World.Blocks.DesertSandBlock, Eco.World" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 3.0 + }, + "PercentChance": 1.0, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "175", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "176", + "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 18.0, + "max": 20.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "177", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "178", + "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 19.0, + "max": 20.0 + }, + "PercentChance": 0.3, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "179", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 20, + "BlockType": { + "$id": "180", + "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "181", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "182", + "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "183", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "184", + "Type": "Eco.Mods.TechTree.CrushedIronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "185", + "NoiseFrequency": 40.0, + "Min": 55, + "Max": 60, + "BlockType": { + "$id": "186", + "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "187", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "188", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 20.0, + "max": 23.0 + }, + "PercentChance": 0.8, + "NoiseFrequency": 5.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "189", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 20.0, + "max": 24.0 + }, + "DepositDepthRange": { + "min": 5.0, + "max": 30.0 + }, + "BlocksCountRange": { + "min": 2000.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "190", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + }, + { + "$id": "191", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": false, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 30.0, + "max": 35.0 + }, + "DepositDepthRange": { + "min": 30.0, + "max": 35.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 8000.0 + }, + "BlockType": { + "$id": "192", + "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 5.0 + }, + { + "x": 6.0, + "y": 1.0, + "z": 6.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 6.0 + }, + { + "x": 6.0, + "y": 1.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 0.0, + "z": 3.0 + } + }, + { + "$id": "193", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "194", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 50.0, + "max": 54.0 + }, + "PercentChance": 0.9, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "195", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 5E-05, + "DepthRange": { + "min": 48.0, + "max": 55.0 + }, + "DepositDepthRange": { + "min": 35.0, + "max": 55.0 + }, + "BlocksCountRange": { + "min": 5000.0, + "max": 15000.0 + }, + "BlockType": { + "$ref": "190" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "196", + "NoiseFrequency": 25.0, + "Min": 58, + "Max": 65, + "BlockType": { + "$id": "197", + "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "198", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Ocean", + "Module": { + "$id": "199", + "BlockDepthRanges": [ + { + "$id": "200", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$id": "201", + "Type": "Eco.World.Blocks.DirtBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "202", + "NoiseFrequency": 40.0, + "Min": 4, + "Max": 15, + "BlockType": { + "$id": "203", + "Type": "Eco.World.Blocks.SandBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "204", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 15, + "BlockType": { + "$id": "205", + "Type": "Eco.Mods.TechTree.LimestoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "206", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "207", + "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.3, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "208", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 100, + "BlockType": { + "$id": "209", + "Type": "Eco.Mods.TechTree.BasaltBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "210", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "211", + "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.3, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + } + ] + } + }, + { + "$id": "212", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "DeepOcean", + "Module": { + "$id": "213", + "BlockDepthRanges": [ + { + "$id": "214", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "201" + }, + "SubModules": [] + }, + { + "$id": "215", + "NoiseFrequency": 25.0, + "Min": 2, + "Max": 10, + "BlockType": { + "$id": "216", + "Type": "Eco.World.Blocks.SandBlock, Eco.World" + }, + "SubModules": [] + }, + { + "$id": "217", + "NoiseFrequency": 1.0, + "Min": 0, + "Max": 100, + "BlockType": { + "$ref": "209" + }, + "SubModules": [ + { + "$id": "218", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "219", + "Type": "Eco.Mods.TechTree.CrushedBasaltBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.1, + "NoiseFrequency": 99.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + } + ] + } + }, + { + "$id": "220", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "ColdCoast", + "Module": { + "$id": "221", + "BlockDepthRanges": [ + { + "$id": "222", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "203" + }, + "SubModules": [] + }, + { + "$id": "223", + "NoiseFrequency": 25.0, + "Min": 5, + "Max": 15, + "BlockType": { + "$ref": "216" + }, + "SubModules": [] + }, + { + "$id": "224", + "NoiseFrequency": 100.0, + "Min": 8, + "Max": 14, + "BlockType": { + "$ref": "205" + }, + "SubModules": [ + { + "$id": "225", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "226", + "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 6.0, + "max": 6.0 + }, + "PercentChance": 0.8, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "227", + "NoiseFrequency": 40.0, + "Min": 12, + "Max": 16, + "BlockType": { + "$id": "228", + "Type": "Eco.Mods.TechTree.SandstoneBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "229", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "230", + "Type": "Eco.Mods.TechTree.CrushedSandstoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 11.0 + }, + "PercentChance": 0.5, + "NoiseFrequency": 60.0, + "NoiseType": "RidgedMulti", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "231", + "NoiseFrequency": 40.0, + "Min": 18, + "Max": 30, + "BlockType": { + "$ref": "205" + }, + "SubModules": [] + }, + { + "$id": "232", + "NoiseFrequency": 40.0, + "Min": 28, + "Max": 40, + "BlockType": { + "$ref": "228" + }, + "SubModules": [ + { + "$id": "233", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "234", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 34.0, + "max": 37.0 + }, + "PercentChance": 0.8, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + }, + { + "$id": "235", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 34.0, + "max": 37.0 + }, + "DepositDepthRange": { + "min": 28.0, + "max": 40.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 6000.0 + }, + "BlockType": { + "$ref": "234" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "236", + "NoiseFrequency": 40.0, + "Min": 55, + "Max": 75, + "BlockType": { + "$ref": "209" + }, + "SubModules": [] + }, + { + "$id": "237", + "NoiseFrequency": 40.0, + "Min": 70, + "Max": 100, + "BlockType": { + "$id": "238", + "Type": "Eco.Mods.TechTree.GneissBlock, Eco.Mods" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "239", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "WarmCoast", + "Module": { + "$id": "240", + "BlockDepthRanges": [ + { + "$id": "241", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "203" + }, + "SubModules": [] + }, + { + "$id": "242", + "NoiseFrequency": 25.0, + "Min": 4, + "Max": 15, + "BlockType": { + "$ref": "216" + }, + "SubModules": [] + }, + { + "$id": "243", + "NoiseFrequency": 100.0, + "Min": 10, + "Max": 15, + "BlockType": { + "$ref": "205" + }, + "SubModules": [ + { + "$id": "244", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "245", + "Type": "Eco.Mods.TechTree.CrushedLimestoneBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 1.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + } + ] + }, + { + "$id": "246", + "NoiseFrequency": 40.0, + "Min": 18, + "Max": 25, + "BlockType": { + "$ref": "228" + }, + "SubModules": [ + { + "$id": "247", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "248", + "Type": "Eco.Mods.TechTree.IronOreBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 16.0, + "max": 18.0 + }, + "PercentChance": 0.6, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "249", + "NoiseFrequency": 40.0, + "Min": 18, + "Max": 30, + "BlockType": { + "$ref": "205" + }, + "SubModules": [] + }, + { + "$id": "250", + "NoiseFrequency": 40.0, + "Min": 37, + "Max": 50, + "BlockType": { + "$ref": "228" + }, + "SubModules": [ + { + "$id": "251", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "234" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 33.0, + "max": 34.0 + }, + "PercentChance": 0.7, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Bands" + }, + { + "$id": "252", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 31.0, + "max": 36.0 + }, + "DepositDepthRange": { + "min": 28.0, + "max": 40.0 + }, + "BlocksCountRange": { + "min": 2000.0, + "max": 5000.0 + }, + "BlockType": { + "$ref": "234" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + ], + "WeightVariance": { + "x": 10.0, + "y": 1.0, + "z": 10.0 + } + } + ] + }, + { + "$id": "253", + "NoiseFrequency": 40.0, + "Min": 50, + "Max": 55, + "BlockType": { + "$ref": "238" + }, + "SubModules": [] + }, + { + "$id": "254", + "NoiseFrequency": 40.0, + "Min": 55, + "Max": 60, + "BlockType": { + "$ref": "209" + }, + "SubModules": [] + } + ] + } + }, + { + "$id": "255", + "$type": "Eco.WorldGenerator.BiomeTerrainModule, Eco.WorldGenerator", + "BiomeName": "Wetland", + "Module": { + "$id": "256", + "BlockDepthRanges": [ + { + "$id": "257", + "NoiseFrequency": 40.0, + "Min": 0, + "Max": 0, + "BlockType": { + "$ref": "14" + }, + "SubModules": [ + { + "$id": "258", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$ref": "57" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 200.0 + }, + "PercentChance": 0.05, + "NoiseFrequency": 75.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "259", + "NoiseFrequency": 25.0, + "Min": 8, + "Max": 15, + "BlockType": { + "$id": "260", + "Type": "Eco.Mods.TechTree.ClayBlock, Eco.Mods" + }, + "SubModules": [] + }, + { + "$id": "261", + "NoiseFrequency": 25.0, + "Min": 0, + "Max": 15, + "BlockType": { + "$id": "262", + "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "263", + "$type": "Eco.WorldGenerator.StandardTerrainModule, Eco.WorldGenerator", + "BlockType": { + "$id": "264", + "Type": "Eco.Mods.TechTree.CrushedShaleBlock, Eco.Mods" + }, + "HeightRange": { + "min": -1.0, + "max": 1.0 + }, + "DepthRange": { + "min": 0.0, + "max": 0.0 + }, + "PercentChance": 0.4, + "NoiseFrequency": 3.0, + "NoiseType": "Perlin", + "NoiseDistributionType": "Blobs" + } + ] + }, + { + "$id": "265", + "NoiseFrequency": 25.0, + "Min": 25, + "Max": 30, + "BlockType": { + "$id": "266", + "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" + }, + "SubModules": [ + { + "$id": "267", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 0.0001, + "DepthRange": { + "min": 15.0, + "max": 20.0 + }, + "DepositDepthRange": { + "min": 15.0, + "max": 40.0 + }, + "BlocksCountRange": { + "min": 1000.0, + "max": 5000.0 + }, + "BlockType": { + "$id": "268", + "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 1.0 + } + ], + "WeightVariance": { + "x": 3.0, + "y": 1.0, + "z": 3.0 + } + } + ] + }, + { + "$id": "269", + "NoiseFrequency": 25.0, + "Min": 32, + "Max": 35, + "BlockType": { + "$id": "270", + "Type": "Eco.Mods.TechTree.ShaleBlock, Eco.Mods" + }, + "SubModules": [] + }, + { + "$id": "271", + "NoiseFrequency": 25.0, + "Min": 34, + "Max": 40, + "BlockType": { + "$id": "272", + "Type": "Eco.Mods.TechTree.CoalBlock, Eco.Mods" + }, + "SubModules": [] + }, + { + "$id": "273", + "NoiseFrequency": 40.0, + "Min": 50, + "Max": 60, + "BlockType": { + "$ref": "39" + }, + "SubModules": [ + { + "$id": "274", + "$type": "Eco.WorldGenerator.DepositTerrainModule, Eco.WorldGenerator", + "SpawnAtLeastOne": true, + "SpawnPercentChance": 1E-05, + "DepthRange": { + "min": 40.0, + "max": 60.0 + }, + "DepositDepthRange": { + "min": 40.0, + "max": 70.0 + }, + "BlocksCountRange": { + "min": 4000.0, + "max": 20000.0 + }, + "BlockType": { + "$ref": "66" + }, + "DirectionWeights": [ + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 1.0, + "y": 1.0, + "z": 1.0 + }, + { + "x": 2.0, + "y": 1.0, + "z": 2.0 + }, + { + "x": 3.0, + "y": 1.0, + "z": 3.0 + }, + { + "x": 4.0, + "y": 1.0, + "z": 4.0 + }, + { + "x": 5.0, + "y": 1.0, + "z": 5.0 + } + ], + "WeightVariance": { + "x": 1.0, + "y": 1.0, + "z": 1.0 + } + } + ] + }, + { + "$id": "275", + "NoiseFrequency": 40.0, + "Min": 60, + "Max": 100, + "BlockType": { + "$ref": "45" + }, + "SubModules": [] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/Configs/WorldObjects.eco b/Configs/WorldObjects.eco index 5240866..d5f2144 100644 --- a/Configs/WorldObjects.eco +++ b/Configs/WorldObjects.eco @@ -1,4 +1,4 @@ -{ - "TargetTickDeltaTimeMS": 0, - "ParallelWorldObjectTicks": false +{ + "TargetTickDeltaTimeMS": 0, + "ParallelWorldObjectTicks": false } \ No newline at end of file diff --git a/eco.service b/eco.service index 9ae8a9a..1085a27 100644 --- a/eco.service +++ b/eco.service @@ -11,7 +11,7 @@ User=steam WorkingDirectory=/home/steam ExecStartPre=/usr/bin/git fetch --all ExecStartPre=/usr/bin/git reset --hard origin/master -ExecStart=/home/steam/EcoServer.sh -nogui +ExecStart=/home/steam/EcoServer [Install] WantedBy=multi-user.target \ No newline at end of file