Template:Pikmin technical: Difference between revisions
Jump to navigation
Jump to search
(More inclusive source.) |
(Added parameters needed for Pikmin Bloom.) |
||
Line 5: | Line 5: | ||
! [[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={{tt|{{{attack}}}|For reference, a standard Pikmin type like a Blue Pikmin has an attack strength of 10.}}|{{{attack}}}}} | ||
}} | |||
|- | |||
{{#if:{{{carry|}}}| | |||
! [[Carry]]ing strength | |||
{{!}} {{{carry}}} | |||
}} | }} | ||
|- | |- | ||
Line 15: | Line 20: | ||
! [[Dig]]ging speed | ! [[Dig]]ging speed | ||
{{!}} {{{dig_speed}}} | {{!}} {{{dig_speed}}} | ||
}} | |||
|- | |||
{{#if:{{{time_modifier|}}}| | |||
! [[Expedition]] time modifier | |||
{{!}} {{{time_modifier}}} | |||
}} | }} | ||
|}<noinclude> | |}<noinclude> | ||
Line 30: | Line 40: | ||
! attack | ! attack | ||
| No || || Attack strength. | | No || || Attack strength. | ||
|- | |||
! carry | |||
| No || || Carrying strength. | |||
|- | |- | ||
! run_speed | ! run_speed | ||
Line 36: | Line 49: | ||
! dig_speed | ! dig_speed | ||
| No || || Digging speed. | | No || || Digging speed. | ||
|- | |||
! time_modifier | |||
| No || || Time modifier on expeditions in ''Pikmin Bloom''. | |||
|} | |} | ||
Line 42: | Line 58: | ||
{{pikmin technical | {{pikmin technical | ||
|game = | |game = | ||
|carry = | |||
|attack = | |attack = | ||
|run_speed = | |run_speed = |
Revision as of 18:26, 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. | |
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 = |carry = |attack = |run_speed = |dig_speed = }}