Skip to content

Commit

Permalink
Merge pull request CleverRaven#36086 from CleverRaven/kevingranade-no…
Browse files Browse the repository at this point in the history
…-bones-about-it

Obsolete bone bolt
  • Loading branch information
Rivet-the-Zombie authored Dec 14, 2019
2 parents 4e85a78 + f0b3752 commit d2cb78a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 48 deletions.
21 changes: 0 additions & 21 deletions data/mods/More_Survival_Tools/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,5 @@
"dispersion": 240,
"loudness": 0,
"effects": [ "NEVER_MISFIRES" ]
},
{
"id": "bolt_bone",
"type": "AMMO",
"name": "bone crossbow bolt",
"description": "A sharpened bolt carved from bone, with fletching attached. It's light, providing decent damage and accuracy. Stands a good chance of remaining intact once fired.",
"weight": 54,
"volume": 1,
"price": 500,
"bashing": 1,
"material": "bone",
"symbol": "=",
"color": "white",
"count": 10,
"ammo_type": "bolt",
"range": 1,
"damage": 12,
"pierce": 3,
"dispersion": 145,
"loudness": 0,
"effects": [ "RECOVER_10" ]
}
]
12 changes: 12 additions & 0 deletions data/mods/More_Survival_Tools/obsolete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "recipe",
"result": "bolt_bone",
"obsolete": true
},
{
"id": "bolt_bone",
"type": "migration",
"replace": "bolt_crude"
}
]
27 changes: 0 additions & 27 deletions data/mods/More_Survival_Tools/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,33 +212,6 @@
"tools": [ [ [ "press", -1 ], [ "material_sand", -1 ], [ "clay_lump", -1 ] ], [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "lead", 60 ], [ "gold_small", 60 ] ] ]
},
{
"type": "recipe",
"result": "bolt_bone",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_ARROWS",
"skill_used": "fabrication",
"skills_required": [ [ "survival", 1 ] ],
"difficulty": 2,
"time": 12500,
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "adhesive", 1, "LIST" ], [ "filament", 20, "LIST" ] ],
[ [ "bone", 5 ], [ "bone_human", 5 ], [ "bone_tainted", 10 ] ],
[
[ "feather", 10 ],
[ "duct_tape", 40 ],
[ "paper", 40 ],
[ "bag_plastic", 1 ],
[ "bottle_plastic_small", 1 ],
[ "box_small", 1 ],
[ "plastic_chunk", 1 ],
[ "aluminum_foil", 40 ],
[ "cash_card", 2 ]
]
]
},
{
"type": "recipe",
"result": "snare_trigger",
Expand Down

0 comments on commit d2cb78a

Please sign in to comment.