Difference between revisions of "CarryParam"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(Created page with "carryParam dictates how much something weighs, how many pikmin can carry it, and how many pikmin it creates. It's currently unknown what "extra" does. For example: "Chappy"...")
 
Line 1: Line 1:
carryParam dictates how much something weighs, how many pikmin can carry it, and how many pikmin it creates. It's currently unknown what "extra" does.
+
{{todo|Clean up.}}
 +
In ''Pikmin 3'', carryParam dictates how much something weighs, how many pikmin can carry it, and how many pikmin it creates. It's currently unknown what "extra" does.
  
 
For example:
 
For example:
Line 29: Line 30:
  
 
0
 
0
 +
 +
[[Category:Pikmin 3]]
 +
[[Category:File formats]]

Revision as of 18:06, 5 August 2017

To do: Clean up.

In Pikmin 3, carryParam dictates how much something weighs, how many pikmin can carry it, and how many pikmin it creates. It's currently unknown what "extra" does.

For example:

"Chappy" 0 # Params ----- Bulborb


"mCarryMin" ----- # Of Pikmin needed to carry

# @var(int,mCarryMin)

10

"mCarryMax" ----- # Of Pikmin can carry

# @var(int,mCarryMax)

20

"mIncPikmins" ----- # Of Pikmin created

# @var(int,mIncPikmins)

10

"mExtra"

# @var(int,mExtra)

0