summaryrefslogtreecommitdiff
path: root/json/items/tool/traps.json
blob: ea2b4d1873d9b50a784b63c824ce9a5aa7d25e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
  { 
    "id": "landmine",
    "//": "Rebalanced under the assumption this is intended to be the US M14 mine due to the lack of blast radius and reduced lethality compared to a grenade.",
    "type": "GENERIC",
    "category": "tools",
    "name": { "str": "M14 land mine" },
    "description": "This is a US military M14 anti-personnel mine that is triggered when stepped upon.",
    "weight": "108 g",
    "volume": "704 ml",
    "price": 5000,
    "price_postapoc": 500,
    "to_hit": -1,
    "bashing": 6,
    "material": "plastic",
    "symbol": ";",
    "color": "dark_gray",
    "use_action": {
      "type": "place_trap",
      "bury_question": "Bury the land mine?",
      "bury": { "trap": "tr_landmine_buried", "moves": 275, "practice": 7, "done_message": "You bury the land mine." },
      "trap": "tr_landmine",
      "moves": 200,
      "practice": 4,
      "done_message": "You set the land mine."
    }
  }
]