Template:P3 fruit technical: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(This parameter might make more sense in the future.)
m (Text replacement - "" style="min-width: 380px;"" to """)
 
(9 intermediate revisions by 5 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" | ''[[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>
|-
|-
! Internal name
! Internal name
| {{{name}}}
| <code>{{{name}}}</code>
|-
|-
! [[Juice]]
! [[Juice]]
Line 9: Line 9:
|-
|-
! Juice color
! Juice color
| <div style="width: 24px; height: 24px; display: inline-block; border: solid gray 1px; background-color: rgb({{{jr|0}}}, {{{jg|0}}}, {{{jb|0}}});"></div> ({{{jr}}}, {{{jg}}}, {{{jb}}}, {{{ja}}})
| <div style="width: 24px; height: 24px; display: inline-block; border: solid gray 1px; background-color: rgb({{{jr|0}}}, {{{jg|0}}}, {{{jb|0}}});"></div> ({{{jr}}}, {{{jg}}}, {{{jb}}}, 255)
|-
|-
! [[Mission Mode]] points
! [[Mission Mode]] points
Line 39: Line 39:
! jb
! jb
| '''Yes''' ||  || Juice color blue component (0 - 255).
| '''Yes''' ||  || Juice color blue component (0 - 255).
|-
! ja
| '''Yes''' ||  || Juice color alpha component (0 - 255).
|-
|-
! mission
! mission
Line 52: Line 49:
==Skeleton==
==Skeleton==
<pre>
<pre>
{{p3 enemy technical
{{p3 fruit technical
|name    =  
|name    =  
|juice  =  
|juice  =  
Line 58: Line 55:
|jg      =  
|jg      =  
|jb      =  
|jb      =  
|ja      =
|mission =  
|mission =  
|size    =  
|size    =  
Line 64: Line 60:
</pre>
</pre>


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

Latest revision as of 18:42, January 27, 2022

Pikmin 3 technical information (?)
Internal name {{{name}}}
Juice {{{juice}}}
Juice color
({{{jr}}}, {{{jg}}}, {{{jb}}}, 255)
Mission Mode points {{{mission}}}
"Size"? {{{size}}}

Info

This is used to describe the technical aspects of a fruit's data, in Pikmin 3. This data can be found in several places, like /content/CMCmn/otakara/, and /content/CMCmn/system/param_db.szs/fruitsparam_db.txt.

Parameters

Parameter Mandatory Default Detailed description
name Yes Its internal name.
juice Yes Amount of juice it fills.
jr Yes Juice color red component (0 - 255).
jg Yes Juice color green component (0 - 255).
jb Yes Juice color blue component (0 - 255).
mission Yes Mission Mode point amount.
size Yes The parameter named "grade" with the Japanese comment サイズ? (lit.: "size").

Skeleton

{{p3 fruit technical
|name    = 
|juice   = 
|jr      = 
|jg      = 
|jb      = 
|mission = 
|size    = 
}}