From 1123224a0c8c7a71659a570eea3d3177a28f06db Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Tue, 11 Oct 2022 17:52:14 -0500 Subject: [PATCH] Set aside 0.1 stable release --- Mining_Mod/construction.json | 48 -- Mining_Mod/furniture.json | 21 - Mining_Mod/item_groups.json | 20 - Mining_Mod/items.json | 165 ----- Mining_Mod/mapgen_deep.json | 254 ------- Mining_Mod/mapgen_shallow.json | 398 ----------- Mining_Mod/mapgen_surface.json | 1128 ------------------------------ Mining_Mod/modinfo.json | 11 - Mining_Mod/overmap_specials.json | 154 ---- Mining_Mod/overmap_terrain.json | 88 --- Mining_Mod/recipes.json | 169 ----- Mining_Mod/terrain.json | 223 ------ 12 files changed, 2679 deletions(-) delete mode 100644 Mining_Mod/construction.json delete mode 100644 Mining_Mod/furniture.json delete mode 100644 Mining_Mod/item_groups.json delete mode 100644 Mining_Mod/items.json delete mode 100644 Mining_Mod/mapgen_deep.json delete mode 100644 Mining_Mod/mapgen_shallow.json delete mode 100644 Mining_Mod/mapgen_surface.json delete mode 100644 Mining_Mod/modinfo.json delete mode 100644 Mining_Mod/overmap_specials.json delete mode 100644 Mining_Mod/overmap_terrain.json delete mode 100644 Mining_Mod/recipes.json delete mode 100644 Mining_Mod/terrain.json diff --git a/Mining_Mod/construction.json b/Mining_Mod/construction.json deleted file mode 100644 index a21ab15..0000000 --- a/Mining_Mod/construction.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "type": "construction_group", - "id": "make_stone_anvil", - "name": "Make Stone Anvil" - }, - { - "type": "construction_group", - "id": "extract_sand_black", - "name": "Extract Black Sand" - }, - { - "type": "construction", - "id": "minmod_anvil_med", - "group": "make_stone_anvil", - "category": "FURN", - "required_skills": [ [ "fabrication", 4 ], [ "survival", 2 ] ], - "time": "120 m", - "qualities": [ [ { "id": "HAMMER", "level": 2 } ] ], - "tools": [ [ [ "pickaxe", -1 ], [ "jackhammer", 30 ], [ "elec_jackhammer", 30 ] ] ], - "pre_terrain": "f_boulder_medium", - "post_terrain": "f_anvil_stone" - }, - { - "type": "construction", - "id": "minmod_anvil_large", - "group": "make_stone_anvil", - "category": "FURN", - "required_skills": [ [ "fabrication", 4 ], [ "survival", 2 ] ], - "time": "120 m", - "qualities": [ [ { "id": "HAMMER", "level": 2 } ] ], - "tools": [ [ [ "pickaxe", -1 ], [ "jackhammer", 30 ], [ "elec_jackhammer", 30 ] ] ], - "pre_terrain": "f_boulder_large", - "post_terrain": "f_anvil_stone" - }, - { - "type": "construction", - "id": "constr_extract_sand_black", - "group": "extract_sand_black", - "category": "OTHER", - "required_skills": [ [ "survival", 0 ] ], - "time": "30 m", - "qualities": [ [ { "id": "DIG", "level": 1 } ] ], - "byproducts": [ { "item": "material_sand_black", "charges": [ 200, 400 ] } ], - "pre_terrain": "t_sand_black", - "post_special": "done_extract_maybe_revert_to_dirt" - } -] diff --git a/Mining_Mod/furniture.json b/Mining_Mod/furniture.json deleted file mode 100644 index e48e505..0000000 --- a/Mining_Mod/furniture.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "id": "f_anvil_stone", - "type": "furniture", - "name": "stone anvil", - "description": "A anvil, it looks rock solid", - "symbol": "^", - "color": [ "dark_gray" ], - "move_cost_mod": 3, - "required_str": 8, - "crafting_pseudo_item": "boulder_anvil_leveled", - "bash": { - "str_min": 12, - "str_max": 36, - "sound": "smash!", - "sound_fail": "thump.", - "items": [ { "item": "rock", "count": [ 1, 5 ] } ] - }, - "flags": [ "TRANSPARENT", "MINEABLE", "NOITEM", "MOUNTABLE", "TINY" ] - } -] diff --git a/Mining_Mod/item_groups.json b/Mining_Mod/item_groups.json deleted file mode 100644 index 5e015b7..0000000 --- a/Mining_Mod/item_groups.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "id": "survivorzed_extra", - "copy-from": "survivorzed_extra", - "type": "item_group", - "extend": { "items": [ [ "pickaxe_copper", 1 ] ] } - }, - { - "id": "mine_storage", - "copy-from": "mine_storage", - "type": "item_group", - "extend": { "items": [ [ "chunk_hematite", 3 ], [ "chunk_galena", 2 ] ] } - }, - { - "id": "museum_primitive", - "copy-from": "museum_primitive", - "type": "item_group", - "extend": { "items": [ [ "pickaxe_bone", 10 ], [ "pickaxe_copper", 5 ] ] } - } -] diff --git a/Mining_Mod/items.json b/Mining_Mod/items.json deleted file mode 100644 index cce899a..0000000 --- a/Mining_Mod/items.json +++ /dev/null @@ -1,165 +0,0 @@ -[ - { - "type": "GENERIC", - "id": "chunk_copper", - "category": "spare_parts", - "price": 100, - "name": { "str": "chunk of native copper", "str_pl": "chunks of native copper" }, - "symbol": "*", - "color": "light_red", - "description": "A large chunk of copper, in its native state. It only needs to be worked into a more usable shape.", - "material": "copper", - "volume": "1 L", - "//": "Density of one liter of copper, item is native metal.", - "weight": "8960 g", - "bashing": 2 - }, - { - "type": "GENERIC", - "id": "chunk_silver", - "category": "spare_parts", - "price": 500, - "name": { "str": "chunk of native silver", "str_pl": "chunks of native silver" }, - "symbol": "*", - "color": "light_gray", - "description": "A large chunk of silver, in its native state. It only needs to be molded into a more usable shape.", - "material": "silver", - "volume": "1 L", - "//": "Density of one liter of silver, item is native metal.", - "weight": "10490 g", - "bashing": 3 - }, - { - "type": "GENERIC", - "id": "chunk_gold", - "category": "spare_parts", - "price": 1500, - "name": { "str": "chunk of native gold", "str_pl": "chunks of native gold" }, - "symbol": "*", - "color": "yellow", - "description": "A large chunk of native gold, a rare find. It only needs to be molded into a more usable shape.", - "material": "gold", - "volume": "1 L", - "//": "Density of one liter of gold, item is native metal. Massivelly heavy.", - "weight": "19320 g", - "bashing": 4 - }, - { - "type": "GENERIC", - "id": "chunk_aluminum", - "category": "spare_parts", - "price": 100, - "name": { "str": "chunk of native aluminum", "str_pl": "chunks of native aluminum" }, - "symbol": "*", - "color": "white", - "description": "A large chunk of native aluminum, which would have been priceless before other ways to obtain aluminum were invented. It needs to be cast into an ingot.", - "material": "aluminum", - "volume": "1 L", - "//": "Density of one liter of aluminum, item is native metal.", - "weight": "2700 g", - "bashing": 1 - }, - { - "type": "GENERIC", - "id": "chunk_cassiterite", - "category": "spare_parts", - "price": 300, - "name": { "str": "chunk of cassiterite", "str_pl": "chunks of cassiterite" }, - "symbol": "*", - "color": "brown", - "description": "A large chunk of cassiterite, an ore of tin. It only needs to be smelted into a usable form.", - "material": "stone", - "volume": "1 L", - "//": "One liter, roughly 6.26 grams per cubic centimeter.", - "weight": "6260 g", - "bashing": 2 - }, - { - "type": "GENERIC", - "id": "chunk_galena", - "category": "spare_parts", - "price": 250, - "name": { "str": "chunk of galena", "str_pl": "chunks of galena" }, - "symbol": "*", - "color": "white", - "description": "A large chunk of galena, a lead ore with small amounts of silver. It only needs to be smelted into a usable form.", - "material": "stone", - "volume": "1 L", - "//": "One liter, roughly 7.6 grams per cubic centimeter.", - "weight": "7600 g", - "bashing": 3 - }, - { - "type": "GENERIC", - "id": "chunk_hematite", - "category": "spare_parts", - "price": 250, - "name": { "str": "chunk of hematite", "str_pl": "chunks of hematite" }, - "symbol": "*", - "color": "brown", - "description": "A large chunk of hematite, an ore of iron. It only needs to be smelted into a usable form.", - "material": "stone", - "volume": "1 L", - "//": "One liter, roughly 5.04 grams per cubic centimeter.", - "weight": "5040 g", - "bashing": 2 - }, - { - "id": "pickaxe_copper", - "type": "TOOL", - "name": { "str": "copper pickaxe" }, - "description": "This is a handmade copper pickaxe, suitable for breaking up hard things or (with enough skill) hard targets. Strike the earth!", - "sub": "pickaxe", - "weight": "6350 g", - "volume": "3 L", - "price": 1600, - "to_hit": -3, - "bashing": 12, - "cutting": 4, - "material": [ "wood", "copper" ], - "symbol": "/", - "color": "light_red", - "use_action": "PICKAXE", - "flags": [ "SPEAR", "NONCONDUCTIVE", "FRAGILE_MELEE", "DIG_TOOL" ] - }, - { - "id": "pickaxe_bone", - "type": "TOOL", - "name": { "str": "bone pickaxe" }, - "description": "This is a primitive pickaxe, traditionally made from antler or bone, and fire-hardened for greater hardness. Less than ideal, but still suitable for striking the earth.", - "sub": "pickaxe", - "weight": "760 g", - "volume": 10, - "price": 800, - "to_hit": -3, - "bashing": 10, - "cutting": 3, - "material": [ "wood" ], - "symbol": "/", - "color": "white", - "use_action": "PICKAXE", - "flags": [ "SPEAR", "FRAGILE_MELEE", "DIG_TOOL" ] - }, - { - "id": "boulder_anvil_leveled", - "type": "TOOL", - "copy-from": "fake_item", - "name": { "str": "leveled boulder anvil" }, - "qualities": [ [ "ANVIL", 3 ] ] - }, - { - "type": "AMMO", - "id": "material_sand_black", - "category": "spare_parts", - "name": { "str_sp": "black sand" }, - "symbol": "=", - "color": "dark_gray", - "description": "A handful of sand, rich with minerals eroded from a deposit somewhere upstream. Not as useful in this state, but might be a source of magnetite.", - "material": "powder_nonflam", - "volume": "250 ml", - "//": "Roughly half magnetite, which has a density of 7.874 grams per cubic liter, and each unit is 5 mL.", - "weight": "23 g", - "ammo_type": "components", - "count": 50 - } -] diff --git a/Mining_Mod/mapgen_deep.json b/Mining_Mod/mapgen_deep.json deleted file mode 100644 index e3460b6..0000000 --- a/Mining_Mod/mapgen_deep.json +++ /dev/null @@ -1,254 +0,0 @@ -[ - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 188, - "//": "Absolutely nothing about 25 percent of the time, try again.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock" } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 50, - "//": "Cassiterite vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ?#?? ", - " ???? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_cassiterite", "?": [ "t_rock", "t_rock_cassiterite" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 100, - "//": "Native copper vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ?#?? ", - " ?###? ", - " ??##? ", - " ??#?? ", - " ???? ", - " ?? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_copper", "?": [ "t_rock", "t_rock_copper" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 100, - "//": "Native silver vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??? ", - " ?#?? ", - " ?##? ", - " ?##? ", - " ???? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_silver", "?": [ "t_rock", "t_rock_silver" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 33, - "//": "Native gold vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ?#? ", - " ?#?? ", - " ?##? ", - " ???? ", - " ?? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_gold", "?": [ "t_rock", "t_rock_gold" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 133, - "//": "Galena vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ???? ", - " ? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_galena", "?": [ "t_rock", "t_rock_galena" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_maybe" ], - "method": "json", - "weight": 150, - "//": "Hematite vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_hematite", "?": [ "t_rock", "t_rock_hematite" ] } - } - } -] diff --git a/Mining_Mod/mapgen_shallow.json b/Mining_Mod/mapgen_shallow.json deleted file mode 100644 index 35f9f25..0000000 --- a/Mining_Mod/mapgen_shallow.json +++ /dev/null @@ -1,398 +0,0 @@ -[ - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 100, - "//": "Coal vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ?#?? ", - " ???? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_coal", "?": [ "t_rock", "t_rock_coal" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 110, - "//": "Rock salt, technically a cluster.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ? ", - " ??? ", - " ???#??? ", - " ??##??? ", - " ??####??? ", - " ????###?? ", - " ???#??? ", - " ???? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_halite", "?": [ "t_rock", "t_rock_halite" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 100, - "//": "Niter, technically a cluster.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ???? ", - " ???##?? ", - " ??####??? ", - " ??##??? ", - " ???? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_niter", "?": [ "t_rock", "t_rock_niter" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 110, - "//": "Brimstone, technically a cluster.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??#?? ", - " ??###??? ", - " ??#?? ", - " ??? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_brimstone", "?": [ "t_rock", "t_rock_brimstone" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 110, - "//": "Native copper vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ?#?? ", - " ?###? ", - " ??##? ", - " ??#?? ", - " ???? ", - " ?? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_copper", "?": [ "t_rock", "t_rock_copper" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 75, - "//": "Native silver vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??? ", - " ?#?? ", - " ?##? ", - " ?##? ", - " ???? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_silver", "?": [ "t_rock", "t_rock_silver" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 50, - "//": "Native gold vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ?#? ", - " ?#?? ", - " ?##? ", - " ???? ", - " ?? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_gold", "?": [ "t_rock", "t_rock_gold" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 25, - "//": "Native aluminum cluster, which is highly rare.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ? ", - " ???? ", - " ??##?? ", - " ??#? ", - " ?? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_aluminum", "?": [ "t_rock", "t_rock_aluminum" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 110, - "//": "Galena vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ? ", - " ?? ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ???? ", - " ? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_galena", "?": [ "t_rock", "t_rock_galena" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_rock" ], - "method": "json", - "weight": 200, - "//": "Hematite vein.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_hematite", "?": [ "t_rock", "t_rock_hematite" ] } - } - }, - { - "type": "mapgen", - "om_terrain": [ "vein_hematite" ], - "method": "json", - "weight": 400, - "//": "Hematite vein, set aside for bog iron. Realistically should be limonite.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ?? ", - " ??? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ?##? ", - " ??? ", - " ? ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { " ": "t_rock", "#": "t_rock_hematite", "?": [ "t_rock", "t_rock_hematite" ] } - } - } -] diff --git a/Mining_Mod/mapgen_surface.json b/Mining_Mod/mapgen_surface.json deleted file mode 100644 index 616c57a..0000000 --- a/Mining_Mod/mapgen_surface.json +++ /dev/null @@ -1,1128 +0,0 @@ -[ - { - "id": "minerals_swamp", - "type": "item_group", - "//": "Technically limonite develops as bog iron, not hematite.", - "items": [ [ "chunk_hematite", 10 ] ] - }, - { - "id": "rubble_fake", - "type": "item_group", - "//": "Unable to both randomly placed rubble and ensure rocks spawn underneath.", - "items": [ { "item": "rock", "prob": 100, "count-min": 1, "count-max": 3 } ] - }, - { - "type": "mapgen", - "om_terrain": [ "field_shallow" ], - "method": "json", - "weight": 1000, - "//": "Rocky outcropping, indicative of surface erosion exposing bedrock.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " .... ", - " ..?... ", - " ..????... ", - " ..???#???... ", - " .??#####???. ", - " .???####??.. ", - " ..???##??.. ", - " ...????.. ", - " ..??.. ", - " .... ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - "#": "t_rock_floor", - ".": "t_dirt", - "?": "t_dirt" - }, - "furniture": { - "#": [ "f_boulder_small", "f_boulder_medium", "f_boulder_large" ], - "?": [ "f_boulder_small", "f_boulder_medium", "f_rubble_rock" ] - }, - "mapping": { "?": { "items": { "item": "rubble_fake", "chance": 33 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "field_shallow" ], - "method": "json", - "weight": 1000, - "//": "Suspisciously dead patch of ground, with small hints of fragmenta.", - "object": { - "rows": [ - " ", - " .. ", - " ...... ", - " .......... ", - " .......... ", - " ............ ", - " .............. ", - " ..........%....... ", - " ......%........... ", - " ...........%........ ", - " ........%...%....... ", - " .......%...%...%...... ", - " ..........%%%......... ", - " ..........%....%.... ", - " ...%....%....%...... ", - " ......%....%...... ", - " ....%.....%.%..... ", - " .............. ", - " ............ ", - " .......... ", - " .......... ", - " ...... ", - " .. ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "%": "t_dirt" - }, - "furniture": { "%": [ "f_null", "f_rubble_rock" ] }, - "mapping": { "%": { "items": { "item": "rubble_fake", "chance": 50 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "field_shallow" ], - "method": "json", - "weight": 500, - "//": "Rocky hill, with some degree of rocky outcropping and fragmenta around it.", - "object": { - "rows": [ - " ", - " .. ", - " ...... ", - " .......... ", - " .......... ", - " ............ ", - " .............. ", - " ........??........ ", - " .......????....... ", - " .......??##??....... ", - " ......??####??...... ", - " ......??######??...... ", - " ......??######??...... ", - " ......??####??...... ", - " .......??##??....... ", - " .......????....... ", - " ........??........ ", - " .............. ", - " ............ ", - " .......... ", - " .......... ", - " ...... ", - " .. ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "#": "t_rock", - "?": "t_dirt" - }, - "furniture": { "?": [ "f_boulder_small", "f_boulder_medium", "f_rubble_rock" ] }, - "mapping": { "?": { "items": { "item": "rubble_fake", "chance": 33 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "field_deep" ], - "method": "json", - "weight": 500, - "//": "Rocky outcropping, indicative of surface erosion exposing bedrock.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " .... ", - " ..?... ", - " ..????... ", - " ..???#???... ", - " .??#####???. ", - " .???####??.. ", - " ..???##??.. ", - " ...????.. ", - " ..??.. ", - " .... ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - "#": "t_rock_floor", - ".": "t_dirt", - "?": "t_dirt" - }, - "furniture": { - "#": [ "f_boulder_small", "f_boulder_medium", "f_boulder_large" ], - "?": [ "f_boulder_small", "f_boulder_medium", "f_rubble_rock" ] - }, - "mapping": { "?": { "items": { "item": "rubble_fake", "chance": 33 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "field_deep" ], - "method": "json", - "weight": 1000, - "//": "Suspisciously dead patch of ground, with small hints of fragmenta.", - "object": { - "rows": [ - " ", - " .. ", - " ...... ", - " .......... ", - " .......... ", - " ............ ", - " .............. ", - " ..........%....... ", - " ......%........... ", - " ...........%........ ", - " ........%...%....... ", - " .......%...%...%...... ", - " ..........%%%......... ", - " ..........%....%.... ", - " ...%....%....%...... ", - " ......%....%...... ", - " ....%.....%.%..... ", - " .............. ", - " ............ ", - " .......... ", - " .......... ", - " ...... ", - " .. ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "%": "t_dirt" - }, - "furniture": { "%": [ "f_null", "f_rubble_rock" ] }, - "mapping": { "%": { "items": { "item": "rubble_fake", "chance": 50 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "field_deep" ], - "method": "json", - "weight": 750, - "//": "Rocky hill, with some degree of rocky outcropping and fragmenta around it.", - "object": { - "rows": [ - " ", - " .. ", - " ...... ", - " .......... ", - " .......... ", - " ............ ", - " .............. ", - " ........??........ ", - " .......????....... ", - " .......??##??....... ", - " ......??####??...... ", - " ......??######??...... ", - " ......??######??...... ", - " ......??####??...... ", - " .......??##??....... ", - " .......????....... ", - " ........??........ ", - " .............. ", - " ............ ", - " .......... ", - " .......... ", - " ...... ", - " .. ", - " " - ], - "terrain": { - " ": [ - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "#": "t_rock", - "?": "t_dirt" - }, - "furniture": { "?": [ "f_boulder_small", "f_boulder_medium", "f_rubble_rock" ] }, - "mapping": { "?": { "items": { "item": "rubble_fake", "chance": 33 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "forest_vein" ], - "method": "json", - "weight": 1000, - "//": "Rocky outcropping, indicative of surface erosion exposing bedrock. Treeline is severely thinned and growing poorly.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " .... ", - " ..?... ", - " ..????... ", - " ..???#???... ", - " .??#####???. ", - " .???####??.. ", - " ..???##??.. ", - " ...????.. ", - " ..??.. ", - " .... ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { - " ": [ - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_dead", - "t_tree_dead", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_tree_young", - "t_grass", - "t_grass", - "t_tree_dead", - "t_tree_dead", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_deadpine", - "t_tree_deadpine", - "t_tree_deadpine", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_young", - "t_tree_young", - "t_grass", - "t_grass", - "t_tree_deadpine", - "t_tree_deadpine", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree", - "t_grass", - "t_grass", - "t_tree", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush", - "t_tree_pine", - "t_grass", - "t_grass", - "t_tree_pine", - "t_tree_pine", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush", - "t_underbrush" - ], - "#": "t_rock_floor", - ".": "t_dirt", - "?": "t_dirt" - }, - "furniture": { - "#": [ "f_boulder_small", "f_boulder_medium", "f_boulder_large" ], - "?": [ "f_boulder_small", "f_boulder_medium", "f_rubble_rock" ] - }, - "mapping": { "?": { "items": { "item": "rubble_fake", "chance": 33 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "forest_vein" ], - "method": "json", - "weight": 1000, - "//": "Suspisciously dead patch of forest, with small hints of fragmenta.", - "object": { - "rows": [ - " ", - " ", - " ", - " % ", - " % ", - " ", - " % % ", - " % ", - " % ", - " % % ", - " % % ", - " % % % ", - " % % ", - " % % ", - " % % % ", - " % ", - " % % % % ", - " % ", - " % % ", - " % ", - " ", - " % % ", - " ", - " " - ], - "terrain": { - " ": [ - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_dead", - "t_tree_dead", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_tree_young", - "t_grass", - "t_grass", - "t_tree_dead", - "t_tree_dead", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_deadpine", - "t_tree_deadpine", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree_young", - "t_grass", - "t_grass", - "t_tree_deadpine", - "t_dirt", - "t_dirt", - "t_dirt", - "t_tree", - "t_grass", - "t_grass", - "t_tree", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush", - "t_tree_pine", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush", - "t_underbrush" - ], - "%": "t_dirt" - }, - "furniture": { "%": [ "f_null", "f_rubble_rock" ] }, - "mapping": { "%": { "items": { "item": "rubble_fake", "chance": 50 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "swamp_vein" ], - "method": "json", - "weight": 1000, - "//": "Suspisciously dry, dead patch of ground, with small hints of fragmenta.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " . ", - " .. .%. ", - " .%...... ", - " ....%.. ", - " ...%...%.. ", - " .%...%...%. ", - " ...%%%.... ", - " .. ...%....%. ", - " .%....%....%.. ", - " ....%....%.. ", - " .%... .%.%. ", - " ... ... ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { - " ": [ - "t_water_sh", - "t_water_dp", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_swater_sh", - "t_swater_sh", - "t_swater_dp", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_swater_sh", - "t_swater_dp", - "t_swater_sh", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "%": "t_dirt" - }, - "furniture": { - ".": [ - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_rubble_rock" - ], - "%": [ "f_null", "f_rubble_rock" ] - }, - "mapping": { ".": { "items": { "item": "rubble_fake", "chance": 3 } }, "%": { "items": { "item": "rubble_fake", "chance": 50 } } } - } - }, - { - "type": "mapgen", - "om_terrain": [ "swamp_hematite" ], - "method": "json", - "weight": 1000, - "//": "Suspiciously dry, dead patch of ground, with small hints of fragmenta. Some chance of bog iron.", - "object": { - "rows": [ - " ", - " ", - " . ", - " .%. ", - " ... ", - " .%. ", - " ... ", - " ..... ", - " .%..... ", - " .%..%.%.. ", - " ...%...%.. ", - " .%...%... ", - " ...%%%... ", - " ....%.... ", - " ...%....%. ", - " .%....%.. ", - " .. .%.%. ", - " ...... ", - " ....%. ", - " .%.... ", - " ...%. ", - " .. ", - " ", - " " - ], - "terrain": { - " ": [ - "t_water_sh", - "t_water_dp", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_swater_sh", - "t_swater_sh", - "t_swater_dp", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_swater_sh", - "t_swater_dp", - "t_swater_sh", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_grass", - "t_grass", - "t_grass", - "t_grass", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_dirt", - "t_underbrush" - ], - ".": "t_dirt", - "%": "t_dirt" - }, - "furniture": { - ".": [ - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_null", - "f_rubble_rock" - ], - "%": [ "f_null", "f_rubble_rock" ] - }, - "mapping": { - ".": { "items": [ { "item": "rubble_fake", "chance": 3 }, { "item": "minerals_swamp", "chance": 1 } ] }, - "%": { "items": [ { "item": "rubble_fake", "chance": 50 }, { "item": "minerals_swamp", "chance": 20 } ] } - } - } - }, - { - "type": "mapgen", - "om_terrain": [ "alluvial_deposit" ], - "method": "json", - "weight": 1000, - "//": "Ground is more barren and signs of water flow, leaving alluvial deposits in the form of black sand.", - "object": { - "rows": [ - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " .... ", - " ...... ", - " ........ ", - " ........ ", - " ........ ", - " ........ ", - " ...... ", - " .... ", - " ", - " ", - " ", - " ", - " ", - " ", - " ", - " " - ], - "terrain": { - " ": [ [ "t_region_groundcover", 15 ], [ "t_region_groundcover_barren", 10 ], [ "t_swater_sh", 5 ], "t_sand_black" ], - ".": [ [ "t_region_groundcover_barren", 4 ], "t_sand_black" ] - } - } - } -] diff --git a/Mining_Mod/modinfo.json b/Mining_Mod/modinfo.json deleted file mode 100644 index e07f3e7..0000000 --- a/Mining_Mod/modinfo.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "type": "MOD_INFO", - "ident": "Mining_Mod", - "name": "Mining Mod", - "authors": [ "DangerNoodle" ], - "description": "Adds mineral veins randomly found underground, to obtain various natural resources.", - "category": "misc_additions", - "dependencies": [ "dda" ] - } -] diff --git a/Mining_Mod/overmap_specials.json b/Mining_Mod/overmap_specials.json deleted file mode 100644 index 5373cda..0000000 --- a/Mining_Mod/overmap_specials.json +++ /dev/null @@ -1,154 +0,0 @@ -[ - { - "type": "overmap_special", - "id": "vein_forest_shallow", - "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "forest_vein" }, { "point": [ 0, 0, -1 ], "overmap": "vein_rock" } ], - "locations": [ "forest" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_field_shallow", - "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "field_shallow" }, { "point": [ 0, 0, -1 ], "overmap": "vein_rock" } ], - "locations": [ "wilderness" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 12 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_swamp_shallow", - "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "swamp_hematite" }, { "point": [ 0, 0, -1 ], "overmap": "vein_hematite" } ], - "locations": [ "swamp" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 12 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_forest_deep", - "overmaps": [ - { "point": [ 0, 0, 0 ], "overmap": "forest_vein" }, - { "point": [ 0, 0, -1 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -2 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -3 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -4 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -5 ], "overmap": "vein_maybe" } - ], - "locations": [ "forest" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 12 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_field_deep", - "overmaps": [ - { "point": [ 0, 0, 0 ], "overmap": "field_deep" }, - { "point": [ 0, 0, -1 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -2 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -3 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -4 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -5 ], "overmap": "vein_maybe" } - ], - "locations": [ "wilderness" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 12 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_swamp_deep", - "overmaps": [ - { "point": [ 0, 0, 0 ], "overmap": "swamp_vein" }, - { "point": [ 0, 0, -1 ], "overmap": "empty_rock" }, - { "point": [ 0, 0, -2 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -3 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -4 ], "overmap": "vein_maybe" }, - { "point": [ 0, 0, -5 ], "overmap": "vein_maybe" } - ], - "locations": [ "swamp" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 12 ], - "occurrences": [ 0, 20 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "Alluvial Deposit", - "overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "alluvial_deposit_north" } ], - "locations": [ "water", "swamp" ], - "occurrences": [ 0, 100 ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_hidden_1", - "overmaps": [ { "point": [ 0, 0, -1 ], "overmap": "vein_rock" } ], - "locations": [ "land", "water" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 50 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_hidden_2", - "overmaps": [ { "point": [ 0, 0, -2 ], "overmap": "vein_rock" } ], - "locations": [ "land", "water" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 50 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_hidden_3", - "overmaps": [ { "point": [ 0, 0, -3 ], "overmap": "vein_rock" } ], - "locations": [ "land", "water" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 50 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_hidden_4", - "overmaps": [ { "point": [ 0, 0, -4 ], "overmap": "vein_rock" } ], - "locations": [ "land", "water" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 50 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - }, - { - "type": "overmap_special", - "id": "vein_hidden_5", - "overmaps": [ { "point": [ 0, 0, -5 ], "overmap": "vein_rock" } ], - "locations": [ "land", "water" ], - "city_distance": [ 5, -1 ], - "city_sizes": [ 0, 20 ], - "occurrences": [ 0, 50 ], - "rotate": false, - "flags": [ "CLASSIC", "WILDERNESS" ] - } -] diff --git a/Mining_Mod/overmap_terrain.json b/Mining_Mod/overmap_terrain.json deleted file mode 100644 index c1e6843..0000000 --- a/Mining_Mod/overmap_terrain.json +++ /dev/null @@ -1,88 +0,0 @@ -[ - { - "type": "overmap_terrain", - "id": "vein_rock", - "name": "mineral vein", - "sym": "%", - "color": "light_gray", - "see_cost": 5, - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "vein_hematite", - "name": "mineral vein", - "sym": "%", - "color": "light_gray", - "see_cost": 5, - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "vein_maybe", - "name": "mineral vein?", - "sym": "%", - "color": "light_gray", - "see_cost": 5, - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "field_shallow", - "name": "field?", - "sym": ".", - "color": "brown", - "see_cost": 2, - "extras": "field", - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "field_deep", - "name": "field?", - "sym": ".", - "color": "brown", - "see_cost": 2, - "extras": "field", - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "forest_vein", - "name": "forest?", - "sym": "F", - "color": "green", - "see_cost": 3, - "extras": "field", - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "swamp_hematite", - "name": "swamp?", - "sym": "F", - "color": "cyan", - "see_cost": 4, - "extras": "field", - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "swamp_vein", - "name": "swamp?", - "sym": "F", - "color": "cyan", - "see_cost": 4, - "extras": "field", - "flags": [ "NO_ROTATE" ] - }, - { - "type": "overmap_terrain", - "id": "alluvial_deposit", - "name": "alluvial deposit", - "sym": ".", - "color": "light_gray", - "see_cost": 2, - "extras": "field" - } -] diff --git a/Mining_Mod/recipes.json b/Mining_Mod/recipes.json deleted file mode 100644 index ce1904f..0000000 --- a/Mining_Mod/recipes.json +++ /dev/null @@ -1,169 +0,0 @@ -[ - { - "result": "copper", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "native", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 1, - "time": "12 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "//": "Yield is just over 98% by weight, each output of copper is 400 weight. Volume of output is massively oversize however.", - "result_mult": 22, - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "fire", -1 ], [ "toolset", 10 ] ] ], - "components": [ [ [ "chunk_copper", 1 ] ] ] - }, - { - "result": "silver_small", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "native", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 1, - "time": "12 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "//": "Yield is just over 97% by weight, each output of silver is 300 weight. Volume of output is massively oversize however.", - "result_mult": 34, - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "fire", -1 ], [ "toolset", 10 ] ] ], - "components": [ [ [ "chunk_silver", 1 ] ] ] - }, - { - "result": "gold_small", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "native", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 1, - "time": "12 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "//": "Yield is just over 98% by weight, each output of gold is 500 weight. Volume of output is massively oversize however.", - "result_mult": 38, - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "fire", -1 ], [ "toolset", 10 ] ] ], - "components": [ [ [ "chunk_gold", 1 ] ] ] - }, - { - "result": "material_aluminium_ingot", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "native", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 2, - "time": "25 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "//": "Yield is just 100% by weight, each output of aluminum is 675 weight.", - "result_mult": 4, - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "fire", -1 ], [ "toolset", 10 ] ] ], - "components": [ [ [ "chunk_aluminum", 1 ] ] ] - }, - { - "result": "tin", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "smelt", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 3, - "time": "40 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "book_learn": [ [ "recipe_bullets", 2 ], [ "textbook_fabrication", 2 ], [ "welding_book", 2 ] ], - "//": "Cassiterite has around 86% yield, yield here is just over 76%, due to one output of 600 grams. Output volume is still oversize.", - "result_mult": 8, - "using": [ [ "forging_standard", 3 ] ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "chunk_cassiterite", 1 ] ] ] - }, - { - "result": "lead", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "smelt", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 3, - "time": "40 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "book_learn": [ [ "recipe_bullets", 2 ], [ "textbook_fabrication", 2 ], [ "welding_book", 2 ] ], - "//": "Galena has around 86% yield of lead, yield here is just over 82%, due to one output weighing 300 grams. Silver output is around double the expected 2% yield due to minumum of 300 grams. Output volume is still oversize.", - "result_mult": 21, - "byproducts": [ [ "silver_small" ] ], - "using": [ [ "forging_standard", 3 ] ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "chunk_galena", 1 ] ] ] - }, - { - "result": "steel_lump", - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "id_suffix": "smelt", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 4, - "time": "60 m", - "batch_time_factors": [ 90, 4 ], - "autolearn": true, - "book_learn": [ [ "textbook_armschina", 3 ], [ "textbook_fabrication", 3 ], [ "welding_book", 3 ] ], - "//": "Hematite has around 70% yield of iron, total yield here is just over 69% at 3500 grams of steel. Estimated 2% carbon content has minimal effect on these numbers. Magnetite has around 80% yield, but ironsand isn't pure magnetite.", - "result_mult": 3, - "byproducts": [ [ "steel_chunk", 2 ] ], - "using": [ [ "forging_standard", 4 ] ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ - [ [ "chunk_hematite", 1 ], [ "material_sand_black", 400 ] ], - [ [ "material_shrd_limestone", 1 ], [ "material_limestone", 10 ] ], - [ [ "charcoal", 10 ], [ "coal_lump", 10 ] ] - ] - }, - { - "result": "pickaxe_copper", - "type": "recipe", - "activity_level": "BRISK_EXERCISE", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_TOOLS", - "skill_used": "fabrication", - "difficulty": 6, - "time": "420 m", - "autolearn": true, - "book_learn": [ [ "textbook_carpentry", 4 ], [ "textbook_fabrication", 5 ] ], - "using": [ [ "forging_standard", 2 ] ], - "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "ANVIL", "level": 1 } ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "2x4", 2 ], [ "stick", 4 ] ], [ [ "scrap_copper", 5 ], [ "copper", 500 ] ] ] - }, - { - "result": "pickaxe_bone", - "type": "recipe", - "activity_level": "MODERATE_EXERCISE", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_TOOLS", - "skill_used": "fabrication", - "difficulty": 5, - "skills_required": [ "survival", 3 ], - "time": "15 m", - "autolearn": true, - "book_learn": [ [ "survival_book", 3 ], [ "textbook_survival", 4 ] ], - "qualities": [ { "id": "CUT", "level": 1 } ], - "tools": [ [ [ "fire", -1 ] ] ], - "components": [ - [ [ "2x4", 2 ], [ "stick", 4 ] ], - [ [ "bone", 4 ], [ "bone_human", 4 ] ], - [ [ "cordage_short", 2, "LIST" ], [ "sinew", 40 ], [ "thread", 40 ], [ "plant_fibre", 40 ], [ "yarn", 40 ] ] - ] - } -] diff --git a/Mining_Mod/terrain.json b/Mining_Mod/terrain.json deleted file mode 100644 index 00b7495..0000000 --- a/Mining_Mod/terrain.json +++ /dev/null @@ -1,223 +0,0 @@ -[ - { - "type": "terrain", - "id": "t_rock_coal", - "name": "bituminous coal", - "description": "A vein of soft coal.", - "symbol": "#", - "color": "dark_gray", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "coal_lump", "charges": [ 250, 500 ] } ] - } - }, - { - "type": "terrain", - "id": "t_rock_halite", - "name": "halite", - "description": "A vein of salt.", - "symbol": "#", - "color": "white", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "material_rocksalt", "count": [ 1, 3 ] } ] - } - }, - { - "type": "terrain", - "id": "t_rock_niter", - "name": "niter", - "description": "A vein of saltpeter.", - "symbol": "#", - "color": "light_gray", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "material_niter", "count": [ 1, 3 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_brimstone", - "name": "brimstone", - "description": "A vein of sulfur.", - "symbol": "#", - "color": "yellow", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_sulfur", "count": [ 1, 3 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_copper", - "name": "native copper", - "description": "A vein of copper.", - "symbol": "#", - "color": "light_red", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_copper", "count": [ 1, 3 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_silver", - "name": "native silver", - "description": "A vein of silver.", - "symbol": "#", - "color": "white", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_silver", "count": [ 1, 2 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_gold", - "name": "native gold", - "description": "A glittering vein of gold.", - "symbol": "#", - "color": "yellow", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_gold", "count": [ 1, 2 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_aluminum", - "name": "native alumimum", - "description": "A vein of alumimum.", - "symbol": "#", - "color": "light_gray", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_aluminum", "count": [ 1, 3 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_cassiterite", - "name": "cassiterite", - "description": "A deposit of cassiterite.", - "symbol": "#", - "color": "brown", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_cassiterite", "count": [ 2, 4 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_galena", - "name": "galena", - "description": "A deposit of galena.", - "symbol": "#", - "color": "light_gray", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_galena", "count": [ 2, 4 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_rock_hematite", - "name": "hematite", - "description": "A deposit of hematite.", - "symbol": "#", - "color": "brown", - "move_cost": 0, - "flags": [ "NOITEM", "SUPPORTS_ROOF", "WALL", "MINEABLE" ], - "roof": "t_rock_floor", - "bash": { - "str_min": 100, - "str_max": 400, - "sound": "crash!", - "sound_fail": "whump!", - "ter_set": "t_rock_floor", - "items": [ { "item": "rock", "count": [ 3, 7 ] }, { "item": "chunk_hematite", "count": [ 2, 4 ], "prob": 80 } ] - } - }, - { - "type": "terrain", - "id": "t_sand_black", - "looks_like": "t_sand", - "name": "black sand", - "description": "A patch of dark, heavy sand that could be quite useful, if it was extracted properly.", - "symbol": ".", - "color": "light_gray", - "move_cost": 3, - "flags": [ "TRANSPARENT", "DIGGABLE", "FLAT" ], - "bash": { "sound": "thump", "ter_set": "t_null", "str_min": 50, "str_max": 100, "str_min_supported": 100, "bash_below": true } - } -]