From 36b21fe65e609953e684a2b97c71ed57044791fc Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 May 2021 20:08:12 -0700 Subject: Fix more inconsistent ammo names --- 0003-inconsistent-ammo-names.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '0003-inconsistent-ammo-names.patch') diff --git a/0003-inconsistent-ammo-names.patch b/0003-inconsistent-ammo-names.patch index b9bf3e8..4b6dcb0 100644 --- a/0003-inconsistent-ammo-names.patch +++ b/0003-inconsistent-ammo-names.patch @@ -100,6 +100,28 @@ "relative": { "range": -15, "dispersion": 40 }, --- a/data/json/items/ammo/357mag.json +++ b/data/json/items/ammo/357mag.json +@@ -2,8 +2,8 @@ + { + "id": "357mag_fmj", + "type": "AMMO", +- "name": { "str": ".357 magnum FMJ" }, +- "description": "Jacketed .357 magnum ammunition. The .357 magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.", ++ "name": { "str": ".357 Magnum FMJ" }, ++ "description": "Jacketed .357 Magnum ammunition. The .357 Magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.", + "weight": "8 g", + "volume": "250 ml", + "price": 140, +@@ -26,8 +26,8 @@ + "id": "357mag_jhp", + "copy-from": "357mag_fmj", + "type": "AMMO", +- "name": { "str": ".357 magnum JHP" }, +- "description": "Jacketed hollow point .357 magnum ammunition. The .357 magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.", ++ "name": { "str": ".357 Magnum JHP" }, ++ "description": "Jacketed hollow point .357 Magnum ammunition. The .357 Magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.", + "relative": { "damage": 4, "pierce": -2 } + }, + { @@ -53,13 +53,15 @@ "copy-from": "357mag_fmj", "type": "AMMO", -- cgit v1.2.1