Skip to content

Commit

Permalink
Merge pull request #51258 from cainiaowu/cainiaowu-patch-1
Browse files Browse the repository at this point in the history
remove pipebomb from obsolete
  • Loading branch information
Rivet-the-Zombie authored Sep 1, 2021
2 parents 0421556 + 1f4b55f commit c11072c
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions data/json/obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,58 +874,6 @@
"acceptable_ammo": [ "plutonium" ],
"capacity_multiplier": 2.0
},
{
"id": "pipebomb",
"type": "TOOL",
"category": "weapons",
"name": { "str": "pipe bomb" },
"description": "This is a section of a pipe filled with explosive materials. Use this item to light the fuse, which gives you five turns to get away from it before it detonates. You'll need a lighter or some matches to use it.",
"weight": "730 g",
"//": "Only one third (410 g) of a whole pipe is being used",
"volume": "500 ml",
"price": 1500,
"to_hit": 1,
"bashing": 5,
"material": [ "steel" ],
"symbol": "*",
"color": "light_gray",
"use_action": {
"target": "pipebomb_act",
"msg": "You light the fuse on the pipe bomb.",
"target_charges": 6,
"active": true,
"need_fire": 1,
"menu_text": "Light fuse",
"type": "transform"
},
"flags": [ "RADIO_MODABLE", "RADIO_INVOKE_PROC", "BOMB", "NPC_ACTIVATE" ]
},
{
"id": "pipebomb_act",
"type": "TOOL",
"category": "weapons",
"name": { "str": "active pipe bomb" },
"description": "This pipe bomb's fuse is lit, and it will explode any second now. Throw it immediately!",
"weight": "1298 g",
"volume": "500 ml",
"price": 0,
"to_hit": 1,
"bashing": 5,
"material": [ "steel" ],
"symbol": "*",
"color": "light_gray",
"initial_charges": 6,
"max_charges": 6,
"turns_per_charge": 1,
"use_action": {
"type": "explosion",
"sound_volume": 0,
"sound_msg": "ssss…",
"no_deactivate_msg": "You've already lit the %s, try throwing it instead.",
"explosion": { "power": 175, "shrapnel": { "casing_mass": 400, "fragment_mass": 1 } }
},
"flags": [ "BOMB", "TRADER_AVOID", "DANGEROUS" ]
},
{
"id": "tool_black_powder_charge",
"type": "TOOL",
Expand Down

0 comments on commit c11072c

Please sign in to comment.