Skip to content

Commit

Permalink
hatred
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed May 22, 2024
1 parent 5b4b49b commit 1740a79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/json/items/fluff.json
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,7 @@
"type": "GENERIC",
"id": "sketch",
"copy-from": "paper",
"category": "other",
"name": { "str_sp": "sketch" },
"description": "A piece of graphite-based artwork someone has drawn on a spare sheet of paper.",
"price": "0 cent",
Expand Down Expand Up @@ -1680,6 +1681,7 @@
"type": "GENERIC",
"id": "painting",
"copy-from": "sheet_canvas",
"category": "other",
"name": { "str_sp": "painting" },
"description": "A painting that someone has made.",
"price": "100 USD",
Expand Down Expand Up @@ -1719,7 +1721,6 @@
"color": "light_gray",
"name": { "str": "stone sculpture" },
"description": "A medium-sized stone sculpture.",
"category": "spare_parts",
"material": "stone",
"weight": "7884 g",
"volume": "20813 ml",
Expand Down Expand Up @@ -1769,8 +1770,7 @@
"symbol": ";",
"color": "brown",
"name": { "str": "clay sculpture" },
"description": "A medium-sized clay sculpture.",
"category": "spare_parts",
"description": "A small clay sculpture.",
"material": "clay",
"weight": "150 g",
"volume": "94 ml",
Expand Down
1 change: 1 addition & 0 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,7 @@
"description": "A rather outdated light bulb used in all sorts of lighting equipment.",
"symbol": ",",
"color": "white",
"category": "spare_parts",
"material": [ "glass" ],
"weight": "10 g",
"volume": "250 ml",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"id": "mon_crow",
"type": "MONSTER",
"name": { "str": "American crow" },
"description": "A small, elegant black bird, famous for its distinctive call. An intelligent bird, there is a glitter of mischief behind its eyes.",
"description": "A fairly large, elegant black bird, famous for its distinctive call. An intelligent bird, there is a glitter of mischief behind its eyes.",
"copy-from": "mon_bird_flying_base",
"color": "dark_gray",
"stomach_size": 30,
Expand Down

0 comments on commit 1740a79

Please sign in to comment.