Skip to content

Commit

Permalink
Merge pull request #37797 from snipercup/ammo-modern-json
Browse files Browse the repository at this point in the history
Ammo modern json
  • Loading branch information
ZhilkinSerg authored Feb 7, 2020
2 parents 5304aa1 + 4dc5b81 commit 7106502
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 31 deletions.
12 changes: 4 additions & 8 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@
"type": "AMMO",
"id": "bearing",
"price": 100,
"name": "bearings",
"name_plural": "bearings",
"name": { "str": "bearings", "str_pl": "bearings" },
"symbol": "=",
"color": "dark_gray",
"looks_like": "pebble",
Expand Down Expand Up @@ -828,8 +827,7 @@
"id": "cac2powder",
"category": "spare_parts",
"price": 200,
"name": "calcium carbide premix",
"name_plural": "calcium carbide premix",
"name": { "str": "calcium carbide premix", "str_pl": "calcium carbide premix" },
"symbol": "=",
"color": "dark_gray",
"description": "A powdered mixture of coke and lime ready to be smelted into usable calcium carbide in an arc furnace.",
Expand Down Expand Up @@ -1153,8 +1151,7 @@
"type": "AMMO",
"id": "RPG_die",
"price": 10,
"name": "RPG die",
"name_plural": "RPG dice",
"name": { "str": "RPG die", "str_pl": "RPG dice" },
"symbol": "=",
"color": "light_gray",
"looks_like": "marble",
Expand Down Expand Up @@ -1197,8 +1194,7 @@
"id": "scrap_bronze",
"type": "AMMO",
"category": "spare_parts",
"name": "bronze",
"name_plural": "bronze",
"name": { "str": "bronze", "str_pl": "bronze" },
"description": "Decent-sized chunks of bronze, for fashioning some old-school items.",
"weight": "218 g",
"volume": "250 ml",
Expand Down
15 changes: 5 additions & 10 deletions data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"id": "chunk_sulfur",
"category": "spare_parts",
"price": 50,
"name": "chunk of sulfur",
"name_plural": "chunks of sulfur",
"name": { "str": "chunk of sulfur", "str_pl": "chunks of sulfur" },
"symbol": "*",
"color": "yellow",
"description": "A chunk of pure sulfur. Break it up to use it.",
Expand All @@ -57,8 +56,7 @@
"id": "material_cement",
"category": "spare_parts",
"price": 200,
"name": "cement",
"name_plural": "cement",
"name": { "str": "cement", "str_pl": "cement" },
"symbol": "=",
"color": "dark_gray",
"description": "Portland is most likely long gone, but its memory persists in cement. This ubiquitous binder can be used for all kinds of advanced masonry. Just add water.",
Expand Down Expand Up @@ -654,8 +652,7 @@
"id": "chem_chromium_oxide",
"category": "chems",
"price": 500,
"name": "chromium oxide",
"name_plural": "chromium oxide",
"name": { "str": "chromium oxide", "str_pl": "chromium oxide" },
"symbol": "=",
"color": "green",
"description": "A handful of chromium oxide. This substance, typically known as the only stable green pigment for paints, is also a mild oxidizer, which can be mixed with aluminum powder to make thermite for welding. If one had access to a CVD machine and a laboratory worth of reagents, they might be able to produce very durable ceramic layers.",
Expand All @@ -673,8 +670,7 @@
"id": "chem_carbide",
"category": "chems",
"price": 75,
"name": "calcium carbide",
"name_plural": "calcium carbide",
"name": { "str": "calcium carbide", "str_pl": "calcium carbide" },
"symbol": "=",
"color": "white",
"description": "A handful of calcium carbide, giving off a faint, garlic-like smell. Commercially, calcium carbide was used for on-the-spot manufacture of acetylene and historically to power acetylene lamps. If mixed with water and sealed, it will explode with little strength, but with relatively loud noise and could maybe be used as a decoy.",
Expand Down Expand Up @@ -916,8 +912,7 @@
"id": "chem_hmtd",
"category": "chems",
"price": 5000,
"name": "HMTD",
"name_plural": "HMTD",
"name": { "str": "HMTD", "str_pl": "HMTD" },
"symbol": "=",
"color": "white",
"description": "Hexamine peroxide: this fine, yellowish powder is a powerful primary explosive, used to initiate detonation of more stable explosives, such as RDX. Relatively stable, but best not store it for too long.",
Expand Down
6 changes: 2 additions & 4 deletions data/json/items/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{
"id": "chem_ethanol",
"type": "AMMO",
"name": "ethanol",
"name_plural": "ethanol",
"name": { "str": "ethanol", "str_pl": "ethanol" },
"description": "Extremely pure alcohol suitable for use as a component in chemical reactions. You could also water it down and drink it, or use it as fuel in alcohol-burning stoves.",
"weight": "1 g",
"volume": "200ml",
Expand Down Expand Up @@ -44,8 +43,7 @@
{
"id": "diesel",
"type": "AMMO",
"name": "diesel",
"name_plural": "diesel",
"name": { "str": "diesel", "str_pl": "diesel" },
"description": "Petroleum-based fuel made from a byproduct of the gasoline making process.",
"category": "fuel",
"weight": "1 g",
Expand Down
5 changes: 2 additions & 3 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,11 +2316,10 @@
"type": "AMMO",
"ammo_type": "NULL",
"category": "other",
"name": "autoclave pouch",
"name_plural": "autoclave pouches",
"name": { "str": "autoclave pouch", "str_pl": "autoclave pouches" },
"description": "This is a medical device that bears the approval of the FDA (Food and Drug Administration). If used properly, these pouches can keep things sterile indefinitely.",
"weight": "2 g",
"volume": 0,
"volume": "1 ml",
"price": 5,
"use_action": "PACK_CBM",
"to_hit": -1,
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/resources/home_improvement.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"id": "b_paint",
"category": "other",
"price": 120,
"name": "blue paint",
"name_plural": "blue paint",
"name": { "str": "blue paint", "str_pl": "blue paint" },
"symbol": "o",
"color": "blue",
"description": "A can of blue paint.",
Expand Down
6 changes: 2 additions & 4 deletions data/json/items/resources/tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"id": "scrap_cotton",
"type": "AMMO",
"category": "other",
"name": "cotton scraps",
"name_plural": "cotton scraps",
"name": { "str": "cotton scraps", "str_pl": "cotton scraps" },
"description": "Oddly-shaped smallish bits of cotton, waste material from tailoring projects. Not useful for much and usually disposed of, but can be recycled into some thread if you really want.",
"weight": "1 g",
"volume": "1 ml",
Expand Down Expand Up @@ -97,8 +96,7 @@
"id": "scrap_nomex",
"copy-from": "scrap_cotton",
"type": "AMMO",
"name": "Nomex scraps",
"name_plural": "Nomex scraps",
"name": { "str": "Nomex scraps", "str_pl": "Nomex scraps" },
"description": "Oddly-shaped smallish bits of heat-resistant Nomex fabric, waste material from tailoring projects. Normally it's disposed of, but since Nomex would be very difficult to make in a post-apocalyptic world, it might be worth recycling it.",
"price": 5,
"material": "nomex"
Expand Down

0 comments on commit 7106502

Please sign in to comment.