Map: Difference between revisions
Jump to navigation
Jump to search
m
formatting
imported>Leoetlino (Removed redirect to Content/Map) |
imported>Leoetlino m (formatting) |
||
Line 1: | Line 1: | ||
''Not to be confused with [[Map unit|map units]], [[Stage|stages]] or [[Scene|scenes]]''. | ''Not to be confused with [[Map unit|map units]], [[Stage|stages]] or [[Scene|scenes]]''. | ||
<onlyinclude> | <onlyinclude> | ||
A '''map''' is a game area with its own set of [[map | A '''map''' is a game area with its own set of [[Map unit|map units]] and other placement-related assets such as [[blwp]] files. | ||
Maps are uniquely identified with a ''map type'' and a ''map name''. The identifier is usually written as <code>MapType/MapName</code> (e.g. MainField/B-3). Confusingly enough, Nintendo [[AIDef:Action/ChangeScene|sometimes]] refers to this complete identifier as the map name. | Maps are uniquely identified with a ''map type'' and a ''map name''. The identifier is usually written as <code>MapType/MapName</code> (e.g. MainField/B-3). Confusingly enough, Nintendo [[AIDef:Action/ChangeScene|sometimes]] refers to this complete identifier as the map name. | ||
Line 7: | Line 7: | ||
== Maps in public releases == | == Maps in public releases == | ||
{|class="wikitable" | {| class="wikitable" | ||
! Identifier | !Identifier | ||
!Description | |||
|- | |- | ||
| MainField/%c-%d (a letter in {A..J}; N in {1..9}) | |<code>MainField/%c-%d</code> (a letter in {A..J}; N in {1..9}) | ||
|Hyrule | |||
|- | |- | ||
| MainFieldDungeon/RemainsWind | |<code>MainFieldDungeon/RemainsWind</code> | ||
|Divine Beast Vah Medoh | |||
|- | |- | ||
| MainFieldDungeon/RemainsWater | |<code>MainFieldDungeon/RemainsWater</code> | ||
|Divine Beast Vah Ruta | |||
|- | |- | ||
| MainFieldDungeon/RemainsFire | |<code>MainFieldDungeon/RemainsFire</code> | ||
|Divine Beast Vah Rudania | |||
|- | |- | ||
| MainFieldDungeon/RemainsElectric | |<code>MainFieldDungeon/RemainsElectric</code> | ||
|Divine Beast Vah Naboris | |||
|- | |- | ||
| MainFieldDungeon/FinalTrial | |<code>MainFieldDungeon/FinalTrial</code> | ||
|Final Trial | |||
|- | |- | ||
| AocField/%c-%d (a letter in {A..J}; N in {1..9}) | |<code>AocField/%c-%d</code> (a letter in {A..J}; N in {1..9}) | ||
|Trial of the Sword | |||
|- | |- | ||
| CDungeon/Dungeon%03d (0-119) | |<code>CDungeon/Dungeon%03d</code> (0-119) | ||
|Shrine | |||
|- | |- | ||
| CDungeon/Dungeon%03d (120-135) | |<code>CDungeon/Dungeon%03d</code> (120-135) | ||
|Shrine (Champion's Ballad) | |||
|} | |} |