import from github
This commit is contained in:
101
data/maps/SealedChamber_InnerRoom/map.json
Normal file
101
data/maps/SealedChamber_InnerRoom/map.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"id": "MAP_SEALED_CHAMBER_INNER_ROOM",
|
||||
"name": "SealedChamber_InnerRoom",
|
||||
"layout": "LAYOUT_SEALED_CHAMBER_INNER_ROOM",
|
||||
"music": "MUS_SEALED_CHAMBER",
|
||||
"region_map_section": "MAPSEC_SEALED_CHAMBER",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||
"allow_cycling": true,
|
||||
"allow_escaping": true,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 10,
|
||||
"y": 19,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEALED_CHAMBER_OUTER_ROOM",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 10,
|
||||
"y": 4,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleBackWall"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 6,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart1"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 14,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart2"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 4,
|
||||
"y": 13,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart3"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 16,
|
||||
"y": 13,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart4"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 6,
|
||||
"y": 18,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart5"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 14,
|
||||
"y": 18,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleStoryPart6"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 9,
|
||||
"y": 4,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleBackWall"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 11,
|
||||
"y": 4,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SealedChamber_InnerRoom_EventScript_BrailleBackWall"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user