Skip to content

Commit

Permalink
Merge pull request #77014 from Karol1223/llama-skul
Browse files Browse the repository at this point in the history
Correct llama skull size
  • Loading branch information
Anton Burmistrov authored Oct 13, 2024
2 parents 061c991 + 7b9b187 commit 27e354c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/json/items/resources/bone.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@
"name": { "str": "llama skull" },
"description": "The skull of a llama.",
"copy-from": "skull_abstract",
"weight": "8 kg",
"volume": "35 L",
"weight": "800 g",
"volume": "8850 ml",
"longest_side": "30 cm"
}
]
6 changes: 3 additions & 3 deletions data/json/uncraft/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -7294,9 +7294,9 @@
"result": "skull_llama",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "1 m",
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"components": [ [ [ "bone", 35 ] ] ],
"time": "10 s",
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "bone", 2 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
Expand Down

0 comments on commit 27e354c

Please sign in to comment.