Skip to content

Commit

Permalink
Consistency updates for aluminum and bronze (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Sep 23, 2023
1 parent 7c916d6 commit c461262
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 30 deletions.
4 changes: 2 additions & 2 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
[ "wire", 40 ],
{ "item": "sheet_metal", "prob": 5 },
{ "item": "sheet_metal_small", "prob": 5, "count": [ 2, 4 ] },
{ "item": "material_aluminium_ingot", "prob": 10, "count": [ 1, 5 ] }
{ "item": "material_aluminium_ingot", "prob": 10, "count": [ 1, 10 ] }
]
},
{
Expand Down Expand Up @@ -703,7 +703,7 @@
[ "can_drink", 130 ],
[ "can_drink_unsealed", 130 ],
[ "keg", 15 ],
[ "material_aluminium_ingot", 25 ],
{ "item": "material_aluminium_ingot", "prob": 25, "count": [ 2, 3 ] },
[ "xlframe", 10 ],
[ "survival_kit_box", 1 ],
[ "wearable_light", 5 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
{ "item": "steel_chunk", "prob": 15, "count": [ 1, 5 ] },
{ "item": "copper", "prob": 10, "count": [ 1, 5 ] },
{ "item": "tin", "prob": 10, "count": [ 1, 5 ] },
{ "item": "material_aluminium_ingot", "prob": 10, "count": [ 1, 5 ] },
{ "item": "material_aluminium_ingot", "prob": 10, "count": [ 1, 10 ] },
{ "item": "scrap_copper", "prob": 5, "count": [ 1, 10 ] },
{ "item": "wire", "prob": 5 },
{ "item": "scrap", "prob": 70, "count": [ 1, 10 ] }
Expand Down
5 changes: 3 additions & 2 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,9 @@
"category": "spare_parts",
"name": { "str_sp": "bronze" },
"description": "Decent-sized chunks of bronze, for fashioning some old-school items.",
"weight": "218 g",
"volume": "250 ml",
"//": "Density 7.4-8.9g/cm³ depending on composition ~ 825g/100ml if we use DF's chosen density, scrap stacks at ~25% efficiency",
"weight": "220 g",
"volume": "100 ml",
"price": 1200,
"price_postapoc": 250,
"to_hit": -2,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"category": "container",
"name": { "str": "aluminum can" },
"description": "An aluminum can, like what soda comes in.",
"weight": "13 g",
"weight": "15 g",
"volume": "250 ml",
"price": 0,
"price_postapoc": 0,
Expand Down
9 changes: 5 additions & 4 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"category": "spare_parts",
"name": { "str": "aluminum ingot" },
"description": "A small aluminum ingot, standardized for further processing. Light but durable, this could be cast into various shapes for construction or ground down to a powder, for more… high-profile applications.",
"weight": "675 g",
"//": "Density 2.70g/cm³ = 675g/250ml",
"volume": "250 ml",
"weight": "270 g",
"//": "Density 2.70g/cm³ = 270g/100ml",
"volume": "100 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "aluminum" ],
Expand Down Expand Up @@ -304,8 +304,9 @@
"price": 1000,
"price_postapoc": 10,
"material": "copper",
"//": "Density 8.96g/cm³ ~ 2.24kg/250ml, scrap stacks at ~20-25% efficiency",
"weight": "50 g",
"volume": "62 ml",
"volume": "25 ml",
"bashing": 1,
"to_hit": -2
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/metalworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"category": "tools",
"name": { "str": "bronze anvil" },
"description": "This is a block of oddly shaped bronze with a chisel-like projection set into the corner. It's used in most metalworking fabrication recipes.",
"weight": "2180 g",
"weight": "2200 g",
"volume": "2500 ml",
"price": 60000,
"price_postapoc": 750,
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/electronic/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,6 @@
"book_learn": [ [ "recipe_lab_elec", 5 ], [ "textbook_robots", 7 ] ],
"using": [ [ "steel_standard", 1 ], [ "welding_standard", 20 ] ],
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [ [ [ "sheet_metal", 2 ] ], [ [ "pipe", 4 ] ], [ [ "spring", 2 ] ], [ [ "material_aluminium_ingot", 1 ] ] ]
"components": [ [ [ "sheet_metal", 2 ] ], [ [ "pipe", 4 ] ], [ [ "spring", 2 ] ], [ [ "material_aluminium_ingot", 2 ] ] ]
}
]
26 changes: 18 additions & 8 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,16 +1048,26 @@
"using": [ [ "forging_standard", 1 ] ],
"tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[
[ "tin", 12 ],
[ "material_aluminium_ingot", 1 ],
[ "aluminum_foil", 40 ],
[ "chem_aluminium_powder", 15 ],
[ "can_drink_unsealed", 2 ]
],
[ [ "copper_scrap_equivalent", 2, "LIST" ] ]
[ [ "tin", 10 ], [ "aluminum_foil", 10 ], [ "chem_aluminium_powder", 15 ], [ "can_drink_unsealed", 2 ] ],
[ [ "copper_scrap_equivalent", 4, "LIST" ] ]
]
},
{
"result": "scrap_bronze",
"id_suffix": "bulk",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 2,
"time": "90 m",
"charges": 10,
"batch_time_factors": [ 90, 4 ],
"autolearn": true,
"using": [ [ "forging_standard", 1 ] ],
"tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [ [ [ "material_aluminium_ingot", 1 ] ], [ [ "copper_scrap_equivalent", 40, "LIST" ] ] ]
},
{
"type": "recipe",
"result": "tempered_glass_sheet",
Expand Down
5 changes: 3 additions & 2 deletions data/json/recipes/other/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,11 @@
"skill_used": "fabrication",
"difficulty": 5,
"time": "5 m",
"charges": 125,
"autolearn": true,
"qualities": [ { "id": "SAW_M", "level": 1 } ],
"components": [
[ [ "material_aluminium_ingot", 1 ], [ "can_drink_unsealed", 6 ], [ "aluminum_foil", 40 ] ],
[ [ "material_aluminium_ingot", 1 ], [ "can_drink_unsealed", 20 ], [ "aluminum_foil", 75 ] ],
[ [ "water", 5 ], [ "water_clean", 5 ] ],
[ [ "material_sand", 25 ] ]
]
Expand Down Expand Up @@ -500,6 +501,6 @@
"reversible": true,
"using": [ [ "welding_standard", 6 ], [ "sewing_standard", 12 ] ],
"qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 }, { "id": "DRILL", "level": 2 } ],
"components": [ [ [ "material_aluminium_ingot", 8 ] ], [ [ "sheet", 1 ] ] ]
"components": [ [ [ "material_aluminium_ingot", 20 ] ], [ [ "sheet", 1 ] ] ]
}
]
2 changes: 1 addition & 1 deletion data/json/recipes/other/parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,6 @@
"reversible": true,
"autolearn": true,
"using": [ [ "welding_standard", 6 ] ],
"components": [ [ [ "material_aluminium_ingot", 8 ] ] ]
"components": [ [ [ "material_aluminium_ingot", 20 ] ] ]
}
]
9 changes: 4 additions & 5 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,13 @@
"tools": [ [ [ "swage", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[
[ "tin", 12 ],
[ "zinc_metal", 12 ],
[ "material_aluminium_ingot", 1 ],
[ "aluminum_foil", 40 ],
[ "tin", 10 ],
[ "zinc_metal", 15 ],
[ "aluminum_foil", 10 ],
[ "chem_aluminium_powder", 15 ],
[ "can_drink_unsealed", 2 ]
],
[ [ "copper_scrap_equivalent", 2, "LIST" ] ]
[ [ "copper_scrap_equivalent", 4, "LIST" ] ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@
"difficulty": 3,
"time": "10 m",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "cable", 12 ] ], [ [ "amplifier", 2 ] ], [ [ "lightstrip_inactive", 1 ] ], [ [ "material_aluminium_ingot", 1 ] ] ]
"components": [ [ [ "cable", 12 ] ], [ [ "amplifier", 2 ] ], [ [ "lightstrip_inactive", 1 ] ], [ [ "material_aluminium_ingot", 3 ] ] ]
},
{
"result": "holy_symbol",
Expand Down
2 changes: 1 addition & 1 deletion data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "item_group",
"id": "ig_vp_xlframe",
"subtype": "collection",
"entries": [ { "item": "material_aluminium_ingot", "count": [ 1, 4 ] } ]
"entries": [ { "item": "material_aluminium_ingot", "count": [ 2, 10 ] } ]
},
{
"type": "item_group",
Expand Down

0 comments on commit c461262

Please sign in to comment.