Skip to content

Commit

Permalink
elephant bone
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Jun 24, 2024
1 parent e032904 commit 2fd8cc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions data/json/items/resources/bone.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,21 @@
"flags": [ "RAW", "INEDIBLE", "LUPINE" ]
},
{
"type": "COMESTIBLE",
"type": "GENERIC",
"id": "large_bone",
"name": { "str": "large bone" },
"description": "A huge bone of a large creature.",
"weight": "20 kg",
"volume": "36 L",
"longest_side": "2 meter",
"weight": "17700 g",
"volume": "19550 ml",
"longest_side": "110 cm",
"//": "Values based roughly on an adult female African elephant femur",
"symbol": "I",
"color": "white",
"material": [ "bone" ],
"comestible_type": "INVALID",
"price": "0 cent",
"price_postapoc": "20 cent",
"//": "While it would make sense to be able to mill it, the bone won't fit into a mill…",
"to_hit": { "grip": "bad", "length": "short", "surface": "any", "balance": "clumsy" },
"vitamins": [ [ "calcium", 13824 ] ],
"melee_damage": { "bash": 15 }
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"wax",
"bifocal_contacts_weekly",
"bifocal_transition_contacts_weekly",
"butternut"
"butternut",
"large_bone"
],
"//1": "CAUTION: this list is for items that are safe for straightforward deactivation",
"//2": "items that may be active for additional reasons other than temperature tracking should use separate special case handling"
Expand Down

0 comments on commit 2fd8cc9

Please sign in to comment.