<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sc2kfix.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rage8885</id>
	<title>sc2k-reverse - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sc2kfix.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rage8885"/>
	<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/Special:Contributions/Rage8885"/>
	<updated>2026-05-23T13:55:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=633</id>
		<title>Function list</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=633"/>
		<updated>2025-03-11T03:57:37Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Add LoadSegmentsFromSavedCity and ClearMapsAndOtherThingsFromMemory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Heavy construction}}&lt;br /&gt;
&lt;br /&gt;
This is a table of functions in SimCity 2000 that have been at least partially reverse engineered and given names. It is probably going to be unpleasant to update, but at least it looks nice and you can sort it.&lt;br /&gt;
&lt;br /&gt;
When adding new functions to the table, please make sure you insert them into the appropriate order by thunk address (the function that just has a &amp;lt;code&amp;gt;jmp &#039;&#039;&#039;ActualFunctionBody&#039;&#039;&#039;&amp;lt;/code&amp;gt; instruction in it). If/when it gets too unwieldy we can split it out into multiple tables.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Uncategorized functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401262 || 0x468D30 || int || __stdcall || &#039;&#039;&#039;[[SimulationEQ_LE_Processing]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles EQ and LE simulation for the month.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40130C || 0x45F760 || {{Win32_BOOL}} || __stdcall || &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x4013ED || 0x42BCA0 || int || __cdecl || &#039;&#039;&#039;SimulationCalculateOrdinanceCost&#039;&#039;&#039; || DWORD dwOrdinance || {{Mostly understood}} ||  || Returns the effective cost of an ordinance&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015E6 || 0x4731E0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareBudgetDialog&#039;&#039;&#039; || int a1 || {{Mostly understood}} ||  || arg a1 only referenced on line, seems to be more like &amp;quot;BOOL bUseParentWindow&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401672 || 0x441E50 || int || __cdecl || &#039;&#039;&#039;SimulationGrantReward&#039;&#039;&#039; || __int16 iRewardID, BOOL bAddReward || {{Mostly understood}} ||  || Adds a city progression reward if (bAddReward), removes it if (!bAddReward).&lt;br /&gt;
|-&lt;br /&gt;
| 0x40174E || 0x42B4D0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareDisaster&#039;&#039;&#039; || DWORD *a1, __int16 a2, __int16 a3 || {{Somewhat understood}} ||  || Seems to prepare the starting location for disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401820 || 0x413520 || void || __stdcall || &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; based on game speed || Advances the calendar date and performs all appropriate daily/monthly/etc. tasks. May need better name?&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CA8 || 0x464550 || int || __stdcall || &#039;&#039;&#039;SimulationUpdateWaterConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 2 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401E65 || 0x471BC0 || char || __stdcall || &#039;&#039;&#039;SimulationDetermineCityCrisis&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called on the last day of the month and from &#039;&#039;sub_406A50&#039;&#039; || Changes the city status line if there&#039;s a new demand, and also starts disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40217B || 0x468150 || int || __stdcall || &#039;&#039;&#039;[[SimulationRCIDemandUpdates]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles all RCI bar updates for &amp;quot;zone balance&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x4022FC || 0x4358B0 || int || __cdecl || &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || __int16 a1, __int16 a2 || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on days 4-17 || The arguments and algorithms are not yet understood.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402527 || 0x45CF10 || int || __stdcall || &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || Calls the appropriate disaster creation function and then runs disaster ticks&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026B2 || 0x4734A0 || int || __usercall || &#039;&#039;&#039;SimulationGrowSpecificZone&#039;&#039;&#039; || int a1@&amp;lt;ebp&amp;gt;, __int16 iX, __int16 iY, __int16 iTileID, __int16 iZoneType || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || Might be an omit-frame-pointer function?&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026F8 || 0x467860 || int || __stdcall || &#039;&#039;&#039;SimulationUpdatePowerConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 21 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A3B || 0x405AB0 || DWORD || __thiscall || &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || CWinApp* this || {{Somewhat understood}} || Called from &#039;&#039;&#039;CWinApp::OnIdle&#039;&#039;&#039; via the class CWinApp vtable || Could stand to have a better name.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A9F || 0x40C100 || __int16 || __tstdcall || &#039;&#039;&#039;SimulationProcessTimer&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from the root window&#039;s AFX_MSGMAP to handle WM_TIMER messages ||&lt;br /&gt;
|-&lt;br /&gt;
| 0x402D2E || 0x4734A0 || __int16 || __stdcall || &#039;&#039;&#039;SimulationCalculateBudgetUpdates&#039;&#039;&#039; ||  || {{Barely explored}} ||  || 00&lt;br /&gt;
|-&lt;br /&gt;
| 0x403017 || 0x4142C0 || int || __stdcall || &#039;&#039;&#039;SimulationProposeMilitaryBase&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 23 and from &amp;quot;gilmartin&amp;quot; cheat || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401154 || 0x46A840 || int || __stdcall || &#039;&#039;&#039;[[SimulationLandValueMapCalc]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 3 || This is where the land value and pollution simulator lives.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4025A4 || 0x4302E0 || int || __thiscall || &#039;&#039;&#039;LoadSegmentsFromSavedCity&#039;&#039;&#039; || void *this, int *a2, char *Src || {{Barely explored}} ||  || Seems to be related to the loading / parsing of segments from a saved SC2 file&lt;br /&gt;
|-&lt;br /&gt;
| 0x4025A9 || 0x42D940 || int || || &#039;&#039;&#039;ClearMapsAndOtherThingsFromMemory&#039;&#039;&#039; || || {{Barely explored}} ||  || Seems to clear / reinitialize a number of global variables&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[MicroSim]] functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401460 || 0x44CF60 || char || __cdecl || &#039;&#039;&#039;SimulationProvisionMicrosim&#039;&#039;&#039; || __int16 a1, int a2, __int16 iTileID || {{Barely explored}} ||  || iTileID is the only argument used; needs some RE work for sure&lt;br /&gt;
|-&lt;br /&gt;
| 0x40158C || 0x44DDC0 || __int16 || __cdecl || &#039;&#039;&#039;SimulationInitializeMicrosim&#039;&#039;&#039; || __int16 iMicroSimIdx, __int16 iTileID || {{Barely explored}} ||  || Seems to initialize the values for each microsim based on the provided tile ID. First param is an index into the XLAB map.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[Thing]] functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40132A || 0x4562E0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickSailboat&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Has a rare chance of turning into Nessie&lt;br /&gt;
|-&lt;br /&gt;
| 0x40137F || 0x454EA0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTornado&#039;&#039;&#039; ||__int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401992 || 0x4548C0 || void || __usercall || &#039;&#039;&#039;SimulationThingTickMonster&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || The function signature of this one is odd and needs investigation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401B6D || 0x455500 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Used for XTHG_TRAIN_ENGINE and XTHG_UNKNOWN_3&lt;br /&gt;
|-&lt;br /&gt;
| 0x401EBA || 0x452FA0 || int || __cdecl || &#039;&#039;&#039;SimulationSpawnMaxisMan&#039;&#039;&#039; || __int16 iDisasterID || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || Creates the Thing for Maxis Man and determines based on iDisasterID what his behavior should be&lt;br /&gt;
|-&lt;br /&gt;
| 0x40236F || 0x456760 || void || __usercall || &#039;&#039;&#039;SimulationThingTickCargoShip&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || IDA really doesn&#039;t like this function for some reason&lt;br /&gt;
|-&lt;br /&gt;
| 0x402464 || 0x450890 || int || __stdcall || &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; via &#039;&#039;sub_401DBB&#039;&#039; || Does the individual simulation ticks for Things every 30-45 ms.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4024AA || 0x455020 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickMaxisMan&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || If you shoot down a helicopter and it lights something on fire, it&#039;s your own dang fault&lt;br /&gt;
|-&lt;br /&gt;
| 0x4027A2 || 0x453980 || void || __usercall || &#039;&#039;&#039;SimulationThingTickAirplane&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Another one with a bizarre function signature&lt;br /&gt;
|-&lt;br /&gt;
| 0x4028D3 || 0x4546F0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickExplosion&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x402ED2 || 0x4540C0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickHelicopter&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Sound and music functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401096 || 0x4251D0 || int || __thiscall || &#039;&#039;&#039;SoundPlaySound&#039;&#039;&#039; || int* this, int iSoundID || {{Mostly understood}} || Called in so many places || Calls through to &#039;&#039;sub_4802B0&#039;&#039;, which does the buffer loads and calls to &#039;&#039;sndPlaySoundA&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401389 || 0x480890 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicSendMCICommands&#039;&#039;&#039; || unsigned __int16* this, char* szMidiPath || {{Understood}} || Called by &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || Sends the actual MCI commands to play/stop a MIDI file&lt;br /&gt;
|-&lt;br /&gt;
| 0x401479 || 0x480770 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || unsigned __int16* this, int iSongID || {{Understood}} || Called by &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || Turns iSongID into szMidiPath&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015FF || 0x480B20 || void || __thiscall || &#039;&#039;&#039;AllocateSoundBuffers&#039;&#039;&#039; || DWORD *this, int a2 || {{Barely explored}} || Called by &#039;&#039;&#039;CMainFrame:OnCreate&#039;&#039;&#039; || Allocates sound buffers; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401A9B || 0x425290 || int || __thiscall || &#039;&#039;&#039;MusicPlayNextRefocusSong&#039;&#039;&#039; || unsigned __int16** this || {{Understood}} || Called in a few places || Loops through the non-event music; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CE9 || 0x425220 || int || __thiscall || &#039;&#039;&#039;SoundStopSound&#039;&#039;&#039; || int* this, int iSoundID || {{Understood}} || Called in so many places || Does a few checks then blasts out &#039;&#039;sndPlaySoundA(0, 0)&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F9B || 0x480140 || void || __stdcall || &#039;&#039;&#039;LoadSoundBuffer&#039;&#039;&#039; || int iSoundID, void* lpBuffer || {{Understood}} || Called before a few sound calls || This and many other sound functions are replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x402414 || 0x425260 || int || __thiscall || &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || unsigned __int16** this, iSongID || {{Understood}} || Called by anything that changes the music || Basically just a trampoline to &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x402BE4 || 0x480AE0 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicStop&#039;&#039;&#039; || int this || {{Understood}} || Called by anything that stops the music || Sends an MCI_CLOSE command to the sequencer device&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Randomness functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401019 || 0x47FC30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod32&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 32&lt;br /&gt;
|-&lt;br /&gt;
| 0x40116D || 0x47FAA0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLCGMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LCG modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401415 || 0x47FC70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod64&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 64&lt;br /&gt;
|-&lt;br /&gt;
| 0x4017AD || 0x47FAE0 || int || __stdcall || &#039;&#039;&#039;GetRandomLFSRState&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns the state of the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CAD || 0x47FAF0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLFSRMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LFSR modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401D9D || 0x47FCF0 || unsigned __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSR&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F19 || 0x47FA80 || int || __cdecl || &#039;&#039;&#039;SeedRandomLCG&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LCG state&lt;br /&gt;
|-&lt;br /&gt;
| 0x402261 || 0x47FB70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod4&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 4&lt;br /&gt;
|-&lt;br /&gt;
| 0x4025E5 || 0x47FBF0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod16&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 16&lt;br /&gt;
|-&lt;br /&gt;
| 0x402626 || 0x47FAD0 || int || __cdecl || &#039;&#039;&#039;SeedRandomLFSR&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LFSR state&lt;br /&gt;
|-&lt;br /&gt;
| 0x40288D || 0x47FBB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod8&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 8&lt;br /&gt;
|-&lt;br /&gt;
| 0x402946 || 0x47FB30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod2&#039;&#039;&#039; ||  || {{Understood}} || Called by &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; and &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; || Returns a random word from the LFSR modulo 2&lt;br /&gt;
|-&lt;br /&gt;
| 0x402B3F || 0x47FCB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod128&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Frequently-reused MFC class functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40219E || 0x4815E0 || INT_PTR || __thiscall || &#039;&#039;&#039;CGameDialog::DoModal&#039;&#039;&#039; || LPCDLGTEMPLATEA* this || {{Understood}} || Called in so many places || Seems to pause the simulation, call CDialog::DoModal(this), then restore the simulation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40281A || 0x481300 || struct CRuntimeClass* || __stdcall || &#039;&#039;&#039;CGameDialog::GetRuntimeClass&#039;&#039;&#039; ||  || {{Understood}} ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game data]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Known_global_variables&amp;diff=632</id>
		<title>Known global variables</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Known_global_variables&amp;diff=632"/>
		<updated>2025-03-11T03:49:11Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Heavy construction}}&lt;br /&gt;
&lt;br /&gt;
This is a table of global variables in SimCity 2000 that have been at least partially reverse engineered and given names. It is probably going to be unpleasant to update, but at least it looks nice and you can sort it.&lt;br /&gt;
&lt;br /&gt;
Data about where in the MISC chunk certain variables are located is from dfloer&#039;s sc2k-docs repository on GitHub (CC BY-SA 4.0).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Uncategorized variables&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Address|The address of the variable.}} ! {{tooltip|Type|What type this variable is declared as.}} ! {{tooltip|Name|The name of the variable.}} ! {{tooltip|MISC offset|If this variable is stored in the .sc2 MISC chunk, this is where in the chunk it&#039;s stored.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C702C || CWnd* || &#039;&#039;&#039;pCwndMainWindow&#039;&#039;&#039; ||  || Pointer to the MFC CWnd class for the &amp;quot;root window&amp;quot;&lt;br /&gt;
|- &lt;br /&gt;
| 0x4C7104 || {{Win32_BOOL}} || &#039;&#039;&#039;bPriscillaActivated&#039;&#039;&#039; ||  || Whether or not the debug menu has been activated&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C71F0 || {{Win32_BOOL}} || &#039;&#039;&#039;bOptionsMusicEnabled&#039;&#039;&#039; || 0x0FFC || Whether or not music is enabled&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C7318 || WORD || &#039;&#039;&#039;wSimulationSpeed&#039;&#039;&#039; || 0x0FEC || 1-5 for Paused through African Swallow&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C9428 || WORD || &#039;&#039;&#039;wIndustrialMixPollutionBonus&#039;&#039;&#039; ||  || -1 to 2 used to calculate the map wide Pollution Divisor&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C942C || WORD || &#039;&#039;&#039;wViewRotation&#039;&#039;&#039; || 0x0008 || 0 = north, 1 = west, 2 = south, 3 = east&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C94C4 || DWORD || &#039;&#039;&#039;dwArcologyPopulation&#039;&#039;&#039; || 0x1020 || Population of the city specifically in arcologies&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA1A0 || char* || &#039;&#039;&#039;pszCityName&#039;&#039;&#039; ||   || Pointer to the city name, loaded/saved as the CNAM chunk&lt;br /&gt;
|- &lt;br /&gt;
| 0x4CA1BC || WORD || &#039;&#039;&#039;wNationalEconomyTrend&#039;&#039;&#039; || 0x005C || Affects interest rates, apparently&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA1E8 || WORD || &#039;&#039;&#039;wIndustrialMixBonus&#039;&#039;&#039; ||  || This is used in RCI demand generation as a bonus (cities dominated by 1 industry receive growth bonuses)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA1DC || WORD || &#039;&#039;&#039;wPrisonBonus&#039;&#039;&#039; ||  || This sets if power stations get increased Police power from Prisons.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA3F0 || WORD || &#039;&#039;&#039;wCityNeighborConnections1500&#039;&#039;&#039; ||  || Count of all $1500 (industrial) neighbor connections (railroad, highways)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA41C || WORD || &#039;&#039;&#039;wSubwayXUNDCount&#039;&#039;&#039; || 0x0FE8 || Seems to be mostly used for budget calculations&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA420 || WORD || &#039;&#039;&#039;wDisasterType&#039;&#039;&#039; || 0x0070 || The ID of the next disaster to occur&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA42C || WORD || &#039;&#039;&#039;wCityMode&#039;&#039;&#039; || 0x0004 || 0 = map editor, 1 = regular gameplay, 2 = scenario mode&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA440 || int || &#039;&#039;&#039;dwCityLandValue&#039;&#039;&#039; || 0x0028 || Sum of all values in XVAL&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA444 || int || &#039;&#039;&#039;dwCityFunds&#039;&#039;&#039; || 0x0014 || How much money the city has&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA4C8 || WORD* || &#039;&#039;&#039;dwTileCount&#039;&#039;&#039; ||  || Pointer to an array of tile counts for every valid iTileID&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA4D0 || DWORD || &#039;&#039;&#039;dwCityValue&#039;&#039;&#039; || 0x0024 || Appears to have something to do with bond interest rates&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA5F4 || WORD || &#039;&#039;&#039;wCityStartYear&#039;&#039;&#039; || 0x000C || The year the city was founded&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA81C || WORD || &#039;&#039;&#039;wMonsterXTHGIndex&#039;&#039;&#039; ||  || Which XTHG entry the monster&#039;s [[Thing]] is&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA928 || DWORD || &#039;&#039;&#039;dwNationalPopulation&#039;&#039;&#039; || 0x0050 || Population of SimNation&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA934 || WORD* || &#039;&#039;&#039;dwMilitaryTiles&#039;&#039;&#039; ||  || Pointer to the beginning of the military tiles in the dwTileCount array&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA938 || WORD || &#039;&#039;&#039;wNationalTax&#039;&#039;&#039; || 0x0058 || The national base tax rate or the &amp;quot;fed rate&amp;quot;, for calculating bond interest rates&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAA40 || DWORD || &#039;&#039;&#039;dwCityOrdinances&#039;&#039;&#039; || 0x0FA0 || Flags for which city ordinances are enacted&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAA50 || DWORD || &#039;&#039;&#039;dwPowerUsedPercentage&#039;&#039;&#039; ||  || Percentage of power capacity in use&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAA74 || DWORD || &#039;&#039;&#039;dwCityPopulation&#039;&#039;&#039; || 0x102C || Total city population, excluding arcologies&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAD2C || {{Win32_BOOL}} || &#039;&#039;&#039;bYearEndFlag&#039;&#039;&#039; || 0x0E3C || Whether or not the first of the month is the start of a new year&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAD44 || {{Win32_BOOL}} || &#039;&#039;&#039;bInScenario&#039;&#039;&#039; ||  || Whether or not this game is a scenario&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAD58 || neighbor_city_t[4] || &#039;&#039;&#039;stNeighborCities&#039;&#039;&#039; || 0x06D8 || Array of four neighbor cities (32 bytes each), clockwise from bottom left&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CADE0 || BYTE || &#039;&#039;&#039;bWeatherHeat&#039;&#039;&#039; || 0x0060 || Weather heat level&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAE04 || DWORD || &#039;&#039;&#039;dwCityDays&#039;&#039;&#039; || 0x0010 || How many days have elapsed since the city was founded&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAE0C || BYTE || &#039;&#039;&#039;bWeatherWind&#039;&#039;&#039; || 0x0064 || Weather wind speed&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB010 || WORD || &#039;&#039;&#039;wCityProgression&#039;&#039;&#039; || 0x0078 || Flags for city reward progression&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB014 || DWORD || &#039;&#039;&#039;dwNationalValue&#039;&#039;&#039; || 0x0054 || Gross National Product&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB018 || DWORD || &#039;&#039;&#039;dwCityAdvertising&#039;&#039;&#039; || 0x003C || City advertising effects (unknown what this actually does)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB01C || WORD || &#039;&#039;&#039;wCityCurrentMonth&#039;&#039;&#039; ||  || Which month of the year it is (0-indexed; calculated from dwCityDays)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB020 || WORD || &#039;&#039;&#039;wCityElapsedYears&#039;&#039;&#039; ||  || Years since the city was founded (calculated from dwCityDays)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB1B8 || void* || &#039;&#039;&#039;pArrSpriteHeaders&#039;&#039;&#039; ||  || Pointer to the array of loaded sprite headers&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3D0 || {{Win32_BOOL}} || &#039;&#039;&#039;bNewspaperSubscription&#039;&#039;&#039; || 0x1004 || Whether or not the Subscription newspaper is checked&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3D4 || BYTE || &#039;&#039;&#039;bWeatherHumidity&#039;&#039;&#039; || 0x0068 || Weather humidity value&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3DC || WORD || &#039;&#039;&#039;wSewerBonus&#039;&#039;&#039; ||  || Whether the city has adequate wastewater treatment facilities for use in the Pollution Divisor&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3E8 || WORD || &#039;&#039;&#039;wCityCurrentSeason&#039;&#039;&#039; ||  || Which season it is (0 = winter, 1 = spring, 2 = summer, 3 = autumn; calculated from dwCityDays)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB38C || microsim_t* || &#039;&#039;&#039;dwMicroSimArr&#039;&#039;&#039; ||  || Pointer to the array of [[microsim]]s&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB404 || WORD || &#039;&#039;&#039;wCityDifficulty&#039;&#039;&#039; || 0x001C || Game difficulty (0 = no city founded, 1 = easy, 2 = medium, 3 = hard)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB40C || BYTE || &#039;&#039;&#039;bWeatherTrend&#039;&#039;&#039; || 0x006C || What the current weather type is&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB430 || WORD[17] || &#039;&#039;&#039;wCityInventionYears&#039;&#039;&#039; || 0x0738 || What years different technologies are invented in&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB454 || DWORD || &#039;&#039;&#039;dwCityCrime&#039;&#039;&#039; || 0x002C || Sum of all values in XCRM&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB464 || WORD || &#039;&#039;&#039;wCurrentToolGroup&#039;&#039;&#039; ||  || Currently selected tool group&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4B8 || DWORD || &#039;&#039;&#039;dwWaterUsedPercentage&#039;&#039;&#039; ||  || Percentage of water capacity in use&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4BC || {{Win32_BOOL}} || &#039;&#039;&#039;bNewspaperExtra&#039;&#039;&#039; || 0x1008 || Whether or not the Extra!!! newspaper is checked&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4CC || void* || &#039;&#039;&#039;dwBudgetArr&#039;&#039;&#039; ||  || Pointer to the budget array (needs some reverse engineering and/or documentation work)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4D4 || {{Win32_BOOL}} || &#039;&#039;&#039;bNoDisasters&#039;&#039;&#039; || 0x1000 || Whether or not disasters should be disabled (also disables city council autonomy)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4D8 || WORD || &#039;&#039;&#039;wCityNeighborConnections1000&#039;&#039;&#039; ||  || Count of all $1000 (commercial) neighbor connections (roads)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4E4 || BYTE || &#039;&#039;&#039;bMilitaryBaseType&#039;&#039;&#039; || 0x0EF4 || Military base type (0 = not offered yet, 1 = declined/no location, 2 = army, 3 = air force, 4 = navy, 5 = missile silos)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC8F8 || WORD || &#039;&#039;&#039;wCityResidentialDemand&#039;&#039;&#039; || 0x0718 || Residential demand (-2000 to +2000)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC8FA || WORD || &#039;&#039;&#039;wCityCommericalDemand&#039;&#039;&#039; || 0x071C || Commercial demand (-2000 to +2000)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC8FC || WORD || &#039;&#039;&#039;wCityIndustrialDemand&#039;&#039;&#039; || 0x0720 || Industrial demand (-2000 to +2000)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC910 || DWORD || &#039;&#039;&#039;dwCityPollution&#039;&#039;&#039; ||  || Sum of all Pollution in city.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CDB68 || WORD || &#039;&#039;&#039;wCursorXLoc&#039;&#039;&#039; ||  || The X coordinate of the tile currently selected on the map&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CDB70 || WORD || &#039;&#039;&#039;wCursorYLoc&#039;&#039;&#039; ||  || The Y coordinate of the tile currently selected on the map&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CDB7C || DWORD || &#039;&#039;&#039;dwLFSRState&#039;&#039;&#039; ||  || Randomness state for the linear feedback shift register PRNG&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CDB80 || DWORD || &#039;&#039;&#039;dwLCGState&#039;&#039;&#039; ||  || Randomness state for the linear congruential generator PRNG&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CE8C0 || AFX_CORE_STATE || &#039;&#039;&#039;pCWinApp&#039;&#039;&#039; ||  || Pointer to a CWinApp (needs reverse engineering -- maybe IDA picked this one out on its own?)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Terrain generation variables&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Address|The address of the variable.}} ! {{tooltip|Type|What type this variable is declared as.}} ! {{tooltip|Name|The name of the variable.}} ! {{tooltip|MISC offset|If this variable is stored in the .sc2 MISC chunk, this is where in the chunk it&#039;s stored.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C94C0 || {{Win32_BOOL}} || &#039;&#039;&#039;bCityHasOcean&#039;&#039;&#039; || 0x0E44 || Whether or not the city was generated with an ocean&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA1E0 || WORD || &#039;&#039;&#039;wCityTerrainSliderHills&#039;&#039;&#039; ||  || Slider value for hill coverage during terrain generation&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA818 || __int16 || &#039;&#039;&#039;wWaterLevel&#039;&#039;&#039; || 0x0E40 || Water table level&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAAF8 || WORD || &#039;&#039;&#039;wCityTerrainSliderWater&#039;&#039;&#039; ||  || Slider vvalue for water coverage during terrain generation&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CADD8 || WORD || &#039;&#039;&#039;wCityTerrainSliderTrees&#039;&#039;&#039; ||  || Slider value for tree coverage during terrain generation&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3F8 || {{Win32_BOOL}} || &#039;&#039;&#039;bCityHasRiver&#039;&#039;&#039; || 0x0E48 || Whether or not the city was generated with a river&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
IF YOU&#039;RE READING THIS, HERE&#039;S AN EASY TASK:&lt;br /&gt;
These need to be put into tables. I&#039;m too tired to do it now.&lt;br /&gt;
&lt;br /&gt;
.bss:004CC918     wScenarioDisasterID dw ?                ; DATA XREF: sub_4345C0:loc_434650↑o&lt;br /&gt;
.bss:004CC918                                             ; sub_4345C0:loc_43467E↑o ...&lt;br /&gt;
.bss:004CC91A     bScenarioDisasterX db ?                 ; DATA XREF: sub_4345C0+1D6↑r&lt;br /&gt;
.bss:004CC91B     bScenarioDisasterY db ?                 ; DATA XREF: sub_4345C0+1CB↑r&lt;br /&gt;
.bss:004CC91C     wScenarioTimeLimitMonths dw ?           ; DATA XREF: _SimulationProcessTick+517↑w&lt;br /&gt;
.bss:004CC91C                                             ; sub_4345C0+CB↑o&lt;br /&gt;
.bss:004CC91E     dwScenarioCitySize dd ?                 ; DATA XREF: _SimulationProcessTick+402↑r&lt;br /&gt;
.bss:004CC91E                                             ; sub_4345C0+D8↑r ...&lt;br /&gt;
.bss:004CC922     dwScenarioResPopulation dd ?            ; DATA XREF: _SimulationProcessTick+411↑r&lt;br /&gt;
.bss:004CC922                                             ; sub_4345C0+EB↑r ...&lt;br /&gt;
.bss:004CC926     dwScenarioComPopulation dd ?            ; DATA XREF: _SimulationProcessTick+423↑r&lt;br /&gt;
.bss:004CC926                                             ; sub_4345C0+FE↑r ...&lt;br /&gt;
.bss:004CC92A     dwScenarioIndPopulation dd ?            ; DATA XREF: _SimulationProcessTick+438↑r&lt;br /&gt;
.bss:004CC92A                                             ; sub_4345C0+111↑r ...&lt;br /&gt;
.bss:004CC92E     dwScenarioCashGoal dd ?                 ; DATA XREF: _SimulationProcessTick+455↑r&lt;br /&gt;
.bss:004CC92E                                             ; sub_4345C0+124↑r ...&lt;br /&gt;
.bss:004CC932     dwScenarioLandValueGoal dd ?            ; DATA XREF: _SimulationProcessTick:loc_413981↑r&lt;br /&gt;
.bss:004CC932                                             ; sub_4345C0+137↑r ...&lt;br /&gt;
.bss:004CC936     word_4CC936     dw ?                    ; DATA XREF: _SimulationProcessTick:loc_413992↑r&lt;br /&gt;
.bss:004CC936                                             ; sub_4345C0+14A↑o&lt;br /&gt;
.bss:004CC938     word_4CC938     dw ?                    ; DATA XREF: _SimulationProcessTick:loc_4139A3↑r&lt;br /&gt;
.bss:004CC938                                             ; sub_4345C0+157↑o&lt;br /&gt;
.bss:004CC93A     wScenarioPollutionLimit dd ?            ; DATA XREF: _SimulationProcessTick:loc_4139B4↑r&lt;br /&gt;
.bss:004CC93A                                             ; sub_4345C0+164↑r ...&lt;br /&gt;
.bss:004CC93E     wScenarioCrimeLimit dd ?                ; DATA XREF: _SimulationProcessTick:loc_4139C9↑r&lt;br /&gt;
.bss:004CC93E                                             ; sub_4345C0+177↑r ...&lt;br /&gt;
.bss:004CC942     wScenarioTrafficLimit dd ?              ; DATA XREF: _SimulationProcessTick:loc_4139DE↑r&lt;br /&gt;
.bss:004CC942                                             ; sub_4345C0+18A↑r ...&lt;br /&gt;
.bss:004CC946     bScenarioBuildingGoal1 db ?             ; DATA XREF: _SimulationProcessTick+4D5↑r&lt;br /&gt;
.bss:004CC947     bScenarioBuildingGoal2 db ?             ; DATA XREF: _SimulationProcessTick+4F5↑r&lt;br /&gt;
.bss:004CC948     wScenarioBuildingGoal1Count dw ?        ; DATA XREF: _SimulationProcessTick+4DF↑r&lt;br /&gt;
.bss:004CC948                                             ; sub_4345C0+19D↑o&lt;br /&gt;
.bss:004CC94A     wScenarioBuildingGoal2Count dw ?        ; DATA XREF: _SimulationProcessTick+4FF↑r&lt;br /&gt;
.bss:004CC94A                                             ; sub_4345C0+1AA↑o&lt;br /&gt;
.bss:004CC94C                     align 10h&lt;br /&gt;
.bss:004CC950     ; __int16 wSelectedSubtoolBulldozer[]&lt;br /&gt;
.bss:004CC950     wSelectedSubtoolBulldozer dw ?          ; DATA XREF: sub_406FD0+AC↑r&lt;br /&gt;
.bss:004CC950                                             ; sub_40E250+18C↑w ...&lt;br /&gt;
.bss:004CC952     wSelectedSubtoolNature dw ?             ; DATA XREF: sub_422200+B6↑w&lt;br /&gt;
.bss:004CC952                                             ; sub_442440+74↑r ...&lt;br /&gt;
.bss:004CC954     wSelectedSubtoolDispatch dw ?           ; DATA XREF: sub_422200+D5↑w&lt;br /&gt;
.bss:004CC954                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F2F7↑r ...&lt;br /&gt;
.bss:004CC956     wSelectedSubtoolPower dw ?              ; DATA XREF: sub_422200+F4↑w&lt;br /&gt;
.bss:004CC956                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F336↑r ...&lt;br /&gt;
.bss:004CC958     wSelectedSubtoolWater dw ?              ; DATA XREF: sub_422200+113↑w&lt;br /&gt;
.bss:004CC958                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F3DD↑r ...&lt;br /&gt;
.bss:004CC95A     wSelectedSubtoolRewards dw ?            ; DATA XREF: sub_422200:loc_42231F↑w&lt;br /&gt;
.bss:004CC95A                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F462↑r ...&lt;br /&gt;
.bss:004CC95C     wSelectedSubtoolRoads dw ?              ; DATA XREF: sub_422200+155↑w&lt;br /&gt;
.bss:004CC95C                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F4BF↑r ...&lt;br /&gt;
.bss:004CC95E     wSelectedSubtoolRail dw ?               ; DATA XREF: sub_422200+174↑w&lt;br /&gt;
.bss:004CC95E                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F558↑r ...&lt;br /&gt;
.bss:004CC960     wSelectedSubtoolPorts dw ?              ; DATA XREF: sub_422200+193↑w&lt;br /&gt;
.bss:004CC960                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F60F↑r&lt;br /&gt;
.bss:004CC962     wSelectedSubtoolResidential dw ?        ; DATA XREF: sub_40E250+1B8↑w&lt;br /&gt;
.bss:004CC962                                             ; sub_422200+1B2↑w ...&lt;br /&gt;
.bss:004CC964     wSelectedSubtoolCommercial dw ?         ; DATA XREF: sub_40E250+1C4↑w&lt;br /&gt;
.bss:004CC964                                             ; sub_422200+1D1↑w ...&lt;br /&gt;
.bss:004CC966     wSelectedSubtoolIndustrial dw ?         ; DATA XREF: sub_40E250+1D0↑w&lt;br /&gt;
.bss:004CC966                                             ; sub_422200+1F0↑w ...&lt;br /&gt;
.bss:004CC968     wSelectedSubtoolEducation dw ?          ; DATA XREF: sub_422200+20F↑w&lt;br /&gt;
.bss:004CC968                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F6F7↑r&lt;br /&gt;
.bss:004CC96A     wSelectedSubtoolServices dw ?           ; DATA XREF: sub_422200+22E↑w&lt;br /&gt;
.bss:004CC96A                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F729↑r ...&lt;br /&gt;
.bss:004CC96C     wSelectedSubtoolParks dw ?              ; DATA XREF: sub_422200+24D↑w&lt;br /&gt;
.bss:004CC96C                                             ; _CSimCityView_DoLeftMouseCityMode:loc_43F787↑r ...&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Map data pointers&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Address|The address of the variable.}} ! {{tooltip|Type|What type this variable is declared as.}} ! {{tooltip|Name|The name of the variable.}} ! {{tooltip|MISC offset|If this variable is stored in the .sc2 MISC chunk, this is where in the chunk it&#039;s stored.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C9430 || void* || &#039;&#039;&#039;dwMapXPLC&#039;&#039;&#039; ||  || Pointer to a 32x32 &amp;quot;minimap&amp;quot; for police coverage (1 byte per 4x4 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C9F58 || void* || &#039;&#039;&#039;dwMapXTER&#039;&#039;&#039; ||  || Pointer to a 128x128 map of terrain data (1 byte of type map_XTER_t per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA1F0 || void* || &#039;&#039;&#039;dwMapXZON&#039;&#039;&#039; ||  || Pointer to a 128x128 map of zone and corner info (1 byte of type map_XZON_t per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3EC || void* || &#039;&#039;&#039;dwMapXMIC&#039;&#039;&#039; ||  || Pointer to an array of type map_XMIC_t[150] containing MicroSim data.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA198 || void* || &#039;&#039;&#039;dwMapXLAB&#039;&#039;&#039; ||  || Pointer to an array of type map_XLAB_t[256].&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA434 || void* || &#039;&#039;&#039;dwMapXTHG&#039;&#039;&#039; ||  || Pointer to an array of type map_XTHG_t[256] containing [[Thing]]s&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA448 || void* || &#039;&#039;&#039;dwMapXPOP&#039;&#039;&#039; ||  || Pointer to a 32x32 &amp;quot;minimap&amp;quot; for population density (1 byte per 4x4 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA4D8 || void* || &#039;&#039;&#039;dwMapXCRM&#039;&#039;&#039; ||  || Pointer to a 64x64 &amp;quot;minimap&amp;quot; for crime (1 byte per 2x2 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA600 || void* || &#039;&#039;&#039;dwMapXTXT&#039;&#039;&#039; ||  || Pointer to a 128x128 map of [[XTXT]] IDs (1 byte per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA828 || void* || &#039;&#039;&#039;dwMapXPLT&#039;&#039;&#039; ||  || Pointer to a 64x64 &amp;quot;minimap&amp;quot; for pollution (1 byte per 2x2 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA940 || void* || &#039;&#039;&#039;dwMapXTRF&#039;&#039;&#039; ||  || Pointer to a 64x64 &amp;quot;minimap&amp;quot; for traffic (1 byte per 2x2 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAA78 || void* || &#039;&#039;&#039;dwMapXFIR&#039;&#039;&#039; ||  || Pointer to a 32x32 &amp;quot;minimap&amp;quot; for fire coverage (1 byte per 4x4 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAB10 || void* || &#039;&#039;&#039;dwMapXBIT&#039;&#039;&#039; ||  || Pointer to a 128x128 map of tile flags (1 byte of type map_XBIT_t per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAE10 || void* || &#039;&#039;&#039;dwMapALTM&#039;&#039;&#039; ||  || Pointer to a 128x128 map of altitude data (1 byte of type map_ALTM_t per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB028 || void* || &#039;&#039;&#039;dwMapXROG&#039;&#039;&#039; ||  || Pointer to a 32x32 &amp;quot;minimap&amp;quot; of rate of growth data (1 byte of unknown type per 4x4 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB0A8 || void* || &#039;&#039;&#039;dwMapXVAL&#039;&#039;&#039; ||  || Pointer to a 64x64 &amp;quot;minimap&amp;quot; of land value (1 byte of &amp;lt;code&amp;gt;(full value / 1000 - 1)&amp;lt;/code&amp;gt; per 2x2 block)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB1D0 || void* || &#039;&#039;&#039;dwMapXUND&#039;&#039;&#039; ||  || Pointer to a 128x128 map of underground map data (1 byte of type map_XUND_t per tile)&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC470 || void* || &#039;&#039;&#039;dwMapXGRP&#039;&#039;&#039; ||  || Pointer to the historical graph data&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CC4F0 || void* || &#039;&#039;&#039;dwMapXBLD&#039;&#039;&#039; ||  || Pointer to a 128x128 map of tile IDs (1 byte of type enumTileID per tile)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Simulation Arrays&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Address|The address of the variable.}} ! {{tooltip|Type|What type this variable is declared as.}} ! {{tooltip|Name|The name of the array.}} ! {{tooltip|MISC offset|If this variable is stored in the .sc2 MISC chunk, this is where in the chunk it&#039;s stored.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 004C94B4 || void* || &#039;&#039;&#039;pRawPopTable&#039;&#039;&#039; ||  || Pointer to 20-item array for the Population Table&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CAA70 || void* || &#039;&#039;&#039;pLETable&#039;&#039;&#039; ||  || Pointer to 20-item array for the LE Table, these are as aggregate sums for the entire age group (LE/RawPop=AgeGroupLE).&lt;br /&gt;
|-&lt;br /&gt;
| 0x4C94BC || void* || &#039;&#039;&#039;pEQTable&#039;&#039;&#039; ||  || Pointer to 20-item array for the EQ Table, these are as aggregate sums for the entire age group (EQ/RawPop=AgeGroupEQ).&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3F0 || void* || &#039;&#039;&#039;pIndividualIndPops&#039;&#039;&#039; ||  || Pointer to 11-item array for the Raw Populations for City Industries Table.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CB3E0 || void* || &#039;&#039;&#039;pIndividualIndTaxRate&#039;&#039;&#039; ||  || Pointer to 11-item array for the each of the Industrial Group&#039;s Tax Rates.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4CA3F4 || void* || &#039;&#039;&#039;pIndividualIndDemands&#039;&#039;&#039; ||  || Pointer to 11-item array for the each of the Industrial Group&#039;s current Demand.&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Game data]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=627</id>
		<title>Function list</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=627"/>
		<updated>2025-03-11T03:24:06Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Heavy construction}}&lt;br /&gt;
&lt;br /&gt;
This is a table of functions in SimCity 2000 that have been at least partially reverse engineered and given names. It is probably going to be unpleasant to update, but at least it looks nice and you can sort it.&lt;br /&gt;
&lt;br /&gt;
When adding new functions to the table, please make sure you insert them into the appropriate order by thunk address (the function that just has a &amp;lt;code&amp;gt;jmp &#039;&#039;&#039;ActualFunctionBody&#039;&#039;&#039;&amp;lt;/code&amp;gt; instruction in it). If/when it gets too unwieldy we can split it out into multiple tables.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Uncategorized functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401262 || 0x468D30 || int || __stdcall || &#039;&#039;&#039;[[SimulationEQ_LE_Processing]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles EQ and LE simulation for the month.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40130C || 0x45F760 || {{Win32_BOOL}} || __stdcall || &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x4013ED || 0x42BCA0 || int || __cdecl || &#039;&#039;&#039;SimulationCalculateOrdinanceCost&#039;&#039;&#039; || DWORD dwOrdinance || {{Mostly understood}} ||  || Returns the effective cost of an ordinance&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015E6 || 0x4731E0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareBudgetDialog&#039;&#039;&#039; || int a1 || {{Mostly understood}} ||  || arg a1 only referenced on line, seems to be more like &amp;quot;BOOL bUseParentWindow&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401672 || 0x441E50 || int || __cdecl || &#039;&#039;&#039;SimulationGrantReward&#039;&#039;&#039; || __int16 iRewardID, BOOL bAddReward || {{Mostly understood}} ||  || Adds a city progression reward if (bAddReward), removes it if (!bAddReward).&lt;br /&gt;
|-&lt;br /&gt;
| 0x40174E || 0x42B4D0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareDisaster&#039;&#039;&#039; || DWORD *a1, __int16 a2, __int16 a3 || {{Somewhat understood}} ||  || Seems to prepare the starting location for disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401820 || 0x413520 || void || __stdcall || &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; based on game speed || Advances the calendar date and performs all appropriate daily/monthly/etc. tasks. May need better name?&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CA8 || 0x464550 || int || __stdcall || &#039;&#039;&#039;SimulationUpdateWaterConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 2 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401E65 || 0x471BC0 || char || __stdcall || &#039;&#039;&#039;SimulationDetermineCityCrisis&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called on the last day of the month and from &#039;&#039;sub_406A50&#039;&#039; || Changes the city status line if there&#039;s a new demand, and also starts disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40217B || 0x468150 || int || __stdcall || &#039;&#039;&#039;[[SimulationRCIDemandUpdates]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles all RCI bar updates for &amp;quot;zone balance&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x4022FC || 0x4358B0 || int || __cdecl || &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || __int16 a1, __int16 a2 || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on days 4-17 || The arguments and algorithms are not yet understood.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402527 || 0x45CF10 || int || __stdcall || &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || Calls the appropriate disaster creation function and then runs disaster ticks&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026B2 || 0x4734A0 || int || __usercall || &#039;&#039;&#039;SimulationGrowSpecificZone&#039;&#039;&#039; || int a1@&amp;lt;ebp&amp;gt;, __int16 iX, __int16 iY, __int16 iTileID, __int16 iZoneType || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || Might be an omit-frame-pointer function?&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026F8 || 0x467860 || int || __stdcall || &#039;&#039;&#039;SimulationUpdatePowerConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 21 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A3B || 0x405AB0 || DWORD || __thiscall || &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || CWinApp* this || {{Somewhat understood}} || Called from &#039;&#039;&#039;CWinApp::OnIdle&#039;&#039;&#039; via the class CWinApp vtable || Could stand to have a better name.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A9F || 0x40C100 || __int16 || __tstdcall || &#039;&#039;&#039;SimulationProcessTimer&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from the root window&#039;s AFX_MSGMAP to handle WM_TIMER messages ||&lt;br /&gt;
|-&lt;br /&gt;
| 0x402D2E || 0x4734A0 || __int16 || __stdcall || &#039;&#039;&#039;SimulationCalculateBudgetUpdates&#039;&#039;&#039; ||  || {{Barely explored}} ||  || 00&lt;br /&gt;
|-&lt;br /&gt;
| 0x403017 || 0x4142C0 || int || __stdcall || &#039;&#039;&#039;SimulationProposeMilitaryBase&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 23 and from &amp;quot;gilmartin&amp;quot; cheat || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401154 || 0x46A840 || int || __stdcall || &#039;&#039;&#039;[[SimulationLandValueMapCalc]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 3 || This is where the land value and pollution simulator lives.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[MicroSim]] functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401460 || 0x44CF60 || char || __cdecl || &#039;&#039;&#039;SimulationProvisionMicrosim&#039;&#039;&#039; || __int16 a1, int a2, __int16 iTileID || {{Barely explored}} ||  || iTileID is the only argument used; needs some RE work for sure&lt;br /&gt;
|-&lt;br /&gt;
| 0x40158C || 0x44DDC0 || __int16 || __cdecl || &#039;&#039;&#039;SimulationInitializeMicrosim&#039;&#039;&#039; || __int16 iMicroSimIdx, __int16 iTileID || {{Barely explored}} ||  || Seems to initialize the values for each microsim based on the provided tile ID. First param is an index into the XLAB map.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[Thing]] functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40132A || 0x4562E0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickSailboat&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Has a rare chance of turning into Nessie&lt;br /&gt;
|-&lt;br /&gt;
| 0x40137F || 0x454EA0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTornado&#039;&#039;&#039; ||__int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401992 || 0x4548C0 || void || __usercall || &#039;&#039;&#039;SimulationThingTickMonster&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || The function signature of this one is odd and needs investigation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401B6D || 0x455500 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Used for XTHG_TRAIN_ENGINE and XTHG_UNKNOWN_3&lt;br /&gt;
|-&lt;br /&gt;
| 0x401EBA || 0x452FA0 || int || __cdecl || &#039;&#039;&#039;SimulationSpawnMaxisMan&#039;&#039;&#039; || __int16 iDisasterID || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || Creates the Thing for Maxis Man and determines based on iDisasterID what his behavior should be&lt;br /&gt;
|-&lt;br /&gt;
| 0x40236F || 0x456760 || void || __usercall || &#039;&#039;&#039;SimulationThingTickCargoShip&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || IDA really doesn&#039;t like this function for some reason&lt;br /&gt;
|-&lt;br /&gt;
| 0x402464 || 0x450890 || int || __stdcall || &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; via &#039;&#039;sub_401DBB&#039;&#039; || Does the individual simulation ticks for Things every 30-45 ms.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4024AA || 0x455020 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickMaxisMan&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || If you shoot down a helicopter and it lights something on fire, it&#039;s your own dang fault&lt;br /&gt;
|-&lt;br /&gt;
| 0x4027A2 || 0x453980 || void || __usercall || &#039;&#039;&#039;SimulationThingTickAirplane&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Another one with a bizarre function signature&lt;br /&gt;
|-&lt;br /&gt;
| 0x4028D3 || 0x4546F0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickExplosion&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x402ED2 || 0x4540C0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickHelicopter&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Sound and music functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401096 || 0x4251D0 || int || __thiscall || &#039;&#039;&#039;SoundPlaySound&#039;&#039;&#039; || int* this, int iSoundID || {{Mostly understood}} || Called in so many places || Calls through to &#039;&#039;sub_4802B0&#039;&#039;, which does the buffer loads and calls to &#039;&#039;sndPlaySoundA&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401389 || 0x480890 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicSendMCICommands&#039;&#039;&#039; || unsigned __int16* this, char* szMidiPath || {{Understood}} || Called by &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || Sends the actual MCI commands to play/stop a MIDI file&lt;br /&gt;
|-&lt;br /&gt;
| 0x401479 || 0x480770 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || unsigned __int16* this, int iSongID || {{Understood}} || Called by &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || Turns iSongID into szMidiPath&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015FF || 0x480B20 || void || __thiscall || &#039;&#039;&#039;AllocateSoundBuffers&#039;&#039;&#039; || DWORD *this, int a2 || {{Barely explored}} || Called by &#039;&#039;&#039;CMainFrame:OnCreate&#039;&#039;&#039; || Allocates sound buffers; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401A9B || 0x425290 || int || __thiscall || &#039;&#039;&#039;MusicPlayNextRefocusSong&#039;&#039;&#039; || unsigned __int16** this || {{Understood}} || Called in a few places || Loops through the non-event music; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CE9 || 0x425220 || int || __thiscall || &#039;&#039;&#039;SoundStopSound&#039;&#039;&#039; || int* this, int iSoundID || {{Understood}} || Called in so many places || Does a few checks then blasts out &#039;&#039;sndPlaySoundA(0, 0)&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F9B || 0x480140 || void || __stdcall || &#039;&#039;&#039;LoadSoundBuffer&#039;&#039;&#039; || int iSoundID, void* lpBuffer || {{Understood}} || Called before a few sound calls || This and many other sound functions are replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x402414 || 0x425260 || int || __thiscall || &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || unsigned __int16** this, iSongID || {{Understood}} || Called by anything that changes the music || Basically just a trampoline to &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x402BE4 || 0x480AE0 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicStop&#039;&#039;&#039; || int this || {{Understood}} || Called by anything that stops the music || Sends an MCI_CLOSE command to the sequencer device&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Randomness functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401019 || 0x47FC30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod32&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 32&lt;br /&gt;
|-&lt;br /&gt;
| 0x40116D || 0x47FAA0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLCGMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LCG modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401415 || 0x47FC70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod64&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 64&lt;br /&gt;
|-&lt;br /&gt;
| 0x4017AD || 0x47FAE0 || int || __stdcall || &#039;&#039;&#039;GetRandomLFSRState&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns the state of the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CAD || 0x47FAF0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLFSRMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LFSR modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401D9D || 0x47FCF0 || unsigned __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSR&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F19 || 0x47FA80 || int || __cdecl || &#039;&#039;&#039;SeedRandomLCG&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LCG state&lt;br /&gt;
|-&lt;br /&gt;
| 0x402261 || 0x47FB70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod4&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 4&lt;br /&gt;
|-&lt;br /&gt;
| 0x4025E5 || 0x47FBF0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod16&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 16&lt;br /&gt;
|-&lt;br /&gt;
| 0x402626 || 0x47FAD0 || int || __cdecl || &#039;&#039;&#039;SeedRandomLFSR&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LFSR state&lt;br /&gt;
|-&lt;br /&gt;
| 0x40288D || 0x47FBB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod8&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 8&lt;br /&gt;
|-&lt;br /&gt;
| 0x402946 || 0x47FB30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod2&#039;&#039;&#039; ||  || {{Understood}} || Called by &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; and &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; || Returns a random word from the LFSR modulo 2&lt;br /&gt;
|-&lt;br /&gt;
| 0x402B3F || 0x47FCB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod128&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Frequently-reused MFC class functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40219E || 0x4815E0 || INT_PTR || __thiscall || &#039;&#039;&#039;CGameDialog::DoModal&#039;&#039;&#039; || LPCDLGTEMPLATEA* this || {{Understood}} || Called in so many places || Seems to pause the simulation, call CDialog::DoModal(this), then restore the simulation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40281A || 0x481300 || struct CRuntimeClass* || __stdcall || &#039;&#039;&#039;CGameDialog::GetRuntimeClass&#039;&#039;&#039; ||  || {{Understood}} ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game data]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=625</id>
		<title>Function list</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Function_list&amp;diff=625"/>
		<updated>2025-03-11T03:23:25Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Add `SimulationInitializeMicrosim`, move microsim functions to a separate table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Heavy construction}}&lt;br /&gt;
&lt;br /&gt;
This is a table of functions in SimCity 2000 that have been at least partially reverse engineered and given names. It is probably going to be unpleasant to update, but at least it looks nice and you can sort it.&lt;br /&gt;
&lt;br /&gt;
When adding new functions to the table, please make sure you insert them into the appropriate order by thunk address (the function that just has a &amp;lt;code&amp;gt;jmp &#039;&#039;&#039;ActualFunctionBody&#039;&#039;&#039;&amp;lt;/code&amp;gt; instruction in it). If/when it gets too unwieldy we can split it out into multiple tables.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Uncategorized functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401262 || 0x468D30 || int || __stdcall || &#039;&#039;&#039;[[SimulationEQ_LE_Processing]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles EQ and LE simulation for the month.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40130C || 0x45F760 || {{Win32_BOOL}} || __stdcall || &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x4013ED || 0x42BCA0 || int || __cdecl || &#039;&#039;&#039;SimulationCalculateOrdinanceCost&#039;&#039;&#039; || DWORD dwOrdinance || {{Mostly understood}} ||  || Returns the effective cost of an ordinance&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015E6 || 0x4731E0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareBudgetDialog&#039;&#039;&#039; || int a1 || {{Mostly understood}} ||  || arg a1 only referenced on line, seems to be more like &amp;quot;BOOL bUseParentWindow&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401672 || 0x441E50 || int || __cdecl || &#039;&#039;&#039;SimulationGrantReward&#039;&#039;&#039; || __int16 iRewardID, BOOL bAddReward || {{Mostly understood}} ||  || Adds a city progression reward if (bAddReward), removes it if (!bAddReward).&lt;br /&gt;
|-&lt;br /&gt;
| 0x40174E || 0x42B4D0 || int || __cdecl || &#039;&#039;&#039;SimulationPrepareDisaster&#039;&#039;&#039; || DWORD *a1, __int16 a2, __int16 a3 || {{Somewhat understood}} ||  || Seems to prepare the starting location for disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401820 || 0x413520 || void || __stdcall || &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; based on game speed || Advances the calendar date and performs all appropriate daily/monthly/etc. tasks. May need better name?&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CA8 || 0x464550 || int || __stdcall || &#039;&#039;&#039;SimulationUpdateWaterConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 2 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401E65 || 0x471BC0 || char || __stdcall || &#039;&#039;&#039;SimulationDetermineCityCrisis&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called on the last day of the month and from &#039;&#039;sub_406A50&#039;&#039; || Changes the city status line if there&#039;s a new demand, and also starts disasters.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40217B || 0x468150 || int || __stdcall || &#039;&#039;&#039;[[SimulationRCIDemandUpdates]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 22? || Handles all RCI bar updates for &amp;quot;zone balance&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0x4022FC || 0x4358B0 || int || __cdecl || &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || __int16 a1, __int16 a2 || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on days 4-17 || The arguments and algorithms are not yet understood.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402527 || 0x45CF10 || int || __stdcall || &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || Calls the appropriate disaster creation function and then runs disaster ticks&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026B2 || 0x4734A0 || int || __usercall || &#039;&#039;&#039;SimulationGrowSpecificZone&#039;&#039;&#039; || int a1@&amp;lt;ebp&amp;gt;, __int16 iX, __int16 iY, __int16 iTileID, __int16 iZoneType || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationGrowthTick&#039;&#039;&#039; || Might be an omit-frame-pointer function?&lt;br /&gt;
|-&lt;br /&gt;
| 0x4026F8 || 0x467860 || int || __stdcall || &#039;&#039;&#039;SimulationUpdatePowerConsumption&#039;&#039;&#039; ||  || {{Barely explored}} || Called whenever tiles are placed and on &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; day 21 || Vanilla SC2K doesn&#039;t call this when tiles are placed on cities over 50,000 pop.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A3B || 0x405AB0 || DWORD || __thiscall || &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; || CWinApp* this || {{Somewhat understood}} || Called from &#039;&#039;&#039;CWinApp::OnIdle&#039;&#039;&#039; via the class CWinApp vtable || Could stand to have a better name.&lt;br /&gt;
|-&lt;br /&gt;
| 0x402A9F || 0x40C100 || __int16 || __tstdcall || &#039;&#039;&#039;SimulationProcessTimer&#039;&#039;&#039; ||  || {{Mostly understood}} || Called from the root window&#039;s AFX_MSGMAP to handle WM_TIMER messages ||&lt;br /&gt;
|-&lt;br /&gt;
| 0x402D2E || 0x4734A0 || __int16 || __stdcall || &#039;&#039;&#039;SimulationCalculateBudgetUpdates&#039;&#039;&#039; ||  || {{Barely explored}} ||  || 00&lt;br /&gt;
|-&lt;br /&gt;
| 0x403017 || 0x4142C0 || int || __stdcall || &#039;&#039;&#039;SimulationProposeMilitaryBase&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 23 and from &amp;quot;gilmartin&amp;quot; cheat || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401154 || 0x46A840 || int || __stdcall || &#039;&#039;&#039;[[SimulationLandValueMapCalc]]&#039;&#039;&#039; ||  || {{Somewhat understood}} || Called from &#039;&#039;&#039;SimulationProcessTick&#039;&#039;&#039; on day 3 || This is where the land value and pollution simulator lives.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[MicroSim]] functions&lt;br /&gt;
|-&lt;br /&gt;
| 0x401460 || 0x44CF60 || char || __cdecl || &#039;&#039;&#039;SimulationProvisionMicrosim&#039;&#039;&#039; || __int16 a1, int a2, __int16 iTileID || {{Barely explored}} ||  || iTileID is the only argument used; needs some RE work for sure&lt;br /&gt;
|-&lt;br /&gt;
| 0x40158C || 0x44DDC0 || __int16 || __cdecl || &#039;&#039;&#039;SimulationInitializeMicrosim&#039;&#039;&#039; || __int16 iMicroSimIdx, __int16 iTileID || {{Barely explored}} ||  || Seems to initialize the values for each microsim based on the provided tile ID. First param is an index into the XLAB map.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ [[Thing]] functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40132A || 0x4562E0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickSailboat&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Has a rare chance of turning into Nessie&lt;br /&gt;
|-&lt;br /&gt;
| 0x40137F || 0x454EA0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTornado&#039;&#039;&#039; ||__int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x401992 || 0x4548C0 || void || __usercall || &#039;&#039;&#039;SimulationThingTickMonster&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || The function signature of this one is odd and needs investigation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x401B6D || 0x455500 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Used for XTHG_TRAIN_ENGINE and XTHG_UNKNOWN_3&lt;br /&gt;
|-&lt;br /&gt;
| 0x401EBA || 0x452FA0 || int || __cdecl || &#039;&#039;&#039;SimulationSpawnMaxisMan&#039;&#039;&#039; || __int16 iDisasterID || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationStartDisaster&#039;&#039;&#039; || Creates the Thing for Maxis Man and determines based on iDisasterID what his behavior should be&lt;br /&gt;
|-&lt;br /&gt;
| 0x40236F || 0x456760 || void || __usercall || &#039;&#039;&#039;SimulationThingTickCargoShip&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || IDA really doesn&#039;t like this function for some reason&lt;br /&gt;
|-&lt;br /&gt;
| 0x402464 || 0x450890 || int || __stdcall || &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; ||  || {{Barely explored}} || Called from &#039;&#039;&#039;GameDoIdleUpkeep&#039;&#039;&#039; via &#039;&#039;sub_401DBB&#039;&#039; || Does the individual simulation ticks for Things every 30-45 ms.&lt;br /&gt;
|-&lt;br /&gt;
| 0x4024AA || 0x455020 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickMaxisMan&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || If you shoot down a helicopter and it lights something on fire, it&#039;s your own dang fault&lt;br /&gt;
|-&lt;br /&gt;
| 0x4027A2 || 0x453980 || void || __usercall || &#039;&#039;&#039;SimulationThingTickAirplane&#039;&#039;&#039; || int a1@&amp;lt;ebx&amp;gt;, __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || Another one with a bizarre function signature&lt;br /&gt;
|-&lt;br /&gt;
| 0x4028D3 || 0x4546F0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickExplosion&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| 0x402ED2 || 0x4540C0 || void || __cdecl || &#039;&#039;&#039;SimulationThingTickHelicopter&#039;&#039;&#039; || __int16 iXTHGIndex || {{Barely explored}} || Called from &#039;&#039;&#039;SimulationDoThingTick&#039;&#039;&#039; || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Sound and music functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401096 || 0x4251D0 || int || __thiscall || &#039;&#039;&#039;SoundPlaySound&#039;&#039;&#039; || int* this, int iSoundID || {{Mostly understood}} || Called in so many places || Calls through to &#039;&#039;sub_4802B0&#039;&#039;, which does the buffer loads and calls to &#039;&#039;sndPlaySoundA&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401389 || 0x480890 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicSendMCICommands&#039;&#039;&#039; || unsigned __int16* this, char* szMidiPath || {{Understood}} || Called by &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || Sends the actual MCI commands to play/stop a MIDI file&lt;br /&gt;
|-&lt;br /&gt;
| 0x401479 || 0x480770 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039; || unsigned __int16* this, int iSongID || {{Understood}} || Called by &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || Turns iSongID into szMidiPath&lt;br /&gt;
|-&lt;br /&gt;
| 0x4015FF || 0x480B20 || void || __thiscall || &#039;&#039;&#039;AllocateSoundBuffers&#039;&#039;&#039; || DWORD *this, int a2 || {{Barely explored}} || Called by &#039;&#039;&#039;CMainFrame:OnCreate&#039;&#039;&#039; || Allocates sound buffers; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401A9B || 0x425290 || int || __thiscall || &#039;&#039;&#039;MusicPlayNextRefocusSong&#039;&#039;&#039; || unsigned __int16** this || {{Understood}} || Called in a few places || Loops through the non-event music; replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CE9 || 0x425220 || int || __thiscall || &#039;&#039;&#039;SoundStopSound&#039;&#039;&#039; || int* this, int iSoundID || {{Understood}} || Called in so many places || Does a few checks then blasts out &#039;&#039;sndPlaySoundA(0, 0)&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F9B || 0x480140 || void || __stdcall || &#039;&#039;&#039;LoadSoundBuffer&#039;&#039;&#039; || int iSoundID, void* lpBuffer || {{Understood}} || Called before a few sound calls || This and many other sound functions are replaced by sc2kfix&lt;br /&gt;
|-&lt;br /&gt;
| 0x402414 || 0x425260 || int || __thiscall || &#039;&#039;&#039;MusicPlay&#039;&#039;&#039; || unsigned __int16** this, iSongID || {{Understood}} || Called by anything that changes the music || Basically just a trampoline to &#039;&#039;&#039;MusicPlayMidi&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| 0x402BE4 || 0x480AE0 || MCIERROR || __thiscall || &#039;&#039;&#039;MusicStop&#039;&#039;&#039; || int this || {{Understood}} || Called by anything that stops the music || Sends an MCI_CLOSE command to the sequencer device&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Randomness functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x401019 || 0x47FC30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod32&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 32&lt;br /&gt;
|-&lt;br /&gt;
| 0x40116D || 0x47FAA0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLCGMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LCG modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401415 || 0x47FC70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod64&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 64&lt;br /&gt;
|-&lt;br /&gt;
| 0x4017AD || 0x47FAE0 || int || __stdcall || &#039;&#039;&#039;GetRandomLFSRState&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns the state of the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401CAD || 0x47FAF0 || __int16 || __cdecl || &#039;&#039;&#039;RandomWordLFSRMod&#039;&#039;&#039; || __int16 iModulus || {{Understood}} ||  || Returns a random word from the LFSR modulo iModulus&lt;br /&gt;
|-&lt;br /&gt;
| 0x401D9D || 0x47FCF0 || unsigned __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSR&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR&lt;br /&gt;
|-&lt;br /&gt;
| 0x401F19 || 0x47FA80 || int || __cdecl || &#039;&#039;&#039;SeedRandomLCG&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LCG state&lt;br /&gt;
|-&lt;br /&gt;
| 0x402261 || 0x47FB70 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod4&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 4&lt;br /&gt;
|-&lt;br /&gt;
| 0x4025E5 || 0x47FBF0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod16&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 16&lt;br /&gt;
|-&lt;br /&gt;
| 0x402626 || 0x47FAD0 || int || __cdecl || &#039;&#039;&#039;SeedRandomLFSR&#039;&#039;&#039; || int iSeed || {{Understood}} ||  || Sets the LFSR state&lt;br /&gt;
|-&lt;br /&gt;
| 0x40288D || 0x47FBB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod8&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 8&lt;br /&gt;
|-&lt;br /&gt;
| 0x402946 || 0x47FB30 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod2&#039;&#039;&#039; ||  || {{Understood}} || Called by &#039;&#039;&#039;SimulationThingTickTrain&#039;&#039;&#039; and &#039;&#039;&#039;SimulationDoDisasterTick&#039;&#039;&#039; || Returns a random word from the LFSR modulo 2&lt;br /&gt;
|-&lt;br /&gt;
| 0x402B3F || 0x47FCB0 || __int16 || __stdcall || &#039;&#039;&#039;RandomWordLFSRMod128&#039;&#039;&#039; ||  || {{Understood}} ||  || Returns a random word from the LFSR modulo 128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Frequently-reused MFC class functions&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Thunk address|The address of the function thunk that other functions call.}} ! {{tooltip|Main address|The address that the thunk function jumps to, where the function actually starts}} ! {{tooltip|Return type|The function&#039;s return type from the C function signature.}} ! {{tooltip|Calling convention|Typically __cdecl, __stdcall, or __thiscall. Sometimes __usercall or __userpurge in IDA. Write __stdcall if it takes zero arguments.}} ! {{tooltip|Function name|Just the name, not the parameters}} ! {{tooltip|Arguments|What parameters the function takes, or blank for void.}} ! {{tooltip|Status|How well we know what goes on inside the function.}} ! {{tooltip|Related functions|If any, and if not too long to list.}} ! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 0x40219E || 0x4815E0 || INT_PTR || __thiscall || &#039;&#039;&#039;CGameDialog::DoModal&#039;&#039;&#039; || LPCDLGTEMPLATEA* this || {{Understood}} || Called in so many places || Seems to pause the simulation, call CDialog::DoModal(this), then restore the simulation.&lt;br /&gt;
|-&lt;br /&gt;
| 0x40281A || 0x481300 || struct CRuntimeClass* || __stdcall || &#039;&#039;&#039;CGameDialog::GetRuntimeClass&#039;&#039;&#039; ||  || {{Understood}} ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game data]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Main_Page&amp;diff=620</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Main_Page&amp;diff=620"/>
		<updated>2025-03-10T21:50:39Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ __NOEDITSECTION__ {{#description2:Welcome to sc2k-reverse, the sc2kfix Project wiki!}}&lt;br /&gt;
[[File:{{#setmainimage:SC2K-reverse Header.png}}|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Welcome to sc2k-reverse, the sc2kfix Project wiki!&#039;&#039;&#039; Pardon our dust, as this wiki is brand new and we haven&#039;t had a chance to do much of anything around here yet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;u&amp;gt;Need an account?&amp;lt;/u&amp;gt;&#039;&#039;&#039; PM araxestroy on the Simtropolis forums or on the libera.chat IRC network.&lt;br /&gt;
&lt;br /&gt;
== Wiki to-do list ==&lt;br /&gt;
&lt;br /&gt;
* More page component templates (see [[:Category:Templates]])&lt;br /&gt;
** Game infoboxes&lt;br /&gt;
** RE related stuff? Not sure what we&#039;ll need&lt;br /&gt;
** Category navboxes&lt;br /&gt;
* Wiki meta pages (categories, help, copyright page, etc)&lt;br /&gt;
* Nicer main page (maybe split it into flex columns?)&lt;br /&gt;
* Get some stub articles written up as a &amp;quot;schema&amp;quot;&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure the email system actually works&amp;lt;/s&amp;gt; it absolutely does not, I may need to move this thing to a Linode VPS sooner rather than later&lt;br /&gt;
&lt;br /&gt;
== sc2kfix Plugin Information ==&lt;br /&gt;
&lt;br /&gt;
* [https://sc2kfix.net/plugin.html Plugin user guide]&lt;br /&gt;
&lt;br /&gt;
== SimCity 2000 Reverse Engineering ==&lt;br /&gt;
&lt;br /&gt;
* [[Function list]]&lt;br /&gt;
* [[Known global variables]]&lt;br /&gt;
* [[Classes]]&lt;br /&gt;
* [[Map data]]&lt;br /&gt;
* [[Data formats]]&lt;br /&gt;
* [[Tiles]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=619</id>
		<title>MapXBLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=619"/>
		<updated>2025-03-10T21:50:26Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Replaced content with &amp;quot;Moved to: Tiles&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moved to: [[Tiles]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Tiles&amp;diff=618</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Tiles&amp;diff=618"/>
		<updated>2025-03-10T21:49:31Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Created page with &amp;quot;=== Overview === 652x97px  * T = Top * R = Right * B = Bottom * L = Left  CSS style shorthand ordering is used (Top, Right, Bottom, Left) for no other reason aside from I&amp;#039;m familiar with it and it makes sense (clockwise, starting from top). If a tile is sloped the high part of the tile is indicated with an H prefix.  * Network tiles (road, rail, power, pipe, subway, etc): The direction indicates where the tile connects to other tiles of the same network....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Overview ===&lt;br /&gt;
[[File:Key.png|652x97px]]&lt;br /&gt;
&lt;br /&gt;
* T = Top&lt;br /&gt;
* R = Right&lt;br /&gt;
* B = Bottom&lt;br /&gt;
* L = Left&lt;br /&gt;
&lt;br /&gt;
CSS style shorthand ordering is used (Top, Right, Bottom, Left) for no other reason aside from I&#039;m familiar with it and it makes sense (clockwise, starting from top). If a tile is sloped the high part of the tile is indicated with an H prefix.&lt;br /&gt;
&lt;br /&gt;
* Network tiles (road, rail, power, pipe, subway, etc): The direction indicates where the tile connects to other tiles of the same network. For tiles that contain multiple network types such as a rail crossing or a power line over a road, there will be separate indicators for each network type (ex: &amp;quot;Road [T-B], Power Line [R-L]&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
* Terrain tiles: The direction indicator is mainly used to indicate the slope direction.&lt;br /&gt;
&lt;br /&gt;
* Water tiles: The direction indicator works similar to the network tiles and indicates where the tile connects to other water (or terrain) tiles.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;thing&amp;quot; objects such as airplanes, cargo ships and trains, cardinal directions are used:&lt;br /&gt;
&lt;br /&gt;
* NW = North West&lt;br /&gt;
* N = North&lt;br /&gt;
* NE = North East&lt;br /&gt;
* SW = South West&lt;br /&gt;
* S = South&lt;br /&gt;
* SE = South East&lt;br /&gt;
* E = East&lt;br /&gt;
* W = West&lt;br /&gt;
&lt;br /&gt;
Certain tiles are flipped depending on how they are meant to be displayed. Those are indicated by a &amp;quot;Yes&amp;quot; in the flip column. This is not accounted for in the direction indicated on the tile description; so a flipped suspension bridge piece will be [T-B] instead of the labeled [R-L].&lt;br /&gt;
&lt;br /&gt;
Tiles that are animated with the animated palettes are indicated by a &amp;quot;Yes&amp;quot; in the animated column. The frame count is just a count of how many unique states the specific palette used contains.&lt;br /&gt;
&lt;br /&gt;
=== Tile List ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ TileIDs for MapXBLD&lt;br /&gt;
|-|-&lt;br /&gt;
! {{tooltip|Tile Preview|Tile Preview}} ! {{tooltip|Sprite ID|Sprite ID}} ! {{tooltip|Tile ID|Tile ID}} ! {{tooltip|Hex ID|Hex ID}} ! {{tooltip|Name|Name}} ! {{tooltip|Category|Category}} ! {{tooltip|Type|Type}} ! {{tooltip|SubType|SubType}} ! {{tooltip|Size|Size}} ! {{tooltip|Can Flip|Can Flip}} ! {{tooltip|Animated|Animated}} ! {{tooltip|Frames|Frames}} ! {{tooltip|Microsim|Microsim}} ! {{tooltip|MicroSim 1 Description|MicroSim 1 Description}} ! {{tooltip|MicroSim 1 Unit|MicroSim 1 Unit}} ! {{tooltip|MicroSim 1 Type|MicroSim 1 Type}} ! {{tooltip|MicroSim 1 Max|MicroSim 1 Max}} ! {{tooltip|MicroSim 2 Description|MicroSim 2 Description}} ! {{tooltip|MicroSim 2 Unit|MicroSim 2 Unit}} ! {{tooltip|MicroSim 2 Type|MicroSim 2 Type}} ! {{tooltip|MicroSim 2 Max|MicroSim 2 Max}} ! {{tooltip|MicroSim 3 Description|MicroSim 3 Description}} ! {{tooltip|MicroSim 3 Unit|MicroSim 3 Unit}} ! {{tooltip|MicroSim 3 Type|MicroSim 3 Type}} ! {{tooltip|MicroSim 3 Max|MicroSim 3 Max}} ! {{tooltip|MicroSim 4 Description|MicroSim 4 Description}} ! {{tooltip|MicroSim 4 Unit|MicroSim 4 Unit}} ! {{tooltip|MicroSim 4 Type|MicroSim 4 Type}} ! {{tooltip|MicroSim 4 Max|MicroSim 4 Max}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:1.gif|32x17px]] || 1001 || 1 || 0x0001 || Rubble 1 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:2.gif|32x17px]] || 1002 || 2 || 0x0002 || Rubble 2 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:3.gif|32x17px]] || 1003 || 3 || 0x0003 || Rubble 3 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:4.gif|32x17px]] || 1004 || 4 || 0x0004 || Rubble 4 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:5.gif|32x17px]] || 1005 || 5 || 0x0005 || Radioactive Waste || Ground Cover || building || terrain || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:6.gif|32x19px]] || 1006 || 6 || 0x0006 || Trees (Tree) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:7.gif|32x21px]] || 1007 || 7 || 0x0007 || Trees (Couple O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:8.gif|32x24px]] || 1008 || 8 || 0x0008 || Trees (More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:9.gif|32x25px]] || 1009 || 9 || 0x0009 || Trees (Morer Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:10.gif|32x23px]] || 1010 || 10 || 0x000A || Trees (Even More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:11.gif|32x25px]] || 1011 || 11 || 0x000B || Trees (Tons O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:12.gif|32x24px]] || 1012 || 12 || 0x000C || Trees (Veritable Jungle) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:13.gif|32x21px]] || 1013 || 13 || 0x000D || Small park || Ground Cover || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:14.gif|32x23px]] || 1014 || 14 || 0x000E || Power Line [R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:15.gif|32x23px]] || 1015 || 15 || 0x000F || Power Line [T-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:16.gif|32x35px]] || 1016 || 16 || 0x0010 || Power Line [HT-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:17.gif|32x35px]] || 1017 || 17 || 0x0011 || Power Line [HR-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:18.gif|32x29px]] || 1018 || 18 || 0x0012 || Power Line [T-HB] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:19.gif|32x29px]] || 1019 || 19 || 0x0013 || Power Line [R-HL] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:20.gif|32x23px]] || 1020 || 20 || 0x0014 || Power Line [R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:21.gif|32x21px]] || 1021 || 21 || 0x0015 || Power Line [B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:22.gif|32x23px]] || 1022 || 22 || 0x0016 || Power Line [T-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:23.gif|32x23px]] || 1023 || 23 || 0x0017 || Power Line [T-R] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:24.gif|32x23px]] || 1024 || 24 || 0x0018 || Power Line [T-R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:25.gif|32x23px]] || 1025 || 25 || 0x0019 || Power Line [R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:26.gif|32x23px]] || 1026 || 26 || 0x001A || Power Line [T-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:27.gif|32x23px]] || 1027 || 27 || 0x001B || Power Line [T-R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:28.gif|32x23px]] || 1028 || 28 || 0x001C || Power Line [T-R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:29.gif|32x17px]] || 1029 || 29 || 0x001D || Road [R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:30.gif|32x17px]] || 1030 || 30 || 0x001E || Road [T-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:31.gif|32x29px]] || 1031 || 31 || 0x001F || Road [HT-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:32.gif|32x29px]] || 1032 || 32 || 0x0020 || Road [HR-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:33.gif|32x21px]] || 1033 || 33 || 0x0021 || Road [T-HB] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:34.gif|32x21px]] || 1034 || 34 || 0x0022 || Road [R-HL] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:35.gif|32x17px]] || 1035 || 35 || 0x0023 || Road [R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:36.gif|32x17px]] || 1036 || 36 || 0x0024 || Road [B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:37.gif|32x17px]] || 1037 || 37 || 0x0025 || Road [T-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:38.gif|32x17px]] || 1038 || 38 || 0x0026 || Road [T-R] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:39.gif|32x22px]] || 1039 || 39 || 0x0027 || Road [T-R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:40.gif|32x17px]] || 1040 || 40 || 0x0028 || Road [R-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:41.gif|32x17px]] || 1041 || 41 || 0x0029 || Road [T-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:42.gif|32x17px]] || 1042 || 42 || 0x002A || Road [T-R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:43.gif|32x22px]] || 1043 || 43 || 0x002B || Road [T-R-B-L] || Roads || road ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:44.gif|32x17px]] || 1044 || 44 || 0x002C || Rail [R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:45.gif|32x17px]] || 1045 || 45 || 0x002D || Rail [T-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:46.gif|32x29px]] || 1046 || 46 || 0x002E || Rail [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:47.gif|32x29px]] || 1047 || 47 || 0x002F || Rail [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:48.gif|32x21px]] || 1048 || 48 || 0x0030 || Rail [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:49.gif|32x21px]] || 1049 || 49 || 0x0031 || Rail [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:50.gif|32x17px]] || 1050 || 50 || 0x0032 || Rail [R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:51.gif|32x17px]] || 1051 || 51 || 0x0033 || Rail [B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:52.gif|32x14px]] || 1052 || 52 || 0x0034 || Rail [T-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:53.gif|32x17px]] || 1053 || 53 || 0x0035 || Rail [T-R] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:54.gif|32x17px]] || 1054 || 54 || 0x0036 || Rail [T-R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:55.gif|32x17px]] || 1055 || 55 || 0x0037 || Rail [R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:56.gif|32x17px]] || 1056 || 56 || 0x0038 || Rail [T-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:57.gif|32x17px]] || 1057 || 57 || 0x0039 || Rail [T-R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:58.gif|32x17px]] || 1058 || 58 || 0x003A || Rail [T-R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:59.gif|32x21px]] || 1059 || 59 || 0x003B || Rail Slope [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:60.gif|32x21px]] || 1060 || 60 || 0x003C || Rail Slope [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:61.gif|32x17px]] || 1061 || 61 || 0x003D || Rail Slope [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:62.gif|32x17px]] || 1062 || 62 || 0x003E || Rail Slope [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:63.gif|32x29px]] || 1063 || 63 || 0x003F || Tunnel Entrance [B], Tunnel [T], Terrain [HT-B] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:64.gif|32x29px]] || 1064 || 64 || 0x0040 || Tunnel Entrance [L], Tunnel [R], Terrain [HR-L] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:65.gif|32x27px]] || 1065 || 65 || 0x0041 || Tunnel Entrance [T], Tunnel [B], Terrain [HB-T] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:66.gif|32x27px]] || 1066 || 66 || 0x0042 || Tunnel Entrance [R], Tunnel [L], Terrain [HL-R] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:67.gif|32x23px]] || 1067 || 67 || 0x0043 || Road [T-B], Power Line [R-L] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:68.gif|32x23px]] || 1068 || 68 || 0x0044 || Road [R-L], Power Line [T-B] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:69.gif|32x22px]] || 1069 || 69 || 0x0045 || Road [R-L] / Rail [T-B] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:70.gif|32x17px]] || 1070 || 70 || 0x0046 || Road [T-B] / Rail [R-L] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:71.gif|32x23px]] || 1071 || 71 || 0x0047 || Rail [T-B] / Power Line [R-L] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:72.gif|32x23px]] || 1072 || 72 || 0x0048 || Rail [R-L] / Power Line [T-B] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:73.gif|32x31px]] || 1073 || 73 || 0x0049 || Highway [L-R] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:74.gif|32x31px]] || 1074 || 74 || 0x004A || Highway [T-B] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:75.gif|32x31px]] || 1075 || 75 || 0x004B || Highway [R-L], Road [T-B] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:76.gif|32x31px]] || 1076 || 76 || 0x004C || Highway [T-B], Road [R-L] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:77.gif|32x31px]] || 1077 || 77 || 0x004D || Highway [R-L], Rail [T-B] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:78.gif|32x31px]] || 1078 || 78 || 0x004E || Highway [T-B], Rail [R-L] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:79.gif|32x31px]] || 1079 || 79 || 0x004F || Highway [R-L], Power Line [T-B] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:80.gif|32x31px]] || 1080 || 80 || 0x0050 || Highway [T-B], Power Line [R-L] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:81.gif|32x48px]] || 1081 || 81 || 0x0051 || Suspension Bridge (Piece 1) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:82.gif|32x67px]] || 1082 || 82 || 0x0052 || Suspension Bridge (Piece 2) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:83.gif|32x67px]] || 1083 || 83 || 0x0053 || Suspension Bridge (Piece 3) [R-L] || Bridges || road ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:84.gif|32x52px]] || 1084 || 84 || 0x0054 || Suspension Bridge (Piece 4) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:85.gif|32x37px]] || 1085 || 85 || 0x0055 || Suspension Bridge (Piece 5) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:86.gif|32x39px]] || 1086 || 86 || 0x0056 || Raising Bridge Tower [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:87.gif|32x31px]] || 1087 || 87 || 0x0057 || Causeway With Pylon [R-L] || Bridges || road ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:88.gif|32x31px]] || 1088 || 88 || 0x0058 || Causeway [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:89.gif|32x43px]] || 1089 || 89 || 0x0059 || Causeway Raised [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:90.gif|32x27px]] || 1090 || 90 || 0x005A || Rail Bridge With Pylon [R-L] || Bridges || rail ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:91.gif|32x27px]] || 1091 || 91 || 0x005B || Rail Bridge [R-L] || Bridges || rail ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:92.gif|32x35px]] || 1092 || 92 || 0x005C || Elevated Power Line [B-L] || Bridges || power ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:93.gif|32x32px]] || 1093 || 93 || 0x005D || Highway Onramp [R], Road [B] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:94.gif|32x29px]] || 1094 || 94 || 0x005E || Highway Onramp [R], Road [T] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:95.gif|32x21px]] || 1095 || 95 || 0x005F || Highway Onramp [L], Road [T] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:96.gif|32x21px]] || 1096 || 96 || 0x0060 || Highway Onramp [L], Road [B] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:97.gif|64x59px]] || 1097 || 97 || 0x0061 || Highway [HT-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:98.gif|64x59px]] || 1098 || 98 || 0x0062 || Highway [HR-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:99.gif|64x47px]] || 1099 || 99 || 0x0063 || Highway [T-HB] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:100.gif|64x47px]] || 1100 || 100 || 0x0064 || Highway [R-HL] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:101.gif|64x46px]] || 1101 || 101 || 0x0065 || Highway [R-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:102.gif|64x33px]] || 1102 || 102 || 0x0066 || Highway [B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:103.gif|64x46px]] || 1103 || 103 || 0x0067 || Highway [T-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:104.gif|64x47px]] || 1104 || 104 || 0x0068 || Highway [T-R] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:105.gif|64x49px]] || 1105 || 105 || 0x0069 || Highway Interchange [T-R-B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:106.gif|64x63px]] || 1106 || 106 || 0x006A || Highway (Reinforced Bridge With Pyon) [R-L] || Reinforced Bridge || highway ||  || 2 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:107.gif|64x63px]] || 1107 || 107 || 0x006B || Highway (Reinforced Bridge) [R-L] || Reinforced Bridge || highway ||  || 2 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:108.gif|32x20px]] || 1108 || 108 || 0x006C || Subway [T] to Rail [B] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:109.gif|32x20px]] || 1109 || 109 || 0x006D || Subway [L] to Rail [R] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:110.gif|32x22px]] || 1110 || 110 || 0x006E || Subway [B] to Rail [T] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:111.gif|32x22px]] || 1111 || 111 || 0x006F || Subway [R] to Rail [L] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:112.gif|32x18px]] || 1112 || 112 || 0x0070 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:113.gif|32x18px]] || 1113 || 113 || 0x0071 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:114.gif|32x18px]] || 1114 || 114 || 0x0072 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:115.gif|32x17px]] || 1115 || 115 || 0x0073 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:116.gif|32x17px]] || 1116 || 116 || 0x0074 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:117.gif|32x17px]] || 1117 || 117 || 0x0075 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:118.gif|32x17px]] || 1118 || 118 || 0x0076 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:119.gif|32x17px]] || 1119 || 119 || 0x0077 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:120.gif|32x19px]] || 1120 || 120 || 0x0078 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:121.gif|32x19px]] || 1121 || 121 || 0x0079 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:122.gif|32x20px]] || 1122 || 122 || 0x007A || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:123.gif|32x21px]] || 1123 || 123 || 0x007B || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:124.gif|32x23px]] || 1124 || 124 || 0x007C || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:125.gif|32x27px]] || 1125 || 125 || 0x007D || Bed &amp;amp; Breakfast Inn || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:126.gif|32x20px]] || 1126 || 126 || 0x007E || Convenience Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:127.gif|32x18px]] || 1127 || 127 || 0x007F || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:128.gif|32x32px]] || 1128 || 128 || 0x0080 || Small Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:129.gif|32x43px]] || 1129 || 129 || 0x0081 || Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:130.gif|32x25px]] || 1130 || 130 || 0x0082 || Warehouse || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:131.gif|32x34px]] || 1131 || 131 || 0x0083 || Cassidy&#039;s Toy Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:132.gif|32x21px]] || 1132 || 132 || 0x0084 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:133.gif|32x28px]] || 1133 || 133 || 0x0085 || Chemical Storage || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:134.gif|32x20px]] || 1134 || 134 || 0x0086 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:135.gif|32x26px]] || 1135 || 135 || 0x0087 || Industrial Substation || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:136.gif|32x18px]] || 1136 || 136 || 0x0088 || Construction 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:137.gif|32x18px]] || 1137 || 137 || 0x0089 || Construction 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:138.gif|32x17px]] || 1138 || 138 || 0x008A || Abandoned Building 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:139.gif|32x17px]] || 1139 || 139 || 0x008B || Abandoned Building 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:140.gif|64x34px]] || 1140 || 140 || 0x008C || Cheap Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:141.gif|64x39px]] || 1141 || 141 || 0x008D || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:142.gif|64x36px]] || 1142 || 142 || 0x008E || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:143.gif|64x44px]] || 1143 || 143 || 0x008F || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:144.gif|64x53px]] || 1144 || 144 || 0x0090 || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:145.gif|64x56px]] || 1145 || 145 || 0x0091 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:146.gif|64x78px]] || 1146 || 146 || 0x0092 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:147.gif|64x77px]] || 1147 || 147 || 0x0093 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:148.gif|64x33px]] || 1148 || 148 || 0x0094 || Shopping Center || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:149.gif|64x37px]] || 1149 || 149 || 0x0095 || Grocery Store || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:150.gif|64x42px]] || 1150 || 150 || 0x0096 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:151.gif|64x46px]] || 1151 || 151 || 0x0097 || Resort Hotel || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:152.gif|64x46px]] || 1152 || 152 || 0x0098 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:153.gif|64x51px]] || 1153 || 153 || 0x0099 || Office / Retail || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:154.gif|64x70px]] || 1154 || 154 || 0x009A || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:155.gif|64x66px]] || 1155 || 155 || 0x009B || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:156.gif|64x72px]] || 1156 || 156 || 0x009C || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:157.gif|64x84px]] || 1157 || 157 || 0x009D || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:158.gif|64x37px]] || 1158 || 158 || 0x009E || Warehouse || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:159.gif|64x38px]] || 1159 || 159 || 0x009F || Chemical Processing 2 || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:160.gif|64x45px]] || 1160 || 160 || 0x00A0 || Factory (Small Factory 1) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:161.gif|64x35px]] || 1161 || 161 || 0x00A1 || Factory (Small Factory 2) || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:162.gif|64x45px]] || 1162 || 162 || 0x00A2 || Factory (Small Factory 3) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:163.gif|64x56px]] || 1163 || 163 || 0x00A3 || Factory (Small Factory 4) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:164.gif|64x61px]] || 1164 || 164 || 0x00A4 || Factory (Small Factory 5) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:165.gif|64x66px]] || 1165 || 165 || 0x00A5 || Factory (Small Factory 6) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:166.gif|64x33px]] || 1166 || 166 || 0x00A6 || Construction 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:167.gif|64x44px]] || 1167 || 167 || 0x00A7 || Construction 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:168.gif|64x44px]] || 1168 || 168 || 0x00A8 || Construction 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:169.gif|64x65px]] || 1169 || 169 || 0x00A9 || Construction 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:170.gif|64x46px]] || 1170 || 170 || 0x00AA || Abandoned Building 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:171.gif|64x53px]] || 1171 || 171 || 0x00AB || Abandoned Building 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:172.gif|64x61px]] || 1172 || 172 || 0x00AC || Abandoned Building 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:173.gif|64x73px]] || 1173 || 173 || 0x00AD || Abandoned Building 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:174.gif|96x77px]] || 1174 || 174 || 0x00AE || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:175.gif|96x88px]] || 1175 || 175 || 0x00AF || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:176.gif|96x58px]] || 1176 || 176 || 0x00B0 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:177.gif|96x96px]] || 1177 || 177 || 0x00B1 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:178.gif|96x61px]] || 1178 || 178 || 0x00B2 || Office Park || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:179.gif|96x91px]] || 1179 || 179 || 0x00B3 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:180.gif|96x65px]] || 1180 || 180 || 0x00B4 || Mini-Mall || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:181.gif|96x90px]] || 1181 || 181 || 0x00B5 || Theater Square || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:182.gif|96x58px]] || 1182 || 182 || 0x00B6 || Drive-In Theater || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:183.gif|96x117px]] || 1183 || 183 || 0x00B7 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:184.gif|96x123px]] || 1184 || 184 || 0x00B8 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:185.gif|96x78px]] || 1185 || 185 || 0x00B9 || Parking Lot || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:186.gif|96x108px]] || 1186 || 186 || 0x00BA || Historic Office Building || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:187.gif|96x137px]] || 1187 || 187 || 0x00BB || Corporate Headquarters || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:188.gif|96x50px]] || 1188 || 188 || 0x00BC || Chemical Processing 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:189.gif|96x86px]] || 1189 || 189 || 0x00BD || Large Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:190.gif|96x55px]] || 1190 || 190 || 0x00BE || Industrial Thingamajig || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:191.gif|96x63px]] || 1191 || 191 || 0x00BF || Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:192.gif|96x56px]] || 1192 || 192 || 0x00C0 || Large Warehouse 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:193.gif|96x49px]] || 1193 || 193 || 0x00C1 || Warehouse || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:194.gif|96x85px]] || 1194 || 194 || 0x00C2 || Construction 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:195.gif|96x65px]] || 1195 || 195 || 0x00C3 || Construction 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:196.gif|96x74px]] || 1196 || 196 || 0x00C4 || Abandoned Building 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:197.gif|96x90px]] || 1197 || 197 || 0x00C5 || Abandoned Building 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:198.gif|32x32px]] || 1198 || 198 || 0x00C6 || Hydroelectric Power || Power Plants || building || water || 1 || Yes || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:199.gif|32x32px]] || 1199 || 199 || 0x00C7 || Hydroelectric Power || Power Plants || building || water || 1 || Yes || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:200.gif|32x48px]] || 1200 || 200 || 0x00C8 || Wind Power || Power Plants || building ||  || 1 || No || Yes || 12 || City Wide ||  ||  ||  ||  || Wind Generators ||  || windGeneratorCount ||  || Max System Output ||  || windGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:201.gif|128x86px]] || 1201 || 201 || 0x00C9 || Natural Gas Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:202.gif|128x115px]] || 1202 || 202 || 0x00CA || Oil Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:203.gif|128x81px]] || 1203 || 203 || 0x00CB || Nuclear Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:204.gif|128x78px]] || 1204 || 204 || 0x00CC || Solar Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:205.gif|128x95px]] || 1205 || 205 || 0x00CD || Microwave Power Receiver || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:206.gif|128x69px]] || 1206 || 206 || 0x00CE || Fusion Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:207.gif|128x106px]] || 1207 || 207 || 0x00CF || Coal Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:208.gif|96x77px]] || 1208 || 208 || 0x00D0 || City Hall || Services || building ||  || 3 || No || No || 1 || Tile ||  ||  ||  ||  || Employees ||  || workers ||  || Year Built ||  || constructionYear ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:209.gif|96x82px]] || 1209 || 209 || 0x00D1 || Hospital || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Patients ||  || hospitalPatients || 1000 || Doctors ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:210.gif|96x72px]] || 1210 || 210 || 0x00D2 || Police Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Officers ||  || workers ||  || Crimes Reported ||  || crimes ||  || Arrests ||  || arrests || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:211.gif|96x65px]] || 1211 || 211 || 0x00D3 || Fire Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Firefighers ||  || workers ||  || Fire Engines ||  || fireEquipment ||  || Response Time ||  || fireResponseTime || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:212.gif|96x55px]] || 1212 || 212 || 0x00D4 || Museum || Services || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Attendance ||  || museumAttendance ||  || Exhibits ||  || museumExhibits ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:213.gif|96x51px]] || 1213 || 213 || 0x00D5 || SimPark System (Big Park) || Services || building ||  || 3 || No || Yes || 8 || City Wide ||  ||  ||  ||  || Attendance ||  || parkAttendance ||  || Acres ||  || parkAcres ||  || Employees ||  || parkWorkers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:214.gif|96x57px]] || 1214 || 214 || 0x00D6 || School || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Students ||  || students || 1500 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:215.gif|128x83px]] || 1215 || 215 || 0x00D7 || Stadium || Services || building ||  || 4 || No || No || 1 || Tile || Wins ||  || stadiumWins ||  || Attendance ||  || stadiumAttendance || 25000 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:216.gif|128x74px]] || 1216 || 216 || 0x00D8 || Prison || Services || building ||  || 4 || No || No || 1 || Tile || Escapes ||  || prisonEscapes ||  || Inmates ||  || prisonInmates || 10000 || Guards ||  || workers ||  || Capacity ||  || capacity || 100&lt;br /&gt;
|-&lt;br /&gt;
| [[File:217.gif|128x85px]] || 1217 || 217 || 0x00D9 || College || Services || building ||  || 4 || No || No || 1 || Tile || Grade ||  || grade ||  || Attendance ||  || students || 5000 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:218.gif|128x67px]] || 1218 || 218 || 0x00DA || Zoo || Services || building ||  || 4 || No || Yes || 8 || Tile || Other Dromedaries ||  || zooOther ||  || Peruvian Llamas ||  || zooLlamasP ||  || Andean Llamas ||  || zooLlamasA ||  || Alpacas ||  || zooAlpacas || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:219.gif|32x42px]] || 1219 || 219 || 0x00DB || Statue || Services || building ||  || 1 || No || No || 1 || Tile ||  ||  ||  ||  || Year Built ||  || constructionYear ||  || Pigeons Perched ||  || statuePigeons ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:220.gif|32x19px]] || 1220 || 220 || 0x00DC || Water Pump || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:221.gif|32x17px]] || 1221 || 221 || 0x00DD || Runway [T-B] || Infrastructure (not power plants) || building ||  || 1 || Yes || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:222.gif|32x17px]] || 1222 || 222 || 0x00DE || Runway [T-R-B-L] || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:223.gif|32x21px]] || 1223 || 223 || 0x00DF || Pier [R-L] || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:224.gif|32x40px]] || 1224 || 224 || 0x00E0 || Crane || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:225.gif|32x63px]] || 1225 || 225 || 0x00E1 || Control Tower (Civilian Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:226.gif|32x69px]] || 1226 || 226 || 0x00E2 || Control Tower (Military Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:227.gif|32x20px]] || 1227 || 227 || 0x00E3 || Seaport Warehouse || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:228.gif|32x23px]] || 1228 || 228 || 0x00E4 || Airport Building 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:229.gif|32x22px]] || 1229 || 229 || 0x00E5 || Airport Building 2 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:230.gif|32x17px]] || 1230 || 230 || 0x00E6 || Tarmac || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:231.gif|32x18px]] || 1231 || 231 || 0x00E7 || F-15b || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:232.gif|32x20px]] || 1232 || 232 || 0x00E8 || Hangar 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:233.gif|32x21px]] || 1233 || 233 || 0x00E9 || Subway Station || Infrastructure (not power plants) || building || subway || 1 || No || No || 1 || City Wide ||  ||  ||  ||  || Subway Stations ||  || subwayStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || subwayStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:234.gif|32x19px]] || 1234 || 234 || 0x00EA || Radar || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:235.gif|64x64px]] || 1235 || 235 || 0x00EB || Water Tower || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:236.gif|64x37px]] || 1236 || 236 || 0x00EC || Bus Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Bus Stations ||  || busStationCount ||  || Buses ||  || busStationBuses ||  || Passengers / day ||  || busStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:237.gif|64x38px]] || 1237 || 237 || 0x00ED || Rail Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Rail Stations ||  || railStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || railStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:238.gif|64x39px]] || 1238 || 238 || 0x00EE || Parking lot (Civilian Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:239.gif|64x37px]] || 1239 || 239 || 0x00EF || Parking lot (Military Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:240.gif|64x36px]] || 1240 || 240 || 0x00F0 || Loading Bay || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:241.gif|64x57px]] || 1241 || 241 || 0x00F1 || Top Secret || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:242.gif|64x33px]] || 1242 || 242 || 0x00F2 || Cargo yard || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:243.gif|64x36px]] || 1243 || 243 || 0x00F3 || Mayor&#039;s House || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile || Door Steps ||  || mayorDoorSteps ||  || Year Built ||  || constructionYear ||  || Approval Rating ||  || mayorApprovalRating || 100 || Employees ||  || workers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:244.gif|64x37px]] || 1244 || 244 || 0x00F4 || Water Treatment Plant || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile ||  ||  ||  ||  || Untreated Water || thousands || waterCubicFeet ||  || Treated Water || thousands || waterCubicFeet ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:245.gif|64x53px]] || 1245 || 245 || 0x00F5 || Library || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide || Grade ||  || grade ||  || Attendance ||  || libraryAttendance ||  || Books ||  || libraryBooks ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:246.gif|64x39px]] || 1246 || 246 || 0x00F6 || Hangar 2 || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:247.gif|64x48px]] || 1247 || 247 || 0x00F7 || Church || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:248.gif|96x55px]] || 1248 || 248 || 0x00F8 || Marina || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Boats ||  || marinaBoats ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:249.gif|96x50px]] || 1249 || 249 || 0x00F9 || Missile Silo || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:250.gif|96x77px]] || 1250 || 250 || 0x00FA || Desalination Plant || Infrastructure (not power plants) || building ||  || 3 || No || Yes || 24 || Tile || Current Load ||  || capacity || 100 || Salt / tons Removed ||  || desalinationSaltRemoved ||  || Employees ||  || workers ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:251.gif|128x196px]] || 1251 || 251 || 0x00FB || Plymouth arcology || Arcologies || building ||  || 4 || No || Yes || 24 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:252.gif|128x182px]] || 1252 || 252 || 0x00FC || Forest arcology || Arcologies || building ||  || 4 || No || Yes || 8 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:253.gif|128x210px]] || 1253 || 253 || 0x00FD || Darco arcology || Arcologies || building ||  || 4 || No || Yes || 4 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:254.gif|128x235px]] || 1254 || 254 || 0x00FE || Launch arcology || Arcologies || building ||  || 4 || No || Yes || 12 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:255.gif|128x154px]] || 1255 || 255 || 0x00FF || Braun Llama Dome || Other || building ||  || 4 || No || Yes || 4 || Tile || Weddings ||  || domeWeddings ||  || Visitors ||  || domeVisitors ||  || Llama Sightings ||  || domeLlamaSightings ||  || Complaints ||  || domeComplaints || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:256.gif|32x17px]] || 1256 || 256 || 0x0100 || Terrain ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:257.gif|32x29px]] || 1257 || 257 || 0x0101 || Terrain [HT-B] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:258.gif|32x29px]] || 1258 || 258 || 0x0102 || Terrain [HR-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:259.gif|32x21px]] || 1259 || 259 || 0x0103 || Terrain [T-HB] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:260.gif|32x21px]] || 1260 || 260 || 0x0104 || Terrain [R-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:261.gif|32x29px]] || 1261 || 261 || 0x0105 || Terrain [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:262.gif|32x29px]] || 1262 || 262 || 0x0106 || Terrain [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:263.gif|32x21px]] || 1263 || 263 || 0x0107 || Terrain [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:264.gif|32x29px]] || 1264 || 264 || 0x0108 || Terrain [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:265.gif|32x29px]] || 1265 || 265 || 0x0109 || Terrain Slope [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:266.gif|32x21px]] || 1266 || 266 || 0x010A || Terrain Slope [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:267.gif|32x17px]] || 1267 || 267 || 0x010B || Terrain Slope [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:268.gif|32x21px]] || 1268 || 268 || 0x010C || Terrain Slope [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:269.gif|32x29px]] || 1269 || 269 || 0x010D || Bedrock ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:270.gif|32x17px]] || 1270 || 270 || 0x010E || Water [T-R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:271.gif|32x17px]] || 1271 || 271 || 0x010F || Water [R-B-L], Terrain [T] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:272.gif|32x17px]] || 1272 || 272 || 0x0110 || Water [T-B-L], Terrain [R] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:273.gif|32x17px]] || 1273 || 273 || 0x0111 || Water [T-R-L], Terrain [B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:274.gif|32x17px]] || 1274 || 274 || 0x0112 || Water [T-R-B], Terrain [L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:275.gif|32x17px]] || 1275 || 275 || 0x0113 || Water [B-L], Terrain [T-R] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:276.gif|32x17px]] || 1276 || 276 || 0x0114 || Water [T-L], Terrain [R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:277.gif|32x17px]] || 1277 || 277 || 0x0115 || Water [T-R], Terrain [B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:278.gif|32x17px]] || 1278 || 278 || 0x0116 || Water [R-B], Terrain [T-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:279.gif|32x17px]] || 1279 || 279 || 0x0117 || Water [T-R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:280.gif|32x17px]] || 1280 || 280 || 0x0118 || Water [R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:281.gif|32x17px]] || 1281 || 281 || 0x0119 || Water [T-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:282.gif|32x17px]] || 1282 || 282 || 0x011A || Water [T-R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:283.gif|32x17px]] || 1283 || 283 || 0x011B || Isolated Water, Terrain [T-R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:284.gif|32x29px]] || 1284 || 284 || 0x011C || Waterfall ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:285.gif|32x17px]] || 1285 || 285 || 0x011D || Water [R-L], Terrain [T-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:286.gif|32x17px]] || 1286 || 286 || 0x011E || Water [T-B], Terrain [R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:287.gif|32x17px]] || 1287 || 287 || 0x011F || Water [B], Terrain [T-R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:288.gif|32x17px]] || 1288 || 288 || 0x0120 || Water [L], Terrain [T-R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:289.gif|32x17px]] || 1289 || 289 || 0x0121 || Water [T], Terrain [R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:290.gif|32x17px]] || 1290 || 290 || 0x0122 || Water [R], Terrain [T-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:291.gif|32x17px]] || 1291 || 291 || 0x0123 || Low Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:292.gif|32x17px]] || 1292 || 292 || 0x0124 || High Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:293.gif|32x17px]] || 1293 || 293 || 0x0125 || Low Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:294.gif|32x17px]] || 1294 || 294 || 0x0126 || High Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:295.gif|32x17px]] || 1295 || 295 || 0x0127 || Low Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:296.gif|32x17px]] || 1296 || 296 || 0x0128 || High Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:297.gif|32x17px]] || 1297 || 297 || 0x0129 || Military Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:298.gif|32x17px]] || 1298 || 298 || 0x012A || Airport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:299.gif|32x17px]] || 1299 || 299 || 0x012B || Seaport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:300.gif|32x17px]] || 1300 || 300 || 0x012C || Green Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:301.gif|32x17px]] || 1301 || 301 || 0x012D || Blue Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:302.gif|32x17px]] || 1302 || 302 || 0x012E || Yellow Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:303.gif|32x17px]] || 1303 || 303 || 0x012F || Red Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:304.gif|32x18px]] || 1304 || 304 || 0x0130 || Grey Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:305.gif|32x18px]] || 1305 || 305 || 0x0131 || Underground Terrain ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:306.gif|32x30px]] || 1306 || 306 || 0x0132 || Underground Terrain [HT-B] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:307.gif|32x30px]] || 1307 || 307 || 0x0133 || Underground Terrain [HR-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:308.gif|32x21px]] || 1308 || 308 || 0x0134 || Underground Terrain [T-HB] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:309.gif|32x21px]] || 1309 || 309 || 0x0135 || Underground Terrain [R-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:310.gif|32x30px]] || 1310 || 310 || 0x0136 || Underground Terrain [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:311.gif|32x29px]] || 1311 || 311 || 0x0137 || Underground Terrain [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:312.gif|32x21px]] || 1312 || 312 || 0x0138 || Underground Terrain [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:313.gif|32x29px]] || 1313 || 313 || 0x0139 || Underground Terrain [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:314.gif|32x30px]] || 1314 || 314 || 0x013A || Underground Terrain Slope [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:315.gif|32x22px]] || 1315 || 315 || 0x013B || Underground Terrain Slope [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:316.gif|32x40px]] || 1316 || 316 || 0x013C || Underground Terrain Slope [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:317.gif|32x22px]] || 1317 || 317 || 0x013D || Underground Terrain Slope [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:318.gif|32x29px]] || 1318 || 318 || 0x013E || Bedrock Outline ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:319.gif|32x34px]] || 1319 || 319 || 0x013F || Subway [R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:320.gif|32x34px]] || 1320 || 320 || 0x0140 || Subway [T-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:321.gif|32x46px]] || 1321 || 321 || 0x0141 || Subway [HT-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:322.gif|32x46px]] || 1322 || 322 || 0x0142 || Subway [HR-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:323.gif|32x30px]] || 1323 || 323 || 0x0143 || Subway [T-HB] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:324.gif|32x30px]] || 1324 || 324 || 0x0144 || Subway [R-HL] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:325.gif|32x34px]] || 1325 || 325 || 0x0145 || Subway [R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:326.gif|32x34px]] || 1326 || 326 || 0x0146 || Subway [B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:327.gif|32x34px]] || 1327 || 327 || 0x0147 || Subway [T-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:328.gif|32x26px]] || 1328 || 328 || 0x0148 || Subway [T-R] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:329.gif|32x34px]] || 1329 || 329 || 0x0149 || Subway [T-R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:330.gif|32x34px]] || 1330 || 330 || 0x014A || Subway [R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:331.gif|32x34px]] || 1331 || 331 || 0x014B || Subway [T-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:332.gif|32x34px]] || 1332 || 332 || 0x014C || Subway [T-R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:333.gif|32x34px]] || 1333 || 333 || 0x014D || Subway [T-R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:334.gif|32x18px]] || 1334 || 334 || 0x014E || Pipe [R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:335.gif|32x18px]] || 1335 || 335 || 0x014F || Pipe [T-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:336.gif|32x30px]] || 1336 || 336 || 0x0150 || Pipe [HT-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:337.gif|32x30px]] || 1337 || 337 || 0x0151 || Pipe [HR-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:338.gif|32x21px]] || 1338 || 338 || 0x0152 || Pipe [T-HB] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:339.gif|32x21px]] || 1339 || 339 || 0x0153 || Pipe [R-HL] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:340.gif|32x18px]] || 1340 || 340 || 0x0154 || Pipe [R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:341.gif|32x18px]] || 1341 || 341 || 0x0155 || Pipe [B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:342.gif|32x18px]] || 1342 || 342 || 0x0156 || Pipe [T-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:343.gif|32x18px]] || 1343 || 343 || 0x0157 || Pipe [T-R] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:344.gif|32x18px]] || 1344 || 344 || 0x0158 || Pipe [T-R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:345.gif|32x18px]] || 1345 || 345 || 0x0159 || Pipe [R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:346.gif|32x18px]] || 1346 || 346 || 0x015A || Pipe [T-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:347.gif|32x18px]] || 1347 || 347 || 0x015B || Pipe [T-R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:348.gif|32x18px]] || 1348 || 348 || 0x015C || Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:349.gif|32x34px]] || 1349 || 349 || 0x015D || Subway [R-L], Pipe [T-B] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:350.gif|32x34px]] || 1350 || 350 || 0x015E || Subway [T-B], Pipe [R-L] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:351.gif|32x19px]] || 1351 || 351 || 0x015F || Building Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:352.gif|32x28px]] || 1352 || 352 || 0x0160 || Underground Segment (single) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:353.gif|32x39px]] || 1353 || 353 || 0x0161 || Underground Segment (double) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:354.gif|32x17px]] || 1354 || 354 || 0x0162 || Green Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:355.gif|32x17px]] || 1355 || 355 || 0x0163 || Blue Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:356.gif|32x17px]] || 1356 || 356 || 0x0164 || Brown Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:357.gif|32x17px]] || 1357 || 357 || 0x0165 || Red Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:358.gif|32x17px]] || 1358 || 358 || 0x0166 || Grey Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:359.gif|64x27px]] || 1359 || 359 || 0x0167 || Airplane [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:360.gif|64x19px]] || 1360 || 360 || 0x0168 || Airplane [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:361.gif|64x19px]] || 1361 || 361 || 0x0169 || Airplane [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:362.gif|64x23px]] || 1362 || 362 || 0x016A || Airplane [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:363.gif|64x31px]] || 1363 || 363 || 0x016B || Airplane [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:364.gif|32x20px]] || 1364 || 364 || 0x016C || Sim Copter [N] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:365.gif|32x13px]] || 1365 || 365 || 0x016D || Sim Copter [NE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:366.gif|32x12px]] || 1366 || 366 || 0x016E || Sim Copter [E] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:367.gif|32x17px]] || 1367 || 367 || 0x016F || Sim Copter [SE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:368.gif|32x21px]] || 1368 || 368 || 0x0170 || Sim Copter [S] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:369.gif|64x49px]] || 1369 || 369 || 0x0171 || Cargo Ship [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:370.gif|64x41px]] || 1370 || 370 || 0x0172 || Cargo Ship [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:371.gif|64x35px]] || 1371 || 371 || 0x0173 || Cargo Ship [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:372.gif|64x42px]] || 1372 || 372 || 0x0174 || Cargo Ship [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:373.gif|64x54px]] || 1373 || 373 || 0x0175 || Cargo Ship [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:374.gif|32x20px]] || 1374 || 374 || 0x0176 || Train [N] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:375.gif|32x21px]] || 1375 || 375 || 0x0177 || Train [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:376.gif|32x19px]] || 1376 || 376 || 0x0178 || Train [E] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:377.gif|32x33px]] || 1377 || 377 || 0x0179 || Train [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:378.gif|32x28px]] || 1378 || 378 || 0x017A || Train [S] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:379.gif|32x16px]] || 1379 || 379 || 0x017B || Nessie ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:380.gif|32x22px]] || 1380 || 380 || 0x017C || Sail Boat [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:381.gif|32x22px]] || 1381 || 381 || 0x017D || Sail Boat [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:382.gif|32x70px]] || 1382 || 382 || 0x017E || Police Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:383.gif|32x78px]] || 1383 || 383 || 0x017F || Fire Dept. Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:384.gif|32x69px]] || 1384 || 384 || 0x0180 || Military Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:385.gif|32x91px]] || 1385 || 385 || 0x0181 || Monster Space Ray ||  || thing || monster || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:386.gif|32x16px]] || 1386 || 386 || 0x0182 || Power Outage Indicator ||  || overlay ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:387.gif|64x35px]] || 1387 || 387 || 0x0183 || Explosion 1 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:388.gif|64x41px]] || 1388 || 388 || 0x0184 || Explosion 2 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:389.gif|64x40px]] || 1389 || 389 || 0x0185 || Explosion 3 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:390.gif|32x21px]] || 1390 || 390 || 0x0186 || Bulldozer [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:391.gif|32x21px]] || 1391 || 391 || 0x0187 || Bulldozer [SE] ||  || thing ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:392.gif|32x64px]] || 1392 || 392 || 0x0188 || Dust Cloud 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:393.gif|32x49px]] || 1393 || 393 || 0x0189 || Dust Cloud 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:394.gif|32x39px]] || 1394 || 394 || 0x018A || Dust Cloud 3 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:395.gif|32x32px]] || 1395 || 395 || 0x018B || Dust Cloud 4 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:396.gif|32x24px]] || 1396 || 396 || 0x018C || Fire 1 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:397.gif|32x20px]] || 1397 || 397 || 0x018D || Fire 2 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:398.gif|32x23px]] || 1398 || 398 || 0x018E || Fire 3 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:399.gif|32x22px]] || 1399 || 399 || 0x018F || Fire 4 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:400.gif|32x17px]] || 1400 || 400 || 0x0190 || Road Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:401.gif|32x17px]] || 1401 || 401 || 0x0191 || Road Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:402.gif|32x29px]] || 1402 || 402 || 0x0192 || Road Light Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:403.gif|32x29px]] || 1403 || 403 || 0x0193 || Road Light Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:404.gif|32x21px]] || 1404 || 404 || 0x0194 || Road Light Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:405.gif|32x21px]] || 1405 || 405 || 0x0195 || Road Light Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:406.gif|32x17px]] || 1406 || 406 || 0x0196 || Road Light Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:407.gif|32x17px]] || 1407 || 407 || 0x0197 || Road Light Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:408.gif|32x17px]] || 1408 || 408 || 0x0198 || Road Light Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:409.gif|32x17px]] || 1409 || 409 || 0x0199 || Road Light Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:410.gif|32x29px]] || 1410 || 410 || 0x019A || Highway Light Traffic [R-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:411.gif|32x29px]] || 1411 || 411 || 0x019B || Highway Light Traffic [T-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:412.gif|32x28px]] || 1412 || 412 || 0x019C || Causeway Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:413.gif|32x28px]] || 1413 || 413 || 0x019D || Causeway Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:414.gif|32x31px]] || 1414 || 414 || 0x019E || Highway Light Traffic [R-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:415.gif|32x29px]] || 1415 || 415 || 0x019F || Highway Light Traffic [T-R] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:416.gif|32x16px]] || 1416 || 416 || 0x01A0 || Highway Light Traffic [R-T] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:417.gif|32x13px]] || 1417 || 417 || 0x01A1 || Highway Light Traffic [B-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:418.gif|64x56px]] || 1418 || 418 || 0x01A2 || Highway Light Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:419.gif|64x56px]] || 1419 || 419 || 0x01A3 || Highway Light Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:420.gif|64x44px]] || 1420 || 420 || 0x01A4 || Highway Light Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:421.gif|64x44px]] || 1421 || 421 || 0x01A5 || Highway Light Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:422.gif|64x44px]] || 1422 || 422 || 0x01A6 || Highway Light Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:423.gif|64x29px]] || 1423 || 423 || 0x01A7 || Highway Light Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:424.gif|64x44px]] || 1424 || 424 || 0x01A8 || Highway Light Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:425.gif|64x45px]] || 1425 || 425 || 0x01A9 || Highway Light Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:426.gif|64x46px]] || 1426 || 426 || 0x01AA || Highway Interchange Light Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:427.gif|32x17px]] || 1427 || 427 || 0x01AB || Road Heavy Traffic [R-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:428.gif|32x17px]] || 1428 || 428 || 0x01AC || Road Heavy Traffic [T-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:429.gif|32x29px]] || 1429 || 429 || 0x01AD || Road Heavy Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:430.gif|32x29px]] || 1430 || 430 || 0x01AE || Road Heavy Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:431.gif|32x21px]] || 1431 || 431 || 0x01AF || Road Heavy Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:432.gif|32x21px]] || 1432 || 432 || 0x01B0 || Road Heavy Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:433.gif|32x17px]] || 1433 || 433 || 0x01B1 || Road Heavy Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:434.gif|32x17px]] || 1434 || 434 || 0x01B2 || Road Heavy Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:435.gif|32x17px]] || 1435 || 435 || 0x01B3 || Road Heavy Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:436.gif|32x17px]] || 1436 || 436 || 0x01B4 || Road Heavy Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:437.gif|32x29px]] || 1437 || 437 || 0x01B5 || Highway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:438.gif|32x29px]] || 1438 || 438 || 0x01B6 || Highway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:439.gif|32x28px]] || 1439 || 439 || 0x01B7 || Causeway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:440.gif|32x28px]] || 1440 || 440 || 0x01B8 || Causeway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:441.gif|64x56px]] || 1441 || 441 || 0x01B9 || Highway Heavy Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:442.gif|64x56px]] || 1442 || 442 || 0x01BA || Highway Heavy Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:443.gif|64x44px]] || 1443 || 443 || 0x01BB || Highway Heavy Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:444.gif|64x44px]] || 1444 || 444 || 0x01BC || Highway Heavy Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:445.gif|64x44px]] || 1445 || 445 || 0x01BD || Highway Heavy Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:446.gif|64x29px]] || 1446 || 446 || 0x01BE || Highway Heavy Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:447.gif|64x44px]] || 1447 || 447 || 0x01BF || Highway Heavy Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:448.gif|64x45px]] || 1448 || 448 || 0x01C0 || Highway Heavy Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:449.gif|64x46px]] || 1449 || 449 || 0x01C1 || Highway Heavy Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:450.gif|32x18px]] || 1450 || 450 || 0x01C2 || Pipe Watered [R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:451.gif|32x18px]] || 1451 || 451 || 0x01C3 || Pipe Watered [T-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:452.gif|32x30px]] || 1452 || 452 || 0x01C4 || Pipe Watered [HT-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:453.gif|32x30px]] || 1453 || 453 || 0x01C5 || Pipe Watered [HR-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:454.gif|32x21px]] || 1454 || 454 || 0x01C6 || Pipe Watered [T-HB] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:455.gif|32x21px]] || 1455 || 455 || 0x01C7 || Pipe Watered [R-HL] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:456.gif|32x18px]] || 1456 || 456 || 0x01C8 || Pipe Watered [R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:457.gif|32x18px]] || 1457 || 457 || 0x01C9 || Pipe Watered [B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:458.gif|32x18px]] || 1458 || 458 || 0x01CA || Pipe Watered [T-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:459.gif|32x18px]] || 1459 || 459 || 0x01CB || Pipe Watered [T-R] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:460.gif|32x18px]] || 1460 || 460 || 0x01CC || Pipe Watered [T-R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:461.gif|32x18px]] || 1461 || 461 || 0x01CD || Pipe Watered [R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:462.gif|32x18px]] || 1462 || 462 || 0x01CE || Pipe Watered [T-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:463.gif|32x18px]] || 1463 || 463 || 0x01CF || Pipe Watered [T-R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:464.gif|32x18px]] || 1464 || 464 || 0x01D0 || Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:465.gif|32x34px]] || 1465 || 465 || 0x01D1 || Subway [R-L], Pipe Watered [T-B] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:466.gif|32x34px]] || 1466 || 466 || 0x01D2 || Subway [T-B], Pipe Watered [R-L] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:467.gif|32x19px]] || 1467 || 467 || 0x01D3 || Building Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:468.gif|32x17px]] || 1468 || 468 || 0x01D4 || Density Overlay 1 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:469.gif|32x17px]] || 1469 || 469 || 0x01D5 || Density Overlay 2 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:470.gif|32x17px]] || 1470 || 470 || 0x01D6 || Density Overlay 3 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:471.gif|32x17px]] || 1471 || 471 || 0x01D7 || Density Overlay 4 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:472.gif|32x17px]] || 1472 || 472 || 0x01D8 || Density Overlay 5 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:473.gif|32x17px]] || 1473 || 473 || 0x01D9 || Density Overlay 6 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:474.gif|32x17px]] || 1474 || 474 || 0x01DA || Density Overlay 7 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:475.gif|32x17px]] || 1475 || 475 || 0x01DB || Density Overlay 8 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:476.gif|32x17px]] || 1476 || 476 || 0x01DC || Green Plus ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:477.gif|32x17px]] || 1477 || 477 || 0x01DD || Red Negative ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:478.gif|64x39px]] || 1478 || 478 || 0x01DE || Monster Parts 1 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:479.gif|64x86px]] || 1479 || 479 || 0x01DF || Monster Parts 2 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:480.gif|64x67px]] || 1480 || 480 || 0x01E0 || Monster Parts 3 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:481.gif|64x58px]] || 1481 || 481 || 0x01E1 || Monster Parts 4 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:482.gif|64x25px]] || 1482 || 482 || 0x01E2 || Monster Parts 5 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:483.gif|64x50px]] || 1483 || 483 || 0x01E3 || Monster Parts 6 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:484.gif|64x39px]] || 1484 || 484 || 0x01E4 || Monster Parts 7 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:485.gif|64x65px]] || 1485 || 485 || 0x01E5 || Monster Parts 8 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:486.gif|64x75px]] || 1486 || 486 || 0x01E6 || Monster Parts 9 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:487.gif|64x70px]] || 1487 || 487 || 0x01E7 || Monster Parts 10 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:488.gif|64x44px]] || 1488 || 488 || 0x01E8 || Monster Parts 11 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:489.gif|64x48px]] || 1489 || 489 || 0x01E9 || Monster Parts 12 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:490.gif|64x90px]] || 1490 || 490 || 0x01EA || Monster Parts 13 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:491.gif|64x90px]] || 1491 || 491 || 0x01EB || Monster Parts 14 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:492.gif|32x19px]] || 1492 || 492 || 0x01EC || Flood Water ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:493.gif|32x24px]] || 1493 || 493 || 0x01ED || Rioters 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:494.gif|32x25px]] || 1494 || 494 || 0x01EE || Rioters 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:495.gif|32x15px]] || 1495 || 495 || 0x01EF || Maxis Man ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:496.gif|64x51px]] || 1496 || 496 || 0x01F0 || Dust Cloud ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:497.gif|64x125px]] || 1497 || 497 || 0x01F1 || Tornado 1 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:498.gif|64x125px]] || 1498 || 498 || 0x01F2 || Tornado 2 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:499.gif|64x126px]] || 1499 || 499 || 0x01F3 || Tornado 3 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=617</id>
		<title>MapXBLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=617"/>
		<updated>2025-03-10T21:48:22Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Overview ===&lt;br /&gt;
[[File:Key.png|652x97px]]&lt;br /&gt;
&lt;br /&gt;
* T = Top&lt;br /&gt;
* R = Right&lt;br /&gt;
* B = Bottom&lt;br /&gt;
* L = Left&lt;br /&gt;
&lt;br /&gt;
CSS style shorthand ordering is used (Top, Right, Bottom, Left) for no other reason aside from I&#039;m familiar with it and it makes sense (clockwise, starting from top). If a tile is sloped the high part of the tile is indicated with an H prefix.&lt;br /&gt;
&lt;br /&gt;
* Network tiles (road, rail, power, pipe, subway, etc): The direction indicates where the tile connects to other tiles of the same network. For tiles that contain multiple network types such as a rail crossing or a power line over a road, there will be separate indicators for each network type (ex: &amp;quot;Road [T-B], Power Line [R-L]&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
* Terrain tiles: The direction indicator is mainly used to indicate the slope direction.&lt;br /&gt;
&lt;br /&gt;
* Water tiles: The direction indicator works similar to the network tiles and indicates where the tile connects to other water (or terrain) tiles.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;thing&amp;quot; objects such as airplanes, cargo ships and trains, cardinal directions are used:&lt;br /&gt;
&lt;br /&gt;
* NW = North West&lt;br /&gt;
* N = North&lt;br /&gt;
* NE = North East&lt;br /&gt;
* SW = South West&lt;br /&gt;
* S = South&lt;br /&gt;
* SE = South East&lt;br /&gt;
* E = East&lt;br /&gt;
* W = West&lt;br /&gt;
&lt;br /&gt;
Certain tiles are flipped depending on how they are meant to be displayed. Those are indicated by a &amp;quot;Yes&amp;quot; in the flip column. This is not accounted for in the direction indicated on the tile description; so a flipped suspension bridge piece will be [T-B] instead of the labeled [R-L].&lt;br /&gt;
&lt;br /&gt;
Tiles that are animated with the animated palettes are indicated by a &amp;quot;Yes&amp;quot; in the animated column. The frame count is just a count of how many unique states the specific palette used contains.&lt;br /&gt;
&lt;br /&gt;
=== Tile List ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ TileIDs for MapXBLD&lt;br /&gt;
|-|-&lt;br /&gt;
! {{tooltip|Tile Preview|Tile Preview}} ! {{tooltip|Sprite ID|Sprite ID}} ! {{tooltip|Tile ID|Tile ID}} ! {{tooltip|Hex ID|Hex ID}} ! {{tooltip|Name|Name}} ! {{tooltip|Category|Category}} ! {{tooltip|Type|Type}} ! {{tooltip|SubType|SubType}} ! {{tooltip|Size|Size}} ! {{tooltip|Can Flip|Can Flip}} ! {{tooltip|Animated|Animated}} ! {{tooltip|Frames|Frames}} ! {{tooltip|Microsim|Microsim}} ! {{tooltip|MicroSim 1 Description|MicroSim 1 Description}} ! {{tooltip|MicroSim 1 Unit|MicroSim 1 Unit}} ! {{tooltip|MicroSim 1 Type|MicroSim 1 Type}} ! {{tooltip|MicroSim 1 Max|MicroSim 1 Max}} ! {{tooltip|MicroSim 2 Description|MicroSim 2 Description}} ! {{tooltip|MicroSim 2 Unit|MicroSim 2 Unit}} ! {{tooltip|MicroSim 2 Type|MicroSim 2 Type}} ! {{tooltip|MicroSim 2 Max|MicroSim 2 Max}} ! {{tooltip|MicroSim 3 Description|MicroSim 3 Description}} ! {{tooltip|MicroSim 3 Unit|MicroSim 3 Unit}} ! {{tooltip|MicroSim 3 Type|MicroSim 3 Type}} ! {{tooltip|MicroSim 3 Max|MicroSim 3 Max}} ! {{tooltip|MicroSim 4 Description|MicroSim 4 Description}} ! {{tooltip|MicroSim 4 Unit|MicroSim 4 Unit}} ! {{tooltip|MicroSim 4 Type|MicroSim 4 Type}} ! {{tooltip|MicroSim 4 Max|MicroSim 4 Max}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:1.gif|32x17px]] || 1001 || 1 || 0x0001 || Rubble 1 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:2.gif|32x17px]] || 1002 || 2 || 0x0002 || Rubble 2 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:3.gif|32x17px]] || 1003 || 3 || 0x0003 || Rubble 3 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:4.gif|32x17px]] || 1004 || 4 || 0x0004 || Rubble 4 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:5.gif|32x17px]] || 1005 || 5 || 0x0005 || Radioactive Waste || Ground Cover || building || terrain || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:6.gif|32x19px]] || 1006 || 6 || 0x0006 || Trees (Tree) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:7.gif|32x21px]] || 1007 || 7 || 0x0007 || Trees (Couple O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:8.gif|32x24px]] || 1008 || 8 || 0x0008 || Trees (More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:9.gif|32x25px]] || 1009 || 9 || 0x0009 || Trees (Morer Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:10.gif|32x23px]] || 1010 || 10 || 0x000A || Trees (Even More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:11.gif|32x25px]] || 1011 || 11 || 0x000B || Trees (Tons O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:12.gif|32x24px]] || 1012 || 12 || 0x000C || Trees (Veritable Jungle) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:13.gif|32x21px]] || 1013 || 13 || 0x000D || Small park || Ground Cover || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:14.gif|32x23px]] || 1014 || 14 || 0x000E || Power Line [R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:15.gif|32x23px]] || 1015 || 15 || 0x000F || Power Line [T-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:16.gif|32x35px]] || 1016 || 16 || 0x0010 || Power Line [HT-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:17.gif|32x35px]] || 1017 || 17 || 0x0011 || Power Line [HR-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:18.gif|32x29px]] || 1018 || 18 || 0x0012 || Power Line [T-HB] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:19.gif|32x29px]] || 1019 || 19 || 0x0013 || Power Line [R-HL] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:20.gif|32x23px]] || 1020 || 20 || 0x0014 || Power Line [R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:21.gif|32x21px]] || 1021 || 21 || 0x0015 || Power Line [B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:22.gif|32x23px]] || 1022 || 22 || 0x0016 || Power Line [T-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:23.gif|32x23px]] || 1023 || 23 || 0x0017 || Power Line [T-R] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:24.gif|32x23px]] || 1024 || 24 || 0x0018 || Power Line [T-R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:25.gif|32x23px]] || 1025 || 25 || 0x0019 || Power Line [R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:26.gif|32x23px]] || 1026 || 26 || 0x001A || Power Line [T-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:27.gif|32x23px]] || 1027 || 27 || 0x001B || Power Line [T-R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:28.gif|32x23px]] || 1028 || 28 || 0x001C || Power Line [T-R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:29.gif|32x17px]] || 1029 || 29 || 0x001D || Road [R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:30.gif|32x17px]] || 1030 || 30 || 0x001E || Road [T-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:31.gif|32x29px]] || 1031 || 31 || 0x001F || Road [HT-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:32.gif|32x29px]] || 1032 || 32 || 0x0020 || Road [HR-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:33.gif|32x21px]] || 1033 || 33 || 0x0021 || Road [T-HB] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:34.gif|32x21px]] || 1034 || 34 || 0x0022 || Road [R-HL] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:35.gif|32x17px]] || 1035 || 35 || 0x0023 || Road [R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:36.gif|32x17px]] || 1036 || 36 || 0x0024 || Road [B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:37.gif|32x17px]] || 1037 || 37 || 0x0025 || Road [T-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:38.gif|32x17px]] || 1038 || 38 || 0x0026 || Road [T-R] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:39.gif|32x22px]] || 1039 || 39 || 0x0027 || Road [T-R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:40.gif|32x17px]] || 1040 || 40 || 0x0028 || Road [R-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:41.gif|32x17px]] || 1041 || 41 || 0x0029 || Road [T-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:42.gif|32x17px]] || 1042 || 42 || 0x002A || Road [T-R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:43.gif|32x22px]] || 1043 || 43 || 0x002B || Road [T-R-B-L] || Roads || road ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:44.gif|32x17px]] || 1044 || 44 || 0x002C || Rail [R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:45.gif|32x17px]] || 1045 || 45 || 0x002D || Rail [T-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:46.gif|32x29px]] || 1046 || 46 || 0x002E || Rail [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:47.gif|32x29px]] || 1047 || 47 || 0x002F || Rail [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:48.gif|32x21px]] || 1048 || 48 || 0x0030 || Rail [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:49.gif|32x21px]] || 1049 || 49 || 0x0031 || Rail [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:50.gif|32x17px]] || 1050 || 50 || 0x0032 || Rail [R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:51.gif|32x17px]] || 1051 || 51 || 0x0033 || Rail [B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:52.gif|32x14px]] || 1052 || 52 || 0x0034 || Rail [T-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:53.gif|32x17px]] || 1053 || 53 || 0x0035 || Rail [T-R] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:54.gif|32x17px]] || 1054 || 54 || 0x0036 || Rail [T-R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:55.gif|32x17px]] || 1055 || 55 || 0x0037 || Rail [R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:56.gif|32x17px]] || 1056 || 56 || 0x0038 || Rail [T-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:57.gif|32x17px]] || 1057 || 57 || 0x0039 || Rail [T-R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:58.gif|32x17px]] || 1058 || 58 || 0x003A || Rail [T-R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:59.gif|32x21px]] || 1059 || 59 || 0x003B || Rail Slope [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:60.gif|32x21px]] || 1060 || 60 || 0x003C || Rail Slope [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:61.gif|32x17px]] || 1061 || 61 || 0x003D || Rail Slope [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:62.gif|32x17px]] || 1062 || 62 || 0x003E || Rail Slope [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:63.gif|32x29px]] || 1063 || 63 || 0x003F || Tunnel Entrance [B], Tunnel [T], Terrain [HT-B] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:64.gif|32x29px]] || 1064 || 64 || 0x0040 || Tunnel Entrance [L], Tunnel [R], Terrain [HR-L] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:65.gif|32x27px]] || 1065 || 65 || 0x0041 || Tunnel Entrance [T], Tunnel [B], Terrain [HB-T] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:66.gif|32x27px]] || 1066 || 66 || 0x0042 || Tunnel Entrance [R], Tunnel [L], Terrain [HL-R] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:67.gif|32x23px]] || 1067 || 67 || 0x0043 || Road [T-B], Power Line [R-L] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:68.gif|32x23px]] || 1068 || 68 || 0x0044 || Road [R-L], Power Line [T-B] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:69.gif|32x22px]] || 1069 || 69 || 0x0045 || Road [R-L] / Rail [T-B] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:70.gif|32x17px]] || 1070 || 70 || 0x0046 || Road [T-B] / Rail [R-L] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:71.gif|32x23px]] || 1071 || 71 || 0x0047 || Rail [T-B] / Power Line [R-L] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:72.gif|32x23px]] || 1072 || 72 || 0x0048 || Rail [R-L] / Power Line [T-B] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:73.gif|32x31px]] || 1073 || 73 || 0x0049 || Highway [L-R] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:74.gif|32x31px]] || 1074 || 74 || 0x004A || Highway [T-B] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:75.gif|32x31px]] || 1075 || 75 || 0x004B || Highway [R-L], Road [T-B] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:76.gif|32x31px]] || 1076 || 76 || 0x004C || Highway [T-B], Road [R-L] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:77.gif|32x31px]] || 1077 || 77 || 0x004D || Highway [R-L], Rail [T-B] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:78.gif|32x31px]] || 1078 || 78 || 0x004E || Highway [T-B], Rail [R-L] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:79.gif|32x31px]] || 1079 || 79 || 0x004F || Highway [R-L], Power Line [T-B] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:80.gif|32x31px]] || 1080 || 80 || 0x0050 || Highway [T-B], Power Line [R-L] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:81.gif|32x48px]] || 1081 || 81 || 0x0051 || Suspension Bridge (Piece 1) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:82.gif|32x67px]] || 1082 || 82 || 0x0052 || Suspension Bridge (Piece 2) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:83.gif|32x67px]] || 1083 || 83 || 0x0053 || Suspension Bridge (Piece 3) [R-L] || Bridges || road ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:84.gif|32x52px]] || 1084 || 84 || 0x0054 || Suspension Bridge (Piece 4) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:85.gif|32x37px]] || 1085 || 85 || 0x0055 || Suspension Bridge (Piece 5) [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:86.gif|32x39px]] || 1086 || 86 || 0x0056 || Raising Bridge Tower [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:87.gif|32x31px]] || 1087 || 87 || 0x0057 || Causeway With Pylon [R-L] || Bridges || road ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:88.gif|32x31px]] || 1088 || 88 || 0x0058 || Causeway [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:89.gif|32x43px]] || 1089 || 89 || 0x0059 || Causeway Raised [R-L] || Bridges || road ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:90.gif|32x27px]] || 1090 || 90 || 0x005A || Rail Bridge With Pylon [R-L] || Bridges || rail ||  || 1 || Yes || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:91.gif|32x27px]] || 1091 || 91 || 0x005B || Rail Bridge [R-L] || Bridges || rail ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:92.gif|32x35px]] || 1092 || 92 || 0x005C || Elevated Power Line [B-L] || Bridges || power ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:93.gif|32x32px]] || 1093 || 93 || 0x005D || Highway Onramp [R], Road [B] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:94.gif|32x29px]] || 1094 || 94 || 0x005E || Highway Onramp [R], Road [T] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:95.gif|32x21px]] || 1095 || 95 || 0x005F || Highway Onramp [L], Road [T] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:96.gif|32x21px]] || 1096 || 96 || 0x0060 || Highway Onramp [L], Road [B] || Highway Entrance || highway ||  || 1 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:97.gif|64x59px]] || 1097 || 97 || 0x0061 || Highway [HT-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:98.gif|64x59px]] || 1098 || 98 || 0x0062 || Highway [HR-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:99.gif|64x47px]] || 1099 || 99 || 0x0063 || Highway [T-HB] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:100.gif|64x47px]] || 1100 || 100 || 0x0064 || Highway [R-HL] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:101.gif|64x46px]] || 1101 || 101 || 0x0065 || Highway [R-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:102.gif|64x33px]] || 1102 || 102 || 0x0066 || Highway [B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:103.gif|64x46px]] || 1103 || 103 || 0x0067 || Highway [T-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:104.gif|64x47px]] || 1104 || 104 || 0x0068 || Highway [T-R] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:105.gif|64x49px]] || 1105 || 105 || 0x0069 || Highway Interchange [T-R-B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:106.gif|64x63px]] || 1106 || 106 || 0x006A || Highway (Reinforced Bridge With Pyon) [R-L] || Reinforced Bridge || highway ||  || 2 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:107.gif|64x63px]] || 1107 || 107 || 0x006B || Highway (Reinforced Bridge) [R-L] || Reinforced Bridge || highway ||  || 2 || Yes || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:108.gif|32x20px]] || 1108 || 108 || 0x006C || Subway [T] to Rail [B] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:109.gif|32x20px]] || 1109 || 109 || 0x006D || Subway [L] to Rail [R] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:110.gif|32x22px]] || 1110 || 110 || 0x006E || Subway [B] to Rail [T] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:111.gif|32x22px]] || 1111 || 111 || 0x006F || Subway [R] to Rail [L] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:112.gif|32x18px]] || 1112 || 112 || 0x0070 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:113.gif|32x18px]] || 1113 || 113 || 0x0071 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:114.gif|32x18px]] || 1114 || 114 || 0x0072 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:115.gif|32x17px]] || 1115 || 115 || 0x0073 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:116.gif|32x17px]] || 1116 || 116 || 0x0074 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:117.gif|32x17px]] || 1117 || 117 || 0x0075 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:118.gif|32x17px]] || 1118 || 118 || 0x0076 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:119.gif|32x17px]] || 1119 || 119 || 0x0077 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:120.gif|32x19px]] || 1120 || 120 || 0x0078 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:121.gif|32x19px]] || 1121 || 121 || 0x0079 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:122.gif|32x20px]] || 1122 || 122 || 0x007A || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:123.gif|32x21px]] || 1123 || 123 || 0x007B || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:124.gif|32x23px]] || 1124 || 124 || 0x007C || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:125.gif|32x27px]] || 1125 || 125 || 0x007D || Bed &amp;amp; Breakfast Inn || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:126.gif|32x20px]] || 1126 || 126 || 0x007E || Convenience Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:127.gif|32x18px]] || 1127 || 127 || 0x007F || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:128.gif|32x32px]] || 1128 || 128 || 0x0080 || Small Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:129.gif|32x43px]] || 1129 || 129 || 0x0081 || Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:130.gif|32x25px]] || 1130 || 130 || 0x0082 || Warehouse || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:131.gif|32x34px]] || 1131 || 131 || 0x0083 || Cassidy&#039;s Toy Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:132.gif|32x21px]] || 1132 || 132 || 0x0084 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:133.gif|32x28px]] || 1133 || 133 || 0x0085 || Chemical Storage || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:134.gif|32x20px]] || 1134 || 134 || 0x0086 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:135.gif|32x26px]] || 1135 || 135 || 0x0087 || Industrial Substation || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:136.gif|32x18px]] || 1136 || 136 || 0x0088 || Construction 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:137.gif|32x18px]] || 1137 || 137 || 0x0089 || Construction 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:138.gif|32x17px]] || 1138 || 138 || 0x008A || Abandoned Building 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:139.gif|32x17px]] || 1139 || 139 || 0x008B || Abandoned Building 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:140.gif|64x34px]] || 1140 || 140 || 0x008C || Cheap Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:141.gif|64x39px]] || 1141 || 141 || 0x008D || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:142.gif|64x36px]] || 1142 || 142 || 0x008E || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:143.gif|64x44px]] || 1143 || 143 || 0x008F || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:144.gif|64x53px]] || 1144 || 144 || 0x0090 || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:145.gif|64x56px]] || 1145 || 145 || 0x0091 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:146.gif|64x78px]] || 1146 || 146 || 0x0092 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:147.gif|64x77px]] || 1147 || 147 || 0x0093 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:148.gif|64x33px]] || 1148 || 148 || 0x0094 || Shopping Center || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:149.gif|64x37px]] || 1149 || 149 || 0x0095 || Grocery Store || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:150.gif|64x42px]] || 1150 || 150 || 0x0096 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:151.gif|64x46px]] || 1151 || 151 || 0x0097 || Resort Hotel || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:152.gif|64x46px]] || 1152 || 152 || 0x0098 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:153.gif|64x51px]] || 1153 || 153 || 0x0099 || Office / Retail || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:154.gif|64x70px]] || 1154 || 154 || 0x009A || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:155.gif|64x66px]] || 1155 || 155 || 0x009B || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:156.gif|64x72px]] || 1156 || 156 || 0x009C || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:157.gif|64x84px]] || 1157 || 157 || 0x009D || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:158.gif|64x37px]] || 1158 || 158 || 0x009E || Warehouse || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:159.gif|64x38px]] || 1159 || 159 || 0x009F || Chemical Processing 2 || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:160.gif|64x45px]] || 1160 || 160 || 0x00A0 || Factory (Small Factory 1) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:161.gif|64x35px]] || 1161 || 161 || 0x00A1 || Factory (Small Factory 2) || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:162.gif|64x45px]] || 1162 || 162 || 0x00A2 || Factory (Small Factory 3) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:163.gif|64x56px]] || 1163 || 163 || 0x00A3 || Factory (Small Factory 4) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:164.gif|64x61px]] || 1164 || 164 || 0x00A4 || Factory (Small Factory 5) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:165.gif|64x66px]] || 1165 || 165 || 0x00A5 || Factory (Small Factory 6) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:166.gif|64x33px]] || 1166 || 166 || 0x00A6 || Construction 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:167.gif|64x44px]] || 1167 || 167 || 0x00A7 || Construction 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:168.gif|64x44px]] || 1168 || 168 || 0x00A8 || Construction 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:169.gif|64x65px]] || 1169 || 169 || 0x00A9 || Construction 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:170.gif|64x46px]] || 1170 || 170 || 0x00AA || Abandoned Building 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:171.gif|64x53px]] || 1171 || 171 || 0x00AB || Abandoned Building 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:172.gif|64x61px]] || 1172 || 172 || 0x00AC || Abandoned Building 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:173.gif|64x73px]] || 1173 || 173 || 0x00AD || Abandoned Building 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:174.gif|96x77px]] || 1174 || 174 || 0x00AE || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:175.gif|96x88px]] || 1175 || 175 || 0x00AF || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:176.gif|96x58px]] || 1176 || 176 || 0x00B0 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:177.gif|96x96px]] || 1177 || 177 || 0x00B1 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:178.gif|96x61px]] || 1178 || 178 || 0x00B2 || Office Park || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:179.gif|96x91px]] || 1179 || 179 || 0x00B3 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:180.gif|96x65px]] || 1180 || 180 || 0x00B4 || Mini-Mall || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:181.gif|96x90px]] || 1181 || 181 || 0x00B5 || Theater Square || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:182.gif|96x58px]] || 1182 || 182 || 0x00B6 || Drive-In Theater || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:183.gif|96x117px]] || 1183 || 183 || 0x00B7 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:184.gif|96x123px]] || 1184 || 184 || 0x00B8 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:185.gif|96x78px]] || 1185 || 185 || 0x00B9 || Parking Lot || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:186.gif|96x108px]] || 1186 || 186 || 0x00BA || Historic Office Building || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:187.gif|96x137px]] || 1187 || 187 || 0x00BB || Corporate Headquarters || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:188.gif|96x50px]] || 1188 || 188 || 0x00BC || Chemical Processing 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:189.gif|96x86px]] || 1189 || 189 || 0x00BD || Large Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:190.gif|96x55px]] || 1190 || 190 || 0x00BE || Industrial Thingamajig || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:191.gif|96x63px]] || 1191 || 191 || 0x00BF || Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:192.gif|96x56px]] || 1192 || 192 || 0x00C0 || Large Warehouse 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:193.gif|96x49px]] || 1193 || 193 || 0x00C1 || Warehouse || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:194.gif|96x85px]] || 1194 || 194 || 0x00C2 || Construction 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:195.gif|96x65px]] || 1195 || 195 || 0x00C3 || Construction 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:196.gif|96x74px]] || 1196 || 196 || 0x00C4 || Abandoned Building 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:197.gif|96x90px]] || 1197 || 197 || 0x00C5 || Abandoned Building 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:198.gif|32x32px]] || 1198 || 198 || 0x00C6 || Hydroelectric Power || Power Plants || building || water || 1 || Yes || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:199.gif|32x32px]] || 1199 || 199 || 0x00C7 || Hydroelectric Power || Power Plants || building || water || 1 || Yes || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:200.gif|32x48px]] || 1200 || 200 || 0x00C8 || Wind Power || Power Plants || building ||  || 1 || No || Yes || 12 || City Wide ||  ||  ||  ||  || Wind Generators ||  || windGeneratorCount ||  || Max System Output ||  || windGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:201.gif|128x86px]] || 1201 || 201 || 0x00C9 || Natural Gas Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:202.gif|128x115px]] || 1202 || 202 || 0x00CA || Oil Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:203.gif|128x81px]] || 1203 || 203 || 0x00CB || Nuclear Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:204.gif|128x78px]] || 1204 || 204 || 0x00CC || Solar Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:205.gif|128x95px]] || 1205 || 205 || 0x00CD || Microwave Power Receiver || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:206.gif|128x69px]] || 1206 || 206 || 0x00CE || Fusion Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:207.gif|128x106px]] || 1207 || 207 || 0x00CF || Coal Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:208.gif|96x77px]] || 1208 || 208 || 0x00D0 || City Hall || Services || building ||  || 3 || No || No || 1 || Tile ||  ||  ||  ||  || Employees ||  || workers ||  || Year Built ||  || constructionYear ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:209.gif|96x82px]] || 1209 || 209 || 0x00D1 || Hospital || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Patients ||  || hospitalPatients || 1000 || Doctors ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:210.gif|96x72px]] || 1210 || 210 || 0x00D2 || Police Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Officers ||  || workers ||  || Crimes Reported ||  || crimes ||  || Arrests ||  || arrests || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:211.gif|96x65px]] || 1211 || 211 || 0x00D3 || Fire Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Firefighers ||  || workers ||  || Fire Engines ||  || fireEquipment ||  || Response Time ||  || fireResponseTime || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:212.gif|96x55px]] || 1212 || 212 || 0x00D4 || Museum || Services || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Attendance ||  || museumAttendance ||  || Exhibits ||  || museumExhibits ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:213.gif|96x51px]] || 1213 || 213 || 0x00D5 || SimPark System (Big Park) || Services || building ||  || 3 || No || Yes || 8 || City Wide ||  ||  ||  ||  || Attendance ||  || parkAttendance ||  || Acres ||  || parkAcres ||  || Employees ||  || parkWorkers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:214.gif|96x57px]] || 1214 || 214 || 0x00D6 || School || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Students ||  || students || 1500 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:215.gif|128x83px]] || 1215 || 215 || 0x00D7 || Stadium || Services || building ||  || 4 || No || No || 1 || Tile || Wins ||  || stadiumWins ||  || Attendance ||  || stadiumAttendance || 25000 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:216.gif|128x74px]] || 1216 || 216 || 0x00D8 || Prison || Services || building ||  || 4 || No || No || 1 || Tile || Escapes ||  || prisonEscapes ||  || Inmates ||  || prisonInmates || 10000 || Guards ||  || workers ||  || Capacity ||  || capacity || 100&lt;br /&gt;
|-&lt;br /&gt;
| [[File:217.gif|128x85px]] || 1217 || 217 || 0x00D9 || College || Services || building ||  || 4 || No || No || 1 || Tile || Grade ||  || grade ||  || Attendance ||  || students || 5000 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:218.gif|128x67px]] || 1218 || 218 || 0x00DA || Zoo || Services || building ||  || 4 || No || Yes || 8 || Tile || Other Dromedaries ||  || zooOther ||  || Peruvian Llamas ||  || zooLlamasP ||  || Andean Llamas ||  || zooLlamasA ||  || Alpacas ||  || zooAlpacas || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:219.gif|32x42px]] || 1219 || 219 || 0x00DB || Statue || Services || building ||  || 1 || No || No || 1 || Tile ||  ||  ||  ||  || Year Built ||  || constructionYear ||  || Pigeons Perched ||  || statuePigeons ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:220.gif|32x19px]] || 1220 || 220 || 0x00DC || Water Pump || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:221.gif|32x17px]] || 1221 || 221 || 0x00DD || Runway [T-B] || Infrastructure (not power plants) || building ||  || 1 || Yes || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:222.gif|32x17px]] || 1222 || 222 || 0x00DE || Runway [T-R-B-L] || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:223.gif|32x21px]] || 1223 || 223 || 0x00DF || Pier [R-L] || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:224.gif|32x40px]] || 1224 || 224 || 0x00E0 || Crane || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:225.gif|32x63px]] || 1225 || 225 || 0x00E1 || Control Tower (Civilian Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:226.gif|32x69px]] || 1226 || 226 || 0x00E2 || Control Tower (Military Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:227.gif|32x20px]] || 1227 || 227 || 0x00E3 || Seaport Warehouse || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:228.gif|32x23px]] || 1228 || 228 || 0x00E4 || Airport Building 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:229.gif|32x22px]] || 1229 || 229 || 0x00E5 || Airport Building 2 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:230.gif|32x17px]] || 1230 || 230 || 0x00E6 || Tarmac || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:231.gif|32x18px]] || 1231 || 231 || 0x00E7 || F-15b || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:232.gif|32x20px]] || 1232 || 232 || 0x00E8 || Hangar 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:233.gif|32x21px]] || 1233 || 233 || 0x00E9 || Subway Station || Infrastructure (not power plants) || building || subway || 1 || No || No || 1 || City Wide ||  ||  ||  ||  || Subway Stations ||  || subwayStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || subwayStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:234.gif|32x19px]] || 1234 || 234 || 0x00EA || Radar || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:235.gif|64x64px]] || 1235 || 235 || 0x00EB || Water Tower || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:236.gif|64x37px]] || 1236 || 236 || 0x00EC || Bus Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Bus Stations ||  || busStationCount ||  || Buses ||  || busStationBuses ||  || Passengers / day ||  || busStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:237.gif|64x38px]] || 1237 || 237 || 0x00ED || Rail Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Rail Stations ||  || railStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || railStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:238.gif|64x39px]] || 1238 || 238 || 0x00EE || Parking lot (Civilian Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:239.gif|64x37px]] || 1239 || 239 || 0x00EF || Parking lot (Military Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:240.gif|64x36px]] || 1240 || 240 || 0x00F0 || Loading Bay || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:241.gif|64x57px]] || 1241 || 241 || 0x00F1 || Top Secret || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:242.gif|64x33px]] || 1242 || 242 || 0x00F2 || Cargo yard || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:243.gif|64x36px]] || 1243 || 243 || 0x00F3 || Mayor&#039;s House || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile || Door Steps ||  || mayorDoorSteps ||  || Year Built ||  || constructionYear ||  || Approval Rating ||  || mayorApprovalRating || 100 || Employees ||  || workers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:244.gif|64x37px]] || 1244 || 244 || 0x00F4 || Water Treatment Plant || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile ||  ||  ||  ||  || Untreated Water || thousands || waterCubicFeet ||  || Treated Water || thousands || waterCubicFeet ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:245.gif|64x53px]] || 1245 || 245 || 0x00F5 || Library || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide || Grade ||  || grade ||  || Attendance ||  || libraryAttendance ||  || Books ||  || libraryBooks ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:246.gif|64x39px]] || 1246 || 246 || 0x00F6 || Hangar 2 || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:247.gif|64x48px]] || 1247 || 247 || 0x00F7 || Church || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:248.gif|96x55px]] || 1248 || 248 || 0x00F8 || Marina || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Boats ||  || marinaBoats ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:249.gif|96x50px]] || 1249 || 249 || 0x00F9 || Missile Silo || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:250.gif|96x77px]] || 1250 || 250 || 0x00FA || Desalination Plant || Infrastructure (not power plants) || building ||  || 3 || No || Yes || 24 || Tile || Current Load ||  || capacity || 100 || Salt / tons Removed ||  || desalinationSaltRemoved ||  || Employees ||  || workers ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:251.gif|128x196px]] || 1251 || 251 || 0x00FB || Plymouth arcology || Arcologies || building ||  || 4 || No || Yes || 24 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:252.gif|128x182px]] || 1252 || 252 || 0x00FC || Forest arcology || Arcologies || building ||  || 4 || No || Yes || 8 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:253.gif|128x210px]] || 1253 || 253 || 0x00FD || Darco arcology || Arcologies || building ||  || 4 || No || Yes || 4 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:254.gif|128x235px]] || 1254 || 254 || 0x00FE || Launch arcology || Arcologies || building ||  || 4 || No || Yes || 12 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:255.gif|128x154px]] || 1255 || 255 || 0x00FF || Braun Llama Dome || Other || building ||  || 4 || No || Yes || 4 || Tile || Weddings ||  || domeWeddings ||  || Visitors ||  || domeVisitors ||  || Llama Sightings ||  || domeLlamaSightings ||  || Complaints ||  || domeComplaints || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:256.gif|32x17px]] || 1256 || 256 || 0x0100 || Terrain ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:257.gif|32x29px]] || 1257 || 257 || 0x0101 || Terrain [HT-B] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:258.gif|32x29px]] || 1258 || 258 || 0x0102 || Terrain [HR-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:259.gif|32x21px]] || 1259 || 259 || 0x0103 || Terrain [T-HB] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:260.gif|32x21px]] || 1260 || 260 || 0x0104 || Terrain [R-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:261.gif|32x29px]] || 1261 || 261 || 0x0105 || Terrain [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:262.gif|32x29px]] || 1262 || 262 || 0x0106 || Terrain [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:263.gif|32x21px]] || 1263 || 263 || 0x0107 || Terrain [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:264.gif|32x29px]] || 1264 || 264 || 0x0108 || Terrain [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:265.gif|32x29px]] || 1265 || 265 || 0x0109 || Terrain Slope [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:266.gif|32x21px]] || 1266 || 266 || 0x010A || Terrain Slope [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:267.gif|32x17px]] || 1267 || 267 || 0x010B || Terrain Slope [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:268.gif|32x21px]] || 1268 || 268 || 0x010C || Terrain Slope [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:269.gif|32x29px]] || 1269 || 269 || 0x010D || Bedrock ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:270.gif|32x17px]] || 1270 || 270 || 0x010E || Water [T-R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:271.gif|32x17px]] || 1271 || 271 || 0x010F || Water [R-B-L], Terrain [T] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:272.gif|32x17px]] || 1272 || 272 || 0x0110 || Water [T-B-L], Terrain [R] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:273.gif|32x17px]] || 1273 || 273 || 0x0111 || Water [T-R-L], Terrain [B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:274.gif|32x17px]] || 1274 || 274 || 0x0112 || Water [T-R-B], Terrain [L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:275.gif|32x17px]] || 1275 || 275 || 0x0113 || Water [B-L], Terrain [T-R] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:276.gif|32x17px]] || 1276 || 276 || 0x0114 || Water [T-L], Terrain [R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:277.gif|32x17px]] || 1277 || 277 || 0x0115 || Water [T-R], Terrain [B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:278.gif|32x17px]] || 1278 || 278 || 0x0116 || Water [R-B], Terrain [T-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:279.gif|32x17px]] || 1279 || 279 || 0x0117 || Water [T-R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:280.gif|32x17px]] || 1280 || 280 || 0x0118 || Water [R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:281.gif|32x17px]] || 1281 || 281 || 0x0119 || Water [T-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:282.gif|32x17px]] || 1282 || 282 || 0x011A || Water [T-R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:283.gif|32x17px]] || 1283 || 283 || 0x011B || Isolated Water, Terrain [T-R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:284.gif|32x29px]] || 1284 || 284 || 0x011C || Waterfall ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:285.gif|32x17px]] || 1285 || 285 || 0x011D || Water [R-L], Terrain [T-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:286.gif|32x17px]] || 1286 || 286 || 0x011E || Water [T-B], Terrain [R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:287.gif|32x17px]] || 1287 || 287 || 0x011F || Water [B], Terrain [T-R-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:288.gif|32x17px]] || 1288 || 288 || 0x0120 || Water [L], Terrain [T-R-B] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:289.gif|32x17px]] || 1289 || 289 || 0x0121 || Water [T], Terrain [R-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:290.gif|32x17px]] || 1290 || 290 || 0x0122 || Water [R], Terrain [T-B-L] ||  || water ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:291.gif|32x17px]] || 1291 || 291 || 0x0123 || Low Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:292.gif|32x17px]] || 1292 || 292 || 0x0124 || High Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:293.gif|32x17px]] || 1293 || 293 || 0x0125 || Low Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:294.gif|32x17px]] || 1294 || 294 || 0x0126 || High Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:295.gif|32x17px]] || 1295 || 295 || 0x0127 || Low Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:296.gif|32x17px]] || 1296 || 296 || 0x0128 || High Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:297.gif|32x17px]] || 1297 || 297 || 0x0129 || Military Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:298.gif|32x17px]] || 1298 || 298 || 0x012A || Airport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:299.gif|32x17px]] || 1299 || 299 || 0x012B || Seaport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:300.gif|32x17px]] || 1300 || 300 || 0x012C || Green Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:301.gif|32x17px]] || 1301 || 301 || 0x012D || Blue Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:302.gif|32x17px]] || 1302 || 302 || 0x012E || Yellow Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:303.gif|32x17px]] || 1303 || 303 || 0x012F || Red Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:304.gif|32x18px]] || 1304 || 304 || 0x0130 || Grey Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:305.gif|32x18px]] || 1305 || 305 || 0x0131 || Underground Terrain ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:306.gif|32x30px]] || 1306 || 306 || 0x0132 || Underground Terrain [HT-B] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:307.gif|32x30px]] || 1307 || 307 || 0x0133 || Underground Terrain [HR-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:308.gif|32x21px]] || 1308 || 308 || 0x0134 || Underground Terrain [T-HB] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:309.gif|32x21px]] || 1309 || 309 || 0x0135 || Underground Terrain [R-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:310.gif|32x30px]] || 1310 || 310 || 0x0136 || Underground Terrain [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:311.gif|32x29px]] || 1311 || 311 || 0x0137 || Underground Terrain [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:312.gif|32x21px]] || 1312 || 312 || 0x0138 || Underground Terrain [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:313.gif|32x29px]] || 1313 || 313 || 0x0139 || Underground Terrain [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:314.gif|32x30px]] || 1314 || 314 || 0x013A || Underground Terrain Slope [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:315.gif|32x22px]] || 1315 || 315 || 0x013B || Underground Terrain Slope [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:316.gif|32x40px]] || 1316 || 316 || 0x013C || Underground Terrain Slope [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:317.gif|32x22px]] || 1317 || 317 || 0x013D || Underground Terrain Slope [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:318.gif|32x29px]] || 1318 || 318 || 0x013E || Bedrock Outline ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:319.gif|32x34px]] || 1319 || 319 || 0x013F || Subway [R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:320.gif|32x34px]] || 1320 || 320 || 0x0140 || Subway [T-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:321.gif|32x46px]] || 1321 || 321 || 0x0141 || Subway [HT-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:322.gif|32x46px]] || 1322 || 322 || 0x0142 || Subway [HR-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:323.gif|32x30px]] || 1323 || 323 || 0x0143 || Subway [T-HB] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:324.gif|32x30px]] || 1324 || 324 || 0x0144 || Subway [R-HL] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:325.gif|32x34px]] || 1325 || 325 || 0x0145 || Subway [R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:326.gif|32x34px]] || 1326 || 326 || 0x0146 || Subway [B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:327.gif|32x34px]] || 1327 || 327 || 0x0147 || Subway [T-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:328.gif|32x26px]] || 1328 || 328 || 0x0148 || Subway [T-R] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:329.gif|32x34px]] || 1329 || 329 || 0x0149 || Subway [T-R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:330.gif|32x34px]] || 1330 || 330 || 0x014A || Subway [R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:331.gif|32x34px]] || 1331 || 331 || 0x014B || Subway [T-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:332.gif|32x34px]] || 1332 || 332 || 0x014C || Subway [T-R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:333.gif|32x34px]] || 1333 || 333 || 0x014D || Subway [T-R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:334.gif|32x18px]] || 1334 || 334 || 0x014E || Pipe [R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:335.gif|32x18px]] || 1335 || 335 || 0x014F || Pipe [T-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:336.gif|32x30px]] || 1336 || 336 || 0x0150 || Pipe [HT-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:337.gif|32x30px]] || 1337 || 337 || 0x0151 || Pipe [HR-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:338.gif|32x21px]] || 1338 || 338 || 0x0152 || Pipe [T-HB] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:339.gif|32x21px]] || 1339 || 339 || 0x0153 || Pipe [R-HL] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:340.gif|32x18px]] || 1340 || 340 || 0x0154 || Pipe [R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:341.gif|32x18px]] || 1341 || 341 || 0x0155 || Pipe [B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:342.gif|32x18px]] || 1342 || 342 || 0x0156 || Pipe [T-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:343.gif|32x18px]] || 1343 || 343 || 0x0157 || Pipe [T-R] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:344.gif|32x18px]] || 1344 || 344 || 0x0158 || Pipe [T-R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:345.gif|32x18px]] || 1345 || 345 || 0x0159 || Pipe [R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:346.gif|32x18px]] || 1346 || 346 || 0x015A || Pipe [T-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:347.gif|32x18px]] || 1347 || 347 || 0x015B || Pipe [T-R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:348.gif|32x18px]] || 1348 || 348 || 0x015C || Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:349.gif|32x34px]] || 1349 || 349 || 0x015D || Subway [R-L], Pipe [T-B] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:350.gif|32x34px]] || 1350 || 350 || 0x015E || Subway [T-B], Pipe [R-L] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:351.gif|32x19px]] || 1351 || 351 || 0x015F || Building Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:352.gif|32x28px]] || 1352 || 352 || 0x0160 || Underground Segment (single) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:353.gif|32x39px]] || 1353 || 353 || 0x0161 || Underground Segment (double) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:354.gif|32x17px]] || 1354 || 354 || 0x0162 || Green Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:355.gif|32x17px]] || 1355 || 355 || 0x0163 || Blue Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:356.gif|32x17px]] || 1356 || 356 || 0x0164 || Brown Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:357.gif|32x17px]] || 1357 || 357 || 0x0165 || Red Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:358.gif|32x17px]] || 1358 || 358 || 0x0166 || Grey Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:359.gif|64x27px]] || 1359 || 359 || 0x0167 || Airplane [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:360.gif|64x19px]] || 1360 || 360 || 0x0168 || Airplane [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:361.gif|64x19px]] || 1361 || 361 || 0x0169 || Airplane [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:362.gif|64x23px]] || 1362 || 362 || 0x016A || Airplane [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:363.gif|64x31px]] || 1363 || 363 || 0x016B || Airplane [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:364.gif|32x20px]] || 1364 || 364 || 0x016C || Sim Copter [N] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:365.gif|32x13px]] || 1365 || 365 || 0x016D || Sim Copter [NE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:366.gif|32x12px]] || 1366 || 366 || 0x016E || Sim Copter [E] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:367.gif|32x17px]] || 1367 || 367 || 0x016F || Sim Copter [SE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:368.gif|32x21px]] || 1368 || 368 || 0x0170 || Sim Copter [S] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:369.gif|64x49px]] || 1369 || 369 || 0x0171 || Cargo Ship [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:370.gif|64x41px]] || 1370 || 370 || 0x0172 || Cargo Ship [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:371.gif|64x35px]] || 1371 || 371 || 0x0173 || Cargo Ship [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:372.gif|64x42px]] || 1372 || 372 || 0x0174 || Cargo Ship [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:373.gif|64x54px]] || 1373 || 373 || 0x0175 || Cargo Ship [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:374.gif|32x20px]] || 1374 || 374 || 0x0176 || Train [N] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:375.gif|32x21px]] || 1375 || 375 || 0x0177 || Train [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:376.gif|32x19px]] || 1376 || 376 || 0x0178 || Train [E] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:377.gif|32x33px]] || 1377 || 377 || 0x0179 || Train [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:378.gif|32x28px]] || 1378 || 378 || 0x017A || Train [S] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:379.gif|32x16px]] || 1379 || 379 || 0x017B || Nessie ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:380.gif|32x22px]] || 1380 || 380 || 0x017C || Sail Boat [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:381.gif|32x22px]] || 1381 || 381 || 0x017D || Sail Boat [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:382.gif|32x70px]] || 1382 || 382 || 0x017E || Police Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:383.gif|32x78px]] || 1383 || 383 || 0x017F || Fire Dept. Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:384.gif|32x69px]] || 1384 || 384 || 0x0180 || Military Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:385.gif|32x91px]] || 1385 || 385 || 0x0181 || Monster Space Ray ||  || thing || monster || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:386.gif|32x16px]] || 1386 || 386 || 0x0182 || Power Outage Indicator ||  || overlay ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:387.gif|64x35px]] || 1387 || 387 || 0x0183 || Explosion 1 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:388.gif|64x41px]] || 1388 || 388 || 0x0184 || Explosion 2 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:389.gif|64x40px]] || 1389 || 389 || 0x0185 || Explosion 3 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:390.gif|32x21px]] || 1390 || 390 || 0x0186 || Bulldozer [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:391.gif|32x21px]] || 1391 || 391 || 0x0187 || Bulldozer [SE] ||  || thing ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:392.gif|32x64px]] || 1392 || 392 || 0x0188 || Dust Cloud 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:393.gif|32x49px]] || 1393 || 393 || 0x0189 || Dust Cloud 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:394.gif|32x39px]] || 1394 || 394 || 0x018A || Dust Cloud 3 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:395.gif|32x32px]] || 1395 || 395 || 0x018B || Dust Cloud 4 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:396.gif|32x24px]] || 1396 || 396 || 0x018C || Fire 1 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:397.gif|32x20px]] || 1397 || 397 || 0x018D || Fire 2 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:398.gif|32x23px]] || 1398 || 398 || 0x018E || Fire 3 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:399.gif|32x22px]] || 1399 || 399 || 0x018F || Fire 4 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:400.gif|32x17px]] || 1400 || 400 || 0x0190 || Road Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:401.gif|32x17px]] || 1401 || 401 || 0x0191 || Road Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:402.gif|32x29px]] || 1402 || 402 || 0x0192 || Road Light Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:403.gif|32x29px]] || 1403 || 403 || 0x0193 || Road Light Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:404.gif|32x21px]] || 1404 || 404 || 0x0194 || Road Light Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:405.gif|32x21px]] || 1405 || 405 || 0x0195 || Road Light Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:406.gif|32x17px]] || 1406 || 406 || 0x0196 || Road Light Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:407.gif|32x17px]] || 1407 || 407 || 0x0197 || Road Light Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:408.gif|32x17px]] || 1408 || 408 || 0x0198 || Road Light Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:409.gif|32x17px]] || 1409 || 409 || 0x0199 || Road Light Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:410.gif|32x29px]] || 1410 || 410 || 0x019A || Highway Light Traffic [R-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:411.gif|32x29px]] || 1411 || 411 || 0x019B || Highway Light Traffic [T-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:412.gif|32x28px]] || 1412 || 412 || 0x019C || Causeway Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:413.gif|32x28px]] || 1413 || 413 || 0x019D || Causeway Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:414.gif|32x31px]] || 1414 || 414 || 0x019E || Highway Light Traffic [R-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:415.gif|32x29px]] || 1415 || 415 || 0x019F || Highway Light Traffic [T-R] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:416.gif|32x16px]] || 1416 || 416 || 0x01A0 || Highway Light Traffic [R-T] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:417.gif|32x13px]] || 1417 || 417 || 0x01A1 || Highway Light Traffic [B-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:418.gif|64x56px]] || 1418 || 418 || 0x01A2 || Highway Light Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:419.gif|64x56px]] || 1419 || 419 || 0x01A3 || Highway Light Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:420.gif|64x44px]] || 1420 || 420 || 0x01A4 || Highway Light Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:421.gif|64x44px]] || 1421 || 421 || 0x01A5 || Highway Light Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:422.gif|64x44px]] || 1422 || 422 || 0x01A6 || Highway Light Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:423.gif|64x29px]] || 1423 || 423 || 0x01A7 || Highway Light Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:424.gif|64x44px]] || 1424 || 424 || 0x01A8 || Highway Light Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:425.gif|64x45px]] || 1425 || 425 || 0x01A9 || Highway Light Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:426.gif|64x46px]] || 1426 || 426 || 0x01AA || Highway Interchange Light Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:427.gif|32x17px]] || 1427 || 427 || 0x01AB || Road Heavy Traffic [R-L] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:428.gif|32x17px]] || 1428 || 428 || 0x01AC || Road Heavy Traffic [T-B] ||  || traffic ||  || 1 || Yes || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:429.gif|32x29px]] || 1429 || 429 || 0x01AD || Road Heavy Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:430.gif|32x29px]] || 1430 || 430 || 0x01AE || Road Heavy Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:431.gif|32x21px]] || 1431 || 431 || 0x01AF || Road Heavy Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:432.gif|32x21px]] || 1432 || 432 || 0x01B0 || Road Heavy Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:433.gif|32x17px]] || 1433 || 433 || 0x01B1 || Road Heavy Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:434.gif|32x17px]] || 1434 || 434 || 0x01B2 || Road Heavy Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:435.gif|32x17px]] || 1435 || 435 || 0x01B3 || Road Heavy Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:436.gif|32x17px]] || 1436 || 436 || 0x01B4 || Road Heavy Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:437.gif|32x29px]] || 1437 || 437 || 0x01B5 || Highway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:438.gif|32x29px]] || 1438 || 438 || 0x01B6 || Highway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:439.gif|32x28px]] || 1439 || 439 || 0x01B7 || Causeway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:440.gif|32x28px]] || 1440 || 440 || 0x01B8 || Causeway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:441.gif|64x56px]] || 1441 || 441 || 0x01B9 || Highway Heavy Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:442.gif|64x56px]] || 1442 || 442 || 0x01BA || Highway Heavy Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:443.gif|64x44px]] || 1443 || 443 || 0x01BB || Highway Heavy Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:444.gif|64x44px]] || 1444 || 444 || 0x01BC || Highway Heavy Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:445.gif|64x44px]] || 1445 || 445 || 0x01BD || Highway Heavy Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:446.gif|64x29px]] || 1446 || 446 || 0x01BE || Highway Heavy Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:447.gif|64x44px]] || 1447 || 447 || 0x01BF || Highway Heavy Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:448.gif|64x45px]] || 1448 || 448 || 0x01C0 || Highway Heavy Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:449.gif|64x46px]] || 1449 || 449 || 0x01C1 || Highway Heavy Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:450.gif|32x18px]] || 1450 || 450 || 0x01C2 || Pipe Watered [R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:451.gif|32x18px]] || 1451 || 451 || 0x01C3 || Pipe Watered [T-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:452.gif|32x30px]] || 1452 || 452 || 0x01C4 || Pipe Watered [HT-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:453.gif|32x30px]] || 1453 || 453 || 0x01C5 || Pipe Watered [HR-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:454.gif|32x21px]] || 1454 || 454 || 0x01C6 || Pipe Watered [T-HB] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:455.gif|32x21px]] || 1455 || 455 || 0x01C7 || Pipe Watered [R-HL] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:456.gif|32x18px]] || 1456 || 456 || 0x01C8 || Pipe Watered [R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:457.gif|32x18px]] || 1457 || 457 || 0x01C9 || Pipe Watered [B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:458.gif|32x18px]] || 1458 || 458 || 0x01CA || Pipe Watered [T-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:459.gif|32x18px]] || 1459 || 459 || 0x01CB || Pipe Watered [T-R] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:460.gif|32x18px]] || 1460 || 460 || 0x01CC || Pipe Watered [T-R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:461.gif|32x18px]] || 1461 || 461 || 0x01CD || Pipe Watered [R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:462.gif|32x18px]] || 1462 || 462 || 0x01CE || Pipe Watered [T-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:463.gif|32x18px]] || 1463 || 463 || 0x01CF || Pipe Watered [T-R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:464.gif|32x18px]] || 1464 || 464 || 0x01D0 || Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:465.gif|32x34px]] || 1465 || 465 || 0x01D1 || Subway [R-L], Pipe Watered [T-B] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:466.gif|32x34px]] || 1466 || 466 || 0x01D2 || Subway [T-B], Pipe Watered [R-L] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:467.gif|32x19px]] || 1467 || 467 || 0x01D3 || Building Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:468.gif|32x17px]] || 1468 || 468 || 0x01D4 || Density Overlay 1 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:469.gif|32x17px]] || 1469 || 469 || 0x01D5 || Density Overlay 2 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:470.gif|32x17px]] || 1470 || 470 || 0x01D6 || Density Overlay 3 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:471.gif|32x17px]] || 1471 || 471 || 0x01D7 || Density Overlay 4 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:472.gif|32x17px]] || 1472 || 472 || 0x01D8 || Density Overlay 5 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:473.gif|32x17px]] || 1473 || 473 || 0x01D9 || Density Overlay 6 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:474.gif|32x17px]] || 1474 || 474 || 0x01DA || Density Overlay 7 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:475.gif|32x17px]] || 1475 || 475 || 0x01DB || Density Overlay 8 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:476.gif|32x17px]] || 1476 || 476 || 0x01DC || Green Plus ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:477.gif|32x17px]] || 1477 || 477 || 0x01DD || Red Negative ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:478.gif|64x39px]] || 1478 || 478 || 0x01DE || Monster Parts 1 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:479.gif|64x86px]] || 1479 || 479 || 0x01DF || Monster Parts 2 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:480.gif|64x67px]] || 1480 || 480 || 0x01E0 || Monster Parts 3 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:481.gif|64x58px]] || 1481 || 481 || 0x01E1 || Monster Parts 4 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:482.gif|64x25px]] || 1482 || 482 || 0x01E2 || Monster Parts 5 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:483.gif|64x50px]] || 1483 || 483 || 0x01E3 || Monster Parts 6 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:484.gif|64x39px]] || 1484 || 484 || 0x01E4 || Monster Parts 7 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:485.gif|64x65px]] || 1485 || 485 || 0x01E5 || Monster Parts 8 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:486.gif|64x75px]] || 1486 || 486 || 0x01E6 || Monster Parts 9 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:487.gif|64x70px]] || 1487 || 487 || 0x01E7 || Monster Parts 10 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:488.gif|64x44px]] || 1488 || 488 || 0x01E8 || Monster Parts 11 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:489.gif|64x48px]] || 1489 || 489 || 0x01E9 || Monster Parts 12 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:490.gif|64x90px]] || 1490 || 490 || 0x01EA || Monster Parts 13 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:491.gif|64x90px]] || 1491 || 491 || 0x01EB || Monster Parts 14 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:492.gif|32x19px]] || 1492 || 492 || 0x01EC || Flood Water ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:493.gif|32x24px]] || 1493 || 493 || 0x01ED || Rioters 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:494.gif|32x25px]] || 1494 || 494 || 0x01EE || Rioters 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:495.gif|32x15px]] || 1495 || 495 || 0x01EF || Maxis Man ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:496.gif|64x51px]] || 1496 || 496 || 0x01F0 || Dust Cloud ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:497.gif|64x125px]] || 1497 || 497 || 0x01F1 || Tornado 1 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:498.gif|64x125px]] || 1498 || 498 || 0x01F2 || Tornado 2 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:499.gif|64x126px]] || 1499 || 499 || 0x01F3 || Tornado 3 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=616</id>
		<title>MapXBLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=616"/>
		<updated>2025-03-10T21:31:37Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Key.png|652x97px]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ TileIDs for MapXBLD&lt;br /&gt;
|-|-&lt;br /&gt;
! {{tooltip|Tile Preview|Tile Preview}} ! {{tooltip|Sprite ID|Sprite ID}} ! {{tooltip|Tile ID|Tile ID}} ! {{tooltip|Hex ID|Hex ID}} ! {{tooltip|Name|Name}} ! {{tooltip|Category|Category}} ! {{tooltip|Type|Type}} ! {{tooltip|SubType|SubType}} ! {{tooltip|Size|Size}} ! {{tooltip|Can Flip|Can Flip}} ! {{tooltip|Animated|Animated}} ! {{tooltip|Frames|Frames}} ! {{tooltip|Microsim|Microsim}} ! {{tooltip|MicroSim 1 Description|MicroSim 1 Description}} ! {{tooltip|MicroSim 1 Unit|MicroSim 1 Unit}} ! {{tooltip|MicroSim 1 Type|MicroSim 1 Type}} ! {{tooltip|MicroSim 1 Max|MicroSim 1 Max}} ! {{tooltip|MicroSim 2 Description|MicroSim 2 Description}} ! {{tooltip|MicroSim 2 Unit|MicroSim 2 Unit}} ! {{tooltip|MicroSim 2 Type|MicroSim 2 Type}} ! {{tooltip|MicroSim 2 Max|MicroSim 2 Max}} ! {{tooltip|MicroSim 3 Description|MicroSim 3 Description}} ! {{tooltip|MicroSim 3 Unit|MicroSim 3 Unit}} ! {{tooltip|MicroSim 3 Type|MicroSim 3 Type}} ! {{tooltip|MicroSim 3 Max|MicroSim 3 Max}} ! {{tooltip|MicroSim 4 Description|MicroSim 4 Description}} ! {{tooltip|MicroSim 4 Unit|MicroSim 4 Unit}} ! {{tooltip|MicroSim 4 Type|MicroSim 4 Type}} ! {{tooltip|MicroSim 4 Max|MicroSim 4 Max}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:1.gif|32x17px]] || 1001 || 1 || 0x0001 || Rubble 1 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:2.gif|32x17px]] || 1002 || 2 || 0x0002 || Rubble 2 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:3.gif|32x17px]] || 1003 || 3 || 0x0003 || Rubble 3 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:4.gif|32x17px]] || 1004 || 4 || 0x0004 || Rubble 4 || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:5.gif|32x17px]] || 1005 || 5 || 0x0005 || Radioactive Waste || Ground Cover || building || terrain || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:6.gif|32x19px]] || 1006 || 6 || 0x0006 || Trees (Tree) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:7.gif|32x21px]] || 1007 || 7 || 0x0007 || Trees (Couple O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:8.gif|32x24px]] || 1008 || 8 || 0x0008 || Trees (More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:9.gif|32x25px]] || 1009 || 9 || 0x0009 || Trees (Morer Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:10.gif|32x23px]] || 1010 || 10 || 0x000A || Trees (Even More Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:11.gif|32x25px]] || 1011 || 11 || 0x000B || Trees (Tons O Trees) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:12.gif|32x24px]] || 1012 || 12 || 0x000C || Trees (Veritable Jungle) || Ground Cover || building || terrain || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:13.gif|32x21px]] || 1013 || 13 || 0x000D || Small park || Ground Cover || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:14.gif|32x23px]] || 1014 || 14 || 0x000E || Power Line [R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:15.gif|32x23px]] || 1015 || 15 || 0x000F || Power Line [T-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:16.gif|32x35px]] || 1016 || 16 || 0x0010 || Power Line [HT-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:17.gif|32x35px]] || 1017 || 17 || 0x0011 || Power Line [HR-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:18.gif|32x29px]] || 1018 || 18 || 0x0012 || Power Line [T-HB] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:19.gif|32x29px]] || 1019 || 19 || 0x0013 || Power Line [R-HL] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:20.gif|32x23px]] || 1020 || 20 || 0x0014 || Power Line [R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:21.gif|32x21px]] || 1021 || 21 || 0x0015 || Power Line [B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:22.gif|32x23px]] || 1022 || 22 || 0x0016 || Power Line [T-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:23.gif|32x23px]] || 1023 || 23 || 0x0017 || Power Line [T-R] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:24.gif|32x23px]] || 1024 || 24 || 0x0018 || Power Line [T-R-B] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:25.gif|32x23px]] || 1025 || 25 || 0x0019 || Power Line [R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:26.gif|32x23px]] || 1026 || 26 || 0x001A || Power Line [T-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:27.gif|32x23px]] || 1027 || 27 || 0x001B || Power Line [T-R-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:28.gif|32x23px]] || 1028 || 28 || 0x001C || Power Line [T-R-B-L] || Power Lines || power ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:29.gif|32x17px]] || 1029 || 29 || 0x001D || Road [R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:30.gif|32x17px]] || 1030 || 30 || 0x001E || Road [T-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:31.gif|32x29px]] || 1031 || 31 || 0x001F || Road [HT-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:32.gif|32x29px]] || 1032 || 32 || 0x0020 || Road [HR-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:33.gif|32x21px]] || 1033 || 33 || 0x0021 || Road [T-HB] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:34.gif|32x21px]] || 1034 || 34 || 0x0022 || Road [R-HL] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:35.gif|32x17px]] || 1035 || 35 || 0x0023 || Road [R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:36.gif|32x17px]] || 1036 || 36 || 0x0024 || Road [B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:37.gif|32x17px]] || 1037 || 37 || 0x0025 || Road [T-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:38.gif|32x17px]] || 1038 || 38 || 0x0026 || Road [T-R] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:39.gif|32x22px]] || 1039 || 39 || 0x0027 || Road [T-R-B] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:40.gif|32x17px]] || 1040 || 40 || 0x0028 || Road [R-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:41.gif|32x17px]] || 1041 || 41 || 0x0029 || Road [T-B-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:42.gif|32x17px]] || 1042 || 42 || 0x002A || Road [T-R-L] || Roads || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:43.gif|32x22px]] || 1043 || 43 || 0x002B || Road [T-R-B-L] || Roads || road ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:44.gif|32x17px]] || 1044 || 44 || 0x002C || Rail [R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:45.gif|32x17px]] || 1045 || 45 || 0x002D || Rail [T-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:46.gif|32x29px]] || 1046 || 46 || 0x002E || Rail [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:47.gif|32x29px]] || 1047 || 47 || 0x002F || Rail [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:48.gif|32x21px]] || 1048 || 48 || 0x0030 || Rail [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:49.gif|32x21px]] || 1049 || 49 || 0x0031 || Rail [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:50.gif|32x17px]] || 1050 || 50 || 0x0032 || Rail [R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:51.gif|32x17px]] || 1051 || 51 || 0x0033 || Rail [B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:52.gif|32x14px]] || 1052 || 52 || 0x0034 || Rail [T-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:53.gif|32x17px]] || 1053 || 53 || 0x0035 || Rail [T-R] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:54.gif|32x17px]] || 1054 || 54 || 0x0036 || Rail [T-R-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:55.gif|32x17px]] || 1055 || 55 || 0x0037 || Rail [R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:56.gif|32x17px]] || 1056 || 56 || 0x0038 || Rail [T-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:57.gif|32x17px]] || 1057 || 57 || 0x0039 || Rail [T-R-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:58.gif|32x17px]] || 1058 || 58 || 0x003A || Rail [T-R-B-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:59.gif|32x21px]] || 1059 || 59 || 0x003B || Rail Slope [HT-B] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:60.gif|32x21px]] || 1060 || 60 || 0x003C || Rail Slope [HR-L] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:61.gif|32x17px]] || 1061 || 61 || 0x003D || Rail Slope [T-HB] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:62.gif|32x17px]] || 1062 || 62 || 0x003E || Rail Slope [R-HL] || Rail || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:63.gif|32x29px]] || 1063 || 63 || 0x003F || Tunnel Entrance [B], Tunnel [T], Terrain [HT-B] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:64.gif|32x29px]] || 1064 || 64 || 0x0040 || Tunnel Entrance [L], Tunnel [R], Terrain [HR-L] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:65.gif|32x27px]] || 1065 || 65 || 0x0041 || Tunnel Entrance [T], Tunnel [B], Terrain [HB-T] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:66.gif|32x27px]] || 1066 || 66 || 0x0042 || Tunnel Entrance [R], Tunnel [L], Terrain [HL-R] || Tunnel Entrances || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:67.gif|32x23px]] || 1067 || 67 || 0x0043 || Road [T-B], Power Line [R-L] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:68.gif|32x23px]] || 1068 || 68 || 0x0044 || Road [R-L], Power Line [T-B] || Crossovers || power || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:69.gif|32x22px]] || 1069 || 69 || 0x0045 || Road [R-L] / Rail [T-B] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:70.gif|32x17px]] || 1070 || 70 || 0x0046 || Road [T-B] / Rail [R-L] || Crossovers || road || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:71.gif|32x23px]] || 1071 || 71 || 0x0047 || Rail [T-B] / Power Line [R-L] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:72.gif|32x23px]] || 1072 || 72 || 0x0048 || Rail [R-L] / Power Line [T-B] || Crossovers || rail || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:73.gif|32x31px]] || 1073 || 73 || 0x0049 || Highway [L-R] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:74.gif|32x31px]] || 1074 || 74 || 0x004A || Highway [T-B] || Highways || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:75.gif|32x31px]] || 1075 || 75 || 0x004B || Highway [R-L], Road [T-B] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:76.gif|32x31px]] || 1076 || 76 || 0x004C || Highway [T-B], Road [R-L] || Highway Crossovers || highway || road || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:77.gif|32x31px]] || 1077 || 77 || 0x004D || Highway [R-L], Rail [T-B] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:78.gif|32x31px]] || 1078 || 78 || 0x004E || Highway [T-B], Rail [R-L] || Highway Crossovers || highway || rail || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:79.gif|32x31px]] || 1079 || 79 || 0x004F || Highway [R-L], Power Line [T-B] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:80.gif|32x31px]] || 1080 || 80 || 0x0050 || Highway [T-B], Power Line [R-L] || Highway Crossovers || highway || power || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:81.gif|32x48px]] || 1081 || 81 || 0x0051 || Suspension Bridge (Piece 1) [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:82.gif|32x67px]] || 1082 || 82 || 0x0052 || Suspension Bridge (Piece 2) [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:83.gif|32x67px]] || 1083 || 83 || 0x0053 || Suspension Bridge (Piece 3) [R-L] || Bridges || road ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:84.gif|32x52px]] || 1084 || 84 || 0x0054 || Suspension Bridge (Piece 4) [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:85.gif|32x37px]] || 1085 || 85 || 0x0055 || Suspension Bridge (Piece 5) [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:86.gif|32x39px]] || 1086 || 86 || 0x0056 || Raising Bridge Tower [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:87.gif|32x31px]] || 1087 || 87 || 0x0057 || Causeway With Pylon [R-L] || Bridges || road ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:88.gif|32x31px]] || 1088 || 88 || 0x0058 || Causeway [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:89.gif|32x43px]] || 1089 || 89 || 0x0059 || Causeway Raised [R-L] || Bridges || road ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:90.gif|32x27px]] || 1090 || 90 || 0x005A || Rail Bridge With Pylon [R-L] || Bridges || rail ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:91.gif|32x27px]] || 1091 || 91 || 0x005B || Rail Bridge [R-L] || Bridges || rail ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:92.gif|32x35px]] || 1092 || 92 || 0x005C || Elevated Power Line [B-L] || Bridges || power ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:93.gif|32x32px]] || 1093 || 93 || 0x005D || Highway Onramp [R], Road [B] || Highway Entrance || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:94.gif|32x29px]] || 1094 || 94 || 0x005E || Highway Onramp [R], Road [T] || Highway Entrance || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:95.gif|32x21px]] || 1095 || 95 || 0x005F || Highway Onramp [L], Road [T] || Highway Entrance || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:96.gif|32x21px]] || 1096 || 96 || 0x0060 || Highway Onramp [L], Road [B] || Highway Entrance || highway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:97.gif|64x59px]] || 1097 || 97 || 0x0061 || Highway [HT-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:98.gif|64x59px]] || 1098 || 98 || 0x0062 || Highway [HR-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:99.gif|64x47px]] || 1099 || 99 || 0x0063 || Highway [T-HB] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:100.gif|64x47px]] || 1100 || 100 || 0x0064 || Highway [R-HL] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:101.gif|64x46px]] || 1101 || 101 || 0x0065 || Highway [R-B] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:102.gif|64x33px]] || 1102 || 102 || 0x0066 || Highway [B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:103.gif|64x46px]] || 1103 || 103 || 0x0067 || Highway [T-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:104.gif|64x47px]] || 1104 || 104 || 0x0068 || Highway [T-R] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:105.gif|64x49px]] || 1105 || 105 || 0x0069 || Highway Interchange [T-R-B-L] || Highway bits || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:106.gif|64x63px]] || 1106 || 106 || 0x006A || Highway (Reinforced Bridge With Pyon) [R-L] || Reinforced Bridge || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:107.gif|64x63px]] || 1107 || 107 || 0x006B || Highway (Reinforced Bridge) [R-L] || Reinforced Bridge || highway ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:108.gif|32x20px]] || 1108 || 108 || 0x006C || Subway [T] to Rail [B] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:109.gif|32x20px]] || 1109 || 109 || 0x006D || Subway [L] to Rail [R] Transition || Subway to Rail || rail || subway || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:110.gif|32x22px]] || 1110 || 110 || 0x006E || Subway [B] to Rail [T] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:111.gif|32x22px]] || 1111 || 111 || 0x006F || Subway [R] to Rail [L] Transition || Subway to Rail || rail || subway || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:112.gif|32x18px]] || 1112 || 112 || 0x0070 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:113.gif|32x18px]] || 1113 || 113 || 0x0071 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:114.gif|32x18px]] || 1114 || 114 || 0x0072 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:115.gif|32x17px]] || 1115 || 115 || 0x0073 || Lower-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:116.gif|32x17px]] || 1116 || 116 || 0x0074 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:117.gif|32x17px]] || 1117 || 117 || 0x0075 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:118.gif|32x17px]] || 1118 || 118 || 0x0076 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:119.gif|32x17px]] || 1119 || 119 || 0x0077 || Middle-Class Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:120.gif|32x19px]] || 1120 || 120 || 0x0078 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:121.gif|32x19px]] || 1121 || 121 || 0x0079 || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:122.gif|32x20px]] || 1122 || 122 || 0x007A || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:123.gif|32x21px]] || 1123 || 123 || 0x007B || Luxury Homes || Residential 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:124.gif|32x23px]] || 1124 || 124 || 0x007C || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:125.gif|32x27px]] || 1125 || 125 || 0x007D || Bed &amp;amp; Breakfast Inn || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:126.gif|32x20px]] || 1126 || 126 || 0x007E || Convenience Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:127.gif|32x18px]] || 1127 || 127 || 0x007F || Gas Station || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:128.gif|32x32px]] || 1128 || 128 || 0x0080 || Small Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:129.gif|32x43px]] || 1129 || 129 || 0x0081 || Office Building || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:130.gif|32x25px]] || 1130 || 130 || 0x0082 || Warehouse || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:131.gif|32x34px]] || 1131 || 131 || 0x0083 || Cassidy&#039;s Toy Store || Commercial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:132.gif|32x21px]] || 1132 || 132 || 0x0084 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:133.gif|32x28px]] || 1133 || 133 || 0x0085 || Chemical Storage || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:134.gif|32x20px]] || 1134 || 134 || 0x0086 || Warehouse || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:135.gif|32x26px]] || 1135 || 135 || 0x0087 || Industrial Substation || Industrial 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:136.gif|32x18px]] || 1136 || 136 || 0x0088 || Construction 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:137.gif|32x18px]] || 1137 || 137 || 0x0089 || Construction 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:138.gif|32x17px]] || 1138 || 138 || 0x008A || Abandoned Building 1 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:139.gif|32x17px]] || 1139 || 139 || 0x008B || Abandoned Building 2 || Misc 1x1 || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:140.gif|64x34px]] || 1140 || 140 || 0x008C || Cheap Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:141.gif|64x39px]] || 1141 || 141 || 0x008D || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:142.gif|64x36px]] || 1142 || 142 || 0x008E || Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:143.gif|64x44px]] || 1143 || 143 || 0x008F || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:144.gif|64x53px]] || 1144 || 144 || 0x0090 || Nice Apartments || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:145.gif|64x56px]] || 1145 || 145 || 0x0091 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:146.gif|64x78px]] || 1146 || 146 || 0x0092 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:147.gif|64x77px]] || 1147 || 147 || 0x0093 || Condominium || Residential 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:148.gif|64x33px]] || 1148 || 148 || 0x0094 || Shopping Center || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:149.gif|64x37px]] || 1149 || 149 || 0x0095 || Grocery Store || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:150.gif|64x42px]] || 1150 || 150 || 0x0096 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:151.gif|64x46px]] || 1151 || 151 || 0x0097 || Resort Hotel || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:152.gif|64x46px]] || 1152 || 152 || 0x0098 || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:153.gif|64x51px]] || 1153 || 153 || 0x0099 || Office / Retail || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:154.gif|64x70px]] || 1154 || 154 || 0x009A || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:155.gif|64x66px]] || 1155 || 155 || 0x009B || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:156.gif|64x72px]] || 1156 || 156 || 0x009C || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:157.gif|64x84px]] || 1157 || 157 || 0x009D || Office Building || Commercial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:158.gif|64x37px]] || 1158 || 158 || 0x009E || Warehouse || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:159.gif|64x38px]] || 1159 || 159 || 0x009F || Chemical Processing 2 || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:160.gif|64x45px]] || 1160 || 160 || 0x00A0 || Factory (Small Factory 1) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:161.gif|64x35px]] || 1161 || 161 || 0x00A1 || Factory (Small Factory 2) || Industrial 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:162.gif|64x45px]] || 1162 || 162 || 0x00A2 || Factory (Small Factory 3) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:163.gif|64x56px]] || 1163 || 163 || 0x00A3 || Factory (Small Factory 4) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:164.gif|64x61px]] || 1164 || 164 || 0x00A4 || Factory (Small Factory 5) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:165.gif|64x66px]] || 1165 || 165 || 0x00A5 || Factory (Small Factory 6) || Industrial 2x2 || building ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:166.gif|64x33px]] || 1166 || 166 || 0x00A6 || Construction 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:167.gif|64x44px]] || 1167 || 167 || 0x00A7 || Construction 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:168.gif|64x44px]] || 1168 || 168 || 0x00A8 || Construction 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:169.gif|64x65px]] || 1169 || 169 || 0x00A9 || Construction 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:170.gif|64x46px]] || 1170 || 170 || 0x00AA || Abandoned Building 3 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:171.gif|64x53px]] || 1171 || 171 || 0x00AB || Abandoned Building 4 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:172.gif|64x61px]] || 1172 || 172 || 0x00AC || Abandoned Building 5 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:173.gif|64x73px]] || 1173 || 173 || 0x00AD || Abandoned Building 6 || Misc 2x2 || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:174.gif|96x77px]] || 1174 || 174 || 0x00AE || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:175.gif|96x88px]] || 1175 || 175 || 0x00AF || Large Apartment Building || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:176.gif|96x58px]] || 1176 || 176 || 0x00B0 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:177.gif|96x96px]] || 1177 || 177 || 0x00B1 || Condominium || Residential 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:178.gif|96x61px]] || 1178 || 178 || 0x00B2 || Office Park || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:179.gif|96x91px]] || 1179 || 179 || 0x00B3 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:180.gif|96x65px]] || 1180 || 180 || 0x00B4 || Mini-Mall || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:181.gif|96x90px]] || 1181 || 181 || 0x00B5 || Theater Square || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:182.gif|96x58px]] || 1182 || 182 || 0x00B6 || Drive-In Theater || Commercial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:183.gif|96x117px]] || 1183 || 183 || 0x00B7 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:184.gif|96x123px]] || 1184 || 184 || 0x00B8 || Office Tower || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:185.gif|96x78px]] || 1185 || 185 || 0x00B9 || Parking Lot || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:186.gif|96x108px]] || 1186 || 186 || 0x00BA || Historic Office Building || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:187.gif|96x137px]] || 1187 || 187 || 0x00BB || Corporate Headquarters || Commercial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:188.gif|96x50px]] || 1188 || 188 || 0x00BC || Chemical Processing 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:189.gif|96x86px]] || 1189 || 189 || 0x00BD || Large Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:190.gif|96x55px]] || 1190 || 190 || 0x00BE || Industrial Thingamajig || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:191.gif|96x63px]] || 1191 || 191 || 0x00BF || Factory || Industrial 3x3 || building ||  || 3 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:192.gif|96x56px]] || 1192 || 192 || 0x00C0 || Large Warehouse 1 || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:193.gif|96x49px]] || 1193 || 193 || 0x00C1 || Warehouse || Industrial 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:194.gif|96x85px]] || 1194 || 194 || 0x00C2 || Construction 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:195.gif|96x65px]] || 1195 || 195 || 0x00C3 || Construction 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:196.gif|96x74px]] || 1196 || 196 || 0x00C4 || Abandoned Building 7 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:197.gif|96x90px]] || 1197 || 197 || 0x00C5 || Abandoned Building 8 || Misc 3x3 || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:198.gif|32x32px]] || 1198 || 198 || 0x00C6 || Hydroelectric Power || Power Plants || building || water || 1 || No || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:199.gif|32x32px]] || 1199 || 199 || 0x00C7 || Hydroelectric Power || Power Plants || building || water || 1 || No || No || 1 || City Wide ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:200.gif|32x48px]] || 1200 || 200 || 0x00C8 || Wind Power || Power Plants || building ||  || 1 || No || Yes || 12 || City Wide ||  ||  ||  ||  || Wind Generators ||  || windGeneratorCount ||  || Max System Output ||  || windGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:201.gif|128x86px]] || 1201 || 201 || 0x00C9 || Natural Gas Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:202.gif|128x115px]] || 1202 || 202 || 0x00CA || Oil Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:203.gif|128x81px]] || 1203 || 203 || 0x00CB || Nuclear Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:204.gif|128x78px]] || 1204 || 204 || 0x00CC || Solar Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:205.gif|128x95px]] || 1205 || 205 || 0x00CD || Microwave Power Receiver || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:206.gif|128x69px]] || 1206 || 206 || 0x00CE || Fusion Power Plant || Power Plants || building ||  || 4 || No || No || 1 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:207.gif|128x106px]] || 1207 || 207 || 0x00CF || Coal Power Plant || Power Plants || building ||  || 4 || No || Yes || 8 || Tile || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:208.gif|96x77px]] || 1208 || 208 || 0x00D0 || City Hall || Services || building ||  || 3 || No || No || 1 || Tile ||  ||  ||  ||  || Employees ||  || workers ||  || Year Built ||  || constructionYear ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:209.gif|96x82px]] || 1209 || 209 || 0x00D1 || Hospital || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Patients ||  || hospitalPatients || 1000 || Doctors ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:210.gif|96x72px]] || 1210 || 210 || 0x00D2 || Police Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Officers ||  || workers ||  || Crimes Reported ||  || crimes ||  || Arrests ||  || arrests || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:211.gif|96x65px]] || 1211 || 211 || 0x00D3 || Fire Station || Services || building ||  || 3 || No || No || 1 || Tile || Annual Cost ||  || funds ||  || Firefighers ||  || workers ||  || Fire Engines ||  || fireEquipment ||  || Response Time ||  || fireResponseTime || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:212.gif|96x55px]] || 1212 || 212 || 0x00D4 || Museum || Services || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Attendance ||  || museumAttendance ||  || Exhibits ||  || museumExhibits ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:213.gif|96x51px]] || 1213 || 213 || 0x00D5 || SimPark System (Big Park) || Services || building ||  || 3 || No || Yes || 8 || City Wide ||  ||  ||  ||  || Attendance ||  || parkAttendance ||  || Acres ||  || parkAcres ||  || Employees ||  || parkWorkers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:214.gif|96x57px]] || 1214 || 214 || 0x00D6 || School || Services || building ||  || 3 || No || No || 1 || Tile || Grade ||  || grade ||  || Students ||  || students || 1500 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:215.gif|128x83px]] || 1215 || 215 || 0x00D7 || Stadium || Services || building ||  || 4 || No || No || 1 || Tile || Wins ||  || stadiumWins ||  || Attendance ||  || stadiumAttendance || 25000 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:216.gif|128x74px]] || 1216 || 216 || 0x00D8 || Prison || Services || building ||  || 4 || No || No || 1 || Tile || Escapes ||  || prisonEscapes ||  || Inmates ||  || prisonInmates || 10000 || Guards ||  || workers ||  || Capacity ||  || capacity || 100&lt;br /&gt;
|-&lt;br /&gt;
| [[File:217.gif|128x85px]] || 1217 || 217 || 0x00D9 || College || Services || building ||  || 4 || No || No || 1 || Tile || Grade ||  || grade ||  || Attendance ||  || students || 5000 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:218.gif|128x67px]] || 1218 || 218 || 0x00DA || Zoo || Services || building ||  || 4 || No || Yes || 8 || Tile || Other Dromedaries ||  || zooOther ||  || Peruvian Llamas ||  || zooLlamasP ||  || Andean Llamas ||  || zooLlamasA ||  || Alpacas ||  || zooAlpacas || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:219.gif|32x42px]] || 1219 || 219 || 0x00DB || Statue || Services || building ||  || 1 || No || No || 1 || Tile ||  ||  ||  ||  || Year Built ||  || constructionYear ||  || Pigeons Perched ||  || statuePigeons ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:220.gif|32x19px]] || 1220 || 220 || 0x00DC || Water Pump || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:221.gif|32x17px]] || 1221 || 221 || 0x00DD || Runway [T-B] || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:222.gif|32x17px]] || 1222 || 222 || 0x00DE || Runway [T-R-B-L] || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:223.gif|32x21px]] || 1223 || 223 || 0x00DF || Pier [R-L] || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:224.gif|32x40px]] || 1224 || 224 || 0x00E0 || Crane || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:225.gif|32x63px]] || 1225 || 225 || 0x00E1 || Control Tower (Civilian Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:226.gif|32x69px]] || 1226 || 226 || 0x00E2 || Control Tower (Military Control Tower) || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:227.gif|32x20px]] || 1227 || 227 || 0x00E3 || Seaport Warehouse || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:228.gif|32x23px]] || 1228 || 228 || 0x00E4 || Airport Building 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:229.gif|32x22px]] || 1229 || 229 || 0x00E5 || Airport Building 2 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:230.gif|32x17px]] || 1230 || 230 || 0x00E6 || Tarmac || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:231.gif|32x18px]] || 1231 || 231 || 0x00E7 || F-15b || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:232.gif|32x20px]] || 1232 || 232 || 0x00E8 || Hangar 1 || Infrastructure (not power plants) || building ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:233.gif|32x21px]] || 1233 || 233 || 0x00E9 || Subway Station || Infrastructure (not power plants) || building || subway || 1 || No || No || 1 || City Wide ||  ||  ||  ||  || Subway Stations ||  || subwayStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || subwayStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:234.gif|32x19px]] || 1234 || 234 || 0x00EA || Radar || Infrastructure (not power plants) || building ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:235.gif|64x64px]] || 1235 || 235 || 0x00EB || Water Tower || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:236.gif|64x37px]] || 1236 || 236 || 0x00EC || Bus Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Bus Stations ||  || busStationCount ||  || Buses ||  || busStationBuses ||  || Passengers / day ||  || busStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:237.gif|64x38px]] || 1237 || 237 || 0x00ED || Rail Depot || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide ||  ||  ||  ||  || Rail Stations ||  || railStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || railStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:238.gif|64x39px]] || 1238 || 238 || 0x00EE || Parking lot (Civilian Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:239.gif|64x37px]] || 1239 || 239 || 0x00EF || Parking lot (Military Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:240.gif|64x36px]] || 1240 || 240 || 0x00F0 || Loading Bay || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:241.gif|64x57px]] || 1241 || 241 || 0x00F1 || Top Secret || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:242.gif|64x33px]] || 1242 || 242 || 0x00F2 || Cargo yard || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:243.gif|64x36px]] || 1243 || 243 || 0x00F3 || Mayor&#039;s House || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile || Door Steps ||  || mayorDoorSteps ||  || Year Built ||  || constructionYear ||  || Approval Rating ||  || mayorApprovalRating || 100 || Employees ||  || workers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:244.gif|64x37px]] || 1244 || 244 || 0x00F4 || Water Treatment Plant || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || Tile ||  ||  ||  ||  || Untreated Water || thousands || waterCubicFeet ||  || Treated Water || thousands || waterCubicFeet ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:245.gif|64x53px]] || 1245 || 245 || 0x00F5 || Library || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || City Wide || Grade ||  || grade ||  || Attendance ||  || libraryAttendance ||  || Books ||  || libraryBooks ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:246.gif|64x39px]] || 1246 || 246 || 0x00F6 || Hangar 2 || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:247.gif|64x48px]] || 1247 || 247 || 0x00F7 || Church || Infrastructure (not power plants) || building ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:248.gif|96x55px]] || 1248 || 248 || 0x00F8 || Marina || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || City Wide ||  ||  ||  ||  || Boats ||  || marinaBoats ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:249.gif|96x50px]] || 1249 || 249 || 0x00F9 || Missile Silo || Infrastructure (not power plants) || building ||  || 3 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:250.gif|96x77px]] || 1250 || 250 || 0x00FA || Desalination Plant || Infrastructure (not power plants) || building ||  || 3 || No || Yes || 24 || Tile || Current Load ||  || capacity || 100 || Salt / tons Removed ||  || desalinationSaltRemoved ||  || Employees ||  || workers ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:251.gif|128x196px]] || 1251 || 251 || 0x00FB || Plymouth arcology || Arcologies || building ||  || 4 || No || Yes || 24 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:252.gif|128x182px]] || 1252 || 252 || 0x00FC || Forest arcology || Arcologies || building ||  || 4 || No || Yes || 8 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:253.gif|128x210px]] || 1253 || 253 || 0x00FD || Darco arcology || Arcologies || building ||  || 4 || No || Yes || 4 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:254.gif|128x235px]] || 1254 || 254 || 0x00FE || Launch arcology || Arcologies || building ||  || 4 || No || Yes || 12 || Tile || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:255.gif|128x154px]] || 1255 || 255 || 0x00FF || Braun Llama Dome || Other || building ||  || 4 || No || Yes || 4 || Tile || Weddings ||  || domeWeddings ||  || Visitors ||  || domeVisitors ||  || Llama Sightings ||  || domeLlamaSightings ||  || Complaints ||  || domeComplaints || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:256.gif|32x17px]] || 1256 || 256 || 0x0100 || Terrain ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:257.gif|32x29px]] || 1257 || 257 || 0x0101 || Terrain [HT-B] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:258.gif|32x29px]] || 1258 || 258 || 0x0102 || Terrain [HR-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:259.gif|32x21px]] || 1259 || 259 || 0x0103 || Terrain [T-HB] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:260.gif|32x21px]] || 1260 || 260 || 0x0104 || Terrain [R-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:261.gif|32x29px]] || 1261 || 261 || 0x0105 || Terrain [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:262.gif|32x29px]] || 1262 || 262 || 0x0106 || Terrain [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:263.gif|32x21px]] || 1263 || 263 || 0x0107 || Terrain [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:264.gif|32x29px]] || 1264 || 264 || 0x0108 || Terrain [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:265.gif|32x29px]] || 1265 || 265 || 0x0109 || Terrain Slope [HT-HR-B-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:266.gif|32x21px]] || 1266 || 266 || 0x010A || Terrain Slope [T-HR-HB-L] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:267.gif|32x17px]] || 1267 || 267 || 0x010B || Terrain Slope [T-R-HB-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:268.gif|32x21px]] || 1268 || 268 || 0x010C || Terrain Slope [HT-R-B-HL] ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:269.gif|32x29px]] || 1269 || 269 || 0x010D || Bedrock ||  || terrain ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:270.gif|32x17px]] || 1270 || 270 || 0x010E || Water [T-R-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:271.gif|32x17px]] || 1271 || 271 || 0x010F || Water [R-B-L], Terrain [T] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:272.gif|32x17px]] || 1272 || 272 || 0x0110 || Water [T-B-L], Terrain [R] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:273.gif|32x17px]] || 1273 || 273 || 0x0111 || Water [T-R-L], Terrain [B] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:274.gif|32x17px]] || 1274 || 274 || 0x0112 || Water [T-R-B], Terrain [L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:275.gif|32x17px]] || 1275 || 275 || 0x0113 || Water [B-L], Terrain [T-R] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:276.gif|32x17px]] || 1276 || 276 || 0x0114 || Water [T-L], Terrain [R-B] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:277.gif|32x17px]] || 1277 || 277 || 0x0115 || Water [T-R], Terrain [B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:278.gif|32x17px]] || 1278 || 278 || 0x0116 || Water [R-B], Terrain [T-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:279.gif|32x17px]] || 1279 || 279 || 0x0117 || Water [T-R-B] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:280.gif|32x17px]] || 1280 || 280 || 0x0118 || Water [R-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:281.gif|32x17px]] || 1281 || 281 || 0x0119 || Water [T-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:282.gif|32x17px]] || 1282 || 282 || 0x011A || Water [T-R-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:283.gif|32x17px]] || 1283 || 283 || 0x011B || Isolated Water, Terrain [T-R-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:284.gif|32x29px]] || 1284 || 284 || 0x011C || Waterfall ||  || water ||  || 1 || No || Yes || 3 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:285.gif|32x17px]] || 1285 || 285 || 0x011D || Water [R-L], Terrain [T-B] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:286.gif|32x17px]] || 1286 || 286 || 0x011E || Water [T-B], Terrain [R-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:287.gif|32x17px]] || 1287 || 287 || 0x011F || Water [B], Terrain [T-R-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:288.gif|32x17px]] || 1288 || 288 || 0x0120 || Water [L], Terrain [T-R-B] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:289.gif|32x17px]] || 1289 || 289 || 0x0121 || Water [T], Terrain [R-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:290.gif|32x17px]] || 1290 || 290 || 0x0122 || Water [R], Terrain [T-B-L] ||  || water ||  || 1 || No || Yes || 2 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:291.gif|32x17px]] || 1291 || 291 || 0x0123 || Low Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:292.gif|32x17px]] || 1292 || 292 || 0x0124 || High Density Residential Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:293.gif|32x17px]] || 1293 || 293 || 0x0125 || Low Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:294.gif|32x17px]] || 1294 || 294 || 0x0126 || High Density Commercial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:295.gif|32x17px]] || 1295 || 295 || 0x0127 || Low Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:296.gif|32x17px]] || 1296 || 296 || 0x0128 || High Density Industrial Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:297.gif|32x17px]] || 1297 || 297 || 0x0129 || Military Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:298.gif|32x17px]] || 1298 || 298 || 0x012A || Airport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:299.gif|32x17px]] || 1299 || 299 || 0x012B || Seaport Zone ||  || zone ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:300.gif|32x17px]] || 1300 || 300 || 0x012C || Green Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:301.gif|32x17px]] || 1301 || 301 || 0x012D || Blue Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:302.gif|32x17px]] || 1302 || 302 || 0x012E || Yellow Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:303.gif|32x17px]] || 1303 || 303 || 0x012F || Red Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:304.gif|32x18px]] || 1304 || 304 || 0x0130 || Grey Tile ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:305.gif|32x18px]] || 1305 || 305 || 0x0131 || Underground Terrain ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:306.gif|32x30px]] || 1306 || 306 || 0x0132 || Underground Terrain [HT-B] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:307.gif|32x30px]] || 1307 || 307 || 0x0133 || Underground Terrain [HR-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:308.gif|32x21px]] || 1308 || 308 || 0x0134 || Underground Terrain [T-HB] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:309.gif|32x21px]] || 1309 || 309 || 0x0135 || Underground Terrain [R-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:310.gif|32x30px]] || 1310 || 310 || 0x0136 || Underground Terrain [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:311.gif|32x29px]] || 1311 || 311 || 0x0137 || Underground Terrain [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:312.gif|32x21px]] || 1312 || 312 || 0x0138 || Underground Terrain [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:313.gif|32x29px]] || 1313 || 313 || 0x0139 || Underground Terrain [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:314.gif|32x30px]] || 1314 || 314 || 0x013A || Underground Terrain Slope [HT-HR-B-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:315.gif|32x22px]] || 1315 || 315 || 0x013B || Underground Terrain Slope [T-HR-HB-L] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:316.gif|32x40px]] || 1316 || 316 || 0x013C || Underground Terrain Slope [T-R-HB-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:317.gif|32x22px]] || 1317 || 317 || 0x013D || Underground Terrain Slope [HT-R-B-HL] ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:318.gif|32x29px]] || 1318 || 318 || 0x013E || Bedrock Outline ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:319.gif|32x34px]] || 1319 || 319 || 0x013F || Subway [R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:320.gif|32x34px]] || 1320 || 320 || 0x0140 || Subway [T-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:321.gif|32x46px]] || 1321 || 321 || 0x0141 || Subway [HT-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:322.gif|32x46px]] || 1322 || 322 || 0x0142 || Subway [HR-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:323.gif|32x30px]] || 1323 || 323 || 0x0143 || Subway [T-HB] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:324.gif|32x30px]] || 1324 || 324 || 0x0144 || Subway [R-HL] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:325.gif|32x34px]] || 1325 || 325 || 0x0145 || Subway [R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:326.gif|32x34px]] || 1326 || 326 || 0x0146 || Subway [B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:327.gif|32x34px]] || 1327 || 327 || 0x0147 || Subway [T-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:328.gif|32x26px]] || 1328 || 328 || 0x0148 || Subway [T-R] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:329.gif|32x34px]] || 1329 || 329 || 0x0149 || Subway [T-R-B] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:330.gif|32x34px]] || 1330 || 330 || 0x014A || Subway [R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:331.gif|32x34px]] || 1331 || 331 || 0x014B || Subway [T-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:332.gif|32x34px]] || 1332 || 332 || 0x014C || Subway [T-R-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:333.gif|32x34px]] || 1333 || 333 || 0x014D || Subway [T-R-B-L] ||  || subway ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:334.gif|32x18px]] || 1334 || 334 || 0x014E || Pipe [R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:335.gif|32x18px]] || 1335 || 335 || 0x014F || Pipe [T-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:336.gif|32x30px]] || 1336 || 336 || 0x0150 || Pipe [HT-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:337.gif|32x30px]] || 1337 || 337 || 0x0151 || Pipe [HR-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:338.gif|32x21px]] || 1338 || 338 || 0x0152 || Pipe [T-HB] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:339.gif|32x21px]] || 1339 || 339 || 0x0153 || Pipe [R-HL] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:340.gif|32x18px]] || 1340 || 340 || 0x0154 || Pipe [R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:341.gif|32x18px]] || 1341 || 341 || 0x0155 || Pipe [B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:342.gif|32x18px]] || 1342 || 342 || 0x0156 || Pipe [T-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:343.gif|32x18px]] || 1343 || 343 || 0x0157 || Pipe [T-R] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:344.gif|32x18px]] || 1344 || 344 || 0x0158 || Pipe [T-R-B] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:345.gif|32x18px]] || 1345 || 345 || 0x0159 || Pipe [R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:346.gif|32x18px]] || 1346 || 346 || 0x015A || Pipe [T-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:347.gif|32x18px]] || 1347 || 347 || 0x015B || Pipe [T-R-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:348.gif|32x18px]] || 1348 || 348 || 0x015C || Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:349.gif|32x34px]] || 1349 || 349 || 0x015D || Subway [R-L], Pipe [T-B] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:350.gif|32x34px]] || 1350 || 350 || 0x015E || Subway [T-B], Pipe [R-L] ||  || subway || pipe || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:351.gif|32x19px]] || 1351 || 351 || 0x015F || Building Pipe [T-R-B-L] ||  || pipe ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:352.gif|32x28px]] || 1352 || 352 || 0x0160 || Underground Segment (single) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:353.gif|32x39px]] || 1353 || 353 || 0x0161 || Underground Segment (double) ||  || underground ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:354.gif|32x17px]] || 1354 || 354 || 0x0162 || Green Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:355.gif|32x17px]] || 1355 || 355 || 0x0163 || Blue Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:356.gif|32x17px]] || 1356 || 356 || 0x0164 || Brown Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:357.gif|32x17px]] || 1357 || 357 || 0x0165 || Red Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:358.gif|32x17px]] || 1358 || 358 || 0x0166 || Grey Outline ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:359.gif|64x27px]] || 1359 || 359 || 0x0167 || Airplane [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:360.gif|64x19px]] || 1360 || 360 || 0x0168 || Airplane [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:361.gif|64x19px]] || 1361 || 361 || 0x0169 || Airplane [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:362.gif|64x23px]] || 1362 || 362 || 0x016A || Airplane [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:363.gif|64x31px]] || 1363 || 363 || 0x016B || Airplane [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:364.gif|32x20px]] || 1364 || 364 || 0x016C || Sim Copter [N] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:365.gif|32x13px]] || 1365 || 365 || 0x016D || Sim Copter [NE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:366.gif|32x12px]] || 1366 || 366 || 0x016E || Sim Copter [E] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:367.gif|32x17px]] || 1367 || 367 || 0x016F || Sim Copter [SE] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:368.gif|32x21px]] || 1368 || 368 || 0x0170 || Sim Copter [S] ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:369.gif|64x49px]] || 1369 || 369 || 0x0171 || Cargo Ship [N] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:370.gif|64x41px]] || 1370 || 370 || 0x0172 || Cargo Ship [NE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:371.gif|64x35px]] || 1371 || 371 || 0x0173 || Cargo Ship [E] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:372.gif|64x42px]] || 1372 || 372 || 0x0174 || Cargo Ship [SE] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:373.gif|64x54px]] || 1373 || 373 || 0x0175 || Cargo Ship [S] ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:374.gif|32x20px]] || 1374 || 374 || 0x0176 || Train [N] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:375.gif|32x21px]] || 1375 || 375 || 0x0177 || Train [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:376.gif|32x19px]] || 1376 || 376 || 0x0178 || Train [E] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:377.gif|32x33px]] || 1377 || 377 || 0x0179 || Train [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:378.gif|32x28px]] || 1378 || 378 || 0x017A || Train [S] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:379.gif|32x16px]] || 1379 || 379 || 0x017B || Nessie ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:380.gif|32x22px]] || 1380 || 380 || 0x017C || Sail Boat [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:381.gif|32x22px]] || 1381 || 381 || 0x017D || Sail Boat [SE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:382.gif|32x70px]] || 1382 || 382 || 0x017E || Police Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:383.gif|32x78px]] || 1383 || 383 || 0x017F || Fire Dept. Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:384.gif|32x69px]] || 1384 || 384 || 0x0180 || Military Dispatch ||  || sign ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:385.gif|32x91px]] || 1385 || 385 || 0x0181 || Monster Space Ray ||  || thing || monster || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:386.gif|32x16px]] || 1386 || 386 || 0x0182 || Power Outage Indicator ||  || overlay ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:387.gif|64x35px]] || 1387 || 387 || 0x0183 || Explosion 1 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:388.gif|64x41px]] || 1388 || 388 || 0x0184 || Explosion 2 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:389.gif|64x40px]] || 1389 || 389 || 0x0185 || Explosion 3 ||  || explosion ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:390.gif|32x21px]] || 1390 || 390 || 0x0186 || Bulldozer [NE] ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:391.gif|32x21px]] || 1391 || 391 || 0x0187 || Bulldozer [SE] ||  || thing ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:392.gif|32x64px]] || 1392 || 392 || 0x0188 || Dust Cloud 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:393.gif|32x49px]] || 1393 || 393 || 0x0189 || Dust Cloud 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:394.gif|32x39px]] || 1394 || 394 || 0x018A || Dust Cloud 3 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:395.gif|32x32px]] || 1395 || 395 || 0x018B || Dust Cloud 4 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:396.gif|32x24px]] || 1396 || 396 || 0x018C || Fire 1 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:397.gif|32x20px]] || 1397 || 397 || 0x018D || Fire 2 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:398.gif|32x23px]] || 1398 || 398 || 0x018E || Fire 3 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:399.gif|32x22px]] || 1399 || 399 || 0x018F || Fire 4 ||  || fire ||  || 1 || No || Yes || 4 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:400.gif|32x17px]] || 1400 || 400 || 0x0190 || Road Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:401.gif|32x17px]] || 1401 || 401 || 0x0191 || Road Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:402.gif|32x29px]] || 1402 || 402 || 0x0192 || Road Light Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:403.gif|32x29px]] || 1403 || 403 || 0x0193 || Road Light Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:404.gif|32x21px]] || 1404 || 404 || 0x0194 || Road Light Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:405.gif|32x21px]] || 1405 || 405 || 0x0195 || Road Light Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:406.gif|32x17px]] || 1406 || 406 || 0x0196 || Road Light Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:407.gif|32x17px]] || 1407 || 407 || 0x0197 || Road Light Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:408.gif|32x17px]] || 1408 || 408 || 0x0198 || Road Light Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:409.gif|32x17px]] || 1409 || 409 || 0x0199 || Road Light Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:410.gif|32x29px]] || 1410 || 410 || 0x019A || Highway Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:411.gif|32x29px]] || 1411 || 411 || 0x019B || Highway Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:412.gif|32x28px]] || 1412 || 412 || 0x019C || Causeway Light Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:413.gif|32x28px]] || 1413 || 413 || 0x019D || Causeway Light Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:414.gif|32x31px]] || 1414 || 414 || 0x019E || Highway Light Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:415.gif|32x29px]] || 1415 || 415 || 0x019F || Highway Light Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:416.gif|32x16px]] || 1416 || 416 || 0x01A0 || Highway Light Traffic [R-T] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:417.gif|32x13px]] || 1417 || 417 || 0x01A1 || Highway Light Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:418.gif|64x56px]] || 1418 || 418 || 0x01A2 || Highway Light Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:419.gif|64x56px]] || 1419 || 419 || 0x01A3 || Highway Light Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:420.gif|64x44px]] || 1420 || 420 || 0x01A4 || Highway Light Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:421.gif|64x44px]] || 1421 || 421 || 0x01A5 || Highway Light Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:422.gif|64x44px]] || 1422 || 422 || 0x01A6 || Highway Light Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:423.gif|64x29px]] || 1423 || 423 || 0x01A7 || Highway Light Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:424.gif|64x44px]] || 1424 || 424 || 0x01A8 || Highway Light Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:425.gif|64x45px]] || 1425 || 425 || 0x01A9 || Highway Light Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:426.gif|64x46px]] || 1426 || 426 || 0x01AA || Highway Interchange Light Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:427.gif|32x17px]] || 1427 || 427 || 0x01AB || Road Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:428.gif|32x17px]] || 1428 || 428 || 0x01AC || Road Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:429.gif|32x29px]] || 1429 || 429 || 0x01AD || Road Heavy Traffic [HT-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:430.gif|32x29px]] || 1430 || 430 || 0x01AE || Road Heavy Traffic [HR-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:431.gif|32x21px]] || 1431 || 431 || 0x01AF || Road Heavy Traffic [T-HB] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:432.gif|32x21px]] || 1432 || 432 || 0x01B0 || Road Heavy Traffic [R-HL] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:433.gif|32x17px]] || 1433 || 433 || 0x01B1 || Road Heavy Traffic [R-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:434.gif|32x17px]] || 1434 || 434 || 0x01B2 || Road Heavy Traffic [B-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:435.gif|32x17px]] || 1435 || 435 || 0x01B3 || Road Heavy Traffic [T-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:436.gif|32x17px]] || 1436 || 436 || 0x01B4 || Road Heavy Traffic [T-R] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:437.gif|32x29px]] || 1437 || 437 || 0x01B5 || Highway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:438.gif|32x29px]] || 1438 || 438 || 0x01B6 || Highway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:439.gif|32x28px]] || 1439 || 439 || 0x01B7 || Causeway Heavy Traffic [R-L] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:440.gif|32x28px]] || 1440 || 440 || 0x01B8 || Causeway Heavy Traffic [T-B] ||  || traffic ||  || 1 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:441.gif|64x56px]] || 1441 || 441 || 0x01B9 || Highway Heavy Traffic [HT-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:442.gif|64x56px]] || 1442 || 442 || 0x01BA || Highway Heavy Traffic [HR-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:443.gif|64x44px]] || 1443 || 443 || 0x01BB || Highway Heavy Traffic [T-HB] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:444.gif|64x44px]] || 1444 || 444 || 0x01BC || Highway Heavy Traffic [R-HL] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:445.gif|64x44px]] || 1445 || 445 || 0x01BD || Highway Heavy Traffic [R-B] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:446.gif|64x29px]] || 1446 || 446 || 0x01BE || Highway Heavy Traffic [B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:447.gif|64x44px]] || 1447 || 447 || 0x01BF || Highway Heavy Traffic [T-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:448.gif|64x45px]] || 1448 || 448 || 0x01C0 || Highway Heavy Traffic [T-R] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:449.gif|64x46px]] || 1449 || 449 || 0x01C1 || Highway Heavy Traffic [T-R-B-L] ||  || traffic ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:450.gif|32x18px]] || 1450 || 450 || 0x01C2 || Pipe Watered [R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:451.gif|32x18px]] || 1451 || 451 || 0x01C3 || Pipe Watered [T-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:452.gif|32x30px]] || 1452 || 452 || 0x01C4 || Pipe Watered [HT-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:453.gif|32x30px]] || 1453 || 453 || 0x01C5 || Pipe Watered [HR-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:454.gif|32x21px]] || 1454 || 454 || 0x01C6 || Pipe Watered [T-HB] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:455.gif|32x21px]] || 1455 || 455 || 0x01C7 || Pipe Watered [R-HL] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:456.gif|32x18px]] || 1456 || 456 || 0x01C8 || Pipe Watered [R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:457.gif|32x18px]] || 1457 || 457 || 0x01C9 || Pipe Watered [B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:458.gif|32x18px]] || 1458 || 458 || 0x01CA || Pipe Watered [T-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:459.gif|32x18px]] || 1459 || 459 || 0x01CB || Pipe Watered [T-R] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:460.gif|32x18px]] || 1460 || 460 || 0x01CC || Pipe Watered [T-R-B] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:461.gif|32x18px]] || 1461 || 461 || 0x01CD || Pipe Watered [R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:462.gif|32x18px]] || 1462 || 462 || 0x01CE || Pipe Watered [T-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:463.gif|32x18px]] || 1463 || 463 || 0x01CF || Pipe Watered [T-R-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:464.gif|32x18px]] || 1464 || 464 || 0x01D0 || Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:465.gif|32x34px]] || 1465 || 465 || 0x01D1 || Subway [R-L], Pipe Watered [T-B] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:466.gif|32x34px]] || 1466 || 466 || 0x01D2 || Subway [T-B], Pipe Watered [R-L] ||  || subway || pipe || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:467.gif|32x19px]] || 1467 || 467 || 0x01D3 || Building Pipe Watered [T-R-B-L] ||  || pipe ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:468.gif|32x17px]] || 1468 || 468 || 0x01D4 || Density Overlay 1 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:469.gif|32x17px]] || 1469 || 469 || 0x01D5 || Density Overlay 2 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:470.gif|32x17px]] || 1470 || 470 || 0x01D6 || Density Overlay 3 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:471.gif|32x17px]] || 1471 || 471 || 0x01D7 || Density Overlay 4 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:472.gif|32x17px]] || 1472 || 472 || 0x01D8 || Density Overlay 5 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:473.gif|32x17px]] || 1473 || 473 || 0x01D9 || Density Overlay 6 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:474.gif|32x17px]] || 1474 || 474 || 0x01DA || Density Overlay 7 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:475.gif|32x17px]] || 1475 || 475 || 0x01DB || Density Overlay 8 ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:476.gif|32x17px]] || 1476 || 476 || 0x01DC || Green Plus ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:477.gif|32x17px]] || 1477 || 477 || 0x01DD || Red Negative ||  || overlay ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:478.gif|64x39px]] || 1478 || 478 || 0x01DE || Monster Parts 1 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:479.gif|64x86px]] || 1479 || 479 || 0x01DF || Monster Parts 2 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:480.gif|64x67px]] || 1480 || 480 || 0x01E0 || Monster Parts 3 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:481.gif|64x58px]] || 1481 || 481 || 0x01E1 || Monster Parts 4 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:482.gif|64x25px]] || 1482 || 482 || 0x01E2 || Monster Parts 5 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:483.gif|64x50px]] || 1483 || 483 || 0x01E3 || Monster Parts 6 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:484.gif|64x39px]] || 1484 || 484 || 0x01E4 || Monster Parts 7 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:485.gif|64x65px]] || 1485 || 485 || 0x01E5 || Monster Parts 8 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:486.gif|64x75px]] || 1486 || 486 || 0x01E6 || Monster Parts 9 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:487.gif|64x70px]] || 1487 || 487 || 0x01E7 || Monster Parts 10 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:488.gif|64x44px]] || 1488 || 488 || 0x01E8 || Monster Parts 11 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:489.gif|64x48px]] || 1489 || 489 || 0x01E9 || Monster Parts 12 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:490.gif|64x90px]] || 1490 || 490 || 0x01EA || Monster Parts 13 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:491.gif|64x90px]] || 1491 || 491 || 0x01EB || Monster Parts 14 ||  || thing || monster || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:492.gif|32x19px]] || 1492 || 492 || 0x01EC || Flood Water ||  || thing ||  || 1 || No || Yes || 12 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:493.gif|32x24px]] || 1493 || 493 || 0x01ED || Rioters 1 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:494.gif|32x25px]] || 1494 || 494 || 0x01EE || Rioters 2 ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:495.gif|32x15px]] || 1495 || 495 || 0x01EF || Maxis Man ||  || thing ||  || 1 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:496.gif|64x51px]] || 1496 || 496 || 0x01F0 || Dust Cloud ||  || thing ||  || 2 || No || No || 1 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:497.gif|64x125px]] || 1497 || 497 || 0x01F1 || Tornado 1 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:498.gif|64x125px]] || 1498 || 498 || 0x01F2 || Tornado 2 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:499.gif|64x126px]] || 1499 || 499 || 0x01F3 || Tornado 3 ||  || thing ||  || 2 || No || Yes || 8 || None ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:Key.png&amp;diff=615</id>
		<title>File:Key.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:Key.png&amp;diff=615"/>
		<updated>2025-03-10T21:20:02Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=Main_Page&amp;diff=611</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=Main_Page&amp;diff=611"/>
		<updated>2025-03-10T18:58:02Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ __NOEDITSECTION__ {{#description2:Welcome to sc2k-reverse, the sc2kfix Project wiki!}}&lt;br /&gt;
[[File:{{#setmainimage:SC2K-reverse Header.png}}|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Welcome to sc2k-reverse, the sc2kfix Project wiki!&#039;&#039;&#039; Pardon our dust, as this wiki is brand new and we haven&#039;t had a chance to do much of anything around here yet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;u&amp;gt;Need an account?&amp;lt;/u&amp;gt;&#039;&#039;&#039; PM araxestroy on the Simtropolis forums or on the libera.chat IRC network.&lt;br /&gt;
&lt;br /&gt;
== Wiki to-do list ==&lt;br /&gt;
&lt;br /&gt;
* More page component templates (see [[:Category:Templates]])&lt;br /&gt;
** Game infoboxes&lt;br /&gt;
** RE related stuff? Not sure what we&#039;ll need&lt;br /&gt;
** Category navboxes&lt;br /&gt;
* Wiki meta pages (categories, help, copyright page, etc)&lt;br /&gt;
* Nicer main page (maybe split it into flex columns?)&lt;br /&gt;
* Get some stub articles written up as a &amp;quot;schema&amp;quot;&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure the email system actually works&amp;lt;/s&amp;gt; it absolutely does not, I may need to move this thing to a Linode VPS sooner rather than later&lt;br /&gt;
&lt;br /&gt;
== sc2kfix Plugin Information ==&lt;br /&gt;
&lt;br /&gt;
* [https://sc2kfix.net/plugin.html Plugin user guide]&lt;br /&gt;
&lt;br /&gt;
== SimCity 2000 Reverse Engineering ==&lt;br /&gt;
&lt;br /&gt;
* [[Function list]]&lt;br /&gt;
* [[Known global variables]]&lt;br /&gt;
* [[Classes]]&lt;br /&gt;
* [[Map data]]&lt;br /&gt;
* [[Data formats]]&lt;br /&gt;
* [[MapXBLD]]&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=610</id>
		<title>MapXBLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=MapXBLD&amp;diff=610"/>
		<updated>2025-03-10T18:57:17Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ TileIDs for MapXBLD&lt;br /&gt;
|-&lt;br /&gt;
! {{tooltip|Tile Preview|Tile Preview}} ! {{tooltip|Sprite ID|Sprite ID}} ! {{tooltip|Tile ID|Tile ID}} ! {{tooltip|Hex ID|Hex ID}} ! {{tooltip|Name|Name}} ! {{tooltip|Category|Category}} ! {{tooltip|Type|Type}} ! {{tooltip|SubType|SubType}} ! {{tooltip|Size|Size}} ! {{tooltip|Animated|Animated}} ! {{tooltip|Frames|Frames}} ! {{tooltip|Microsim|Microsim}} ! {{tooltip|MicroSim 1 Description|MicroSim 1 Description}} ! {{tooltip|MicroSim 1 Unit|MicroSim 1 Unit}} ! {{tooltip|MicroSim 1 Type|MicroSim 1 Type}} ! {{tooltip|MicroSim 1 Max|MicroSim 1 Max}} ! {{tooltip|MicroSim 2 Description|MicroSim 2 Description}} ! {{tooltip|MicroSim 2 Unit|MicroSim 2 Unit}} ! {{tooltip|MicroSim 2 Type|MicroSim 2 Type}} ! {{tooltip|MicroSim 2 Max|MicroSim 2 Max}} ! {{tooltip|MicroSim 3 Description|MicroSim 3 Description}} ! {{tooltip|MicroSim 3 Unit|MicroSim 3 Unit}} ! {{tooltip|MicroSim 3 Type|MicroSim 3 Type}} ! {{tooltip|MicroSim 3 Max|MicroSim 3 Max}} ! {{tooltip|MicroSim 4 Description|MicroSim 4 Description}} ! {{tooltip|MicroSim 4 Unit|MicroSim 4 Unit}} ! {{tooltip|MicroSim 4 Type|MicroSim 4 Type}} ! {{tooltip|MicroSim 4 Max|MicroSim 4 Max}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:1.gif|64x34px]] || 1001 || 1 || 0x0001 || Rubble (Rubble 1) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:2.gif|64x34px]] || 1002 || 2 || 0x0002 || Rubble (Rubble 2) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:3.gif|64x34px]] || 1003 || 3 || 0x0003 || Rubble (Rubble 3) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:4.gif|64x34px]] || 1004 || 4 || 0x0004 || Rubble (Rubble 4) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:5.gif|64x34px]] || 1005 || 5 || 0x0005 || Radioactive Waste (Radioactivity) || Ground Cover || building || terrain || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:6.gif|64x38px]] || 1006 || 6 || 0x0006 || Trees (Tree) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:7.gif|64x42px]] || 1007 || 7 || 0x0007 || Trees (Couple O Trees) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:8.gif|64x48px]] || 1008 || 8 || 0x0008 || Trees (More Trees) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:9.gif|64x50px]] || 1009 || 9 || 0x0009 || Trees (Morer Trees) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:10.gif|64x46px]] || 1010 || 10 || 0x000A || Trees (Even More Trees) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:11.gif|64x50px]] || 1011 || 11 || 0x000B || Trees (Tons O Trees) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:12.gif|64x48px]] || 1012 || 12 || 0x000C || Trees (Veritable Jungle) || Ground Cover || building || terrain || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:13.gif|64x42px]] || 1013 || 13 || 0x000D || Small park || Ground Cover || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:14.gif|64x46px]] || 1014 || 14 || 0x000E || L-R || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:15.gif|64x46px]] || 1015 || 15 || 0x000F || T-B || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:16.gif|64x70px]] || 1016 || 16 || 0x0010 || HT-B || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:17.gif|64x70px]] || 1017 || 17 || 0x0011 || L-HR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:18.gif|64x58px]] || 1018 || 18 || 0x0012 || T-HB || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:19.gif|64x58px]] || 1019 || 19 || 0x0013 || HL-R || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:20.gif|64x46px]] || 1020 || 20 || 0x0014 || BR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:21.gif|64x42px]] || 1021 || 21 || 0x0015 || BL || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:22.gif|64x46px]] || 1022 || 22 || 0x0016 || TL || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:23.gif|64x46px]] || 1023 || 23 || 0x0017 || TR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:24.gif|64x46px]] || 1024 || 24 || 0x0018 || RTB || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:25.gif|64x46px]] || 1025 || 25 || 0x0019 || LBR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:26.gif|64x46px]] || 1026 || 26 || 0x001A || TLB || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:27.gif|64x46px]] || 1027 || 27 || 0x001B || LTR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:28.gif|64x46px]] || 1028 || 28 || 0x001C || LTBR || Power Lines || power ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:29.gif|64x34px]] || 1029 || 29 || 0x001D || L-R || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:30.gif|64x34px]] || 1030 || 30 || 0x001E || T-B || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:31.gif|64x58px]] || 1031 || 31 || 0x001F || HT-B || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:32.gif|64x58px]] || 1032 || 32 || 0x0020 || L-HR || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:33.gif|64x42px]] || 1033 || 33 || 0x0021 || T-HB || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:34.gif|64x42px]] || 1034 || 34 || 0x0022 || HL-R || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:35.gif|64x34px]] || 1035 || 35 || 0x0023 || BR || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:36.gif|64x34px]] || 1036 || 36 || 0x0024 || BL || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:37.gif|64x34px]] || 1037 || 37 || 0x0025 || TL || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:38.gif|64x34px]] || 1038 || 38 || 0x0026 || TR || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:39.gif|64x44px]] || 1039 || 39 || 0x0027 || RTB || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:40.gif|64x34px]] || 1040 || 40 || 0x0028 || LBR || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:41.gif|64x34px]] || 1041 || 41 || 0x0029 || TLB || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:42.gif|64x34px]] || 1042 || 42 || 0x002A || LTR || Roads || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:43.gif|64x44px]] || 1043 || 43 || 0x002B || LTBR || Roads || road ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:44.gif|64x34px]] || 1044 || 44 || 0x002C || (Power lines equivalent) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:45.gif|64x34px]] || 1045 || 45 || 0x002D || (Power lines equivalent) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:46.gif|64x58px]] || 1046 || 46 || 0x002E || (Power lines equivalent) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:47.gif|64x58px]] || 1047 || 47 || 0x002F || (Power lines equivalent) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:48.gif|64x42px]] || 1048 || 48 || 0x0030 || HT-B || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:49.gif|64x42px]] || 1049 || 49 || 0x0031 || L-HR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:50.gif|64x34px]] || 1050 || 50 || 0x0032 || T-HB || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:51.gif|64x34px]] || 1051 || 51 || 0x0033 || HL-R || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:52.gif|64x28px]] || 1052 || 52 || 0x0034 || BR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:53.gif|64x34px]] || 1053 || 53 || 0x0035 || BL || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:54.gif|64x34px]] || 1054 || 54 || 0x0036 || TL || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:55.gif|64x34px]] || 1055 || 55 || 0x0037 || TR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:56.gif|64x34px]] || 1056 || 56 || 0x0038 || RTB || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:57.gif|64x34px]] || 1057 || 57 || 0x0039 || LBR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:58.gif|64x34px]] || 1058 || 58 || 0x003A || TLB || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:59.gif|64x42px]] || 1059 || 59 || 0x003B || LTR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:60.gif|64x42px]] || 1060 || 60 || 0x003C || LTBR || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:61.gif|64x34px]] || 1061 || 61 || 0x003D || Rails (slope) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:62.gif|64x34px]] || 1062 || 62 || 0x003E || Rails (slope) || Rail || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:63.gif|64x58px]] || 1063 || 63 || 0x003F || T || Tunnel Entrances || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:64.gif|64x58px]] || 1064 || 64 || 0x0040 || R || Tunnel Entrances || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:65.gif|64x54px]] || 1065 || 65 || 0x0041 || B || Tunnel Entrances || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:66.gif|64x54px]] || 1066 || 66 || 0x0042 || L || Tunnel Entrances || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:67.gif|64x46px]] || 1067 || 67 || 0x0043 || Power-TB, Road-LR || Crossovers || power || road || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:68.gif|64x46px]] || 1068 || 68 || 0x0044 || Power-LR, Road-TB || Crossovers || power || road || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:69.gif|64x44px]] || 1069 || 69 || 0x0045 || Road-LR, Rail-TB || Crossovers || road || rail || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:70.gif|64x34px]] || 1070 || 70 || 0x0046 || Road-TB, Rail-LR || Crossovers || road || rail || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:71.gif|64x46px]] || 1071 || 71 || 0x0047 || Power-TB, Rail-LR || Crossovers || rail || power || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:72.gif|64x46px]] || 1072 || 72 || 0x0048 || Power-LR, Rail-TB || Crossovers || rail || power || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:73.gif|64x62px]] || 1073 || 73 || 0x0049 || LR || Highways || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:74.gif|64x62px]] || 1074 || 74 || 0x004A || TB || Highways || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:75.gif|64x62px]] || 1075 || 75 || 0x004B || LR, Road-TB || Highway Crossovers || highway || road || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:76.gif|64x62px]] || 1076 || 76 || 0x004C || TB, Road-LR || Highway Crossovers || highway || road || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:77.gif|64x62px]] || 1077 || 77 || 0x004D || LR, Rail-TB || Highway Crossovers || highway || rail || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:78.gif|64x62px]] || 1078 || 78 || 0x004E || TB, Rail-LR || Highway Crossovers || highway || rail || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:79.gif|64x62px]] || 1079 || 79 || 0x004F || LR, Power-TB || Highway Crossovers || highway || power || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:80.gif|64x62px]] || 1080 || 80 || 0x0050 || TB, Power-LR || Highway Crossovers || highway || power || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:81.gif|64x96px]] || 1081 || 81 || 0x0051 || Suspension bridge start B || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:82.gif|64x134px]] || 1082 || 82 || 0x0052 || Suspension bridge middle B || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:83.gif|64x134px]] || 1083 || 83 || 0x0053 || Suspension bridge center || Bridges || road ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:84.gif|64x104px]] || 1084 || 84 || 0x0054 || Suspension bridge middle T || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:85.gif|64x74px]] || 1085 || 85 || 0x0055 || Suspension bridge end T || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:86.gif|64x78px]] || 1086 || 86 || 0x0056 || Raising bridge tower || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:87.gif|64x62px]] || 1087 || 87 || 0x0057 || Causeway pylon || Bridges || road ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:88.gif|64x62px]] || 1088 || 88 || 0x0058 || Raising bridge middle (lowered) || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:89.gif|64x86px]] || 1089 || 89 || 0x0059 || Raising bridge middle (raised) || Bridges || road ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:90.gif|64x54px]] || 1090 || 90 || 0x005A || Rail bridge, pylon || Bridges || rail ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:91.gif|64x54px]] || 1091 || 91 || 0x005B || Rail bridge || Bridges || rail ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:92.gif|64x70px]] || 1092 || 92 || 0x005C || Elevated Power Lines || Bridges || power ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:93.gif|64x64px]] || 1093 || 93 || 0x005D || Highway-T, Road-L || Highway Entrance || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:94.gif|64x58px]] || 1094 || 94 || 0x005E || Highway-T, Road-R || Highway Entrance || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:95.gif|64x42px]] || 1095 || 95 || 0x005F || Highway-B, Road-L || Highway Entrance || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:96.gif|64x42px]] || 1096 || 96 || 0x0060 || Highway-B, Road-R || Highway Entrance || highway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:97.gif|128x118px]] || 1097 || 97 || 0x0061 || HT-B || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:98.gif|128x118px]] || 1098 || 98 || 0x0062 || L-HR || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:99.gif|128x94px]] || 1099 || 99 || 0x0063 || T-HB || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:100.gif|128x94px]] || 1100 || 100 || 0x0064 || HL-R || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:101.gif|128x92px]] || 1101 || 101 || 0x0065 || BR || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:102.gif|128x66px]] || 1102 || 102 || 0x0066 || BL || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:103.gif|128x92px]] || 1103 || 103 || 0x0067 || TL || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:104.gif|128x94px]] || 1104 || 104 || 0x0068 || TR || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:105.gif|128x98px]] || 1105 || 105 || 0x0069 || LTBR || Highway bits || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:106.gif|128x126px]] || 1106 || 106 || 0x006A || Pylon || Reinforced Bridge || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:107.gif|128x126px]] || 1107 || 107 || 0x006B || No pylon || Reinforced Bridge || highway ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:108.gif|64x40px]] || 1108 || 108 || 0x006C || Subway-T || Subway to Rail || rail || subway || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:109.gif|64x40px]] || 1109 || 109 || 0x006D || Subway-R || Subway to Rail || rail || subway || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:110.gif|64x44px]] || 1110 || 110 || 0x006E || Subway-B || Subway to Rail || rail || subway || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:111.gif|64x44px]] || 1111 || 111 || 0x006F || Subway-L || Subway to Rail || rail || subway || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:112.gif|64x36px]] || 1112 || 112 || 0x0070 || Lower-class homes (Lower Class Homes 1) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:113.gif|64x36px]] || 1113 || 113 || 0x0071 || Lower-class homes (Lower Class Homes 2) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:114.gif|64x36px]] || 1114 || 114 || 0x0072 || Lower-class homes (Lower Class Homes 3) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:115.gif|64x34px]] || 1115 || 115 || 0x0073 || Lower-class homes (Lower Class Homes 4) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:116.gif|64x34px]] || 1116 || 116 || 0x0074 || Middle-class homes (Middle Class Homes 1) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:117.gif|64x34px]] || 1117 || 117 || 0x0075 || Middle-class homes (Middle Class Homes 2) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:118.gif|64x34px]] || 1118 || 118 || 0x0076 || Middle-class homes (Middle Class Homes 3) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:119.gif|64x34px]] || 1119 || 119 || 0x0077 || Middle-class homes (Middle Class Homes 4) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:120.gif|64x38px]] || 1120 || 120 || 0x0078 || Luxury Homes (Upper Class Homes 1) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:121.gif|64x38px]] || 1121 || 121 || 0x0079 || Luxury Homes (Upper Class Homes 2) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:122.gif|64x40px]] || 1122 || 122 || 0x007A || Luxury Homes (Upper Class Homes 3) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:123.gif|64x42px]] || 1123 || 123 || 0x007B || Luxury Homes (Upper Class Homes 4) || Residential 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:124.gif|64x46px]] || 1124 || 124 || 0x007C || Gas Station (Gas Station 1) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:125.gif|64x54px]] || 1125 || 125 || 0x007D || Bed &amp;amp; Breakfast Inn (Bed and Breakfast Inn) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:126.gif|64x40px]] || 1126 || 126 || 0x007E || Convenience store (Convenience Store) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:127.gif|64x36px]] || 1127 || 127 || 0x007F || Gas Station (Gas Station 2) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:128.gif|64x64px]] || 1128 || 128 || 0x0080 || Small office building (Small Office Building 1) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:129.gif|64x86px]] || 1129 || 129 || 0x0081 || Office Building (Small Office Building 2) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:130.gif|64x50px]] || 1130 || 130 || 0x0082 || Warehouse (Warehouse) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:131.gif|64x68px]] || 1131 || 131 || 0x0083 || Cassidy’s Toy Store (Cassidy’s Toy Store) || Commercial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:132.gif|64x42px]] || 1132 || 132 || 0x0084 || Warehouse (Small WareHouse 1) || Industrial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:133.gif|64x56px]] || 1133 || 133 || 0x0085 || Chemical Storage (Chemical Storage) || Industrial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:134.gif|64x40px]] || 1134 || 134 || 0x0086 || Warehouse (Small WareHouse 1) || Industrial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:135.gif|64x52px]] || 1135 || 135 || 0x0087 || Industrial substation (Industral Substation) || Industrial 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:136.gif|64x36px]] || 1136 || 136 || 0x0088 || Construction (Construction 7) || Misc 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:137.gif|64x36px]] || 1137 || 137 || 0x0089 || Construction (Construction 8) || Misc 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:138.gif|64x34px]] || 1138 || 138 || 0x008A || Abandoned building (Abandoned Building 1) || Misc 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:139.gif|64x34px]] || 1139 || 139 || 0x008B || Abandoned building (Abandoned Building 2) || Misc 1x1 || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:140.gif|128x68px]] || 1140 || 140 || 0x008C || Cheap apartments (Small Apartments 1) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:141.gif|128x78px]] || 1141 || 141 || 0x008D || Apartments (Small Apartments 2) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:142.gif|128x72px]] || 1142 || 142 || 0x008E || Apartments (Small Apartments 3) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:143.gif|128x88px]] || 1143 || 143 || 0x008F || Nice Apartments (Medium Apartments 1) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:144.gif|128x106px]] || 1144 || 144 || 0x0090 || Nice Apartments (Medium Apartments 2) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:145.gif|128x112px]] || 1145 || 145 || 0x0091 || Condominium (Medium Condominiums 1) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:146.gif|128x156px]] || 1146 || 146 || 0x0092 || Condominium (Medium Condominiums 2) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:147.gif|128x154px]] || 1147 || 147 || 0x0093 || Condominium (Medium Condominiums 3) || Residential 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:148.gif|128x66px]] || 1148 || 148 || 0x0094 || Shopping center (Shopping Center) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:149.gif|128x74px]] || 1149 || 149 || 0x0095 || Grocery store (Grocery Store) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:150.gif|128x84px]] || 1150 || 150 || 0x0096 || Office Building (Medium Office Building 1) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:151.gif|128x92px]] || 1151 || 151 || 0x0097 || Resort hotel || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:152.gif|128x92px]] || 1152 || 152 || 0x0098 || Office Building (Medium Office Building 2) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:153.gif|128x102px]] || 1153 || 153 || 0x0099 || Office/Retail (Office/Retail) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:154.gif|128x140px]] || 1154 || 154 || 0x009A || Office Building (Medium Office Building 3) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:155.gif|128x132px]] || 1155 || 155 || 0x009B || Office Building (Medium Office Building 4) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:156.gif|128x144px]] || 1156 || 156 || 0x009C || Office Building (Medium Office Building 5) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:157.gif|128x168px]] || 1157 || 157 || 0x009D || Office Building (Medium Office Building 6) || Commercial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:158.gif|128x74px]] || 1158 || 158 || 0x009E || Warehouse (Medium Warehouse) || Industrial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:159.gif|128x76px]] || 1159 || 159 || 0x009F || Chemical Processing (Chemical Processing 2) || Industrial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:160.gif|128x90px]] || 1160 || 160 || 0x00A0 || Factory (Small Factory 1) || Industrial 2x2 || building ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:161.gif|128x70px]] || 1161 || 161 || 0x00A1 || Factory (Small Factory 2) || Industrial 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:162.gif|128x90px]] || 1162 || 162 || 0x00A2 || Factory (Small Factory 3) || Industrial 2x2 || building ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:163.gif|128x112px]] || 1163 || 163 || 0x00A3 || Factory (Small Factory 4) || Industrial 2x2 || building ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:164.gif|128x122px]] || 1164 || 164 || 0x00A4 || Factory (Small Factory 5) || Industrial 2x2 || building ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:165.gif|128x132px]] || 1165 || 165 || 0x00A5 || Factory (Small Factory 6) || Industrial 2x2 || building ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:166.gif|128x66px]] || 1166 || 166 || 0x00A6 || Construction (Construction 3) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:167.gif|128x88px]] || 1167 || 167 || 0x00A7 || Construction (Construction 4) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:168.gif|128x88px]] || 1168 || 168 || 0x00A8 || Construction (Construction 5) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:169.gif|128x130px]] || 1169 || 169 || 0x00A9 || Construction (Construction 6) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:170.gif|128x92px]] || 1170 || 170 || 0x00AA || Abandoned building (Abandoned Building 7) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:171.gif|128x106px]] || 1171 || 171 || 0x00AB || Abandoned building (Abandoned Building 7) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:172.gif|128x122px]] || 1172 || 172 || 0x00AC || Abandoned building (Abandoned Building 7) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:173.gif|128x146px]] || 1173 || 173 || 0x00AD || Abandoned building (Abandoned Building 7) || Misc 2x2 || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:174.gif|192x154px]] || 1174 || 174 || 0x00AE || Large apartment building (Large Apartments 1) || Residential 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:175.gif|192x176px]] || 1175 || 175 || 0x00AF || Large apartment building (Large Apartments 2) || Residential 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:176.gif|192x116px]] || 1176 || 176 || 0x00B0 || Condominium (Large Condominiums 1) || Residential 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:177.gif|192x192px]] || 1177 || 177 || 0x00B1 || Condominium (Large Condominiums 2) || Residential 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:178.gif|192x122px]] || 1178 || 178 || 0x00B2 || Office park (Office Park) || Commercial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:179.gif|192x182px]] || 1179 || 179 || 0x00B3 || Office tower (Office Tower 1) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:180.gif|192x130px]] || 1180 || 180 || 0x00B4 || Mini-mall (Mini Mall) || Commercial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:181.gif|192x180px]] || 1181 || 181 || 0x00B5 || Theater square (Theatre) || Commercial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:182.gif|192x116px]] || 1182 || 182 || 0x00B6 || Drive-in theater (Drive In) || Commercial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:183.gif|192x234px]] || 1183 || 183 || 0x00B7 || Office tower (Office Tower 2) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:184.gif|192x246px]] || 1184 || 184 || 0x00B8 || Office tower (Office Tower 3) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:185.gif|192x156px]] || 1185 || 185 || 0x00B9 || Parking lot (Parking Lot) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:186.gif|192x216px]] || 1186 || 186 || 0x00BA || Historic office building (Historic Office) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:187.gif|192x274px]] || 1187 || 187 || 0x00BB || Corporate headquarters (Corporate Headquarters) || Commercial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:188.gif|192x100px]] || 1188 || 188 || 0x00BC || Chemical processing (Chemical Processing 1) || Industrial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:189.gif|192x172px]] || 1189 || 189 || 0x00BD || Large factory (Large Factory) || Industrial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:190.gif|192x110px]] || 1190 || 190 || 0x00BE || Industrial thingamajig (Industrial Thingamajig) || Industrial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:191.gif|192x126px]] || 1191 || 191 || 0x00BF || Factory (Medium Factory) || Industrial 3x3 || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:192.gif|192x112px]] || 1192 || 192 || 0x00C0 || Large warehouse (Large Warehouse 1) || Industrial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:193.gif|192x98px]] || 1193 || 193 || 0x00C1 || Warehouse (Large Warehouse 2) || Industrial 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:194.gif|192x170px]] || 1194 || 194 || 0x00C2 || Construction (Construction 1) || Misc 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:195.gif|192x130px]] || 1195 || 195 || 0x00C3 || Construction (Construction 2) || Misc 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:196.gif|192x148px]] || 1196 || 196 || 0x00C4 || Abandoned building (Abandoned Building 7) || Misc 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:197.gif|192x180px]] || 1197 || 197 || 0x00C5 || Abandoned building (Abandoned Building 8) || Misc 3x3 || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:198.gif|64x64px]] || 1198 || 198 || 0x00C6 || Hydro Power (Hydroelectric Power Plant 1) || Power Plants || building || water || 1 || No || 1 ||  ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:199.gif|64x64px]] || 1199 || 199 || 0x00C7 || Hydro Power (Hydroelectric Power Plant 2) || Power Plants || building || water || 1 || No || 1 ||  ||  ||  ||  ||  || Hydro Generators ||  || hydroGeneratorCount ||  || Max System Output ||  || hydroGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:200.gif|64x96px]] || 1200 || 200 || 0x00C8 || Wind Power (Wind Power Plant) || Power Plants || building ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  || Wind Generators ||  || windGeneratorCount ||  || Max System Output ||  || windGeneratorMegawatts ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:201.gif|256x172px]] || 1201 || 201 || 0x00C9 || Gas Power (Gas Power Plant) || Power Plants || building ||  || 4 || Yes || 8 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:202.gif|256x230px]] || 1202 || 202 || 0x00CA || Oil Power (Oil Power Plant) || Power Plants || building ||  || 4 || Yes || 8 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:203.gif|256x162px]] || 1203 || 203 || 0x00CB || Nuclear Power (Nuclear Power Plant) || Power Plants || building ||  || 4 || No || 1 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:204.gif|256x156px]] || 1204 || 204 || 0x00CC || Solar Power (Solar Power Plant) || Power Plants || building ||  || 4 || No || 1 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:205.gif|256x190px]] || 1205 || 205 || 0x00CD || Microwave Power (Microwave PowerPlant) || Power Plants || building ||  || 4 || No || 1 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:206.gif|256x138px]] || 1206 || 206 || 0x00CE || Fusion Power (Fusion Power Plant) || Power Plants || building ||  || 4 || No || 1 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:207.gif|256x212px]] || 1207 || 207 || 0x00CF || Coal Power (Coal Power Plant) || Power Plants || building ||  || 4 || Yes || 8 ||  || Age ||  || years || 50 || Max Output ||  || megawatts ||  || Current Load ||  || capacity || 100 ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:208.gif|192x154px]] || 1208 || 208 || 0x00D0 || City Hall || Services || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  || Employees ||  || workers ||  || Year Built ||  || constructionYear ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:209.gif|192x164px]] || 1209 || 209 || 0x00D1 || Hospital || Services || building ||  || 3 || No || 1 ||  || Grade ||  || grade ||  || Patients ||  || hospitalPatients || 1000 || Doctors ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:210.gif|192x144px]] || 1210 || 210 || 0x00D2 || Police Station (Police Dept) || Services || building ||  || 3 || No || 1 ||  || Annual Cost ||  || funds ||  || Officers ||  || workers ||  || Crimes Reported ||  || crimes ||  || Arrests ||  || arrests || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:211.gif|192x130px]] || 1211 || 211 || 0x00D3 || Fire Station (Fire Dept) || Services || building ||  || 3 || No || 1 ||  || Annual Cost ||  || funds ||  || Firefighers ||  || workers ||  || Fire Engines ||  || fireEquipment ||  || Response Time ||  || fireResponseTime || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:212.gif|192x110px]] || 1212 || 212 || 0x00D4 || Museum || Services || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  || Attendance ||  || museumAttendance ||  || Exhibits ||  || museumExhibits ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:213.gif|192x102px]] || 1213 || 213 || 0x00D5 || SimPark System (Big Park) || Services || building ||  || 3 || Yes || 8 ||  ||  ||  ||  ||  || Attendance ||  || parkAttendance ||  || Acres ||  || parkAcres ||  || Employees ||  || parkWorkers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:214.gif|192x114px]] || 1214 || 214 || 0x00D6 || School || Services || building ||  || 3 || No || 1 ||  || Grade ||  || grade ||  || Students ||  || students || 1500 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:215.gif|256x166px]] || 1215 || 215 || 0x00D7 || Stadium || Services || building ||  || 4 || No || 1 ||  || Wins ||  || stadiumWins ||  || Attendance ||  || stadiumAttendance || 25000 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:216.gif|256x148px]] || 1216 || 216 || 0x00D8 || Prison || Services || building ||  || 4 || No || 1 ||  || Escapes ||  || prisonEscapes ||  || Inmates ||  || prisonInmates || 10000 || Guards ||  || workers ||  || Capacity ||  || capacity || 100&lt;br /&gt;
|-&lt;br /&gt;
| [[File:217.gif|256x170px]] || 1217 || 217 || 0x00D9 || College || Services || building ||  || 4 || No || 1 ||  || Grade ||  || grade ||  || Attendance ||  || students || 5000 || Teachers ||  || workers ||  || Annual Cost ||  || funds || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:218.gif|256x134px]] || 1218 || 218 || 0x00DA || Zoo || Services || building ||  || 4 || Yes || 8 ||  || Other Dromedaries ||  || zooOther ||  || Peruvian Llamas ||  || zooLlamasP ||  || Andean Llamas ||  || zooLlamasA ||  || Alpacas ||  || zooAlpacas || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:219.gif|64x84px]] || 1219 || 219 || 0x00DB || Statue || Services || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  || Year Built ||  || constructionYear ||  || Pigeons Perched ||  || statuePigeons ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:220.gif|64x38px]] || 1220 || 220 || 0x00DC || Water Pump || Infrastructure (not power plants) || building ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:221.gif|64x34px]] || 1221 || 221 || 0x00DD || Runway (straight) || Infrastructure (not power plants) || building ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:222.gif|64x34px]] || 1222 || 222 || 0x00DE || Runway Intersection || Infrastructure (not power plants) || building ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:223.gif|64x42px]] || 1223 || 223 || 0x00DF || Pier || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:224.gif|64x80px]] || 1224 || 224 || 0x00E0 || Crane || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:225.gif|64x126px]] || 1225 || 225 || 0x00E1 || Control Tower (Civilian Control Tower) || Infrastructure (not power plants) || building ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:226.gif|64x138px]] || 1226 || 226 || 0x00E2 || Control Tower (Military Control Tower) || Infrastructure (not power plants) || building ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:227.gif|64x40px]] || 1227 || 227 || 0x00E3 || Warehouse || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:228.gif|64x46px]] || 1228 || 228 || 0x00E4 || Building 1 || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:229.gif|64x44px]] || 1229 || 229 || 0x00E5 || Building 2 || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:230.gif|64x34px]] || 1230 || 230 || 0x00E6 || Tarmac || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:231.gif|64x36px]] || 1231 || 231 || 0x00E7 || F-15b || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:232.gif|64x40px]] || 1232 || 232 || 0x00E8 || Hangar 1 || Infrastructure (not power plants) || building ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:233.gif|64x42px]] || 1233 || 233 || 0x00E9 || Subway Station || Infrastructure (not power plants) || building || subway || 1 || No || 1 ||  ||  ||  ||  ||  || Subway Stations ||  || subwayStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || subwayStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:234.gif|64x38px]] || 1234 || 234 || 0x00EA || Radar (Tarmac) || Infrastructure (not power plants) || building ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:235.gif|128x128px]] || 1235 || 235 || 0x00EB || Water Tower || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:236.gif|128x74px]] || 1236 || 236 || 0x00EC || Bus Depot || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  || Bus Stations ||  || busStationCount ||  || Buses ||  || busStationBuses ||  || Passengers / day ||  || busStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:237.gif|128x76px]] || 1237 || 237 || 0x00ED || Rail Depot || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  || Rail Stations ||  || railStationCount ||  ||  ||  ||  ||  || Passengers / day ||  || railStationPassengers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:238.gif|128x78px]] || 1238 || 238 || 0x00EE || Parking lot (Civilian Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:239.gif|128x74px]] || 1239 || 239 || 0x00EF || Parking lot (Military Parking Lot) || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:240.gif|128x72px]] || 1240 || 240 || 0x00F0 || Loading Bay || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:241.gif|128x114px]] || 1241 || 241 || 0x00F1 || Top Secret || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:242.gif|128x66px]] || 1242 || 242 || 0x00F2 || Cargo Yard || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:243.gif|128x72px]] || 1243 || 243 || 0x00F3 || Mayor’s House || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  || Door Steps ||  || mayorDoorSteps ||  || Year Built ||  || constructionYear ||  || Approval Rating ||  || mayorApprovalRating || 100 || Employees ||  || workers || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:244.gif|128x74px]] || 1244 || 244 || 0x00F4 || Water Treatment || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  || Untreated Water || thousands || waterCubicFeet ||  || Treated Water || thousands || waterCubicFeet ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:245.gif|128x106px]] || 1245 || 245 || 0x00F5 || Library || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  || Grade ||  || grade ||  || Attendance ||  || libraryAttendance ||  || Books ||  || libraryBooks ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:246.gif|128x78px]] || 1246 || 246 || 0x00F6 || Hangar 2 || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:247.gif|128x96px]] || 1247 || 247 || 0x00F7 || Church || Infrastructure (not power plants) || building ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:248.gif|192x110px]] || 1248 || 248 || 0x00F8 || Marina || Infrastructure (not power plants) || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  || Boats ||  || marinaBoats ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:249.gif|192x100px]] || 1249 || 249 || 0x00F9 || Missile Silo || Infrastructure (not power plants) || building ||  || 3 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:250.gif|192x154px]] || 1250 || 250 || 0x00FA || Desalination Plant || Infrastructure (not power plants) || building ||  || 3 || Yes || 24 ||  || Current Load ||  || capacity || 100 || Salt / tons Removed ||  || desalinationSaltRemoved ||  || Employees ||  || workers ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:251.gif|256x392px]] || 1251 || 251 || 0x00FB || Plymouth Arcology || Arcologies || building ||  || 4 || Yes || 24 ||  || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:252.gif|256x364px]] || 1252 || 252 || 0x00FC || Forest Arcology || Arcologies || building ||  || 4 || Yes || 8 ||  || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:253.gif|256x420px]] || 1253 || 253 || 0x00FD || &amp;quot;DARCO&amp;quot; || Arcologies || building ||  || 4 || Yes || 4 ||  || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:254.gif|256x470px]] || 1254 || 254 || 0x00FE || Launch Arcology || Arcologies || building ||  || 4 || Yes || 12 ||  || Condition ||  || grade ||  || Design Capacity || thousands || arcoCapacity ||  || Residents ||  || arcoPopulation ||  || Year Built ||  || constructionYear || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:255.gif|256x308px]] || 1255 || 255 || 0x00FF || Braun Llama Dome || Other || building ||  || 4 || Yes || 4 ||  || Weddings ||  || domeWeddings ||  || Visitors ||  || domeVisitors ||  || Llama Sightings ||  || domeLlamaSightings ||  || Complaints ||  || domeComplaints || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:256.gif|64x34px]] || 1256 || 256 || 0x0100 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:257.gif|64x58px]] || 1257 || 257 || 0x0101 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:258.gif|64x58px]] || 1258 || 258 || 0x0102 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:259.gif|64x42px]] || 1259 || 259 || 0x0103 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:260.gif|64x42px]] || 1260 || 260 || 0x0104 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:261.gif|64x58px]] || 1261 || 261 || 0x0105 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:262.gif|64x58px]] || 1262 || 262 || 0x0106 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:263.gif|64x42px]] || 1263 || 263 || 0x0107 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:264.gif|64x58px]] || 1264 || 264 || 0x0108 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:265.gif|64x58px]] || 1265 || 265 || 0x0109 || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:266.gif|64x42px]] || 1266 || 266 || 0x010A || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:267.gif|64x34px]] || 1267 || 267 || 0x010B || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:268.gif|64x42px]] || 1268 || 268 || 0x010C || land ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:269.gif|64x58px]] || 1269 || 269 || 0x010D || rock ||  || terrain ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:270.gif|64x34px]] || 1270 || 270 || 0x010E || water_tile_1 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:271.gif|64x34px]] || 1271 || 271 || 0x010F || water_tile_2 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:272.gif|64x34px]] || 1272 || 272 || 0x0110 || water_tile_3 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:273.gif|64x34px]] || 1273 || 273 || 0x0111 || water_tile_4 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:274.gif|64x34px]] || 1274 || 274 || 0x0112 || water_tile_5 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:275.gif|64x34px]] || 1275 || 275 || 0x0113 || water_tile_6 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:276.gif|64x34px]] || 1276 || 276 || 0x0114 || water_tile_7 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:277.gif|64x34px]] || 1277 || 277 || 0x0115 || water_tile_8 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:278.gif|64x34px]] || 1278 || 278 || 0x0116 || water_tile_9 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:279.gif|64x34px]] || 1279 || 279 || 0x0117 || water_tile_10 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:280.gif|64x34px]] || 1280 || 280 || 0x0118 || water_tile_11 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:281.gif|64x34px]] || 1281 || 281 || 0x0119 || water_tile_12 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:282.gif|64x34px]] || 1282 || 282 || 0x011A || water_tile_13 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:283.gif|64x34px]] || 1283 || 283 || 0x011B || water_tile_14 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:284.gif|64x58px]] || 1284 || 284 || 0x011C || waterfall ||  || water ||  || 1 || Yes || 3 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:285.gif|64x34px]] || 1285 || 285 || 0x011D || water_tile_15 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:286.gif|64x34px]] || 1286 || 286 || 0x011E || water_tile_16 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:287.gif|64x34px]] || 1287 || 287 || 0x011F || water_tile_17 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:288.gif|64x34px]] || 1288 || 288 || 0x0120 || water_tile_18 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:289.gif|64x34px]] || 1289 || 289 || 0x0121 || water_tile_19 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:290.gif|64x34px]] || 1290 || 290 || 0x0122 || water_tile_20 ||  || water ||  || 1 || Yes || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:291.gif|64x34px]] || 1291 || 291 || 0x0123 || Low Density Residential Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:292.gif|64x34px]] || 1292 || 292 || 0x0124 || High Density Residential Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:293.gif|64x34px]] || 1293 || 293 || 0x0125 || Low Density Commercial Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:294.gif|64x34px]] || 1294 || 294 || 0x0126 || High Density Commercial Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:295.gif|64x34px]] || 1295 || 295 || 0x0127 || Low Density Industrial Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:296.gif|64x34px]] || 1296 || 296 || 0x0128 || High Density Industrial Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:297.gif|64x34px]] || 1297 || 297 || 0x0129 || Military Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:298.gif|64x34px]] || 1298 || 298 || 0x012A || Airport Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:299.gif|64x34px]] || 1299 || 299 || 0x012B || Seaport Zone ||  || zone ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:300.gif|64x34px]] || 1300 || 300 || 0x012C || green_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:301.gif|64x34px]] || 1301 || 301 || 0x012D || blue_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:302.gif|64x34px]] || 1302 || 302 || 0x012E || yellow_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:303.gif|64x34px]] || 1303 || 303 || 0x012F || red_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:304.gif|64x36px]] || 1304 || 304 || 0x0130 || grey_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:305.gif|64x36px]] || 1305 || 305 || 0x0131 || underground_land_1 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:306.gif|64x60px]] || 1306 || 306 || 0x0132 || underground_land_2 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:307.gif|64x60px]] || 1307 || 307 || 0x0133 || underground_land_3 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:308.gif|64x42px]] || 1308 || 308 || 0x0134 || underground_land_4 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:309.gif|64x42px]] || 1309 || 309 || 0x0135 || underground_land_5 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:310.gif|64x60px]] || 1310 || 310 || 0x0136 || underground_land_6 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:311.gif|64x58px]] || 1311 || 311 || 0x0137 || underground_land_7 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:312.gif|64x42px]] || 1312 || 312 || 0x0138 || underground_land_8 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:313.gif|64x58px]] || 1313 || 313 || 0x0139 || underground_land_9 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:314.gif|64x60px]] || 1314 || 314 || 0x013A || underground_land_10 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:315.gif|64x44px]] || 1315 || 315 || 0x013B || underground_land_11 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:316.gif|64x80px]] || 1316 || 316 || 0x013C || underground_land_12 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:317.gif|64x44px]] || 1317 || 317 || 0x013D || underground_land_13 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:318.gif|64x58px]] || 1318 || 318 || 0x013E || underground_land_14 ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:319.gif|64x68px]] || 1319 || 319 || 0x013F || Subway (straight) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:320.gif|64x68px]] || 1320 || 320 || 0x0140 || Subway (straight) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:321.gif|64x92px]] || 1321 || 321 || 0x0141 || Subway (slope) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:322.gif|64x92px]] || 1322 || 322 || 0x0142 || Subway (slope) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:323.gif|64x60px]] || 1323 || 323 || 0x0143 || Subway (slope) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:324.gif|64x60px]] || 1324 || 324 || 0x0144 || Subway (slope) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:325.gif|64x68px]] || 1325 || 325 || 0x0145 || Subway (corner) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:326.gif|64x68px]] || 1326 || 326 || 0x0146 || Subway (corner) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:327.gif|64x68px]] || 1327 || 327 || 0x0147 || Subway (corner) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:328.gif|64x52px]] || 1328 || 328 || 0x0148 || Subway (corner) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:329.gif|64x68px]] || 1329 || 329 || 0x0149 || Subway (intersection) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:330.gif|64x68px]] || 1330 || 330 || 0x014A || Subway (intersection) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:331.gif|64x68px]] || 1331 || 331 || 0x014B || Subway (intersection) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:332.gif|64x68px]] || 1332 || 332 || 0x014C || Subway (intersection) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:333.gif|64x68px]] || 1333 || 333 || 0x014D || Subway (intersection) ||  || subway ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:334.gif|64x36px]] || 1334 || 334 || 0x014E || water_pipe_1 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:335.gif|64x36px]] || 1335 || 335 || 0x014F || water_pipe_2 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:336.gif|64x60px]] || 1336 || 336 || 0x0150 || water_pipe_3 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:337.gif|64x60px]] || 1337 || 337 || 0x0151 || water_pipe_4 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:338.gif|64x42px]] || 1338 || 338 || 0x0152 || water_pipe_5 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:339.gif|64x42px]] || 1339 || 339 || 0x0153 || water_pipe_6 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:340.gif|64x36px]] || 1340 || 340 || 0x0154 || water_pipe_7 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:341.gif|64x36px]] || 1341 || 341 || 0x0155 || water_pipe_8 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:342.gif|64x36px]] || 1342 || 342 || 0x0156 || water_pipe_9 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:343.gif|64x36px]] || 1343 || 343 || 0x0157 || water_pipe_10 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:344.gif|64x36px]] || 1344 || 344 || 0x0158 || water_pipe_11 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:345.gif|64x36px]] || 1345 || 345 || 0x0159 || water_pipe_12 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:346.gif|64x36px]] || 1346 || 346 || 0x015A || water_pipe_13 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:347.gif|64x36px]] || 1347 || 347 || 0x015B || water_pipe_14 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:348.gif|64x36px]] || 1348 || 348 || 0x015C || water_pipe_15 ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:349.gif|64x68px]] || 1349 || 349 || 0x015D || Subway (straight) with Pipe ||  || subway || pipe || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:350.gif|64x68px]] || 1350 || 350 || 0x015E || Subway (straight) with Pipe ||  || subway || pipe || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:351.gif|64x38px]] || 1351 || 351 || 0x015F || Building Pipes ||  || pipe ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:352.gif|64x56px]] || 1352 || 352 || 0x0160 || Underground Segment (single) ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:353.gif|64x78px]] || 1353 || 353 || 0x0161 || Underground Segment (double) ||  || underground ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:354.gif|64x34px]] || 1354 || 354 || 0x0162 || green_outline ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:355.gif|64x34px]] || 1355 || 355 || 0x0163 || blue_outline ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:356.gif|64x34px]] || 1356 || 356 || 0x0164 || brown_outline ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:357.gif|64x34px]] || 1357 || 357 || 0x0165 || red_outline ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:358.gif|64x34px]] || 1358 || 358 || 0x0166 || grey_outline ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:359.gif|128x54px]] || 1359 || 359 || 0x0167 || airplane_1 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:360.gif|128x38px]] || 1360 || 360 || 0x0168 || airplane_2 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:361.gif|128x38px]] || 1361 || 361 || 0x0169 || airplane_3 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:362.gif|128x46px]] || 1362 || 362 || 0x016A || airplane_4 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:363.gif|128x62px]] || 1363 || 363 || 0x016B || airplane_5 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:364.gif|64x40px]] || 1364 || 364 || 0x016C || sim_copter_1 ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:365.gif|64x26px]] || 1365 || 365 || 0x016D || sim_copter_2 ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:366.gif|64x24px]] || 1366 || 366 || 0x016E || sim_copter_3 ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:367.gif|64x34px]] || 1367 || 367 || 0x016F || sim_copter_4 ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:368.gif|64x42px]] || 1368 || 368 || 0x0170 || sim_copter_5 ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:369.gif|128x98px]] || 1369 || 369 || 0x0171 || cargo_ship_1 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:370.gif|128x82px]] || 1370 || 370 || 0x0172 || cargo_ship_2 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:371.gif|128x70px]] || 1371 || 371 || 0x0173 || cargo_ship_3 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:372.gif|128x84px]] || 1372 || 372 || 0x0174 || cargo_ship_4 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:373.gif|128x108px]] || 1373 || 373 || 0x0175 || cargo_ship_5 ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:374.gif|64x40px]] || 1374 || 374 || 0x0176 || train_1 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:375.gif|64x42px]] || 1375 || 375 || 0x0177 || train_2 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:376.gif|64x38px]] || 1376 || 376 || 0x0178 || train_3 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:377.gif|64x66px]] || 1377 || 377 || 0x0179 || train_4 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:378.gif|64x56px]] || 1378 || 378 || 0x017A || train_5 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:379.gif|64x32px]] || 1379 || 379 || 0x017B || nessie ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:380.gif|64x44px]] || 1380 || 380 || 0x017C || sail_boat_1 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:381.gif|64x44px]] || 1381 || 381 || 0x017D || sail_boat_2 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:382.gif|64x140px]] || 1382 || 382 || 0x017E || Police Sign ||  || sign ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:383.gif|64x156px]] || 1383 || 383 || 0x017F || Fire Dept. Sign ||  || sign ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:384.gif|64x138px]] || 1384 || 384 || 0x0180 || Military Sign ||  || sign ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:385.gif|64x182px]] || 1385 || 385 || 0x0181 || space_ray ||  || monster ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:386.gif|64x32px]] || 1386 || 386 || 0x0182 || power_outage_lightning ||  || overlay ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:387.gif|128x70px]] || 1387 || 387 || 0x0183 || explosion_1 ||  || explosion ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:388.gif|128x82px]] || 1388 || 388 || 0x0184 || explosion_2 ||  || explosion ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:389.gif|128x80px]] || 1389 || 389 || 0x0185 || explosion_3 ||  || explosion ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:390.gif|64x42px]] || 1390 || 390 || 0x0186 || bulldozer_1 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:391.gif|64x42px]] || 1391 || 391 || 0x0187 || bulldozer_2 ||  || actor ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:392.gif|64x128px]] || 1392 || 392 || 0x0188 || dust_cloud_1 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:393.gif|64x98px]] || 1393 || 393 || 0x0189 || dust_cloud_2 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:394.gif|64x78px]] || 1394 || 394 || 0x018A || dust_cloud_3 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:395.gif|64x64px]] || 1395 || 395 || 0x018B || dust_cloud_4 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:396.gif|64x48px]] || 1396 || 396 || 0x018C || fire_1 ||  || fire ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:397.gif|64x40px]] || 1397 || 397 || 0x018D || fire_2 ||  || fire ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:398.gif|64x46px]] || 1398 || 398 || 0x018E || fire_3 ||  || fire ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:399.gif|64x44px]] || 1399 || 399 || 0x018F || fire_4 ||  || fire ||  || 1 || Yes || 4 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:400.gif|64x34px]] || 1400 || 400 || 0x0190 || Light Traffic (straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:401.gif|64x34px]] || 1401 || 401 || 0x0191 || Light Traffic (straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:402.gif|64x58px]] || 1402 || 402 || 0x0192 || Light Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:403.gif|64x58px]] || 1403 || 403 || 0x0193 || Light Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:404.gif|64x42px]] || 1404 || 404 || 0x0194 || Light Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:405.gif|64x42px]] || 1405 || 405 || 0x0195 || Light Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:406.gif|64x34px]] || 1406 || 406 || 0x0196 || Light Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:407.gif|64x34px]] || 1407 || 407 || 0x0197 || Light Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:408.gif|64x34px]] || 1408 || 408 || 0x0198 || Light Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:409.gif|64x34px]] || 1409 || 409 || 0x0199 || Light Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:410.gif|64x58px]] || 1410 || 410 || 0x019A || Light Traffic (Highway Straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:411.gif|64x58px]] || 1411 || 411 || 0x019B || Light Traffic (Highway Straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:412.gif|64x56px]] || 1412 || 412 || 0x019C || Light Traffic ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:413.gif|64x56px]] || 1413 || 413 || 0x019D || Light Traffic ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:414.gif|64x62px]] || 1414 || 414 || 0x019E || Light Traffic (Highway Onramp) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:415.gif|64x58px]] || 1415 || 415 || 0x019F || Light Traffic (Highway Onramp) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:416.gif|64x32px]] || 1416 || 416 || 0x01A0 || Light Traffic (Highway Onramp) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:417.gif|64x26px]] || 1417 || 417 || 0x01A1 || Light Traffic (Highway Onramp) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:418.gif|128x112px]] || 1418 || 418 || 0x01A2 || Light Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:419.gif|128x112px]] || 1419 || 419 || 0x01A3 || Light Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:420.gif|128x88px]] || 1420 || 420 || 0x01A4 || Light Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:421.gif|128x88px]] || 1421 || 421 || 0x01A5 || Light Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:422.gif|128x88px]] || 1422 || 422 || 0x01A6 || Light Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:423.gif|128x58px]] || 1423 || 423 || 0x01A7 || Light Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:424.gif|128x88px]] || 1424 || 424 || 0x01A8 || Light Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:425.gif|128x90px]] || 1425 || 425 || 0x01A9 || Light Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:426.gif|128x92px]] || 1426 || 426 || 0x01AA || Light Traffic (Highway Cloverleaf) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:427.gif|64x34px]] || 1427 || 427 || 0x01AB || Heavy Traffic (straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:428.gif|64x34px]] || 1428 || 428 || 0x01AC || Heavy Traffic (straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:429.gif|64x58px]] || 1429 || 429 || 0x01AD || Heavy Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:430.gif|64x58px]] || 1430 || 430 || 0x01AE || Heavy Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:431.gif|64x42px]] || 1431 || 431 || 0x01AF || Heavy Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:432.gif|64x42px]] || 1432 || 432 || 0x01B0 || Heavy Traffic (sloped) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:433.gif|64x34px]] || 1433 || 433 || 0x01B1 || Heavy Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:434.gif|64x34px]] || 1434 || 434 || 0x01B2 || Heavy Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:435.gif|64x34px]] || 1435 || 435 || 0x01B3 || Heavy Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:436.gif|64x34px]] || 1436 || 436 || 0x01B4 || Heavy Traffic (curve) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:437.gif|64x58px]] || 1437 || 437 || 0x01B5 || Heavy Traffic (Highway Straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:438.gif|64x58px]] || 1438 || 438 || 0x01B6 || Heavy Traffic (Highway Straight) ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:439.gif|64x56px]] || 1439 || 439 || 0x01B7 || Heavy Traffic ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:440.gif|64x56px]] || 1440 || 440 || 0x01B8 || Heavy Traffic ||  || traffic ||  || 1 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:441.gif|128x112px]] || 1441 || 441 || 0x01B9 || Heavy Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:442.gif|128x112px]] || 1442 || 442 || 0x01BA || Heavy Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:443.gif|128x88px]] || 1443 || 443 || 0x01BB || Heavy Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:444.gif|128x88px]] || 1444 || 444 || 0x01BC || Heavy Traffic (Highway Slope) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:445.gif|128x88px]] || 1445 || 445 || 0x01BD || Heavy Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:446.gif|128x58px]] || 1446 || 446 || 0x01BE || Heavy Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:447.gif|128x88px]] || 1447 || 447 || 0x01BF || Heavy Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:448.gif|128x90px]] || 1448 || 448 || 0x01C0 || Heavy Traffic (Highway Curve) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:449.gif|128x92px]] || 1449 || 449 || 0x01C1 || Heavy Traffic (Highway Cloverleaf) ||  || traffic ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:450.gif|64x36px]] || 1450 || 450 || 0x01C2 || water_pipes_on_1 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:451.gif|64x36px]] || 1451 || 451 || 0x01C3 || water_pipes_on_2 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:452.gif|64x60px]] || 1452 || 452 || 0x01C4 || water_pipes_on_3 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:453.gif|64x60px]] || 1453 || 453 || 0x01C5 || water_pipes_on_4 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:454.gif|64x42px]] || 1454 || 454 || 0x01C6 || water_pipes_on_5 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:455.gif|64x42px]] || 1455 || 455 || 0x01C7 || water_pipes_on_6 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:456.gif|64x36px]] || 1456 || 456 || 0x01C8 || water_pipes_on_7 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:457.gif|64x36px]] || 1457 || 457 || 0x01C9 || water_pipes_on_8 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:458.gif|64x36px]] || 1458 || 458 || 0x01CA || water_pipes_on_9 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:459.gif|64x36px]] || 1459 || 459 || 0x01CB || water_pipes_on_10 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:460.gif|64x36px]] || 1460 || 460 || 0x01CC || water_pipes_on_11 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:461.gif|64x36px]] || 1461 || 461 || 0x01CD || water_pipes_on_12 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:462.gif|64x36px]] || 1462 || 462 || 0x01CE || water_pipes_on_13 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:463.gif|64x36px]] || 1463 || 463 || 0x01CF || water_pipes_on_14 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:464.gif|64x36px]] || 1464 || 464 || 0x01D0 || water_pipes_on_15 ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:465.gif|64x68px]] || 1465 || 465 || 0x01D1 || subway_water_pipe_on_1 ||  || pipe || subway || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:466.gif|64x68px]] || 1466 || 466 || 0x01D2 || subway_water_pipe_on_2 ||  || pipe || subway || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:467.gif|64x38px]] || 1467 || 467 || 0x01D3 || building_pipes_on ||  || pipe ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:468.gif|64x34px]] || 1468 || 468 || 0x01D4 || density_view_1 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:469.gif|64x34px]] || 1469 || 469 || 0x01D5 || density_view_2 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:470.gif|64x34px]] || 1470 || 470 || 0x01D6 || density_view_3 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:471.gif|64x34px]] || 1471 || 471 || 0x01D7 || density_view_4 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:472.gif|64x34px]] || 1472 || 472 || 0x01D8 || density_view_5 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:473.gif|64x34px]] || 1473 || 473 || 0x01D9 || density_view_6 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:474.gif|64x34px]] || 1474 || 474 || 0x01DA || density_view_7 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:475.gif|64x34px]] || 1475 || 475 || 0x01DB || density_view_8 ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:476.gif|64x34px]] || 1476 || 476 || 0x01DC || green_plus_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:477.gif|64x34px]] || 1477 || 477 || 0x01DD || red_negative_tile ||  || overlay ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:478.gif|128x78px]] || 1478 || 478 || 0x01DE || monster_parts_1 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:479.gif|128x172px]] || 1479 || 479 || 0x01DF || monster_parts_2 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:480.gif|128x134px]] || 1480 || 480 || 0x01E0 || monster_parts_3 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:481.gif|128x116px]] || 1481 || 481 || 0x01E1 || monster_parts_4 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:482.gif|128x50px]] || 1482 || 482 || 0x01E2 || monster_parts_5 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:483.gif|128x100px]] || 1483 || 483 || 0x01E3 || monster_parts_6 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:484.gif|128x78px]] || 1484 || 484 || 0x01E4 || monster_parts_7 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:485.gif|128x130px]] || 1485 || 485 || 0x01E5 || monster_parts_8 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:486.gif|128x150px]] || 1486 || 486 || 0x01E6 || monster_parts_9 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:487.gif|128x140px]] || 1487 || 487 || 0x01E7 || monster_parts_10 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:488.gif|128x88px]] || 1488 || 488 || 0x01E8 || monster_parts_11 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:489.gif|128x96px]] || 1489 || 489 || 0x01E9 || monster_parts_12 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:490.gif|128x180px]] || 1490 || 490 || 0x01EA || monster_parts_13 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:491.gif|128x180px]] || 1491 || 491 || 0x01EB || monster_parts_14 ||  || monster ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:492.gif|64x38px]] || 1492 || 492 || 0x01EC || flood_waters ||  || actor ||  || 1 || Yes || 12 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:493.gif|64x48px]] || 1493 || 493 || 0x01ED || rioters_1 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:494.gif|64x50px]] || 1494 || 494 || 0x01EE || rioters_2 ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:495.gif|64x30px]] || 1495 || 495 || 0x01EF || maxis_man ||  || actor ||  || 1 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:496.gif|128x102px]] || 1496 || 496 || 0x01F0 || cloud ||  || actor ||  || 2 || No || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:497.gif|128x250px]] || 1497 || 497 || 0x01F1 || tornado_1 ||  || actor ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:498.gif|128x250px]] || 1498 || 498 || 0x01F2 || tornado_2 ||  || actor ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[File:499.gif|128x252px]] || 1499 || 499 || 0x01F3 || tornado_3 ||  || actor ||  || 2 || Yes || 8 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:499.gif&amp;diff=608</id>
		<title>File:499.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:499.gif&amp;diff=608"/>
		<updated>2025-03-10T18:14:10Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1499&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:498.gif&amp;diff=607</id>
		<title>File:498.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:498.gif&amp;diff=607"/>
		<updated>2025-03-10T18:14:07Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1498&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:497.gif&amp;diff=606</id>
		<title>File:497.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:497.gif&amp;diff=606"/>
		<updated>2025-03-10T18:14:04Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1497&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:496.gif&amp;diff=605</id>
		<title>File:496.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:496.gif&amp;diff=605"/>
		<updated>2025-03-10T18:14:01Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1496&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:495.gif&amp;diff=604</id>
		<title>File:495.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:495.gif&amp;diff=604"/>
		<updated>2025-03-10T18:13:58Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1495&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:494.gif&amp;diff=603</id>
		<title>File:494.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:494.gif&amp;diff=603"/>
		<updated>2025-03-10T18:13:55Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1494&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:493.gif&amp;diff=602</id>
		<title>File:493.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:493.gif&amp;diff=602"/>
		<updated>2025-03-10T18:13:52Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1493&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:492.gif&amp;diff=601</id>
		<title>File:492.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:492.gif&amp;diff=601"/>
		<updated>2025-03-10T18:13:49Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1492&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:491.gif&amp;diff=600</id>
		<title>File:491.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:491.gif&amp;diff=600"/>
		<updated>2025-03-10T18:13:46Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1491&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:490.gif&amp;diff=599</id>
		<title>File:490.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:490.gif&amp;diff=599"/>
		<updated>2025-03-10T18:13:43Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1490&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:489.gif&amp;diff=598</id>
		<title>File:489.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:489.gif&amp;diff=598"/>
		<updated>2025-03-10T18:13:40Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1489&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:488.gif&amp;diff=597</id>
		<title>File:488.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:488.gif&amp;diff=597"/>
		<updated>2025-03-10T18:13:37Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1488&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:487.gif&amp;diff=596</id>
		<title>File:487.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:487.gif&amp;diff=596"/>
		<updated>2025-03-10T18:13:34Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1487&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:486.gif&amp;diff=595</id>
		<title>File:486.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:486.gif&amp;diff=595"/>
		<updated>2025-03-10T18:13:31Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1486&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:485.gif&amp;diff=594</id>
		<title>File:485.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:485.gif&amp;diff=594"/>
		<updated>2025-03-10T18:13:28Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1485&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:484.gif&amp;diff=593</id>
		<title>File:484.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:484.gif&amp;diff=593"/>
		<updated>2025-03-10T18:13:25Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1484&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:483.gif&amp;diff=592</id>
		<title>File:483.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:483.gif&amp;diff=592"/>
		<updated>2025-03-10T18:13:23Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1483&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:482.gif&amp;diff=591</id>
		<title>File:482.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:482.gif&amp;diff=591"/>
		<updated>2025-03-10T18:13:19Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1482&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:481.gif&amp;diff=590</id>
		<title>File:481.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:481.gif&amp;diff=590"/>
		<updated>2025-03-10T18:13:16Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1481&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:480.gif&amp;diff=589</id>
		<title>File:480.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:480.gif&amp;diff=589"/>
		<updated>2025-03-10T18:13:13Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1480&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:479.gif&amp;diff=588</id>
		<title>File:479.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:479.gif&amp;diff=588"/>
		<updated>2025-03-10T18:13:10Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1479&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:478.gif&amp;diff=587</id>
		<title>File:478.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:478.gif&amp;diff=587"/>
		<updated>2025-03-10T18:13:07Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1478&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:477.gif&amp;diff=586</id>
		<title>File:477.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:477.gif&amp;diff=586"/>
		<updated>2025-03-10T18:13:04Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1477&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:476.gif&amp;diff=585</id>
		<title>File:476.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:476.gif&amp;diff=585"/>
		<updated>2025-03-10T18:13:01Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1476&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:475.gif&amp;diff=584</id>
		<title>File:475.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:475.gif&amp;diff=584"/>
		<updated>2025-03-10T18:12:58Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1475&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:474.gif&amp;diff=583</id>
		<title>File:474.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:474.gif&amp;diff=583"/>
		<updated>2025-03-10T18:12:55Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1474&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:473.gif&amp;diff=582</id>
		<title>File:473.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:473.gif&amp;diff=582"/>
		<updated>2025-03-10T18:12:52Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1473&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:472.gif&amp;diff=581</id>
		<title>File:472.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:472.gif&amp;diff=581"/>
		<updated>2025-03-10T18:12:49Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1472&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:471.gif&amp;diff=580</id>
		<title>File:471.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:471.gif&amp;diff=580"/>
		<updated>2025-03-10T18:12:46Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1471&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:470.gif&amp;diff=579</id>
		<title>File:470.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:470.gif&amp;diff=579"/>
		<updated>2025-03-10T18:12:43Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1470&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:469.gif&amp;diff=578</id>
		<title>File:469.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:469.gif&amp;diff=578"/>
		<updated>2025-03-10T18:12:40Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1469&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:468.gif&amp;diff=577</id>
		<title>File:468.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:468.gif&amp;diff=577"/>
		<updated>2025-03-10T18:12:37Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1468&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:467.gif&amp;diff=576</id>
		<title>File:467.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:467.gif&amp;diff=576"/>
		<updated>2025-03-10T18:12:34Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1467&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:466.gif&amp;diff=575</id>
		<title>File:466.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:466.gif&amp;diff=575"/>
		<updated>2025-03-10T18:12:31Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1466&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:465.gif&amp;diff=574</id>
		<title>File:465.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:465.gif&amp;diff=574"/>
		<updated>2025-03-10T18:12:28Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1465&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:464.gif&amp;diff=573</id>
		<title>File:464.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:464.gif&amp;diff=573"/>
		<updated>2025-03-10T18:12:25Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1464&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:463.gif&amp;diff=572</id>
		<title>File:463.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:463.gif&amp;diff=572"/>
		<updated>2025-03-10T18:12:22Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1463&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
	<entry>
		<id>https://wiki.sc2kfix.net/w/index.php?title=File:462.gif&amp;diff=571</id>
		<title>File:462.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.sc2kfix.net/w/index.php?title=File:462.gif&amp;diff=571"/>
		<updated>2025-03-10T18:12:19Z</updated>

		<summary type="html">&lt;p&gt;Rage8885: Tile ID 1462&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rage8885</name></author>
	</entry>
</feed>