Skip to content

Commit

Permalink
Add shards to Sandstrewn Ruins
Browse files Browse the repository at this point in the history
Add one of each shard to the ruin hallway. Doubt anyone will actually find them but they're there!
  • Loading branch information
BuffelSaft committed Sep 3, 2021
1 parent 7ed4e6c commit c8500de
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion data/maps/SandstrewnRuins_B1F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,37 @@

],
"bg_events": [

{
"type": "hidden_item",
"x": 13,
"y": 2,
"elevation": 3,
"item": "ITEM_RED_SHARD",
"flag": "FLAG_HIDDEN_ITEM_SANDSTREWN_RUINS_RED_SHARD"
},
{
"type": "hidden_item",
"x": 16,
"y": 6,
"elevation": 3,
"item": "ITEM_GREEN_SHARD",
"flag": "FLAG_HIDDEN_ITEM_SANDSTREWN_RUINS_GREEN_SHARD"
},
{
"type": "hidden_item",
"x": 22,
"y": 3,
"elevation": 3,
"item": "ITEM_BLUE_SHARD",
"flag": "FLAG_HIDDEN_ITEM_SANDSTREWN_RUINS_BLUE_SHARD"
},
{
"type": "hidden_item",
"x": 31,
"y": 7,
"elevation": 3,
"item": "ITEM_YELLOW_SHARD",
"flag": "FLAG_HIDDEN_ITEM_SANDSTREWN_RUINS_YELLOW_SHARD"
}
]
}

0 comments on commit c8500de

Please sign in to comment.