Template:P3 fruit technical: Difference between revisions
Jump to navigation
Jump to search
(Changed the CSS rules for the minimum width from inline CSS to a class. This fixes a problem with large tables on mobile.) |
m (Text replacement - "]] </noinclude>" to "]]</noinclude>") |
||
Line 60: | Line 60: | ||
</pre> | </pre> | ||
[[Category:Information tables]] | [[Category:Information tables]]</noinclude> | ||
</noinclude> |
Revision as of 01:01, August 30, 2019
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 = }}