FILES ----- terrestrial_worlds.config weather.config biomes\distributions.config biomes\surface\arctic\arctic.surfacebiome biomes\surface\barren\barren.surfacebiome biomes\surface\desert\desert.surfacebiome biomes\surface\forest\forest.surfacebiome biomes\surface\garden\garden.surfacebiome biomes\surface\jungle\jungle.surfacebiome biomes\surface\magma\magma.surfacebiome biomes\surface\moon\moon.surfacebiome biomes\surface\ocean\ocean.surfacebiome biomes\surface\savannah\savannah.surfacebiome biomes\surface\scorched\scorched.surfacebiome biomes\surface\snow\snow.surfacebiome biomes\surface\tentacles\tentacles.surfacebiome biomes\surface\tundra\tundra.surfacebiome biomes\surface\volcanic\volcanic.surfacebiome biomes\surface_detached\desertdetached\oasis\oasis.surfacebiome terrain\surface\canyonssurface.terrain [NEW] terrain\surface\flatssurface.terrain terrain\surface\lowhillssurface.terrain [NEW] terrain\surface\mesassurface.terrain treasure\biome.treasurepools treasure\common.treasurepools treasure\default.treasurechests DIFFS ----- terrestrial_worlds.config 129c129 < "hills" : { --- > "lowHills" : { 137,138c137,138 < "barren" : { < "terrainSelector" : "normalSurface", --- > "mesas" : { > "terrainSelector" : "mesasSurface", 146c146 < "terrainSelector" : "normalSurface", --- > "terrainSelector" : "canyonsSurface", 153,161c153 < "chasms" : { < "terrainSelector" : "normalSurface", < "caveSelector" : "normalCaves", < "bgCaveSelector" : "empty", < "subBlockSelector" : "largeClumps", < "oreSelector" : "commonVeins" < }, < < "dunes" : { --- > "normal" : { 170c162 < "terrainSelector" : "normalSurface", --- > "terrainSelector" : "flatsSurface", 177,195c169,171 < "totallyflat" : { < "terrainSelector" : "normalSurface", < "caveSelector" : "normalCaves", < "bgCaveSelector" : "empty", < "subBlockSelector" : "largeClumps", < "oreSelector" : "commonVeins" < }, < < "mountains" : { < "terrainSelector" : "normalSurface", < "caveSelector" : "normalCaves", < "bgCaveSelector" : "empty", < "subBlockSelector" : "largeClumps", < "oreSelector" : "commonVeins" < }, < < "islands" : { < "terrainSelector" : "normalSurface", < "caveSelector" : "normalCaves", --- > "barren" : { > "terrainSelector" : "flatsSurface", > "caveSelector" : "empty", 198c174 < "oreSelector" : "commonVeins" --- > "oreSelector" : "empty" 209,216d184 < "wackypillars" : { < "terrainSelector" : "pillarsSurface", < "caveSelector" : "normalCaves", < "bgCaveSelector" : "empty", < "subBlockSelector" : "largeClumps", < "oreSelector" : "commonVeins" < }, < 255c223 < // TIER 0 (STARTER) --- > // TIER 1 (STARTER) 258,259c226,227 < "threatRange" : [0, 0], < "terrain" : [ "hills" ], --- > "threatRange" : [1, 1], > "terrain" : [ "lowHills" ], 265c233 < // TIER 1-2 --- > // TIER 2 268,269c236,237 < "threatRange" : [1, 1], < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "threatRange" : [2, 2], > "terrain" : [ "lowHills", "mesas" ], 275,276c243,244 < "threatRange" : [1, 1], < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "threatRange" : [2, 2], > "terrain" : [ "lowHills", "normal" ], 280a249 > 282,283c251,252 < "threatRange" : [2, 2], < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "threatRange" : [2, 7], > "terrain" : [ "barren" ], 293c262 < "terrain" : [ "flats" ], --- > "terrain" : [ "normal" ], 300c269 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "flats", "lowHills" ], 307c276 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "normal" ], 317c286 < "terrain" : [ "flats" ], --- > "terrain" : [ "normal" ], 324c293 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "normal" ], 335c304 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "normal" ], 347c316 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "normal" ], 354c323 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "normal" ], 361c330 < "terrain" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ], --- > "terrain" : [ "canyons", "mesas" ], 371c340 < "terrain" : [ "hills", "barren" ], --- > "terrain" : [ "normal" ], 378c347 < "terrain" : [ "flats" ], --- > "terrain" : [ "barren" ], 386,387c355,356 < [0, [ "underground0a", "underground0b" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0a", "underground0b" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 392,393c361,362 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 400,401c369,370 < [0, [ "underground0c", "underground0d" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0c", "underground0d" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 406,407c375,376 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 414,415c383,384 < [0, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 420,421c389,390 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 428,429c397,398 < [0, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 434,435c403,404 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 442,443c411,412 < [0, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 448,449c417,418 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 456,457c425,426 < [0, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], < [1, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], --- > [1, [ "underground0a", "underground0b", "underground0c", "underground0d" ]], > [2, [ "underground1a", "underground1b", "underground1c", "underground1d" ]], 462,463c431,432 < [0.0, []], // [ "mushrooms", "wilderness" ]], < [1.5, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] --- > [1, []], // [ "mushrooms", "wilderness" ]], > [2, []] // [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave", "heck", "zen", "hive" ]] 471,472c440,441 < [0, ["gardencorelayer"]], < [1, ["blaststonecorelayer", "magmarockcorelayer", "obsidiancorelayer" ]] --- > [1, ["gardencorelayer"]], > [2, ["blaststonecorelayer", "magmarockcorelayer", "obsidiancorelayer" ]] weather.config 32c32 < // rain --- > // T1 41a42,62 > // T2 > > "desert" : [ > [0.8, "clear"], > [0.2, "sandstorm"] > ], > > "forest" : [ > [0.7, "clear"], > [0.15, "rain"], > [0.15, "drizzle"] > ], > > // T3 > > // T4 > > // T5 > > // T6 > 52a74,77 > > // T7 > > biomes\distributions.config 251c251 < "blockProbability" : 0.0005 --- > "blockProbability" : 0.001 biomes\surface\arctic\arctic.surfacebiome 396c396 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 401c401 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 438c438 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 443c443 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\barren\barren.surfacebiome 264c264 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 269c269 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 298c298 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 303c303 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\desert\desert.surfacebiome 11,32c11 < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:commonSandstorm" < ]], < [1.5, [ < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:clear", < "/weather.config:commonSandstorm", < "/weather.config:rareAcidRain", < "/weather.config:rareMeteorShower", < "/weather.config:uncommonGlowingRain", < "/weather.config:veryRareLargeMeteorShower" --- > "/weather.config:desert" 37d15 < 274c252 < "treasureBoxSets" : [ "basicChest" ] --- > "treasureBoxSets" : [ "desertChest" ] 285,286d262 < < 390c366 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 395c371 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 478c454 < "treasureBoxSets" : [ "basicChest" ] --- > "treasureBoxSets" : [ "desertChest" ] 516c492 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 521c497 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 540c516 < [0, [ "shrubby", "aridbones", "bones", "sandstone", "tar", "oasis", "colourful", "scorched", "desert", "magma", "savannah", "volcanic" ]] --- > [0, [ "tar", "oasis" ]] biomes\surface\forest\forest.surfacebiome 6,8c6 < [0.0, ["water"]], < [1.5, ["water", "tarliquid"]], < [2.5, ["water", "acid", "tarliquid"]] --- > [0.0, ["water"]] 18,33c16 < "/weather.config:commonLightRainMixAndGlowingRain", < "/weather.config:commonLightRainMixAndGlowingRain" < ]], < [1.5, [ < "/weather.config:commonLightRainMixAndGlowingRain", < "/weather.config:commonLightRainMixAndGlowingRain", < "/weather.config:commonLightRainMixAndGroundmist", < "/weather.config:commonLightRainMixAndHail", < "/weather.config:commonLightRainMixAndWindstorm", < "/weather.config:rareAcidRain", < "/weather.config:rareEmber", < "/weather.config:rareMeteorShower", < "/weather.config:rareSpacejunk", < "/weather.config:uncommonSnow", < "/weather.config:uncommonSpacedust", < "/weather.config:veryRareLargeMeteorShower" --- > "/weather.config:forest" 451c434 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 456c439 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 507c490 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 512c495 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 577c560 < [0, [ "toxicplains", "flowers", "eyepatch", "mushroompatch", "jungle", "ocean", "savannah", "tentacles" ]] --- > [0, [ "mushroompatch", "spring" ]] biomes\surface\garden\garden.surfacebiome 356c356 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 361c361 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 403c403 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 408c408 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\jungle\jungle.surfacebiome 426c426 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 431c431 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 470c470 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 475c475 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\magma\magma.surfacebiome 387c387 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 392c392 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 430c430 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 435c435 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\moon\moon.surfacebiome 327c327 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 332c332 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 398c398 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 403c403 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\ocean\ocean.surfacebiome 359c359 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 364c364 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 402c402 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 407c407 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\savannah\savannah.surfacebiome 400c400 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 405c405 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 443c443 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 448c448 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\scorched\scorched.surfacebiome 284c284 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 289c289 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 327c327 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 332c332 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\snow\snow.surfacebiome 436c436 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 441c441 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 477c477 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 482c482 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\tentacles\tentacles.surfacebiome 371c371 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 376c376 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 414c414 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 419c419 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\tundra\tundra.surfacebiome 421c421 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 426c426 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 463c463 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 468c468 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface\volcanic\volcanic.surfacebiome 387c387 < "distribution" : "/biomes/distributions.config:scatteredPots", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 392c392 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], 424c424 < "distribution" : "/biomes/distributions.config:scatteredSmall", --- > "distribution" : "/biomes/distributions.config:undergroundCapsules", 429c429 < "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ], --- > "pool" : [ [0.8, "capsulesmall" ], [0.2, "capsulemed" ] ], biomes\surface_detached\desertdetached\oasis\oasis.surfacebiome 3a4,8 > > "caveLiquidType" : [ > [0, ["water"]] > ], > terrain\surface\canyonssurface.terrain 19,37d18 < // "source" : { < // "type" : "displacement", < // "xType" : "perlin", < // "xOctaves" : 2, < // "xFreq" : 0.02, < // "xAmp" : 0, < // "yType" : "perlin", < // "yOctaves" : 2, < // "yFreq" : 0.01, < // "yAmp" : 200, < // "yClamp" : [-100, 0], < // "yClampSmoothing" : 0, < < // "source" : { < // "type" : "flatSurface", < // "adjustment" : 0 < // } < // } < 39,68c20,32 < "type" : "mix", < < "mixSource" : { < "type" : "perlin", < "function" : "perlin", < "octaves" : 1, < "freq" : 0.01, < "amp" : 4, < "bias" : 1.0, < "xInfluence" : 1, < "yInfluence" : 0 < }, < < // canyon bottoms < "aSource" : { < "type" : "displacement", < "xType" : "perlin", < "xOctaves" : 2, < "xFreq" : 0.02, < "xAmp" : 0, < "yType" : "perlin", < "yOctaves" : 2, < "yFreq" : 0.05, < "yAmp" : 20, < < "source" : { < "type" : "flatSurface", < "adjustment" : 0 < } < }, --- > "type" : "displacement", > "xType" : "perlin", > "xOctaves" : 2, > "xFreq" : 0.2, > "xAmp" : 0, > "yType" : "perlin", > "yOctaves" : 3, > "yFreq" : 0.02, > "yAmp" : 200, > "yBias" : -20, > "yClamp" : [0, 60], > "yClampSmoothing" : 20, > "yYInfluence" : 0, 70,71c34 < // primary surface < "bSource" : { --- > "source" : { 80,81c43,45 < "yFreq" : 0.005, < "yAmp" : 40, --- > "yFreq" : 0.002, > "yAmp" : 30, > "yYInfluence" : 0, 85c49 < "adjustment" : 140 --- > "adjustment" : 0 terrain\surface\lowhillssurface.terrain 27c27 < "yOctaves" : 2, --- > "yOctaves" : 1, 29a30 > "yYInfluence" : 0.1, 41a43 > "yYInfluence" : 0, treasure\biome.treasurepools 1a2,62 > // main biomes > > "forestChestTreasure" : [ > [1, { > "pool" : [ > {"weight" : 0.5, "pool" : "basicTreasure"}, > {"weight" : 0.5, "pool" : "forestTreasure"} > ], > "poolRounds" : [ > [0.4, 1], > [0.4, 2], > [0.2, 3] > ], > "allowDuplication" : false > }] > ], > > "forestTreasure" : [ > [1, { > "pool" : [ > {"weight" : 1.0, "item" : ["flare", 5]}, > {"weight" : 1.0, "item" : ["throwingdagger", 5]}, > {"weight" : 0.8, "item" : ["climbingrope", 3]}, > {"weight" : 0.3, "item" : "hikerchest"}, > {"weight" : 0.3, "item" : "hikerhead"}, > {"weight" : 0.3, "item" : "hikerlegs"}, > {"weight" : 0.2, "item" : "safetyhelmethead"} > ] > }] > ], > > "desertChestTreasure" : [ > [1, { > "pool" : [ > {"weight" : 0.5, "pool" : "basicTreasure"}, > {"weight" : 0.5, "pool" : "desertTreasure"} > ], > "poolRounds" : [ > [0.4, 1], > [0.4, 2], > [0.2, 3] > ], > "allowDuplication" : false > }] > ], > > "desertTreasure" : [ > [1, { > "pool" : [ > {"weight" : 1.0, "item" : ["molotov", 3]}, > {"weight" : 1.0, "item" : ["throwingspear", 5]}, > {"weight" : 1.0, "item" : ["throwingaxe", 5]}, > {"weight" : 0.3, "item" : "bedouinchest"}, > {"weight" : 0.3, "item" : "bedouinhead"}, > {"weight" : 0.3, "item" : "bedouinlegs"} > ] > }] > ], > > // sub biomes > treasure\common.treasurepools 116,118c116 < {"weight" : 0.2, "item" : [ "torch", 8]}, < {"weight" : 0.15, "item" : [ "rope", 3]}, < {"weight" : 0.15, "item" : [ "flare", 5]}, --- > {"weight" : 0.5, "item" : [ "torch", 8]}, treasure\default.treasurechests 1a2,3 > // generic > 24a27,46 > > // main biomes > > "desertChest" : [ > { > "containers" : [ "chestavian2" ], > "treasurePool" : "desertChestTreasure", > "minimumLevel" : 1 > } > ], > > "forestChest" : [ > { > "containers" : [ "chestavian2" ], > "treasurePool" : "forestChestTreasure", > "minimumLevel" : 1 > } > ], > > // sub biomes