From a1cbec9fc148fb77198be4aa274650d79cfa4ddc Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Fri, 7 Aug 2020 18:41:30 -0400 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- aworld/aworld.code-workspace | 12 + aworld/biomes/land-1.json | 43 ++ aworld/biomes/land-2.json | 43 ++ aworld/biomes/sea.json | 43 ++ aworld/biomes/shore.json | 43 ++ aworld/dimensions/aworld.json | 699 +++++++++++++++++++++++ aworld/generators/example-generator.json | 49 ++ aworld/regions/example-region.json | 29 + overworld/objects/bombs/bomb.iob | Bin 0 -> 3598 bytes 9 files changed, 961 insertions(+) create mode 100644 aworld/aworld.code-workspace create mode 100644 aworld/biomes/land-1.json create mode 100644 aworld/biomes/land-2.json create mode 100644 aworld/biomes/sea.json create mode 100644 aworld/biomes/shore.json create mode 100644 aworld/dimensions/aworld.json create mode 100644 aworld/generators/example-generator.json create mode 100644 aworld/regions/example-region.json create mode 100644 overworld/objects/bombs/bomb.iob diff --git a/aworld/aworld.code-workspace b/aworld/aworld.code-workspace new file mode 100644 index 00000000..089a4fb7 --- /dev/null +++ b/aworld/aworld.code-workspace @@ -0,0 +1,12 @@ +{ + "settings": { + "files.autoSave": "onFocusChange", + "workbench.statusBar.visible": false, + "workbench.tips.enabled": false, + "workbench.colorTheme": "Monokai", + "workbench.preferredDarkColorTheme": "Solarized Dark", + "workbench.tree.indent": 24, + "workbench.preferredHighContrastColorTheme": "Solarized Dark" + }, + "folders": [{"path": "."}] +} diff --git a/aworld/biomes/land-1.json b/aworld/biomes/land-1.json new file mode 100644 index 00000000..cbfd531b --- /dev/null +++ b/aworld/biomes/land-1.json @@ -0,0 +1,43 @@ +{ + "seaLayers": [], + "biomeSkyScatter": [], + "objects": [], + "biomeZoom": 1, + "structures": [], + "biomeDispersion": "SCATTER", + "derivative": "THE_VOID", + "deposits": [], + "slab": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "children": [], + "decorators": [], + "name": "Example Land 1", + "layers": [{ + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": ["GRASS_BLOCK"], + "dispersion": "SCATTER" + }], + "generators": [{ + "min": 3, + "max": 7, + "generator": "example-generator" + }], + "childShrinkFactor": 1.5, + "lockLayers": false, + "biomeScatter": [], + "wall": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "rarity": 1 +} diff --git a/aworld/biomes/land-2.json b/aworld/biomes/land-2.json new file mode 100644 index 00000000..53a328b6 --- /dev/null +++ b/aworld/biomes/land-2.json @@ -0,0 +1,43 @@ +{ + "seaLayers": [], + "biomeSkyScatter": [], + "objects": [], + "biomeZoom": 1, + "structures": [], + "biomeDispersion": "SCATTER", + "derivative": "THE_VOID", + "deposits": [], + "slab": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "children": [], + "decorators": [], + "name": "Example Land 2", + "layers": [{ + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": ["RED_SAND"], + "dispersion": "SCATTER" + }], + "generators": [{ + "min": 12, + "max": 35, + "generator": "example-generator" + }], + "childShrinkFactor": 1.5, + "lockLayers": false, + "biomeScatter": [], + "wall": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "rarity": 4 +} diff --git a/aworld/biomes/sea.json b/aworld/biomes/sea.json new file mode 100644 index 00000000..167eb193 --- /dev/null +++ b/aworld/biomes/sea.json @@ -0,0 +1,43 @@ +{ + "seaLayers": [], + "biomeSkyScatter": [], + "objects": [], + "biomeZoom": 1, + "structures": [], + "biomeDispersion": "SCATTER", + "derivative": "THE_VOID", + "deposits": [], + "slab": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "children": [], + "decorators": [], + "name": "Example Sea", + "layers": [{ + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": ["SAND"], + "dispersion": "SCATTER" + }], + "generators": [{ + "min": -5, + "max": -38, + "generator": "example-generator" + }], + "childShrinkFactor": 1.5, + "lockLayers": false, + "biomeScatter": [], + "wall": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "rarity": 1 +} diff --git a/aworld/biomes/shore.json b/aworld/biomes/shore.json new file mode 100644 index 00000000..2e0af297 --- /dev/null +++ b/aworld/biomes/shore.json @@ -0,0 +1,43 @@ +{ + "seaLayers": [], + "biomeSkyScatter": [], + "objects": [], + "biomeZoom": 1, + "structures": [], + "biomeDispersion": "SCATTER", + "derivative": "THE_VOID", + "deposits": [], + "slab": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "children": [], + "decorators": [], + "name": "Example Shore", + "layers": [{ + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": ["SAND"], + "dispersion": "SCATTER" + }], + "generators": [{ + "min": -1, + "max": 1, + "generator": "example-generator" + }], + "childShrinkFactor": 1.5, + "lockLayers": false, + "biomeScatter": [], + "wall": { + "minHeight": 1, + "terrainZoom": 5, + "maxHeight": 1, + "palette": [], + "dispersion": "SCATTER" + }, + "rarity": 1 +} diff --git a/aworld/dimensions/aworld.json b/aworld/dimensions/aworld.json new file mode 100644 index 00000000..fcbcbd78 --- /dev/null +++ b/aworld/dimensions/aworld.json @@ -0,0 +1,699 @@ +{ + "decorate": true, + "landZoom": 1.5, + "regions": ["example-region"], + "seaZoom": 1, + "mirrorCeiling": false, + "biomeZoom": 5, + "rockPalette": ["STONE"], + "interpolationScale": 63, + "focus": "", + "carving": true, + "carvingEnvelope": 0.335, + "continentZoom": 1, + "rockZoom": 5, + "carvingSliverThickness": 5.5, + "postProcessing": true, + "roughnessZoom": 2, + "interpolationFunction": "BICUBIC", + "mutations": [], + "terrainZoom": 2, + "coordFractureZoom": 8, + "carvingMin": 115, + "fluidHeight": 63, + "regionShuffle": 11, + "coordFractureDistance": 20, + "carvingMax": 239, + "ceiling": "", + "postProcessors": [ + { + "phase": 0, + "processor": "wall-painter" + }, + { + "phase": 0, + "processor": "slabber" + }, + { + "phase": 1, + "processor": "waterlogger" + } + ], + "caveThickness": 1, + "fluidPalette": ["WATER"], + "caves": true, + "continentalShuffle": 99, + "carvingRippleThickness": 3, + "preventLeafDecay": false, + "caveBiomeZoom": 1, + "placeObjects": true, + "version": 1, + "shoreZoom": 1, + "deposits": [], + "caveShift": 0, + "carvingZoom": 3.5, + "environment": "NORMAL", + "compatability": [ + { + "supplement": "NETHER_FENCE", + "exact": false, + "when": "WEEPING_VINES" + }, + { + "supplement": "NETHER_FENCE", + "exact": false, + "when": "WEEPING_VINES_PLANT" + }, + { + "supplement": "NETHER_WART_BLOCK", + "exact": false, + "when": "WARPED_WART_BLOCK" + }, + { + "supplement": "BAMBOO", + "exact": false, + "when": "TWISTING_VINES" + }, + { + "supplement": "BAMBOO", + "exact": false, + "when": "TWISTING_VINES_PLANT" + }, + { + "supplement": "COBBLESTONE", + "exact": false, + "when": "TARGET" + }, + { + "supplement": "SOULSAND", + "exact": false, + "when": "SOUL_SOIL" + }, + { + "supplement": "TORCH", + "exact": false, + "when": "SOUL_TORCH" + }, + { + "supplement": "LANTERN", + "exact": false, + "when": "SOUL_LANTERN" + }, + { + "supplement": "FIRE", + "exact": false, + "when": "SOUL_FIRE" + }, + { + "supplement": "CAMPFIRE", + "exact": false, + "when": "SOUL_CAMPFIRE" + }, + { + "supplement": "GLOWSTONE", + "exact": false, + "when": "SHROOMLIGHT" + }, + { + "supplement": "OBSIDIAN", + "exact": false, + "when": "RESPAWN_ANCHOR" + }, + { + "supplement": "RED_MUSHROOM", + "exact": false, + "when": "NETHER_SPROUTS" + }, + { + "supplement": "GOLD_ORE", + "exact": false, + "when": "NETHER_GOLD_ORE" + }, + { + "supplement": "STONE", + "exact": false, + "when": "LODESTONE" + }, + { + "supplement": "BROWN_MUSHROOM_BLOCK", + "exact": false, + "when": "STRIPPED_WARPED_HYPHAE" + }, + { + "supplement": "RED_MUSHROOM_BLOCK", + "exact": false, + "when": "STRIPPED_CRIMSON_HYPHAE" + }, + { + "supplement": "MUSHROOM_STEM", + "exact": false, + "when": "WARPED_HYPHAE" + }, + { + "supplement": "RED_MUSHROOM_BLOCK", + "exact": false, + "when": "CRIMSON_HYPHAE" + }, + { + "supplement": "COBBLESTONE", + "exact": false, + "when": "GILDED_BLACKSTONE" + }, + { + "supplement": "OBSIDIAN", + "exact": false, + "when": "CRYING_OBSIDIAN" + }, + { + "supplement": "MUSHROOM_STEM", + "exact": false, + "when": "STRIPPED_WARPED_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "exact": false, + "when": "STRIPPED_CRIMSON_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "exact": false, + "when": "WARPED_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "exact": false, + "when": "CRIMSON_STEM" + }, + { + "supplement": "RED_MUSHROOM", + "exact": false, + "when": "CRIMSON_ROOTS" + }, + { + "supplement": "BROWN_MUSHROOM", + "exact": false, + "when": "WARPED_ROOTS" + }, + { + "supplement": "OAK_PLANKS", + "exact": false, + "when": "CRIMSON_PLANKS" + }, + { + "supplement": "OAK_PLANKS", + "exact": false, + "when": "WARPED_PLANKS" + }, + { + "supplement": "MYCELIUM", + "exact": false, + "when": "WARPED_NYLIUM" + }, + { + "supplement": "MYCELIUM", + "exact": false, + "when": "CRIMSON_NYLIUM" + }, + { + "supplement": "BROWN_MUSHROOM", + "exact": false, + "when": "WARPED_FUNGUS" + }, + { + "supplement": "RED_MUSHROOM", + "exact": false, + "when": "CRIMSON_FUNGUS" + }, + { + "supplement": "NETHER_BRICKS", + "exact": false, + "when": "CRACKED_NETHER_BRICKS" + }, + { + "supplement": "NETHER_BRICKS", + "exact": false, + "when": "CHISELED_NETHER_BRICKS" + }, + { + "supplement": "LEGACY_NETHER_FENCE", + "exact": false, + "when": "NETHER_FENCE" + }, + { + "supplement": "IRON_BARS", + "exact": false, + "when": "CHAIN" + }, + { + "supplement": "QUARTZ_BLOCK", + "exact": false, + "when": "NETHERITE_BLOCK" + }, + { + "supplement": "COBBLESTONE", + "exact": false, + "when": "BLACKSTONE" + }, + { + "supplement": "STONE", + "exact": false, + "when": "BASALT" + }, + { + "supplement": "NETHERRACK", + "exact": false, + "when": "ANCIENT_DEBRIS" + }, + { + "supplement": "LEGACY_NETHERRACK", + "exact": false, + "when": "NETHERRACK" + }, + { + "supplement": "OAK_LEAVES", + "exact": false, + "when": "HONEY_BLOCK" + }, + { + "supplement": "OAK_LEAVES", + "exact": false, + "when": "BEEHIVE" + }, + { + "supplement": "OAK_LEAVES", + "exact": false, + "when": "BEE_NEST" + }, + { + "supplement": "COBBLESTONE_WALL", + "exact": false, + "when": "GRANITE_WALL" + }, + { + "supplement": "PACKED_ICE", + "exact": false, + "when": "BLUE_ICE" + }, + { + "supplement": "COBBLESTONE_WALL", + "exact": false, + "when": "DIORITE_WALL" + }, + { + "supplement": "COBBLESTONE_WALL", + "exact": false, + "when": "ANDESITE_WALL" + }, + { + "supplement": "GRASS", + "exact": false, + "when": "SWEET_BERRY_BUSH" + }, + { + "supplement": "CRAFTING_TABLE", + "exact": false, + "when": "STONECUTTER" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "exact": false, + "when": "SANDSTONE_STAIRS" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "exact": false, + "when": "SMOOTH_SANDSTONE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "MOSSY_COBBLESTONE_STAIRS" + }, + { + "supplement": "STONE_BRICK_STAIRS", + "exact": false, + "when": "MOSSY_STONE_BRICK_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "POLISHED_GRANITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "GRANITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "POLISHED_DIORITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "DIORITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "POLISHED_ANDESITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "ANDESITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "exact": false, + "when": "STONE_STAIRS" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "exact": false, + "when": "END_STONE_BRICK_STAIRS" + }, + { + "supplement": "LEGACY_NETHER_BRICK_STAIRS", + "exact": false, + "when": "NETHER_BRICK_STAIRS" + }, + { + "supplement": "NETHER_BRICK_STAIRS", + "exact": false, + "when": "RED_NETHER_BRICK_STAIRS" + }, + { + "supplement": "LEGACY_QUARTZ_STAIRS", + "exact": false, + "when": "SMOOTH_QUARTZ_STAIRS" + }, + { + "supplement": "LEGACY_QUARTZ_STAIRS", + "exact": false, + "when": "QUARTZ_STAIRS" + }, + { + "supplement": "LEGACY_RED_SANDSTONE_STAIRS", + "exact": false, + "when": "RED_SANDSTONE_STAIRS" + }, + { + "supplement": "LEGACY_RED_SANDSTONE_STAIRS", + "exact": false, + "when": "SMOOTH_RED_SANDSTONE_STAIRS" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "exact": false, + "when": "STONE_SLAB" + }, + { + "supplement": "FURNACE", + "exact": false, + "when": "SMOKER" + }, + { + "supplement": "CRAFTING_TABLE", + "exact": false, + "when": "SMITHING_TABLE" + }, + { + "supplement": "SANDSTONE_SLAB", + "exact": false, + "when": "END_STONE_BRICK_SLAB" + }, + { + "supplement": "NETHER_BRICK_SLAB", + "exact": false, + "when": "RED_NETHER_BRICK_SLAB" + }, + { + "supplement": "QUARTZ_SLAB", + "exact": false, + "when": "SMOOTH_QUARTZ_SLAB" + }, + { + "supplement": "SANDSTONE_SLAB", + "exact": false, + "when": "CUT_SANDSTONE_SLAB" + }, + { + "supplement": "RED_SANDSTONE_SLAB", + "exact": false, + "when": "CUT_RED_SANDSTONE_SLAB" + }, + { + "supplement": "RED_SANDSTONE_SLAB", + "exact": false, + "when": "SMOOTH_RED_SANDSTONE_SLAB" + }, + { + "supplement": "SANDSTONE_SLAB", + "exact": false, + "when": "SMOOTH_SANDSTONE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "exact": false, + "when": "MOSSY_COBBLESTONE_SLAB" + }, + { + "supplement": "STONE_BRICK_SLAB", + "exact": false, + "when": "MOSSY_STONE_BRICK_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "exact": false, + "when": "STONE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "exact": false, + "when": "ANDESITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "exact": false, + "when": "ANDESITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "exact": false, + "when": "DIORITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "exact": false, + "when": "GRANITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "exact": false, + "when": "POLISHED_ANDESITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "exact": false, + "when": "POLISHED_DIORITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "exact": false, + "when": "POLISHED_GRANITE_SLAB" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "WARPED_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "WARPED_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "SPRUCE_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "SPRUCE_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "OAK_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "OAK_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "JUNGLE_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "JUNGLE_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "DARK_OAK_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "DARK_OAK_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "CRIMSON_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "CRIMSON_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "BIRCH_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "BIRCH_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "exact": false, + "when": "ACACIA_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "exact": false, + "when": "ACACIA_SIGN" + }, + { + "supplement": "BIRCH_FENCE", + "exact": false, + "when": "SCAFFOLDING" + }, + { + "supplement": "LOOM", + "exact": false, + "when": "LOOM" + }, + { + "supplement": "BOOKSHELF", + "exact": false, + "when": "LECTERN" + }, + { + "supplement": "REDSTONE_LAMP", + "exact": false, + "when": "LANTERN" + }, + { + "supplement": "AIR", + "exact": false, + "when": "JIGSAW" + }, + { + "supplement": "COBBLESTONE", + "exact": false, + "when": "GRINDSTONE" + }, + { + "supplement": "CRAFTING_TABLE", + "exact": false, + "when": "FLETCHING_TABLE" + }, + { + "supplement": "CHEST", + "exact": false, + "when": "COMPOSTER" + }, + { + "supplement": "CRAFTING_TABLE", + "exact": false, + "when": "CARTOGRAPHY_TABLE" + }, + { + "supplement": "DARK_OAK_SLAB", + "exact": false, + "when": "CAMPFIRE" + }, + { + "supplement": "FURNACE", + "exact": false, + "when": "BLAST_FURNACE" + }, + { + "supplement": "REDSTONE_LAMP", + "exact": false, + "when": "BELL" + }, + { + "supplement": "minecraft:hay_bale[axis=z]", + "exact": true, + "when": "minecraft:barrel[facing=south]" + }, + { + "supplement": "minecraft:hay_bale[axis=z]", + "exact": true, + "when": "minecraft:barrel[facing=north]" + }, + { + "supplement": "minecraft:hay_bale[axis=x]", + "exact": true, + "when": "minecraft:barrel[facing=east]" + }, + { + "supplement": "minecraft:hay_bale[axis=x]", + "exact": true, + "when": "minecraft:barrel[facing=west]" + }, + { + "supplement": "minecraft:hay_bale[axis=y]", + "exact": true, + "when": "minecraft:barrel[facing=up]" + }, + { + "supplement": "minecraft:hay_bale[axis=y]", + "exact": true, + "when": "minecraft:barrel[facing=down]" + }, + { + "supplement": "BIRCH_FENCE", + "exact": false, + "when": "BAMBOO" + }, + { + "supplement": "BIRCH_SAPLING", + "exact": false, + "when": "BAMBOO_SAPLING" + }, + { + "supplement": "POTTED_BIRCH_SAPLING", + "exact": false, + "when": "POTTED_BAMBOO" + } + ], + "roughnessHeight": 3, + "name": "Aworld", + "dimensionAngleDeg": 0, + "regionZoom": 1, + "caveScale": 1, + "dispersion": "SCATTER" +} diff --git a/aworld/generators/example-generator.json b/aworld/generators/example-generator.json new file mode 100644 index 00000000..100a0da8 --- /dev/null +++ b/aworld/generators/example-generator.json @@ -0,0 +1,49 @@ +{ + "cellPercentSize": 0.75, + "cellFractureHeight": 0, + "seed": 1, + "interpolationScale": 185, + "zoom": 1, + "cliffHeightMin": 0, + "cliffHeightGenerator": { + "sinCentered": false, + "seed": 0, + "parametric": false, + "zoom": 1, + "enabled": true, + "fracture": [], + "offsetX": 0, + "octaves": 1, + "negative": false, + "offsetZ": 0, + "offsetY": 0, + "irisBased": true, + "opacity": 1, + "bezier": false, + "exponent": 1 + }, + "offsetX": 0, + "offsetZ": 0, + "interpolationFunction": "HERMITE", + "cellFractureShuffle": 12, + "composite": [{ + "sinCentered": false, + "seed": 0, + "parametric": false, + "zoom": 1, + "enabled": true, + "fracture": [], + "offsetX": 0, + "octaves": 1, + "negative": false, + "offsetZ": 0, + "offsetY": 0, + "irisBased": true, + "opacity": 1, + "bezier": false, + "exponent": 1 + }], + "opacity": 1, + "cliffHeightMax": 0, + "cellFractureZoom": 1 +} diff --git a/aworld/regions/example-region.json b/aworld/regions/example-region.json new file mode 100644 index 00000000..5dbfe408 --- /dev/null +++ b/aworld/regions/example-region.json @@ -0,0 +1,29 @@ +{ + "shoreRatio": 0.13, + "ridgeBiomes": [], + "islandBiomes": [], + "biomeShuffle": 11, + "shoreBiomeZoom": 1, + "islandBiomeZoom": 1, + "structures": [], + "spotBiomes": [], + "caveBiomeZoom": 1, + "landBiomes": [ + "land-1", + "land-2" + ], + "seaBiomeZoom": 1, + "biomeImplosionRatio": 0.4, + "skylandBiomeZoom": 1, + "seaBiomes": ["sea"], + "deposits": [], + "caveBiomes": [], + "landBiomeZoom": 1, + "shoreHeightMin": 1.2, + "shoreBiomes": ["shore"], + "skylandBiomes": [], + "name": "Example Region", + "shoreHeightMax": 3.2, + "shoreHeightZoom": 3.14, + "rarity": 1 +} diff --git a/overworld/objects/bombs/bomb.iob b/overworld/objects/bombs/bomb.iob new file mode 100644 index 0000000000000000000000000000000000000000..163affef9bb0ae732a12b114125e38538f5f8874 GIT binary patch literal 3598 zcmbuBJ5R$v5QOgt6*UD71$_!S5R!ic2pX&iUBV@{FgEgCi1_V!m|06;5cb@K6j7vn z*_pl9Xq8eUrPK*N^8Ki^I>z_eYhKz}ZRY-FWxTD^!oJ%gxtxFrzv}q3FtZoutI|HX z!c0^D@n(~0<$d)!ZflEbv9QmHua|bxGy!?twsGGt?@eC2bZ%yOxky&l`Eh27`Ini? z44j>>O}@zdUvIQ6OT6ya{%-xbT22f5t9)(>*Y+;;F}+!{Z*N*1LHo3?H~cQ_ykoxf z>9Ta*pwZ;JxnTi~Q&sA=6Zm;%1Doorw{gUdig0h&IO$l^ZnvULMV8-C;TPR%XPL>% zwC^r*A&oUqqn5`Q1%!073m6HHGU7tI*#?Y+M;UP;-E0Cz!lR71kZ#riBjHg-TnM>{ zQ>3}bI2f--@UeOs|Vk(tCl|7D;Xio&5=&{&%cus%}f1IP8_CyFg9B-S|Lx00Kc8_y}6sw2+mT~BF zjMXMn?~HO>8Oqzhqxw)F99N!l=