Template:P3 enemy technical

From Pikipedia, the Pikmin wiki
Revision as of 14:53, September 22, 2015 by Espyo (talk | contribs) (Created page with "{| class="wikitable collapsible collapsed" style="min-width: 380px;" ! colspan="2" | ''Pikmin 3'' technical information <span style="font-size: 80%;">{{tt|(?)|These values...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Info

This is used to describe the technical aspects of an enemy's data, in Pikmin 3. This data can be found in /content/CMCmn/enemy/.

Parameters

Parameter Mandatory Default Detailed description
name Yes Its internal name.
hp Yes Max HP.
rock Yes How many direct hits from thrown Rock Pikmin it takes to kill it.
white Yes How many White Pikmin ingestions it takes to kill it.
brout Yes How many bomb rock explosions near the enemy it takes to kill it.
brin Yes How many bomb rocks the enemy must eat to kill it.
direct Yes How many Pikmin thrown directly at its top it takes to kill it.
damage Yes Damage caused to leaders from its standard attacks.
territory Yes Territory radius.
value Yes Mission Mode value.

Skeleton

{{p3 enemy technical
|name      = 
|hp        = 
|rock      = 
|white     = 
|brout     = 
|brin      = 
|direct    =
|damage    =
|territory =
|value     = 
|}