Skip to content

Commit

Permalink
Category changes for a few items (#75720)
Browse files Browse the repository at this point in the history
* category changes

* evil
  • Loading branch information
Karol1223 authored Aug 18, 2024
1 parent 230bfc7 commit 1b5a260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/json/items/fluff.json
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,7 @@
"color": "light_gray",
"name": { "str": "stone sculpture" },
"description": "A medium-sized stone sculpture.",
"category": "other",
"material": "stone",
"weight": "7884 g",
"volume": "20813 ml",
Expand Down Expand Up @@ -1770,6 +1771,7 @@
"color": "brown",
"name": { "str": "clay sculpture" },
"description": "A small clay sculpture.",
"category": "other",
"material": "clay",
"weight": "150 g",
"volume": "94 ml",
Expand Down
1 change: 1 addition & 0 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@
"type": "TOOL",
"name": { "str": "baselard" },
"description": "A medieval dagger forged from rough iron. It is not the sharpest tool in the shed, but it is certainly one of the largest.",
"category": "weapons",
"weight": "380 g",
"volume": "187 ml",
"longest_side": "36 cm",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/woodworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
"color": "light_gray",
"name": { "str": "hatchet" },
"description": "A one-handed hatchet. Makes a great melee weapon, and is useful both for chopping things and hammering them.",
"category": "tools",
"price": "25 USD",
"price_postapoc": "5 USD",
"material": [ "steel", "wood" ],
Expand All @@ -348,7 +349,6 @@
"to_hit": { "grip": "weapon", "length": "short", "surface": "line", "balance": "neutral" },
"flags": [ "DURABLE_MELEE", "BELT_CLIP", "NONCONDUCTIVE", "SHEATH_AXE" ],
"weapon_category": [ "HAND_AXES" ],
"category": "weapons",
"qualities": [ [ "AXE", 2 ], [ "CUT", 1 ], [ "HAMMER", 2 ], [ "HAMMER_FINE", 1 ], [ "BUTCHER", 16 ] ],
"melee_damage": { "bash": 10, "cut": 20 }
},
Expand Down

0 comments on commit 1b5a260

Please sign in to comment.