Skip to content

Commit

Permalink
Merge pull request #75693 from bloodbowel/baseball-bat-recipe
Browse files Browse the repository at this point in the history
Baseball bat recipe
  • Loading branch information
Anton Burmistrov authored Oct 1, 2024
2 parents 856b7eb + 74621c7 commit af73fb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/melee/bludgeons.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"type": "GENERIC",
"id": "bat",
"name": { "str": "baseball bat" },
"description": "A sturdy wooden bat with a plastic handle. Makes a great melee weapon.",
"description": "A sturdy wooden bat used to play the great American pastime. Makes for a great melee weapon too.",
"weight": "1133 g",
"longest_side": "90 cm",
"to_hit": { "grip": "weapon", "length": "long", "surface": "any", "balance": "good" },
Expand Down
15 changes: 15 additions & 0 deletions data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "bat",
"byproducts": [ [ "splinter", 30 ] ],
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 4,
"time": "3 h",
"autolearn": true,
"qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "CUT", "level": 2 }, { "id": "FILE", "level": 1 } ],
"proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 2 } ],
"components": [ [ [ "wooden_post", 1 ] ] ]
},
{
"result": "hollow_cane",
"type": "recipe",
Expand Down

0 comments on commit af73fb5

Please sign in to comment.