Template:P3 enemy technical: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(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...")
 
mNo edit summary
Line 34: Line 34:


==Info==
==Info==
This is used to describe the technical aspects of an [[enemy]]'s data, in ''[[Pikmin 3]]''. This data can be found in <code>/content/CMCmn/enemy/</code>.
This is used to describe the technical aspects of an [[enemy]]'s data, in ''[[Pikmin 3]]''. This data can be found in <code>/content/CMCmn/enemy/</code>. The properties can be found in the <code>params.txt</code> files.


==Parameters==
==Parameters==
Line 44: Line 44:
|-
|-
! hp
! hp
| '''Yes''' ||  || Max [[HP]].
| '''Yes''' ||  || Max [[HP]]. Line comment: <code>MaxLife</code>.
|-
|-
! rock
! rock
| '''Yes''' ||  || How many direct hits from thrown Rock Pikmin it takes to kill it.
| '''Yes''' ||  || How many direct hits from thrown Rock Pikmin it takes to kill it. Line comment: <code>NumRockDirectHits</code>.
|-
|-
! white
! white
| '''Yes''' ||  || How many White Pikmin ingestions it takes to kill it.
| '''Yes''' ||  || How many White Pikmin ingestions it takes to kill it. Line comment: <code>NumPoisonHits</code>.
|-
|-
! brout
! brout
| '''Yes''' ||  || How many bomb rock explosions near the enemy it takes to kill it.
| '''Yes''' ||  || How many bomb rock explosions near the enemy it takes to kill it. Line comment: <code>NumBombHits</code>.
|-
|-
! brin
! brin
| '''Yes''' ||  || How many bomb rocks the enemy must eat to kill it.
| '''Yes''' ||  || How many bomb rocks the enemy must eat to kill it. Line comment: <code>NumInsideBombHits</code>.
|-
|-
! direct
! direct
| '''Yes''' ||  || How many Pikmin thrown directly at its top it takes to kill it.
| '''Yes''' ||  || How many Pikmin thrown directly at its top it takes to kill it. Line comment: <code>NumPressHits</code>.
|-
|-
! damage
! damage
| '''Yes''' ||  || Damage caused to leaders from its standard attacks.
| '''Yes''' ||  || Damage caused to leaders from its standard attacks. Variable name: <code>mPlayerDamage</code>.
|-
|-
! territory
! territory
| '''Yes''' ||  || Territory radius.
| '''Yes''' ||  || Territory radius. Variable name: <code>mTerritoryRadius</code>.
|-
|-
! value
! value
| '''Yes''' ||  || [[Mission Mode]] value.
| '''Yes''' ||  || [[Mission Mode]] value. Variable name: <code>mPrice</code>.
|}
|}


Line 80: Line 80:
|brout    =  
|brout    =  
|brin      =  
|brin      =  
|direct    =
|direct    =  
|damage    =
|damage    =  
|territory =
|territory =  
|value    =  
|value    =  
|}
|}

Revision as of 16:06, September 22, 2015

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/. The properties can be found in the params.txt files.

Parameters

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

Skeleton

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