Skip to content

Commit

Permalink
capitalize the thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 16, 2024
1 parent a0bc244 commit e4b1503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/json/items/newspaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
"category": "other",
"symbol": "*",
"color": "white",
"name": { "str": "Picture" },
"name": { "str": "picture" },
"description": "A medium picture of something that the owner wished to decorate their house with.",
"weight": "600 g",
"volume": "650 ml",
Expand All @@ -627,14 +627,14 @@
"variants": [
{
"id": "hp_original",
"name": { "str": "Picture" },
"name": { "str": "picture" },
"description": "<home_pictures>",
"expand_snippets": true,
"weight": 200
},
{
"id": "hp_snippet_nested",
"name": { "str": "Picture" },
"name": { "str": "picture" },
"description": "<hp_nested>",
"expand_snippets": true,
"weight": 40
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Sky_Island/upgrade_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3081,7 +3081,7 @@
"id": "SKYISLAND_BUILD_northroom1",
"type": "mission_definition",
"name": "Construct: North Room 1",
"description": "Completing this mission will instantly build a new structure on your home island.\n\nCraft a Miner's Cameo from simple tools and common building materials. The Heart of the Island has already placed the recipe inside your mind.\n\nNew Structure: north Room 1. A hollow chamber north of the island's center to serve as a multipurpose space, with tons of room to expand.",
"description": "Completing this mission will instantly build a new structure on your home island.\n\nCraft a Miner's Cameo from simple tools and common building materials. The Heart of the Island has already placed the recipe inside your mind.\n\nNew Structure: North Room 1. A hollow chamber north of the island's center to serve as a multipurpose space, with tons of room to expand.",
"goal": "MGOAL_FIND_ITEM",
"item": "buildkey_northroom1",
"count": 1,
Expand Down Expand Up @@ -3114,7 +3114,7 @@
"type": "GENERIC",
"category": "spare_parts",
"name": { "str_sp": "Miner's Cameo (North)" },
"description": "This strange metaphysical artifact is used to build a structure on the island. Will be used automatically upon crafting, and can only be used once.\n\nASSOCIATED BUILD: north Room 1",
"description": "This strange metaphysical artifact is used to build a structure on the island. Will be used automatically upon crafting, and can only be used once.\n\nASSOCIATED BUILD: North Room 1",
"volume": "25000 ml",
"weight": "15000 g",
"longest_side": "90 cm",
Expand Down

0 comments on commit e4b1503

Please sign in to comment.