Template:Pikmin technical: Difference between revisions

From Pikipedia, the Pikmin wiki
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
{{!}} {{#ifeq:{{{game}}}|p2|{{tt|{{{attack}}}|For reference, a standard Pikmin type like a Blue Pikmin has an attack strength of 10.}}|{{{attack}}}}}
{{!}} {{#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
{{!}} {{#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}}}}}
{{!}} {{#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 18: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 = 
}}