Template:P3 fruit technical: Difference between revisions
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...") |
(This parameter might make more sense in the future.) |
||
Line 13: | Line 13: | ||
! [[Mission Mode]] points | ! [[Mission Mode]] points | ||
| {{{mission}}} | | {{{mission}}} | ||
|- | |||
! {{tt|"Size"?|Might be used to pick a carrying path.}} | |||
| {{{size}}} | |||
|}<noinclude> | |}<noinclude> | ||
Line 42: | Line 45: | ||
! mission | ! mission | ||
| '''Yes''' || || Mission Mode point amount. | | '''Yes''' || || Mission Mode point amount. | ||
|- | |||
! size | |||
| '''Yes''' || || The parameter named "grade" with the Japanese comment {{j|サイズ|saizu|size|f=tp}}. | |||
|} | |} | ||
Line 54: | Line 60: | ||
|ja = | |ja = | ||
|mission = | |mission = | ||
|size = | |||
}} | }} | ||
</pre> | </pre> |
Revision as of 11:07, May 7, 2016
Pikmin 3 technical information (?) | |
---|---|
Internal name | {{{name}}} |
Juice | {{{juice}}} |
Juice color | ({{{jr}}}, {{{jg}}}, {{{jb}}}, {{{ja}}}) |
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). | |
ja | Yes | Juice color alpha component (0 - 255). | |
mission | Yes | Mission Mode point amount. | |
size | Yes | The parameter named "grade" with the Japanese comment サイズ? (lit.: "size"). |
Skeleton
{{p3 enemy technical |name = |juice = |jr = |jg = |jb = |ja = |mission = |size = }}