Skip to content

Commit

Permalink
Adds lawn darts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivet-the-Zombie committed Nov 10, 2013
1 parent 670c9e1 commit 97b16a3
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/json/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
["jar_meat_pickled", 4],
["tongs", 25],
["char_smoker", 25],
["lawn_dart", 10],
["dehydrator", 15],
["flask_hip", 5],
["lye_powder", 5],
Expand Down Expand Up @@ -431,6 +432,7 @@
["duct_tape", 70],
["lawnmower", 25],
["char_smoker", 25],
["lawn_dart", 10],
["dehydrator", 15],
["foot_crank", 10],
["boltcutters", 5],
Expand Down Expand Up @@ -2814,6 +2816,7 @@
["bat_metal", 60],
["lawnmower", 25],
["char_smoker", 25],
["lawn_dart", 10],
["dehydrator", 15],
["pickelhaube", 50],
["makeshift_machete", 0],
Expand Down
22 changes: 22 additions & 0 deletions data/json/items/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,28 @@
"recoil" : 0,
"count" : 3
},
{ "type" : "AMMO",
"id" : "lawn_dart",
"price" : 100,
"name" : "lawn dart",
"symbol" : ";",
"color" : "yellow",
"description" : "A large plastic dart made for outdoor games.",
"material" : ["plastic", "iron"],
"volume" : 2,
"weight" : 175,
"bashing" : 0,
"cutting" : 16,
"to_hit" : -1,
"ammo_type" : "NULL",
"casing" : "NULL",
"damage" : 0,
"pierce" : 0,
"range" : 0,
"dispersion" : 0,
"recoil" : 0,
"count" : 2
},
{
"id":"arrow_plastic",
"type":"AMMO",
Expand Down
28 changes: 28 additions & 0 deletions data/json/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -16000,6 +16000,34 @@
[ "stick", 1 ]
]
]
},{
"type" : "recipe",
"result" : "lawn_dart",
"category" : "CC_WEAPON",
"skill_used" : "fabrication",
"skills_required" : ["throw", 1],
"difficulty" : 8,
"time" : 30000,
"reversible" : false,
"autolearn" : true,
"tools" : [ [ ["rock", -1], ["primitive_hammer", -1],
["hammer", -1], ["hatchet", -1], ["toolset", -1] ],
[
["mold_plastic", -1] ],
[
["hotplate", 10],
["toolset", 1],
["fire", -1]
]
],
"components" : [
[
["plastic_chunk", 4]
],
[
[ "scrap", 2 ]
]
]
},{
"type" : "recipe",
"result": "switchblade",
Expand Down

0 comments on commit 97b16a3

Please sign in to comment.