Template:Pikmin technical: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Added P4 support)
(Specified for P4)
Tag: Mobile edit
 
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}}}}}
{{!}} {{#switch:{{{game}}}|p2|p3|p4={{tt|{{{attack}}}|For reference, a standard Pikmin type like a Blue Pikmin has an attack strength of 10.}}|{{{attack}}}}}
}}
}}
|-
|-

Latest revision as of 04:14, March 29, 2024

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, p4, hp, pb.
attack No Attack strength.
pb_attack No Base attack strength in Pikmin Bloom.
carry No Carrying strength.
run_speed No Running speed.
dig_speed No Digging speed.
time_modifier No Time modifier on expeditions in Pikmin Bloom.

Skeleton

{{pikmin technical
|game      = 
|attack    = 
|pb_attack = 
|carry     = 
|run_speed = 
|dig_speed = 
|time_modifier =
}}