Template:Creep infobox

From Little-Known Galaxy Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:Creep_infobox/doc.

Infobox for creeps (monsters) in the game

Related Modules, Templates, or Tables:

Syntax

{{Creep infobox
<!-- These items are only needed if override from default is appropriate. -->
|name        = Creep name (default is PAGENAME)
|image       = Image override (default is PAGENAME.png)

<!-- creep information -->
|creepType = Type of creep. (string)
|planet    = List of planetary locations this creep can be found. Separate with a semi-colon ";". (string)
|hp        = Amount of HP this creep has. (float)
|enemyDifficulty = How difficult the creep is. Options are: 0/Easy, 1/Hard, 2/Special (string)

|dropTable = name of drop table that rolls for this creep. (string)
}}


Examples

Blue Cosmo Creep.png
Creep Information
Creep Type Cosmo
Planet
Health Health.png 2.0
Difficulty Easy
Drops
Cosmic jelly.png Credits.png Dark matter.png Electro plasma.png Scrap metal.png Trash.png
{{Creep infobox
|creepType = Cosmo
|planet    = Grey Planet; Blue Reef
|hp        = 2.0
|enemyDifficulty = 0 
|dropTable = Enemy_CosmoCreep }}

This template adds rows to the table "Creeps", which is declared by the template Creep infobox/Cargo declare. View table.