Skip to content

Commit

Permalink
Revert "Revert "Added FM 20-32 Mine/Countermine Operations manual (Cl…
Browse files Browse the repository at this point in the history
…everRaven#37444)""

This reverts commit 510592f.
  • Loading branch information
Funguss committed Mar 7, 2020
1 parent 8024dcc commit f1db474
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
3 changes: 2 additions & 1 deletion data/json/itemgroups/SUS/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
"subtype": "collection",
"entries": [
{ "item": "manual_stabbing", "count": [ 1, 3 ], "prob": 80 },
{ "item": "manual_rifle", "count": [ 1, 3 ], "prob": 80 }
{ "item": "manual_rifle", "count": [ 1, 3 ], "prob": 80 },
{ "item": "manual_traps_mil", "count": [ 1, 3 ], "prob": 80 }
]
},
{
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
[ "manual_smg", 20 ],
[ "manual_stabbing", 40 ],
[ "manual_swimming", 30 ],
[ "manual_traps_mil", 30 ],
[ "pocket_firearms", 10 ],
[ "textbook_firstaid", 30 ]
]
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
[ "manual_shotgun", 5 ],
[ "manual_rifle", 5 ],
[ "manual_pistol", 5 ],
[ "manual_traps_mil", 5 ],
[ "mag_pistol", 10 ],
[ "mag_rifle", 10 ]
]
Expand Down
21 changes: 21 additions & 0 deletions data/json/items/book/traps.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,27 @@
"intelligence": 4,
"time": "20 m"
},
{
"id": "manual_traps_mil",
"type": "BOOK",
"name": {
"str": "FM 20-32 Mine/Countermine Operations manual",
"str_pl": "copies of FM 20-32 Mine/Countermine Operations manual"
},
"description": "A hefty military field manual about mine-warfare principles, the mechanics of different types of mines/IED's, and countermine operations.",
"looks_like": "manual_rifle",
"weight": "422 g",
"volume": "500 ml",
"price": 2000,
"price_postapoc": 8600,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
"skill": "traps",
"max_level": 3,
"intelligence": 4,
"time": "20 m"
},
{
"id": "textbook_traps",
"type": "BOOK",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen/military/mil_base/mil_base_z0.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
{ "item": "manual_melee", "x": 54, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "manual_stabbing", "x": 53, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "manual_gun", "x": 52, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "manual_shotgun", "x": 51, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "manual_traps_mil", "x": 51, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "manual_rifle", "x": 50, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "mag_fieldrepair", "x": 49, "y": 60, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "boltcutters", "x": 55, "y": 59, "chance": 75, "repeat": [ 10, 25 ] },
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@
"skill_used": "traps",
"difficulty": 3,
"time": "5 m",
"book_learn": [ [ "textbook_traps", 2 ], [ "manual_traps", 3 ], [ "howto_traps", 3 ] ],
"book_learn": [ [ "manual_traps_mil", 3 ] ],
"using": [ [ "cordage_short", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
Expand All @@ -1586,7 +1586,7 @@
"difficulty": 5,
"time": "10 m",
"reversible": true,
"book_learn": [ [ "textbook_traps", 5 ], [ "manual_traps", 5 ], [ "howto_traps", 4 ], [ "recipe_bullets", 6 ] ],
"book_learn": [ [ "manual_traps_mil", 5 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "superglue", 1 ], [ "duct_tape", 75 ] ],
Expand Down

0 comments on commit f1db474

Please sign in to comment.