Template:Pikmin technical: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{|class = "wikitable mw-collapsible mw-collapsed technicaltable" ! colspan = 2 | {{#switch:{{{game}}}|p1={{p1}}|p2={{p2}}|p3={{p3}}|hp={{hp}}|pb={{pb}}}} technical information...") |
No edit summary |
||
Line 4: | Line 4: | ||
{{#if:{{{attack|}}}| | {{#if:{{{attack|}}}| | ||
! [[Combat|Attack]] strength | ! [[Combat|Attack]] strength | ||
{{!}} {{#ifeq:{{{game}}}|p2|{{tt|{{{attack}}}|For reference, a standard Pikmin type like a Blue Pikmin has an attack strength of 10.}}|{{{attack}}}}} | |||
}} | }} | ||
|- | |- | ||
{{#if:{{{run_speed|}}}| | {{#if:{{{run_speed|}}}| | ||
! Running speed | ! Running speed | ||
{{!}} {{#ifeq:{{{game}}}|p2|{{tt|{{{run_speed}}}|For reference, a leader runs at a speed of 160 without the Rush Boots, and 205 with.}}|{{{run_speed}}}}} | |||
}} | }} | ||
|- | |- | ||
{{#if:{{{dig_speed|}}}| | {{#if:{{{dig_speed|}}}| | ||
! [[Dig]]ging speed | ! [[Dig]]ging speed | ||
{{!}} {{{dig_speed}}} | |||
}} | }} | ||
|}<noinclude> | |}<noinclude> |
Revision as of 17:21, January 7, 2023
technical information (?) |
---|
Info
This is used to describe the technical aspects of a Pikmin's data.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
game | Yes | The game being documented. Values are p1 , p2 , p3 , hp , pb .
| |
attack | No | Attack strength. | |
run_speed | No | Running speed. | |
dig_speed | No | Digging speed. |
Skeleton
{{pikmin technical |game = |attack = |run_speed = |dig_speed = }}