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

Properly obsolete aftershock obsoletion #72671

Merged
merged 2 commits into from
Mar 31, 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
5 changes: 5 additions & 0 deletions data/json/items/book/launcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"name": { "str": "FM 23-11: 90mm Recoilless Rifle, M67", "str_pl": "copies of FM 23-11: 90mm Recoilless Rifle, M67" },
"description": "Official U.S. Army manual for using the M67 anti-tank rifle - theory, practice, and essential information.",
"//": "979-8538902606"
},
{
"id": "manual_launcher_5",
"name": { "str": "Jane's Flamethrowers and Firestarters", "str_pl": "copies of Jane's Flamethrowers and Firestarters" },
"description": "A detailed, full-colored guide to flamethrowers, incendiary weapons, and napalm. It builds off of information provided in its sister book, Jane's Mortars and Rocket Launchers, and so it's mostly incomprehensible to anyone without prior knowledge."
}
],
"weight": "650 g",
Expand Down
5 changes: 5 additions & 0 deletions data/json/items/book/pistol.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"str_pl": "copies of FM 3-23.35: Combat Training With Pistols, M9 And M11"
},
"description": "Official U.S. Army manual detailing how M9 and M11 handguns work, and how to use them safely and effectively."
},
{
"id": "manual_pistol_8",
"name": { "str": "Black Powder to Berettas", "str_pl": "copies of Black Powder to Berettas" },
"description": "This hardcover book, aimed at the gun nut, provides an illustrated, concise history of the handgun throughout history, including technical specifications and use techniques. It's difficult to follow without a passing knowledge in pistols, but an experienced handgun user could glean much from it."
}
],
"weight": "440 g",
Expand Down
6 changes: 6 additions & 0 deletions data/json/items/book/rifle.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
"name": { "str": "The Gun", "str_pl": "copies of The Gun" },
"description": "A giant, 500-page history about the AK-47—the most popular firearm in the world—and the information around it: the mechanics of the weapon, its usage, maintenance, modifications, and its impact on global conflicts.",
"//": "978-0743270762"
},
{
"id": "manual_gun_14",
"name": { "str": "America's Rifle", "str_pl": "copies of America's Rifle" },
"description": "A history book penned by an anonymous author. Starting from its design by John Garand and ending with the Vietnam War, it provides a detailed run-down of the M1 Garand rifle's use throughout history as well as its design and quirks with the weapon.",
"//": "978-0743270762"
}
],
"weight": "454 g",
Expand Down
5 changes: 5 additions & 0 deletions data/json/items/book/shotgun.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
"name": { "str": "Vintage British Shotguns", "str_pl": "copies of Vintage British Shotguns" },
"description": "A good guide for both sportsmen and gun collectors, this book contains information about classic shotguns and their usage.",
"//": "978-0892727742"
},
{
"id": "manual_shotgun_9",
"name": { "str": "USMC M1014 technical manual" },
"description": "A pocket-sized book printed in 2000 by the United States Marine Corps for official use. It describes the operation, repair, and cleaning of the Benilli M1014 shotgun. Though specific to the M4, it can provide a wealth of information to the trained eye."
}
],
"weight": "400 g",
Expand Down
Loading
Loading