No edit summary |
mNo edit summary |
||
(47 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | '''Statistics''' | ||
{| class="wikitable" | |||
! Health Points !! {{#if:{{{power}}}|Power Usage !!}} Visibility Range !! {{#if:{{{movement-speed}}}|Movement Speed !!}} Faction | |||
|- | |- | ||
| <div style="padding-left: 10px;">{{{health}}}</div> {{#if:{{{power}}}|{{!}}{{!}}<div style="padding-left: 10px;">{{{power}}}}}</div> || <div style="padding-left: 10px;">{{{visibility}}}</div> {{#if:{{{movement-speed}}}|{{!}}{{!}}<div style="padding-left: 10px;">{{{movement-speed}}}}}</div> || <div style="padding-left: 10px;">{{{race}}}</div> | |||
|- | |||
|} | |} | ||
{| | '''Sockets and Storage''' | ||
| | {| class="wikitable" | ||
|- style="vertical-align:middle;" | |||
! [[File:Internal Socket.png|32x32px|link=Sockets]] Internal {{#if:{{{socket-s}}}|!![[File:Small Socket.png{{!}}32x32px{{!}}link=Sockets]] Small}}{{#if:{{{socket-m}}}|!![[File:Medium Socket.png{{!}}32x32px{{!}}link=Sockets]] Medium}}{{#if:{{{socket-l}}}|!![[File:Large Socket.png{{!}}32x32px{{!}}link=Sockets]] Large}} | |||
! | ! <!-- gap --> | ||
! | ! <!--[[Storage|Storage Size]]-->Storage | ||
|- | |- | ||
|{{{socket-i}}}{{#if:{{{socket-s}}}|{{!}}{{!}}{{{socket-s}}}}}{{#if:{{{socket-m}}}|{{!}}{{!}}{{{socket-m}}}}}{{#if:{{{socket-l}}}|{{!}}{{!}}{{{socket-l}}}}} | |<div style="padding-left: 10px;">{{{socket-i}}}</div>{{#if:{{{socket-s}}}|{{!}}{{!}}<div style="padding-left: 10px;">{{{socket-s}}}}}</div>{{#if:{{{socket-m}}}|{{!}}{{!}}<div style="padding-left: 10px;">{{{socket-m}}}}}</div>{{#if:{{{socket-l}}}|{{!}}{{!}}<div style="padding-left: 10px;">{{{socket-l}}}}}</div> | ||
| <!-- gap --> | | <!-- gap --> | ||
| {{{storage}}} | | <div style="padding-left: 10px;">{{{storage}}}</div> | ||
|} | |} | ||
<noinclude>{{Documentation}}</noinclude> | <noinclude>{{Documentation}}</noinclude> |
Latest revision as of 14:12, 31 August 2023
Statistics
Health Points | Power Usage | Visibility Range | Movement Speed | Faction |
---|---|---|---|---|
{{{health}}} |
{{{power}}} |
{{{visibility}}} |
{{{movement-speed}}} |
{{{race}}}
|
Sockets and Storage
![]() |
![]() |
![]() |
![]() |
Storage | |
---|---|---|---|---|---|
{{{socket-i}}} |
{{{socket-s}}} |
{{{socket-m}}} |
{{{socket-l}}}
|
{{{storage}}}
|
Documentation
{{Entity_Stats |name |health |power |movement-speed |visibility |storage |size |race |entity-type1 |entity-type2 |socket-l |socket-m |socket-s |socket-i }}
- need to add: |tile-size
- remove unused ones?
- storage - just to count storage (what is bughole?)
- size - unit small medium large special=re-sim other=foundation (not used .. yet?)
- race - robot human alien bug
- entity-type - building bot or both?
- Note: Race and Entity-type output needs to have a capitalized first letter... Robot Human Alien Bug / Building Bot
- socket-x - count how many of each, return number. return nothing if empty
The above Template documentation is transcluded from Template:Entity Stats/doc. (edit | history)