1 XML.Entity.Traits.MiniMap
trac edited this page 2008-02-23 03:18:57 +00:00

This attribute specifies how the entity appears on the Mini-Map.

Example:

        <Traits>
 		<MiniMap
 			type="Unit"
 			red="100"
 			green="200"
 			blue="50"
 		/>
  	</Traits>

Type

BRIEF DESCRIPTION :: Minimap class for different minimap visibility toggles.

{{Template:TODO|

This is to categorise what Minimap toggle the entity is linked to, and to reference for special effects (for example, a special icon for Settlements, rather than a coloured blip).

Options: ** Unit

  • Support
  • Hero
  • Structure
  • Stone
  • Ore
  • Wood
  • Food
  • Settlement
  • Special

Red

''BRIEF DESCRIPTION *
'' Minimap RGB red value.

The red RGB colour for the entity; can be designated as a number from 0-255.

Green

BRIEF DESCRIPTION :: Minimap RGB green value.

The green RGB colour for the entity; can be designated as a number from 0-255.

Blue

BRIEF DESCRIPTION :: Minimap RGB blue value.

The blue RGB colour for the entity; can be designated as a number from 0-255.