Skip to content

Commit

Permalink
add wooden dog whistle & recipe
Browse files Browse the repository at this point in the history
Adds a craftable dog whistle made out of wood, heavier and more bulky than the uncraftable aluminum one.
  • Loading branch information
Aluminumfoil committed Apr 11, 2020
1 parent f594632 commit 796a490
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
16 changes: 15 additions & 1 deletion data/json/items/tool/pets.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,19 @@
"symbol": "#",
"color": "brown",
"looks_like": "pet_carrier"
}
},
{
"id": "dog_whistle_wood",
"type": "TOOL",
"name": { "str": "wooden dog whistle" },
"description": "This is a whistle carved out of hardwood. When used, it produces a high tone that causes nearby friendly dogs to either follow you closely and stop attacking, or start attacking enemies if they are currently docile.",
"weight": "50 g",
"volume": "20 ml",
"price": 800,
"material": "wood",
"symbol": ";",
"color": "yellow",
"looks_like": "dog_whistle",
"use_action": "DOG_WHISTLE"
}
]
13 changes: 13 additions & 0 deletions data/json/recipes/other/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,5 +642,18 @@
"time": "45 m",
"autolearn": true,
"components": [ [ [ "straw_pile", 3 ], [ "birchbark", 5 ] ] ]
},
{
"result": "dog_whistle_wood",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "survival", 2 ],
"difficulty": 4,
"time": "20 m",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CUT_FINE", "level": 1 }],
"components": [ [ [ "2x4", 1 ], [ "stick", 1] ] ]
}
]

0 comments on commit 796a490

Please sign in to comment.