Template:Pikmin technical: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added P3 attack reference.) |
||
Line 4: | Line 4: | ||
{{#if:{{{attack|}}}| | {{#if:{{{attack|}}}| | ||
! [[Combat|Attack]] strength | ! [[Combat|Attack]] strength | ||
{{!}} {{# | {{!}} {{#switch:{{{game}}}|p2|p3={{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 | ||
{{!}} {{# | {{!}} {{#switch:{{{game}}}|p2={{tt|{{{run_speed}}}|For reference, a leader runs at a speed of 160 without the Rush Boots, and 205 with.}}|{{{run_speed}}}}} | ||
}} | }} | ||
|- | |- |
Revision as of 17:24, 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 = }}