summaryrefslogtreecommitdiff
path: root/json/items/corpses/inactive_bots.json
blob: 2a7732e2cd02b24228927ad4454797efd002a0e6 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
  {
    "id": "bot_turret_light",
    "type": "TOOL",
    "name": { "str": "inactive autonomous M249 CROWS II", "str_pl": "inactive autonomous M249 CROWS II turrets" },
    "description": "This is an inactive turret.  Using this item involves loading the unit with the factory-loaded 5.56x45mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 5.56x45mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself.  If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M249.",
    "weight": "172 kg",
    "volume": "30 L",
    "price": 500000,
    "to_hit": -3,
    "price_postapoc": 5000,
    "bashing": 8,
    "material": [ "steel", "plastic" ],
    "symbol": ";",
    "color": "green",
    "use_action": {
      "type": "place_monster",
      "monster_id": "mon_turret_light",
      "difficulty": 6,
      "moves": 100,
      "skills": [ "electronics", "computer" ]
    }
  },
  {
    "id": "bot_turret_medium",
    "type": "TOOL",
    "name": { "str": "inactive autonomous M240 CROWS II", "str_pl": "inactive autonomous M240 CROWS II turrets" },
    "description": "This is an inactive turret.  Using this item involves loading the unit with the factory-loaded 7.62x51mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 7.62x51mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself.  If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M240.",
    "weight": "172 kg",
    "volume": "30 L",
    "price": 500000,
    "price_postapoc": 6000,
    "to_hit": -3,
    "bashing": 8,
    "material": [ "steel", "plastic" ],
    "symbol": ";",
    "color": "green",
    "use_action": {
      "type": "place_monster",
      "monster_id": "mon_turret_medium",
      "difficulty": 6,
      "moves": 100,
      "skills": [ "electronics", "computer" ]
    }
  },
  {
    "id": "bot_turret_longrange",
    "type": "TOOL",
    "name": { "str": "inactive M2HB autonomous CROWS II", "str_pl": "inactive M2HB autonomous CROWS II turrets" },
    "description": "This is an inactive turret.  Using this item involves loading the unit with the factory-loaded .50 BMG rounds in your inventory (if you wish to divide your ammunition, set aside whatever .50 BMG rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself.  If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M2HB.",
    "weight": "172 kg",
    "volume": "30 L",
    "price": 500500,
    "price_postapoc": 8000,
    "to_hit": -3,
    "bashing": 8,
    "material": [ "steel", "plastic" ],
    "symbol": ";",
    "color": "red",
    "use_action": {
      "type": "place_monster",
      "monster_id": "mon_turret_longrange",
      "difficulty": 6,
      "moves": 100,
      "skills": [ "electronics", "computer" ]
    }
  }
]