v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing 40d:Tile types in DF memory

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

You are editing a page for an older version of Dwarf Fortress ("Main" is the current version, not "40d"). Please make sure you intend to do this. If you are here by mistake, see the current page instead.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{quality|Exceptional|19:45, 13 May 2011 (UTC)}}{{av}}
+
This page lists the meaning of the various type ids in DF memory. The location of the type ids is recorded here: [[User:Rick/Memory_research#Data_Block|Rick's memory research]].
  
==Table==
+
Each ID is listed as an unsigned integer, name is the name displayed ingame, ascii is the symbol used ingame, colour is the colour i've seen used in displaying the foreground in that tile and background is the colour used to render the background, if it is not black. Tex-X and Tex-Y are the coordinates of the tile used from the main texture file, beginning with 0,0 in the top-left.
===Legend===
 
{| {{prettytable}}
 
|-
 
!{{tile|•|0:0:1}}
 
|lava stone ([[obsidian]])
 
|-
 
!{{tile|•|7:0:0}}
 
|layer stone
 
|-
 
!{{tile|•|3:0:0}}
 
|mineral
 
|-
 
!{{tile|•|4:0:0}}
 
|soil
 
|-
 
!{{tile|•|2:0:0}}
 
|plant/dark grass
 
|-
 
!{{tile|•|2:0:1}}
 
|light grass
 
|-
 
!{{tile|•|6:0:1}}
 
|dry grass
 
|-
 
!{{tile|•|6:0:0}}
 
|dead grass/plant
 
|-
 
!{{tile|•|3:0:1}}
 
|frozen liquid ([[ice]])
 
|-
 
!{{tile|•|5:0:1}}
 
|map feature stone (unused)
 
|-
 
!{{tile|•|7:0:1}}
 
|construction
 
|}
 
  
Known tile types should each have a descriptive title attribute, which will appear (on mouseover) as a tooltip in most browsers.
+
Note that some tile types cover multiple actual representations, like different trees, up/down ramps, etc. For that reason some names are slightly changed and some tiles have multiple coordinates.
  
===xx 00===
+
Also note that, since there is a truckload to cover here, i will be happy about any kind of input from others and donations of savegames, the more varied and expansive, the better.
  
{| {{prettytable}} style="font-family: monospace;"
+
{| border="1" cellpadding="2" width="100%"
 
|-
 
|-
|
+
! ID
!.0
+
! Name
!.1
+
! ASCII
!.2
+
! Colour
!.3
+
! background
!.4
+
! Tex-X
!.5
+
! Tex-Y
!.6
+
 
!.7
 
!.8
 
!.9
 
!.A
 
!.B
 
!.C
 
!.D
 
!.E
 
!.F
 
 
|-
 
|-
!0.
+
| 1
| title="null" |{{tile| |0:0:0}}
+
| Flint slope
| title="downward ramp (takes material from tile below)" |{{tile|▼|7:0:1}}
+
| [ramp]
| title="murky pool" |{{tile|≈|6:0:0}}
+
| dark grey
|03
+
|  
|04
+
| 14/15
|05
+
| 1
|06
+
 
|07
 
|08
 
|09
 
|0A
 
|0B
 
|0C
 
|0D
 
|0E
 
|0F
 
 
|-
 
|-
!1.
+
| 2
|10
+
| full murky pool
|11
+
| [water symbol]
|12
+
| blue
| title="driftwood" |{{tile|≡|6:0:0}}
+
|  
|14
+
| 7
|15
+
| 15
|16
+
 
|17
 
| title="tree" |{{tile|↑|2:0:0}}
 
| title="ice up/down stairway" |{{tile|X|3:0:1}}
 
| title="ice downward stairway" |{{tile|>|3:0:1}}
 
| title="ice upward stairway" |{{tile|<|3:0:1}}
 
|1C
 
|1D
 
|1E
 
|1F
 
 
|-
 
|-
!2.
+
| 24
| title="empty space" |{{tile| |0:0:0}}
+
| Tree
|21
+
| [arrow up]
| title="shrub" |{{tile|"|2:0:0}}
+
| dark green
| title="chasm" |{{tile|#|0:0:1}}
+
|  
| title="obsidian up/down stairway" |{{tile|X|0:0:1}}
+
| 8
| title="obsidian downward stairway" |{{tile|>|0:0:1}}
+
| 1
| title="obsidian upward stairway" |{{tile|<|0:0:1}}
+
 
| title="soil up/down stairway" |{{tile|X|4:0:0}}
 
| title="soil downward stairway" |{{tile|>|4:0:0}}
 
| title="soil upward stairway" |{{tile|<|4:0:0}}
 
| title="glowing pit" |{{tile|#|4:0:1}}
 
| title="smooth layer-stone floor" |{{tile|+|7:0:0}}
 
| title="smooth obsidian floor" |{{tile|+|0:0:1}}
 
| title="smooth map feature floor" |{{tile|+|5:0:1}}
 
| title="smooth mineral floor" |{{tile|+|3:0:0}}
 
| title="smooth ice floor" |{{tile|+|3:0:1}}
 
 
|-
 
|-
!3.
+
| 32
|30
+
| Open Space with full murky pool beneath
| title="grassy up/down stairway" |{{tile|X|2:0:1}}
+
| [water symbol]
| title="grassy downward stairway" |{{tile|>|2:0:1}}
+
| dark blue
| title="grassy upward stairway" |{{tile|<|2:0:1}}
+
| bright grey
| title="grassy up/down stairway" |{{tile|X|2:0:0}}
+
| 7
| title="grassy downward stairway" |{{tile|>|2:0:0}}
+
| 15
| title="grassy upward stairway" |{{tile|<|2:0:0}}
+
 
| title="layer-stone up/down stairway" |{{tile|X|7:0:0}}
 
| title="layer-stone downward stairway" |{{tile|>|7:0:0}}
 
| title="layer-stone upward stairway" |{{tile|<|7:0:0}}
 
| title="mineral up/down stairway" |{{tile|X|3:0:0}}
 
| title="mineral downward stairway" |{{tile|>|3:0:0}}
 
| title="mineral upward stairway" |{{tile|<|3:0:0}}
 
| title="map feature up/down stairway" |{{tile|X|5:0:1}}
 
| title="map feature downward stairway" |{{tile|>|5:0:1}}
 
| title="map feature upward stairway" |{{tile|<|5:0:1}}
 
 
|-
 
|-
!4.
+
| 34
|40
+
| Shrub
| title="layer-stone fortification" |{{tile|╬|7:0:0}}
+
| "
|42
+
| dark green
| title="campfire" |{{tile|☼|4:0:1}}
+
|  
|44
+
| 2
|45
+
| 2
| title="fire" |{{tile|.|4:0:1}}
+
 
|47
 
|48
 
|49
 
|4A
 
|4B
 
|4C
 
|4D
 
|4E
 
| title="layer-stone pillar" |{{tile|O|7:0:0}}
 
 
|-
 
|-
!5.
+
| 219
| title="obsidian pillar" |{{tile|O|0:0:1}}
+
| Rough-hewn flint wall
| title="map feature pillar" |{{tile|O|5:0:1}}
+
| [solid wall symbol]
| title="mineral pillar" |{{tile|O|3:0:0}}
+
| dark grey
| title="ice pillar" |{{tile|O|3:0:1}}
+
|  
|54
+
| 2
|55
+
| 11
|56
+
 
|57
 
|58
 
| title="waterfall" |{{tile|≈|6:0:0}}
 
| title="river source" |{{tile|≈|6:0:0}}
 
|5B
 
|5C
 
|5D
 
|5E
 
|5F
 
 
|-
 
|-
!6.
+
| 231
|60
+
| Larch Sapling
|61
+
| [Sapling symbol | ±]
|62
+
| dark green
|63
+
|  
|64
+
| 7
|65
+
| 14
|66
+
 
|67
 
|68
 
|69
 
|6A
 
|6B
 
|6C
 
|6D
 
|6E
 
|6F
 
 
|-
 
|-
!7.
+
| 235
|70
+
| Grassy Slope
|71
+
| [ramp]
|72
+
| bright green
|73
+
|  
|74
+
| 14/15
|75
+
| 1
|76
+
 
|77
 
|78
 
|79
 
|7A
 
|7B
 
|7C
 
|7D
 
|7E
 
|7F
 
 
|-
 
|-
!8.
+
| 236
|80
+
| Grassy Slope
|81
+
| [ramp]
|82
+
| dark green
|83
+
|  
|84
+
| 14/15
|85
+
| 1
|86
+
 
|87
 
|88
 
|89
 
|8A
 
|8B
 
|8C
 
|8D
 
|8E
 
|8F
 
 
|-
 
|-
!9.
+
| 237
|90
+
| Flint slope
|91
+
| [ramp]
|92
+
| dark grey
|93
+
|  
|94
+
| 14/15
|95
+
| 1
|96
+
 
|97
 
|98
 
|99
 
|9A
 
|9B
 
|9C
 
|9D
 
|9E
 
|9F
 
 
|-
 
|-
!A.
+
| 241
|A0
+
| Sandy Loam slope
|A1
+
| [ramp]
|A2
+
| bright yellow
|A3
+
|  
|A4
+
| 14/15
|A5
+
| 1
|A6
+
 
|A7
 
|A8
 
|A9
 
|AA
 
|AB
 
|AC
 
|AD
 
|AE
 
|AF
 
 
|-
 
|-
!B.
+
| 265
| title="partially mined layer-stone wall" |{{tile|░|7:0:0}}
+
| Sandy loam wall
| title="partially mined layer-stone wall" |{{tile|▒|7:0:0}}
+
| [sand]
| title="partially mined layer-stone wall" |{{tile|▓|7:0:0}}
+
| dark yellow
|B3
+
| bright yellow
|B4
+
| 0
|B5
+
| 11
|B6
+
 
|B7
 
|B8
 
|B9
 
|BA
 
|BB
 
|BC
 
|BD
 
|BE
 
|BF
 
 
|-
 
|-
!C.
+
| 336
|C0
+
| Flint
|C1
+
| ´
|C2
+
| dark grey
|C3
+
|  
|C4
+
| 7
|C5
+
| 2
|C6
+
 
|C7
 
|C8
 
|C9
 
|CA
 
|CB
 
|CC
 
|CD
 
|CE
 
|CF
 
 
|-
 
|-
!D.
+
| 337
|D0
+
| Flint
|D1
+
| ,
|D2
+
| dark grey
|D3
+
|  
|D4
+
| 12
|D5
+
| 2
|D6
+
 
|D7
 
|D8
 
|D9
 
|DA
 
| title="rough layer-stone wall" |{{tile|█|7:0:0}}
 
|DC
 
|DD
 
|DE
 
|DF
 
 
|-
 
|-
!E.
+
| 338
|E0
+
| Flint
|E1
+
| `
|E2
+
| dark grey
|E3
+
|  
|E4
+
| 0
|E5
+
| 6
|E6
+
 
| title="sapling" |{{tile|τ|2:0:0}}
 
|E8
 
| title="dry grass upward slope" |{{tile|▲|6:0:1}}
 
| title="dead grass upward slope" |{{tile|▲|6:0:0}}
 
| title="grassy upward slope" |{{tile|▲|2:0:1}}
 
| title="grassy upward slope" |{{tile|▲|2:0:0}}
 
| title="layer-stone upward slope" |{{tile|▲|7:0:0}}
 
| title="obsidian upward slope" |{{tile|▲|0:0:1}}
 
| title="map feature upward slope" |{{tile|▲|5:0:1}}
 
 
|-
 
|-
!F.
+
| 339
| title="mineral upward slope" |{{tile|▲|3:0:0}}
+
| Flint
| title="soil upward slope" |{{tile|▲|4:0:0}}
+
| .
| title="ashes" |{{tile|≥|0:0:1}}
+
| dark grey
| title="ashes" |{{tile|≤|0:0:1}}
+
|  
| title="ashes" |{{tile|~|0:0:1}}
+
| 14
| title="glacial upward slope" |{{tile|▲|3:0:1}}
+
| 2
|F6
 
|F7
 
|F8
 
|F9
 
|FA
 
|FB
 
|FC
 
|FD
 
|FE
 
|FF
 
|}
 
  
===xx 01===
+
|-
 +
| 348
 +
| Grass
 +
| ´
 +
| dark green
 +
|
 +
| 7
 +
| 2
  
{| {{prettytable}} style="font-family: monospace;"
 
 
|-
 
|-
|
+
| 349
!.0
+
| Grass
!.1
+
| ,
!.2
+
| dark green
!.3
+
|
!.4
+
| 12
!.5
+
| 2
!.6
+
 
!.7
 
!.8
 
!.9
 
!.A
 
!.B
 
!.C
 
!.D
 
!.E
 
!.F
 
 
|-
 
|-
!0.
+
| 350
|00
+
| Grass
|01
+
| `
| title="rough ice floor" |{{tile|▓|3:0:1}}
+
| dark green
| title="rough ice floor" |{{tile|▓|3:0:1}}
+
|  
| title="rough ice floor" |{{tile|▓|3:0:1}}
+
| 0
| title="furrowed soil" |{{tile|~|4:0:0}}
+
| 6
| title="rough ice floor" |{{tile|▓|3:0:1}}
+
 
|07
 
| title="lava flow" |{{tile|≈|4:0:0}}
 
| title="soil wall" |{{tile|█|4:0:0}}
 
|0A
 
|0B
 
|0C
 
| title="smooth obsidian wall" |{{tile|╓|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╒|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╘|0:0:1}}
 
 
|-
 
|-
!1.
+
| 351
| title="smooth obsidian wall" |{{tile|╙|0:0:1}}
+
| Grass
| title="smooth obsidian wall" |{{tile|╛|0:0:1}}
+
| .
| title="smooth obsidian wall" |{{tile|╜|0:0:1}}
+
| dark green
| title="smooth obsidian wall" |{{tile|╕|0:0:1}}
+
|  
| title="smooth obsidian wall" |{{tile|╖|0:0:1}}
+
| 14
| title="smooth obsidian wall" |{{tile|╬|0:0:1}}
+
| 2
| title="smooth obsidian wall" |{{tile|╠|0:0:1}}
+
 
| title="smooth obsidian wall" |{{tile|╦|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╩|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╣|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╔|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╚|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╝|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|╗|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|║|0:0:1}}
 
| title="smooth obsidian wall" |{{tile|═|0:0:1}}
 
 
|-
 
|-
!2.
+
| 352
| title="smooth map feature wall" |{{tile|╓|5:0:1}}
+
| Sandy Loam
| title="smooth map feature wall" |{{tile|╒|5:0:1}}
+
| ´
| title="smooth map feature wall" |{{tile|╘|5:0:1}}
+
| bright yellow
| title="smooth map feature wall" |{{tile|╙|5:0:1}}
+
|  
| title="smooth map feature wall" |{{tile|╛|5:0:1}}
+
| 7
| title="smooth map feature wall" |{{tile|╜|5:0:1}}
+
| 2
| title="smooth map feature wall" |{{tile|╕|5:0:1}}
+
 
| title="smooth map feature wall" |{{tile|╖|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╬|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╠|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╦|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╩|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╣|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╔|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╚|5:0:1}}
 
| title="smooth map feature wall" |{{tile|╝|5:0:1}}
 
 
|-
 
|-
!3.
+
| 353
| title="smooth map feature wall" |{{tile|╗|5:0:1}}
+
| Sandy Loam
| title="smooth map feature wall" |{{tile|║|5:0:1}}
+
| ,
| title="smooth map feature wall" |{{tile|═|5:0:1}}
+
| bright yellow
| title="smooth layer-stone wall" |{{tile|╓|7:0:0}}
+
|  
| title="smooth layer-stone wall" |{{tile|╒|7:0:0}}
+
| 12
| title="smooth layer-stone wall" |{{tile|╘|7:0:0}}
+
| 2
| title="smooth layer-stone wall" |{{tile|╙|7:0:0}}
+
 
| title="smooth layer-stone wall" |{{tile|╛|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╜|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╕|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╖|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╬|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╠|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╦|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╩|7:0:0}}
 
| title="smooth layer-stone wall" |{{tile|╣|7:0:0}}
 
 
|-
 
|-
!4.
+
| 354
| title="smooth layer-stone wall" |{{tile|╔|7:0:0}}
+
| Sandy Loam
| title="smooth layer-stone wall" |{{tile|╚|7:0:0}}
+
| `
| title="smooth layer-stone wall" |{{tile|╝|7:0:0}}
+
| bright yellow
| title="smooth layer-stone wall" |{{tile|╗|7:0:0}}
+
|  
| title="smooth layer-stone wall" |{{tile|║|7:0:0}}
+
| 0
| title="smooth layer-stone wall" |{{tile|═|7:0:0}}
+
| 6
| title="obsidian fortification" |{{tile|╬|0:0:1}}
+
 
| title="map feature fortification" |{{tile|╬|5:0:1}}
 
| title="partially mined obsidian wall" |{{tile|░|0:0:1}}
 
| title="partially mined obsidian wall" |{{tile|▒|0:0:1}}
 
| title="partially mined obsidian wall" |{{tile|▓|0:0:1}}
 
| title="rough obsidian wall" |{{tile|█|0:0:1}}
 
| title="partially mined map feature wall" |{{tile|░|5:0:1}}
 
| title="partially mined map feature wall" |{{tile|▒|5:0:1}}
 
| title="partially mined map feature wall" |{{tile|▓|5:0:1}}
 
| title="rough map feature wall" |{{tile|█|5:0:1}}
 
 
|-
 
|-
!5.
+
| 355
| title="rough layer-stone floor" |{{tile|'|7:0:0}}
+
| Sandy Loam
| title="rough layer-stone floor" |{{tile|,|7:0:0}}
+
| .
| title="rough layer-stone floor" |{{tile|`|7:0:0}}
+
| bright yellow
| title="rough layer-stone floor" |{{tile|.|7:0:0}}
+
|  
| title="rough obsidian floor" |{{tile|'|0:0:1}}
+
| 14
| title="rough obsidian floor" |{{tile|,|0:0:1}}
+
| 2
| title="rough obsidian floor" |{{tile|`|0:0:1}}
+
 
| title="rough obsidian floor" |{{tile|.|0:0:1}}
 
| title="rough map feature floor" |{{tile|'|5:0:1}}
 
| title="rough map feature floor" |{{tile|,|5:0:1}}
 
| title="rough map feature floor" |{{tile|`|5:0:1}}
 
| title="rough map feature floor" |{{tile|.|5:0:1}}
 
| title="grass" |{{tile|'|2:0:0}}
 
| title="grass" |{{tile|,|2:0:0}}
 
| title="grass" |{{tile|`|2:0:0}}
 
| title="grass" |{{tile|.|2:0:0}}
 
 
|-
 
|-
!6.
+
| 373
| title="soil" |{{tile|'|4:0:0}}
+
| brook (water surface)
| title="soil" |{{tile|,|4:0:0}}
+
| [water symbol]
| title="soil" |{{tile|`|4:0:0}}
+
| blue
| title="soil" |{{tile|.|4:0:0}}
+
|  
| title="wet soil" |{{tile|'|4:0:0}}
+
| 7
| title="wet soil" |{{tile|,|4:0:0}}
+
| 15
| title="wet soil" |{{tile|`|4:0:0}}
+
 
| title="wet soil" |{{tile|.|4:0:0}}
 
| title="ice fortification" |{{tile|╬|3:0:1}}
 
| title="partially mined ice wall" |{{tile|░|3:0:1}}
 
| title="partially mined ice wall" |{{tile|▒|3:0:1}}
 
| title="partially mined ice wall" |{{tile|▓|3:0:1}}
 
| title="ice wall" |{{tile|█|3:0:1}}
 
| title="river" |{{tile|≈|1:0:0}}
 
| title="river" |{{tile|≈|1:0:0}}
 
| title="river" |{{tile|≈|1:0:0}}
 
 
|-
 
|-
!7.
+
| 381
| title="river" |{{tile|≈|1:0:0}}
+
| brook (below water)
| title="river" |{{tile|≈|1:0:0}}
+
| [water symbol]
| title="river" |{{tile|≈|1:0:0}}
+
| bright teal
| title="river" |{{tile|≈|1:0:0}}
+
|  
| title="river" |{{tile|≈|1:0:0}}
+
| 7
| title="brook" |{{tile|≈|3:0:0}}
+
| 15
| title="brook" |{{tile|≈|3:0:0}}
+
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook" |{{tile|≈|3:0:0}}
 
| title="brook surface" |{{tile|≈|3:0:1}}
 
|7E
 
|7F
 
 
|-
 
|-
!8.
+
| 398
|80
+
| Grass
|81
+
| ´
|82
+
| bright green
| title="dry grass" |{{tile|'|6:0:1}}
+
|  
| title="dry grass" |{{tile|,|6:0:1}}
+
| 7
| title="dry grass" |{{tile|`|6:0:1}}
+
| 2
| title="dry grass" |{{tile|.|6:0:1}}
+
 
| title="dead tree" |{{tile|╞|0:0:1}}
 
| title="dead sapling" |{{tile|τ|0:0:1}}
 
| title="dead shrub" |{{tile|"|6:0:0}}
 
| title="dead grass" |{{tile|'|6:0:0}}
 
| title="dead grass" |{{tile|,|6:0:0}}
 
| title="dead grass" |{{tile|`|6:0:0}}
 
| title="dead grass" |{{tile|.|6:0:0}}
 
| title="grass" |{{tile|'|2:0:1}}
 
| title="grass" |{{tile|,|2:0:1}}
 
 
|-
 
|-
!9.
+
| 399
| title="grass" |{{tile|`|2:0:1}}
+
| Grass
| title="grass" |{{tile|.|2:0:1}}
+
| ,
| title="boulder" |{{tile|∞|7:0:0}}
+
| bright green
| title="obsidian boulder" |{{tile|∞|0:0:1}}
+
|  
| title="map feature boulder" |{{tile|∞|5:0:1}}
+
| 12
| title="layer-stone pebbles" |{{tile|'|7:0:0}}
+
| 2
| title="layer-stone pebbles" |{{tile|,|7:0:0}}
+
 
| title="layer-stone pebbles" |{{tile|`|7:0:0}}
 
| title="layer-stone pebbles" |{{tile|.|7:0:0}}
 
| title="obsidian pebbles" |{{tile|'|0:0:1}}
 
| title="obsidian pebbles" |{{tile|,|0:0:1}}
 
| title="obsidian pebbles" |{{tile|`|0:0:1}}
 
| title="obsidian pebbles" |{{tile|.|0:0:1}}
 
| title="map feature pebbles" |{{tile|'|5:0:1}}
 
| title="map feature pebbles" |{{tile|,|5:0:1}}
 
| title="map feature pebbles" |{{tile|`|5:0:1}}
 
 
|-
 
|-
!A.
+
| 400
| title="map feature pebbles" |{{tile|.|5:0:1}}
+
| Grass
| title="smooth mineral wall" |{{tile|╓|3:0:0}}
+
| `
| title="smooth mineral wall" |{{tile|╒|3:0:0}}
+
| bright green
| title="smooth mineral wall" |{{tile|╘|3:0:0}}
+
|  
| title="smooth mineral wall" |{{tile|╙|3:0:0}}
+
| 0
| title="smooth mineral wall" |{{tile|╛|3:0:0}}
+
| 6
| title="smooth mineral wall" |{{tile|╜|3:0:0}}
+
 
| title="smooth mineral wall" |{{tile|╕|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╖|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╬|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╠|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╦|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╩|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╣|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╔|3:0:0}}
 
| title="smooth mineral wall" |{{tile|╚|3:0:0}}
 
 
|-
 
|-
!B.
+
| 401
| title="smooth mineral wall" |{{tile|╝|3:0:0}}
+
| Grass
| title="smooth mineral wall" |{{tile|╗|3:0:0}}
+
| .
| title="smooth mineral wall" |{{tile|║|3:0:0}}
+
| bright green
| title="smooth mineral wall" |{{tile|═|3:0:0}}
+
|  
| title="mineral fortification" |{{tile|╬|3:0:0}}
+
| 14
| title="partially mined mineral wall" |{{tile|░|3:0:0}}
+
| 2
| title="partially mined mineral wall" |{{tile|▒|3:0:0}}
+
 
| title="partially mined mineral wall" |{{tile|▓|3:0:0}}
 
| title="rough mineral wall" |{{tile|█|3:0:0}}
 
| title="rough mineral floor" |{{tile|'|3:0:0}}
 
| title="rough mineral floor" |{{tile|,|3:0:0}}
 
| title="rough mineral floor" |{{tile|`|3:0:0}}
 
| title="rough mineral floor" |{{tile|.|3:0:0}}
 
| title="mineral boulder" |{{tile|∞|3:0:0}}
 
| title="mineral pebbles" |{{tile|'|3:0:0}}
 
| title="mineral pebbles" |{{tile|,|3:0:0}}
 
 
|-
 
|-
!C.
+
| 402
| title="mineral pebbles" |{{tile|`|3:0:0}}
+
| Flint Boulder
| title="mineral pebbles" |{{tile|.|3:0:0}}
+
| [eternity symbol]
| title="straight ice wall" |{{tile|╓|3:0:1}}
+
| dark grey
| title="straight ice wall" |{{tile|╒|3:0:1}}
+
|  
| title="straight ice wall" |{{tile|╘|3:0:1}}
+
| 12
| title="straight ice wall" |{{tile|╙|3:0:1}}
+
| 14
| title="straight ice wall" |{{tile|╛|3:0:1}}
+
 
| title="straight ice wall" |{{tile|╜|3:0:1}}
 
| title="straight ice wall" |{{tile|╕|3:0:1}}
 
| title="straight ice wall" |{{tile|╖|3:0:1}}
 
| title="straight ice wall" |{{tile|╬|3:0:1}}
 
| title="straight ice wall" |{{tile|╠|3:0:1}}
 
| title="straight ice wall" |{{tile|╦|3:0:1}}
 
| title="straight ice wall" |{{tile|╩|3:0:1}}
 
| title="straight ice wall" |{{tile|╣|3:0:1}}
 
| title="straight ice wall" |{{tile|╔|3:0:1}}
 
 
|-
 
|-
!D.
+
| 405
| title="straight ice wall" |{{tile|╚|3:0:1}}
+
| Flint Pebbles
| title="straight ice wall" |{{tile|╝|3:0:1}}
+
| ´
| title="straight ice wall" |{{tile|╗|3:0:1}}
+
| dark grey
| title="straight ice wall" |{{tile|║|3:0:1}}
+
|  
| title="straight ice wall" |{{tile|═|3:0:1}}
+
| 7
|D5
+
| 2
|D6
+
 
|D7
 
|D8
 
|D9
 
|DA
 
|DB
 
|DC
 
|DD
 
|DE
 
|DF
 
 
|-
 
|-
!E.
+
| 406
|E0
+
| Flint Pebbles
|E1
+
| ,
|E2
+
| dark grey
|E3
+
|  
|E4
+
| 12
|E5
+
| 2
|E6
+
 
|E7
 
|E8
 
|E9
 
|EA
 
|EB
 
|EC
 
| title="constructed floor" |{{tile|+|7:0:1}}
 
| title="constructed fortification" |{{tile|╬|7:0:1}}
 
| title="constructed pillar" |{{tile|O|7:0:1}}
 
 
|-
 
|-
!F.
+
| 407
| title="constructed wall" |{{tile|╓|7:0:1}}
+
| Flint Pebbles
| title="constructed wall" |{{tile|╒|7:0:1}}
+
| `
| title="constructed wall" |{{tile|╘|7:0:1}}
+
| dark grey
| title="constructed wall" |{{tile|╙|7:0:1}}
+
|  
| title="constructed wall" |{{tile|╛|7:0:1}}
+
| 0
| title="constructed wall" |{{tile|╜|7:0:1}}
+
| 6
| title="constructed wall" |{{tile|╕|7:0:1}}
 
| title="constructed wall" |{{tile|╖|7:0:1}}
 
| title="constructed wall" |{{tile|╬|7:0:1}}
 
| title="constructed wall" |{{tile|╠|7:0:1}}
 
| title="constructed wall" |{{tile|╦|7:0:1}}
 
| title="constructed wall" |{{tile|╩|7:0:1}}
 
| title="constructed wall" |{{tile|╣|7:0:1}}
 
| title="constructed wall" |{{tile|╔|7:0:1}}
 
| title="constructed wall" |{{tile|╚|7:0:1}}
 
| title="constructed wall" |{{tile|╝|7:0:1}}
 
|}
 
  
===xx 02===
+
|-
 +
| 408
 +
| Flint Pebbles
 +
| .
 +
| dark grey
 +
|
 +
| 14
 +
| 2
  
{| {{prettytable}} style="font-family: monospace;"
 
|-
 
|
 
!.0
 
!.1
 
!.2
 
!.3
 
!.4
 
!.5
 
!.6
 
!.7
 
!.8
 
!.9
 
!.A
 
!.B
 
!.C
 
!.D
 
!.E
 
!.F
 
 
|-
 
|-
!0.
+
| 440
| title="constructed wall" |{{tile|╗|7:0:1}}
+
| Rough-hewn magnetite wall
| title="constructed wall" |{{tile|║|7:0:1}}
+
| tilde
| title="constructed wall" |{{tile|═|7:0:1}}
+
| dark grey
| title="constructed up/down stairway" |{{tile|X|7:0:1}}
+
| bright grey
| title="constructed downward stairway" |{{tile|>|7:0:1}}
+
| 14
| title="constructed upward stairway" |{{tile|<|7:0:1}}
+
| 7
| title="constructed ramp" |{{tile|▲|7:0:1}}
 
  
|-
 
!1.
 
|-
 
!2.
 
|-
 
!3.
 
|-
 
!4.
 
|-
 
!5.
 
|-
 
!6.
 
|-
 
!7.
 
|-
 
!8.
 
|-
 
!9.
 
|-
 
!A.
 
|-
 
!B.
 
|-
 
!C.
 
|-
 
!D.
 
|-
 
!E.
 
|-
 
!F.
 
|-
 
 
|}
 
|}
 
'''NOTE: This has been moved to Google Docs: http://spreadsheets.google.com/pub?key=ppHCNfNceTrmxbXWDzf9aXg'''
 
<!--
 
 
MAPTILE_NULL,//0
 
  MAPTILE_RAMPSPACE,
 
  MAPTILE_POOL,
 
  MAPTILE_UNUSED3,//
 
  MAPTILE_UNUSED4,//
 
  MAPTILE_UNUSED5,//
 
  MAPTILE_UNUSED6,//
 
  MAPTILE_UNUSED7,//
 
  MAPTILE_UNUSED8,//
 
  MAPTILE_UNUSED9,//
 
  MAPTILE_UNUSED10,//
 
  MAPTILE_UNUSED11,//
 
  MAPTILE_UNUSED12,//
 
  MAPTILE_UNUSED13,//
 
  MAPTILE_UNUSED14,//
 
  MAPTILE_UNUSED15,//
 
  MAPTILE_UNUSED16,//
 
  MAPTILE_UNUSED17,//
 
  MAPTILE_UNUSED18,//
 
  MAPTILE_DRIFTWOOD_STACK,
 
  MAPTILE_UNUSED20,//
 
  MAPTILE_UNUSED21,//
 
  MAPTILE_UNUSED22,//
 
  MAPTILE_UNUSED23,//
 
  MAPTILE_TREE,
 
  MAPTILE_STAIR_UPDOWN_FROZEN_LIQUID,
 
  MAPTILE_STAIR_DOWN_FROZEN_LIQUID,
 
  MAPTILE_STAIR_UP_FROZEN_LIQUID,
 
  MAPTILE_UNUSED_28,//
 
  MAPTILE_UNUSED_29,//
 
  MAPTILE_UNUSED_30,//
 
  MAPTILE_UNUSED31,//
 
  MAPTILE_AIR,
 
  MAPTILE_UNUSED33,//
 
  MAPTILE_SHRUB,
 
  MAPTILE_CHASM,
 
  MAPTILE_STAIR_UPDOWN_LAVASTONE,
 
  MAPTILE_STAIR_DOWN_LAVASTONE,
 
  MAPTILE_STAIR_UP_LAVASTONE,
 
  MAPTILE_STAIR_UPDOWN_SOIL,
 
  MAPTILE_STAIR_DOWN_SOIL,
 
  MAPTILE_STAIR_UP_SOIL,
 
  MAPTILE_EERIE_PIT,
 
  MAPTILE_STONE_FLOOR_DETAILED,
 
  MAPTILE_LAVASTONE_FLOOR_DETAILED,
 
  MAPTILE_FEATSTONE_FLOOR_DETAILED,
 
  MAPTILE_MINSTONE_FLOOR_DETAILED,
 
  MAPTILE_FROZEN_LIQUID_FLOOR_DETAILED,
 
  MAPTILE_UNUSED_48,//
 
  MAPTILE_STAIR_UPDOWN_GRASS1,
 
  MAPTILE_STAIR_DOWN_GRASS1,//50
 
  MAPTILE_STAIR_UP_GRASS1,
 
  MAPTILE_STAIR_UPDOWN_GRASS2,
 
  MAPTILE_STAIR_DOWN_GRASS2,
 
  MAPTILE_STAIR_UP_GRASS2,
 
  MAPTILE_STAIR_UPDOWN_STONE,
 
  MAPTILE_STAIR_DOWN_STONE,
 
  MAPTILE_STAIR_UP_STONE,
 
  MAPTILE_STAIR_UPDOWN_MINSTONE,
 
  MAPTILE_STAIR_DOWN_MINSTONE,
 
  MAPTILE_STAIR_UP_MINSTONE,
 
  MAPTILE_STAIR_UPDOWN_FEATSTONE,
 
  MAPTILE_STAIR_DOWN_FEATSTONE,
 
  MAPTILE_STAIR_UP_FEATSTONE,
 
  MAPTILE_UNUSED64,//
 
  MAPTILE_STONE_FORTIFICATION,
 
  MAPTILE_UNUSED66,//
 
  MAPTILE_CAMPFIRE,
 
  MAPTILE_UNUSED68,//
 
  MAPTILE_UNUSED69,//
 
  MAPTILE_FIRE,
 
  MAPTILE_UNUSED71,//
 
  MAPTILE_UNUSED72,//
 
  MAPTILE_UNUSED73,//
 
  MAPTILE_UNUSED74,//
 
  MAPTILE_UNUSED75,//
 
  MAPTILE_UNUSED76,//
 
  MAPTILE_UNUSED77,//
 
  MAPTILE_UNUSED78,//
 
  MAPTILE_STONE_PILLAR,
 
  MAPTILE_LAVASTONE_PILLAR,
 
  MAPTILE_FEATSTONE_PILLAR,
 
  MAPTILE_MINSTONE_PILLAR,
 
  MAPTILE_FROZEN_LIQUID_PILLAR,
 
  MAPTILE_UNUSED_84,//
 
  MAPTILE_UNUSED85,//
 
  MAPTILE_UNUSED86,//
 
  MAPTILE_UNUSED87,//
 
  MAPTILE_UNUSED88,//
 
  MAPTILE_WATERFALL_LANDING,
 
  MAPTILE_RIVER_SOURCE,//
 
  MAPTILE_UNUSED91,//
 
  MAPTILE_UNUSED92,//
 
  MAPTILE_UNUSED93,//
 
  MAPTILE_UNUSED94,//
 
  MAPTILE_UNUSED95,//
 
  MAPTILE_UNUSED96,//
 
  MAPTILE_UNUSED97,//
 
  MAPTILE_UNUSED98,//
 
  MAPTILE_UNUSED99,//
 
  MAPTILE_UNUSED100,//100
 
  MAPTILE_UNUSED101,//
 
  MAPTILE_UNUSED102,//
 
  MAPTILE_UNUSED103,//
 
  MAPTILE_UNUSED104,//
 
  MAPTILE_UNUSED105,//
 
  MAPTILE_UNUSED106,//
 
  MAPTILE_UNUSED107,//
 
  MAPTILE_UNUSED108,//
 
  MAPTILE_UNUSED109,//
 
  MAPTILE_UNUSED110,//
 
  MAPTILE_UNUSED111,//
 
  MAPTILE_UNUSED112,//
 
  MAPTILE_UNUSED113,//
 
  MAPTILE_UNUSED114,//
 
  MAPTILE_UNUSED115,//
 
  MAPTILE_UNUSED116,//
 
  MAPTILE_UNUSED117,//
 
  MAPTILE_UNUSED118,//
 
  MAPTILE_UNUSED119,//
 
  MAPTILE_UNUSED120,//
 
  MAPTILE_UNUSED121,//
 
  MAPTILE_UNUSED122,//
 
  MAPTILE_UNUSED123,//
 
  MAPTILE_UNUSED124,//
 
  MAPTILE_UNUSED125,//
 
  MAPTILE_UNUSED126,//
 
  MAPTILE_UNUSED127,//
 
  MAPTILE_UNUSED128,//
 
  MAPTILE_UNUSED129,//
 
  MAPTILE_UNUSED130,//
 
  MAPTILE_UNUSED131,//
 
  MAPTILE_UNUSED132,//
 
  MAPTILE_UNUSED133,//
 
  MAPTILE_UNUSED134,//
 
  MAPTILE_UNUSED135,//
 
  MAPTILE_UNUSED136,//
 
  MAPTILE_UNUSED137,//
 
  MAPTILE_UNUSED138,//
 
  MAPTILE_UNUSED139,//
 
  MAPTILE_UNUSED140,//
 
  MAPTILE_UNUSED141,//
 
  MAPTILE_UNUSED142,//
 
  MAPTILE_UNUSED143,//
 
  MAPTILE_UNUSED144,//
 
  MAPTILE_UNUSED145,//
 
  MAPTILE_UNUSED146,//
 
  MAPTILE_UNUSED147,//
 
  MAPTILE_UNUSED148,//
 
  MAPTILE_UNUSED149,//
 
  MAPTILE_UNUSED150,//150
 
  MAPTILE_UNUSED151,//
 
  MAPTILE_UNUSED152,//
 
  MAPTILE_UNUSED153,//
 
  MAPTILE_UNUSED154,//
 
  MAPTILE_UNUSED155,//
 
  MAPTILE_UNUSED156,//
 
  MAPTILE_UNUSED157,//
 
  MAPTILE_UNUSED158,//
 
  MAPTILE_UNUSED159,//
 
  MAPTILE_UNUSED160,//
 
  MAPTILE_UNUSED161,//
 
  MAPTILE_UNUSED162,//
 
  MAPTILE_UNUSED163,//
 
  MAPTILE_UNUSED164,//
 
  MAPTILE_UNUSED165,//
 
  MAPTILE_UNUSED166,//
 
  MAPTILE_UNUSED167,//
 
  MAPTILE_UNUSED168,//
 
  MAPTILE_UNUSED169,//
 
  MAPTILE_UNUSED170,//
 
  MAPTILE_UNUSED171,//
 
  MAPTILE_UNUSED172,//
 
  MAPTILE_UNUSED173,//
 
  MAPTILE_UNUSED174,//
 
  MAPTILE_UNUSED175,//
 
  MAPTILE_STONE_WALL_WORN1,
 
  MAPTILE_STONE_WALL_WORN2,
 
  MAPTILE_STONE_WALL_WORN3,
 
  MAPTILE_UNUSED179,//
 
  MAPTILE_UNUSED180,//
 
  MAPTILE_UNUSED181,//
 
  MAPTILE_UNUSED182,//
 
  MAPTILE_UNUSED183,//
 
  MAPTILE_UNUSED184,//
 
  MAPTILE_UNUSED185,//
 
  MAPTILE_UNUSED186,//
 
  MAPTILE_UNUSED187,//
 
  MAPTILE_UNUSED188,//
 
  MAPTILE_UNUSED189,//
 
  MAPTILE_UNUSED190,//
 
  MAPTILE_UNUSED191,//
 
  MAPTILE_UNUSED192,//
 
  MAPTILE_UNUSED193,//
 
  MAPTILE_UNUSED194,//
 
  MAPTILE_UNUSED195,//
 
  MAPTILE_UNUSED196,//
 
  MAPTILE_UNUSED197,//
 
  MAPTILE_UNUSED198,//
 
  MAPTILE_UNUSED199,//
 
  MAPTILE_UNUSED200,//200
 
  MAPTILE_UNUSED201,//
 
  MAPTILE_UNUSED202,//
 
  MAPTILE_UNUSED203,//
 
  MAPTILE_UNUSED204,//
 
  MAPTILE_UNUSED205,//
 
  MAPTILE_UNUSED206,//
 
  MAPTILE_UNUSED207,//
 
  MAPTILE_UNUSED208,//
 
  MAPTILE_UNUSED209,//
 
  MAPTILE_UNUSED210,//
 
  MAPTILE_UNUSED211,//
 
  MAPTILE_UNUSED212,//
 
  MAPTILE_UNUSED213,//
 
  MAPTILE_UNUSED214,//
 
  MAPTILE_UNUSED215,//
 
  MAPTILE_UNUSED216,//
 
  MAPTILE_UNUSED217,//
 
  MAPTILE_UNUSED218,//
 
  MAPTILE_STONE_WALL,
 
  MAPTILE_UNUSED220,//
 
  MAPTILE_UNUSED221,//
 
  MAPTILE_UNUSED222,//
 
  MAPTILE_UNUSED223,//
 
  MAPTILE_UNUSED224,//
 
  MAPTILE_UNUSED225,//
 
  MAPTILE_UNUSED226,//
 
  MAPTILE_UNUSED227,//
 
  MAPTILE_UNUSED228,//
 
  MAPTILE_UNUSED229,//
 
  MAPTILE_UNUSED230,//
 
  MAPTILE_SAPLING,
 
  MAPTILE_UNUSED232,//
 
  MAPTILE_RAMP_GRASS_DRY,
 
  MAPTILE_RAMP_GRASS_DEAD,
 
  MAPTILE_RAMP_GRASS1,
 
  MAPTILE_RAMP_GRASS2,
 
  MAPTILE_RAMP_STONE,
 
  MAPTILE_RAMP_LAVASTONE,
 
  MAPTILE_RAMP_FEATSTONE,
 
  MAPTILE_RAMP_MINSTONE,
 
  MAPTILE_RAMP_SOIL,
 
  MAPTILE_ASH1,
 
  MAPTILE_ASH2,
 
  MAPTILE_ASH3,
 
  MAPTILE_RAMP_FROZEN_LIQUID,
 
  MAPTILE_UNUSED246,//
 
  MAPTILE_UNUSED247,//
 
  MAPTILE_UNUSED248,//
 
  MAPTILE_UNUSED249,//
 
  MAPTILE_UNUSED250,//250
 
  MAPTILE_UNUSED251,//
 
  MAPTILE_UNUSED252,//
 
  MAPTILE_UNUSED253,//
 
  MAPTILE_UNUSED254,//
 
  MAPTILE_UNUSED255,//
 
  MAPTILE_UNUSED256,//
 
  MAPTILE_UNUSED257,//
 
  MAPTILE_FROZEN_LIQUID_1,
 
  MAPTILE_FROZEN_LIQUID_2,
 
  MAPTILE_FROZEN_LIQUID_3,
 
  MAPTILE_FURROWED_SOIL,
 
  MAPTILE_FROZEN_LIQUID_0,
 
  MAPTILE_UNUSED_263,
 
  MAPTILE_LAVA,
 
  MAPTILE_SOIL_WALL,
 
  MAPTILE_UNUSED_267,//
 
  MAPTILE_UNUSED_268,//
 
  MAPTILE_UNUSED_269,//
 
  MAPTILE_LAVASTONE_WALL_DET_RD2,
 
  MAPTILE_LAVASTONE_WALL_DET_R2D,
 
  MAPTILE_LAVASTONE_WALL_DET_R2U,
 
  MAPTILE_LAVASTONE_WALL_DET_RU2,
 
  MAPTILE_LAVASTONE_WALL_DET_L2U,
 
  MAPTILE_LAVASTONE_WALL_DET_LU2,
 
  MAPTILE_LAVASTONE_WALL_DET_L2D,
 
  MAPTILE_LAVASTONE_WALL_DET_LD2,
 
  MAPTILE_LAVASTONE_WALL_DET_LRUD,
 
  MAPTILE_LAVASTONE_WALL_DET_RUD,
 
  MAPTILE_LAVASTONE_WALL_DET_LRD,
 
  MAPTILE_LAVASTONE_WALL_DET_LRU,
 
  MAPTILE_LAVASTONE_WALL_DET_LUD,
 
  MAPTILE_LAVASTONE_WALL_DET_RD,
 
  MAPTILE_LAVASTONE_WALL_DET_RU,
 
  MAPTILE_LAVASTONE_WALL_DET_LU,
 
  MAPTILE_LAVASTONE_WALL_DET_LD,
 
  MAPTILE_LAVASTONE_WALL_DET_UD,
 
  MAPTILE_LAVASTONE_WALL_DET_LR,
 
  MAPTILE_FEATSTONE_WALL_DET_RD2,
 
  MAPTILE_FEATSTONE_WALL_DET_R2D,
 
  MAPTILE_FEATSTONE_WALL_DET_R2U,
 
  MAPTILE_FEATSTONE_WALL_DET_RU2,
 
  MAPTILE_FEATSTONE_WALL_DET_L2U,
 
  MAPTILE_FEATSTONE_WALL_DET_LU2,
 
  MAPTILE_FEATSTONE_WALL_DET_L2D,
 
  MAPTILE_FEATSTONE_WALL_DET_LD2,
 
  MAPTILE_FEATSTONE_WALL_DET_LRUD,
 
  MAPTILE_FEATSTONE_WALL_DET_RUD,
 
  MAPTILE_FEATSTONE_WALL_DET_LRD,
 
  MAPTILE_FEATSTONE_WALL_DET_LRU,
 
  MAPTILE_FEATSTONE_WALL_DET_LUD,
 
  MAPTILE_FEATSTONE_WALL_DET_RD,
 
  MAPTILE_FEATSTONE_WALL_DET_RU,
 
  MAPTILE_FEATSTONE_WALL_DET_LU,
 
  MAPTILE_FEATSTONE_WALL_DET_LD,
 
  MAPTILE_FEATSTONE_WALL_DET_UD,
 
  MAPTILE_FEATSTONE_WALL_DET_LR,
 
  MAPTILE_STONE_WALL_DET_RD2,
 
  MAPTILE_STONE_WALL_DET_R2D,
 
  MAPTILE_STONE_WALL_DET_R2U,
 
  MAPTILE_STONE_WALL_DET_RU2,
 
  MAPTILE_STONE_WALL_DET_L2U,
 
  MAPTILE_STONE_WALL_DET_LU2,
 
  MAPTILE_STONE_WALL_DET_L2D,
 
  MAPTILE_STONE_WALL_DET_LD2,
 
  MAPTILE_STONE_WALL_DET_LRUD,
 
  MAPTILE_STONE_WALL_DET_RUD,
 
  MAPTILE_STONE_WALL_DET_LRD,
 
  MAPTILE_STONE_WALL_DET_LRU,
 
  MAPTILE_STONE_WALL_DET_LUD,
 
  MAPTILE_STONE_WALL_DET_RD,
 
  MAPTILE_STONE_WALL_DET_RU,
 
  MAPTILE_STONE_WALL_DET_LU,
 
  MAPTILE_STONE_WALL_DET_LD,
 
  MAPTILE_STONE_WALL_DET_UD,
 
  MAPTILE_STONE_WALL_DET_LR,
 
  MAPTILE_LAVASTONE_FORTIFICATION,
 
  MAPTILE_FEATSTONE_FORTIFICATION,
 
  MAPTILE_LAVASTONE_WALL_WORN1,
 
  MAPTILE_LAVASTONE_WALL_WORN2,
 
  MAPTILE_LAVASTONE_WALL_WORN3,
 
  MAPTILE_LAVASTONE_WALL,
 
  MAPTILE_FEATSTONE_WALL_WORN1,
 
  MAPTILE_FEATSTONE_WALL_WORN2,
 
  MAPTILE_FEATSTONE_WALL_WORN3,
 
  MAPTILE_FEATSTONE_WALL,
 
  MAPTILE_STONE_FLOOR1,
 
  MAPTILE_STONE_FLOOR2,
 
  MAPTILE_STONE_FLOOR3,
 
  MAPTILE_STONE_FLOOR4,
 
  MAPTILE_LAVASTONE_FLOOR1,
 
  MAPTILE_LAVASTONE_FLOOR2,
 
  MAPTILE_LAVASTONE_FLOOR3,
 
  MAPTILE_LAVASTONE_FLOOR4,
 
  MAPTILE_FEATSTONE_FLOOR1,
 
  MAPTILE_FEATSTONE_FLOOR2,
 
  MAPTILE_FEATSTONE_FLOOR3,
 
  MAPTILE_FEATSTONE_FLOOR4,
 
  MAPTILE_GRASS_FLOOR1,
 
  MAPTILE_GRASS_FLOOR2,
 
  MAPTILE_GRASS_FLOOR3,//350
 
  MAPTILE_GRASS_FLOOR4,
 
  MAPTILE_SOIL_FLOOR1,
 
  MAPTILE_SOIL_FLOOR2,
 
  MAPTILE_SOIL_FLOOR3,
 
  MAPTILE_SOIL_FLOOR4,
 
  MAPTILE_SOIL_FLOOR1_WET,
 
  MAPTILE_SOIL_FLOOR2_WET,
 
  MAPTILE_SOIL_FLOOR3_WET,
 
  MAPTILE_SOIL_FLOOR4_WET,
 
  MAPTILE_FROZEN_LIQUID_FORTIFICATION,
 
  MAPTILE_FROZEN_LIQUID_WALL_WORN1,
 
  MAPTILE_FROZEN_LIQUID_WALL_WORN2,
 
  MAPTILE_FROZEN_LIQUID_WALL_WORN3,
 
  MAPTILE_FROZEN_LIQUID_WALL,
 
  MAPTILE_RIVER_N,
 
  MAPTILE_RIVER_S,
 
  MAPTILE_RIVER_E,
 
  MAPTILE_RIVER_W,
 
  MAPTILE_RIVER_NW,
 
  MAPTILE_RIVER_NE,
 
  MAPTILE_RIVER_SW,
 
  MAPTILE_RIVER_SE,
 
  MAPTILE_STREAM_BED_WALL_N,
 
  MAPTILE_STREAM_BED_WALL_S,
 
  MAPTILE_STREAM_BED_WALL_E,
 
  MAPTILE_STREAM_BED_WALL_W,
 
  MAPTILE_STREAM_BED_WALL_NW,
 
  MAPTILE_STREAM_BED_WALL_NE,
 
  MAPTILE_STREAM_BED_WALL_SW,
 
  MAPTILE_STREAM_BED_WALL_SE,
 
  MAPTILE_STREAM_BED_TOP,
 
  MAPTILE_UNUSED_382,//
 
  MAPTILE_UNUSED_383,//
 
  MAPTILE_UNUSED_384,//
 
  MAPTILE_UNUSED_385,//
 
  MAPTILE_UNUSED_386,//
 
  MAPTILE_GRASS_FLOOR1_DRY,
 
  MAPTILE_GRASS_FLOOR2_DRY,
 
  MAPTILE_GRASS_FLOOR3_DRY,
 
  MAPTILE_GRASS_FLOOR4_DRY,//390
 
  MAPTILE_TREE_DEAD,
 
  MAPTILE_SAPLING_DEAD,
 
  MAPTILE_SHRUB_DEAD,
 
  MAPTILE_GRASS_FLOOR1_DEAD,
 
  MAPTILE_GRASS_FLOOR2_DEAD,
 
  MAPTILE_GRASS_FLOOR3_DEAD,
 
  MAPTILE_GRASS_FLOOR4_DEAD,
 
  MAPTILE_GRASS_FLOOR1B,
 
  MAPTILE_GRASS_FLOOR2B,
 
  MAPTILE_GRASS_FLOOR3B,//400
 
  MAPTILE_GRASS_FLOOR4B,
 
  MAPTILE_STONE_BOULDER,
 
  MAPTILE_LAVASTONE_BOULDER,
 
  MAPTILE_FEATSTONE_BOULDER,
 
  MAPTILE_STONE_PEBBLE1,
 
  MAPTILE_STONE_PEBBLE2,
 
  MAPTILE_STONE_PEBBLE3,
 
  MAPTILE_STONE_PEBBLE4,
 
  MAPTILE_LAVASTONE_PEBBLE1,
 
  MAPTILE_LAVASTONE_PEBBLE2,
 
  MAPTILE_LAVASTONE_PEBBLE3,
 
  MAPTILE_LAVASTONE_PEBBLE4,
 
  MAPTILE_FEATSTONE_PEBBLE1,
 
  MAPTILE_FEATSTONE_PEBBLE2,
 
  MAPTILE_FEATSTONE_PEBBLE3,
 
  MAPTILE_FEATSTONE_PEBBLE4,
 
  MAPTILE_MINSTONE_WALL_DET_RD2,
 
  MAPTILE_MINSTONE_WALL_DET_R2D,
 
  MAPTILE_MINSTONE_WALL_DET_R2U,
 
  MAPTILE_MINSTONE_WALL_DET_RU2,
 
  MAPTILE_MINSTONE_WALL_DET_L2U,
 
  MAPTILE_MINSTONE_WALL_DET_LU2,
 
  MAPTILE_MINSTONE_WALL_DET_L2D,
 
  MAPTILE_MINSTONE_WALL_DET_LD2,
 
  MAPTILE_MINSTONE_WALL_DET_LRUD,
 
  MAPTILE_MINSTONE_WALL_DET_RUD,
 
  MAPTILE_MINSTONE_WALL_DET_LRD,
 
  MAPTILE_MINSTONE_WALL_DET_LRU,
 
  MAPTILE_MINSTONE_WALL_DET_LUD,
 
  MAPTILE_MINSTONE_WALL_DET_RD,
 
  MAPTILE_MINSTONE_WALL_DET_RU,
 
  MAPTILE_MINSTONE_WALL_DET_LU,
 
  MAPTILE_MINSTONE_WALL_DET_LD,
 
  MAPTILE_MINSTONE_WALL_DET_UD,
 
  MAPTILE_MINSTONE_WALL_DET_LR,
 
  MAPTILE_MINSTONE_FORTIFICATION,
 
  MAPTILE_MINSTONE_WALL_WORN1,
 
  MAPTILE_MINSTONE_WALL_WORN2,
 
  MAPTILE_MINSTONE_WALL_WORN3,
 
  MAPTILE_MINSTONE_WALL,
 
  MAPTILE_MINSTONE_FLOOR1,
 
  MAPTILE_MINSTONE_FLOOR2,
 
  MAPTILE_MINSTONE_FLOOR3,
 
  MAPTILE_MINSTONE_FLOOR4,
 
  MAPTILE_MINSTONE_BOULDER,
 
  MAPTILE_MINSTONE_PEBBLE1,
 
  MAPTILE_MINSTONE_PEBBLE2,
 
  MAPTILE_MINSTONE_PEBBLE3,
 
  MAPTILE_MINSTONE_PEBBLE4,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_RD2,//450
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_R2D,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_R2U,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_RU2,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_L2U,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LU2,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_L2D,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LD2,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LRUD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_RUD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LRD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LRU,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LUD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_RD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_RU,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LU,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_UD,
 
  MAPTILE_FROZEN_LIQUID_WALL_DET_LR,
 
  MAPTILE_UNUSED_469,//
 
  MAPTILE_UNUSED_470,//
 
  MAPTILE_UNUSED_471,//
 
  MAPTILE_UNUSED_472,//
 
  MAPTILE_UNUSED_473,//
 
  MAPTILE_UNUSED_474,//
 
  MAPTILE_UNUSED_475,//
 
  MAPTILE_UNUSED_476,//
 
  MAPTILE_UNUSED_477,//
 
  MAPTILE_UNUSED_478,//
 
  MAPTILE_UNUSED_479,//
 
  MAPTILE_UNUSED_480,//
 
  MAPTILE_UNUSED_481,//
 
  MAPTILE_UNUSED_482,//
 
  MAPTILE_UNUSED_483,//
 
  MAPTILE_UNUSED_484,//
 
  MAPTILE_UNUSED_485,//
 
  MAPTILE_UNUSED_486,//
 
  MAPTILE_UNUSED_487,//
 
  MAPTILE_UNUSED_488,//
 
  MAPTILE_UNUSED_489,//
 
  MAPTILE_UNUSED_490,//490
 
  MAPTILE_UNUSED_491,//
 
  MAPTILE_UNUSED_492,//
 
  MAPTILE_CONSTRUCTED_FLOOR_DETAILED,
 
  MAPTILE_CONSTRUCTED_FORTIFICATION,
 
  MAPTILE_CONSTRUCTED_PILLAR,
 
  MAPTILE_CONSTRUCTED_WALL_DET_RD2,
 
  MAPTILE_CONSTRUCTED_WALL_DET_R2D,
 
  MAPTILE_CONSTRUCTED_WALL_DET_R2U,
 
  MAPTILE_CONSTRUCTED_WALL_DET_RU2,
 
  MAPTILE_CONSTRUCTED_WALL_DET_L2U,//500
 
  MAPTILE_CONSTRUCTED_WALL_DET_LU2,
 
  MAPTILE_CONSTRUCTED_WALL_DET_L2D,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LD2,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LRUD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_RUD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LRD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LRU,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LUD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_RD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_RU,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LU,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_UD,
 
  MAPTILE_CONSTRUCTED_WALL_DET_LR,
 
  MAPTILE_STAIR_UPDOWN_CONSTRUCTED,
 
  MAPTILE_STAIR_DOWN_CONSTRUCTED,
 
  MAPTILE_STAIR_UP_CONSTRUCTED,
 
  MAPTILE_RAMP_CONSTRUCTED,
 
  MAPTILENUM,
 
  MAPTILENONE=-1
 
-->
 
 
[[Category:Hacking]]
 
{{Category|Map tiles|*}}
 

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)