Template:P3 enemy technical: Difference between revisions

m
Actually it's the values that are the same.
mNo edit summary
m (Actually it's the values that are the same.)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="wikitable collapsible collapsed" style="min-width: 380px;"
{| class="wikitable mw-collapsible mw-collapsed technicaltable"
! colspan="2" | ''[[Pikmin 3]]'' technical information <span style="font-size: 80%;">{{tt|(?)|These values come directly from the game files. Vague or unimportant values will not be listed.}}</span>
! colspan="2" | {{p3}} technical information <span style="font-size: 80%;">{{tt|(?)|These values come directly from the game files. Vague or unimportant values will not be listed.}}</span>
|-
{{#if:{{{same|}}}|{{!}} colspan="2" {{!}} These values are the same in ''Pikmin 3'' and ''Pikmin 3 Deluxe''.}}
|-
|-
! Internal name
! Internal name
| {{{name}}}
| <code>{{{name}}}</code>
|-
|-
! HP
! [[Health|HP]]
| {{{hp}}}
| {{{hp}}}
|-
|-
Line 14: Line 16:
| {{{white}}}
| {{{white}}}
|-
|-
! [[Bomb rock]] explosions to kill
! {{tt|[[Bomb rock]] explosions to kill|This is calculated using the enemy's default health value. If a specific instance overrides the value, this amount won't match.}}
| {{{brout}}}
| {{{brout}}}
|-
|-
Line 23: Line 25:
| {{{direct}}}
| {{{direct}}}
|-
|-
! Damage to leaders
! Damage to [[leader]]s
| {{{damage}}}
| {{{damage}}}
|-
|-
Line 29: Line 31:
| {{{territory}}}
| {{{territory}}}
|-
|-
! Value
! [[Mission Mode]] value
| {{{value}}}
| {{{value}}}
|}<noinclude>
|}<noinclude>


==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>. The properties can be found in the <code>params.txt</code> files.
This is used to describe the technical aspects of an [[enemy]]'s data in {{p3}} and {{p3d}}. 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==
{| class = "wikitable"
{| class = "wikitable"
! Parameter || Mandatory || Default || Detailed description
! Parameter || Mandatory || Default || Detailed description
|-
! same
| No ||  || If it has the same parameters in ''Pikmin 3'' and ''Pikmin 3 Deluxe'', give this a value like "y".
|-
|-
! name
! name
Line 74: Line 79:
<pre>
<pre>
{{p3 enemy technical
{{p3 enemy technical
|same      =
|name      =  
|name      =  
|hp        =  
|hp        =  
Line 84: Line 90:
|territory =  
|territory =  
|value    =  
|value    =  
|}
}}
</pre>
</pre>


[[Category:Information tables]]
[[Category:Information tables]]</noinclude>
</noinclude>