Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanify stats of railroad tracks and crude anvil #76285

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/construction_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@
{
"type": "construction_group",
"id": "place_anvil_crude",
"name": "Place Crude Anvil"
"name": "Place Small Anvil"
},
{
"type": "construction_group",
Expand Down
6 changes: 3 additions & 3 deletions data/json/furniture_and_terrain/furniture-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@
{
"type": "furniture",
"id": "f_anvil_crude",
"name": "crude anvil",
"name": "small anvil",
"looks_like": "f_anvil",
"description": "A heavy anvil-shaped block of steel. It's used for simple metalworking.",
"description": "A small, handcrafted anvil.",
"symbol": "^",
"color": "light_red",
"move_cost_mod": -1,
"coverage": 30,
"required_str": 10,
"crafting_pseudo_item": "fake_anvil_crude",
"crafting_pseudo_item": "fake_anvil",
"deconstruct": { "items": [ { "item": "anvil_crude", "count": 1 } ] },
"flags": [ "TRANSPARENT", "NOITEM", "EASY_DECONSTRUCT" ],
"bash": {
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"//": "Tools commonly used by blacksmiths",
"items": [
[ "anvil", 30 ],
[ "anvil_crude", 10 ],
[ "chisel", 90 ],
[ "crucible", 30 ],
[ "swage", 60 ],
Expand Down
7 changes: 0 additions & 7 deletions data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@
"name": { "str": "heavy anvil" },
"qualities": [ [ "ANVIL", 4 ] ]
},
{
"id": "fake_anvil_crude",
"type": "TOOL",
"copy-from": "fake_item",
"name": { "str": "anvil" },
"qualities": [ [ "ANVIL", 2 ] ]
},
{
"id": "fake_milling_item",
"copy-from": "fake_item",
Expand Down
15 changes: 7 additions & 8 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,33 +1120,32 @@
"category": "spare_parts",
"name": { "str": "length of railroad track", "str_pl": "lengths of railroad track" },
"description": "A heavy one-meter length of railroad track with a smooth top, liberated from a now-defunct rail line. Far too heavy to be useful for much as-is, but perhaps could be shaped into something with some metalworking skill, or cut down into an anvil if sawed in half first.",
"weight": "60000 g",
"//0": "Modern railroad tracks are typically around 60kg per meter.",
"volume": "10 L",
"weight": "59826 g",
"//0": "60E1, 76.7 cm2 of surface area",
"volume": "7670 ml",
"longest_side": "100 cm",
"price": "100 USD",
"price_postapoc": "1 USD",
"material": [ "mc_steel" ],
"symbol": "=",
"color": "light_gray",
"qualities": [ [ "ANVIL", 1 ] ]
"qualities": [ [ "ANVIL", 2 ] ]
},
{
"id": "railroad_track_item_half",
"type": "GENERIC",
"category": "spare_parts",
"name": { "str": "half-meter length of railroad track", "str_pl": "half-meter lengths of railroad track" },
"description": "A heavy half-meter length of railroad track with a smooth top, liberated from a now-defunct rail line. Could be used as a makeshift anvil, especially with some modifications, or as spare steel.",
"weight": "30000 g",
"//0": "Modern railroad tracks are typically around 60kg per meter.",
"volume": "5 L",
"weight": "29913 g",
"volume": "3835 ml",
"longest_side": "50 cm",
"price": "50 USD",
"price_postapoc": "50 cent",
"material": [ "mc_steel" ],
"symbol": "=",
"color": "light_gray",
"qualities": [ [ "ANVIL", 1 ] ]
"qualities": [ [ "ANVIL", 2 ] ]
},
{
"type": "GENERIC",
Expand Down
12 changes: 7 additions & 5 deletions data/json/items/tool/metalworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@
{
"id": "anvil_crude",
"type": "TOOL",
"name": { "str": "crude anvil" },
"description": "An anvil-shaped object cut out of some form of metal stock or a railroad track. Usable on its own for simpler metalworking, but could be improved for more advanced recipes.",
"weight": "27 kg",
"volume": "12 L",
"name": { "str": "small anvil" },
"description": "A proper, albeit small, anvil. Pretty handy.",
"//": "30 cm of railroad track, minus roughly 400 ml for different chunks of metal.",
"weight": "14827 g",
"volume": "1901 ml",
"longest_side": "30 cm",
"price": "1 kUSD",
"price_postapoc": "20 USD",
"to_hit": -5,
"to_hit": { "grip": "bad", "length": "hand", "surface": "any", "balance": "clumsy" },
"material": [ "steel" ],
"symbol": ";",
"color": "dark_gray",
Expand Down
5 changes: 5 additions & 0 deletions data/json/obsoletion_and_migration_0.I/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"type": "MIGRATION",
"replace": "qt_steel_chunk"
},
{
"id": "fake_anvil_crude",
"type": "MIGRATION",
"replace": "fake_anvil"
},
{
"id": "power_armor_generator",
"type": "MIGRATION",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{ "id": "scrap_copper", "description": " Craft: Copper, Scrap" },
{ "id": "spike", "description": " Craft: Spike" },
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "anvil_crude", "description": " Craft: Small Anvil" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
{ "id": "copper_knife", "description": " Craft: Knife, Copper" },
{ "id": "sword_crude", "description": " Craft: Sword, Crude" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{ "id": "spike", "description": " Craft: Spike" },
{ "id": "caltrops_glass", "description": " Craft: Glass Caltrops" },
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "anvil_crude", "description": " Craft: Small Anvil" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" }
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@
"blueprint_requires": [ { "id": "fbmc_firestation1_forge" } ],
"blueprint_provides": [ { "id": "fbmc_firestation1_anvil" }, { "id": "fbmc_firestation_blacksmith_recipes_2" } ],
"blueprint_excludes": [ { "id": "fbmc_firestation1_anvil" } ],
"blueprint_resources": [ "anvil", "crucible" ],
"blueprint_resources": [ "anvil_crude", "crucible" ],
"check_blueprint_needs": false,
"components": [ [ [ "anvil", 1 ] ], [ [ "crucible", 1 ], [ "crucible_clay", 1 ] ] ]
"components": [ [ [ "anvil_crude", 1 ] ], [ [ "crucible", 1 ], [ "crucible_clay", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -417,7 +417,7 @@
"blueprint_requires": [ { "id": "fbmc_firestation1_anvil" } ],
"blueprint_provides": [ { "id": "fbmc_firestation1_pottery" }, { "id": "fbmc_firestation_blacksmith_recipes_3" } ],
"blueprint_excludes": [ { "id": "fbmc_firestation1_pottery" } ],
"blueprint_resources": [ "anvil", "crucible" ],
"blueprint_resources": [ "anvil_crude", "crucible" ],
"components": [ [ [ "glassblowing_book", 1 ] ], [ [ "glasses_safety", 1 ] ], [ [ "chemistry_set", 1 ] ], [ [ "pipe", 1 ] ] ]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"blueprint_requires": [ { "id": "fbmw_northeast", "amount": 2 } ],
"blueprint_provides": [ { "id": "fbmw_northeast" }, { "id": "blacksmith_recipes_2" } ],
"blueprint_excludes": [ { "id": "fbmw_northeast", "amount": 3 } ],
"blueprint_resources": [ "anvil" ],
"blueprint_resources": [ "anvil_crude" ],
"components": [ [ [ "55gal_drum", 1 ] ], [ [ "30gal_drum", 1 ] ] ]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{ "id": "spike", "description": " Craft: Spike" },
{ "id": "caltrops_glass", "description": " Craft: Glass Caltrops" },
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "anvil_crude", "description": " Craft: Small Anvil" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
{ "id": "lc_steel_lump", "description": " Craft: Mild Steel, Lump" }
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"blueprint_requires": [ { "id": "fbmw_2_common_smithy_2" } ],
"blueprint_provides": [ { "id": "fbmw_2_common_smithy_3" }, { "id": "fbmw_2_blacksmith_recipes_3" } ],
"blueprint_excludes": [ { "id": "fbmw_2_common_smithy_3" } ],
"blueprint_resources": [ "anvil" ],
"blueprint_resources": [ "anvil_crude" ],
"components": [ [ [ "55gal_drum", 1 ] ], [ [ "30gal_drum", 1 ] ] ],
"flags": [
"MAP_MIRROR_HORIZONTAL_IF_N",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/basecamps/recipe_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
{ "id": "spike", "description": " Craft: Spike" },
{ "id": "caltrops_glass", "description": " Craft: Glass Caltrops" },
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "anvil_crude", "description": " Craft: Small Anvil" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
{ "id": "lc_steel_lump", "description": " Craft: Mild Steel, Lump" }
]
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@
[ "sheet_metal", -1 ],
[ "fire_brick", -1 ],
[ "anvil", -1 ],
[ "anvil_crude", -1 ],
[ "anvil_bronze", -1 ],
[ "casting_mold_small", -1 ]
],
Expand Down
26 changes: 6 additions & 20 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,21 +1248,6 @@
[ [ "fire_brick", 8 ] ]
]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"result": "anvil",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 6,
"time": "6 h",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "drill_press_tool", 20 ] ], [ [ "angle_grinder", 20 ] ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"components": [ [ [ "anvil_crude", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down Expand Up @@ -3036,12 +3021,13 @@
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 3,
"time": "4 h",
"time": "10 h",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"tools": [ [ [ "angle_grinder", 200 ] ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
"components": [ [ [ "railroad_track_item_half", 1 ] ] ]
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "CHISEL", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "angle_grinder", 220 ] ], [ [ "drill_press_tool", 20 ] ] ],
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"components": [ [ [ "railroad_track_item_half", 1 ] ] ],
"byproducts": [ [ "steel_lump", 15 ] ]
},
{
"result": "anvil_bronze",
Expand Down
2 changes: 1 addition & 1 deletion data/json/uncraft/tool/metalworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"activity_level": "MODERATE_EXERCISE",
"time": "50 m",
"tools": [ [ [ "angle_grinder", 45 ] ] ],
"components": [ [ [ "steel_lump", 27 ] ] ]
"components": [ [ [ "steel_lump", 14 ] ] ]
}
]
1 change: 0 additions & 1 deletion data/mods/TEST_DATA/legacy_to_hit.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"analytical_set_basic",
"anvil",
"anvil_bronze",
"anvil_crude",
"anvil_heavy",
"ar10",
"arisaka_monopod",
Expand Down
18 changes: 16 additions & 2 deletions data/mods/innawood/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@
"qualities": [ { "id": "CHEM", "level": 1 } ],
"tools": [
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ],
[ [ "sheet_metal", -1 ], [ "fire_brick", -1 ], [ "anvil", -1 ], [ "anvil_bronze", -1 ], [ "casting_mold", -1 ] ],
[
[ "sheet_metal", -1 ],
[ "fire_brick", -1 ],
[ "anvil", -1 ],
[ "anvil_crude", -1 ],
[ "anvil_bronze", -1 ],
[ "casting_mold", -1 ]
],
[ [ "forge", 26 ] ]
],
"components": [
Expand Down Expand Up @@ -91,7 +98,14 @@
"//": "Forest glass, as cited: https://etheses.whiterose.ac.uk/3464/1/287681.pdf",
"tools": [
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ],
[ [ "sheet_metal", -1 ], [ "fire_brick", -1 ], [ "anvil", -1 ], [ "anvil_bronze", -1 ], [ "casting_mold", -1 ] ],
[
[ "sheet_metal", -1 ],
[ "fire_brick", -1 ],
[ "anvil", -1 ],
[ "anvil_crude", -1 ],
[ "anvil_bronze", -1 ],
[ "casting_mold", -1 ]
],
[ [ "forge", 26 ] ]
],
"components": [ [ [ "material_sand", 10 ] ], [ [ "ash", 540 ] ], [ [ "material_quicklime", 2 ], [ "material_limestone", 2 ] ] ]
Expand Down
Loading