Editing Pikmin 3 Bingo Battle

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
Bingo Battle has 12 selectable maps all with 3 layouts each, totaling in 36 unique stages. The collectables featured on a given layout's bingo card will always be the same with the positions shuffled. Each layout is configured with a .txt within the files located in CMCmn\system\vs_set\vsset_vs##_x.szs
+
Bingo Battle has 12 selectable maps all with 3 layouts each, totaling in 36 unique stages. Each stage is configured with a txt within the files located in CMCmn\system\vs_set\vsset_vs##_x.szs
  
 +
==The anatomy of the vs_set.txt==
  
==The Anatomy of the vs_set .txt==
+
The entries of use are as follows, using vsset_vs01_a.szs as an example:
  
The entries of interest are as follows, using vsset_vs01_a.szs as an example:
+
<syntaxhighlight># PikminValueSetting
 
 
<syntaxhighlight lang="python" line start="13"># TimeLimit
 
 
{
 
{
10 0
+
5 -1 -1
 
}</syntaxhighlight>
 
}</syntaxhighlight>
  
Presumably the first number is the time it takes for the overtime mode to begin. Untested to see if changing this works, as it is set to 10 in every vsset
+
This determines the starting pikmin colour (first number) and secondary pikmin colour (last number) using the pikmin identifier values. The secondary number being set to -1 means this stage has no secondary pikmin. It is currently unknown what happens if the primary number is set to -1. Also unknown is the purpose for the middle number, every vsset file has it set to -1.
  
  
<syntaxhighlight lang="python" line start="35"># PikminValueSetting
+
<syntaxhighlight># TimeLimit
 
{
 
{
5 -1 -1
+
10 0
 
}</syntaxhighlight>
 
}</syntaxhighlight>
  
This determines the starting pikmin colour (first number) and secondary pikmin colour (last number) using the pikmin identifier values. The secondary number being set to -1 means this stage has no secondary pikmin. It is currently unknown what happens if the primary number is set to -1. Also unknown is the purpose for the middle number, every vsset file has it set to -1.
+
Presumably the left number is the time it takes for the overtime mode to begin. Untested to see if changing this works, as it is set to 10 in every vsset
  
  
<syntaxhighlight lang="python" line start="45">
+
<syntaxhighlight>
 +
# BingoVSSetting version
 +
20121027
 
# BingoSheet
 
# BingoSheet
 
{
 
{
Line 33: Line 34:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
The numbers on line 50 determine what icons appear on the bingo cards. The 4 4 at the begining and all of the 0s are separators of sort, the numbers inbetween are the IDs of enemy and fruit entities that will populate the bingo card. There are always 16 IDs defined.
+
The Long string of numbers determine what appears on the bingo cards. The 4 4 at the begining and all of the 0s are separators of sort, the numbers inbetween are the IDs of enemy and fruit entities that will populate the bingo card. There are always 16 IDs defined.
 
    
 
    
==Bingo vs_set Files Tabulated==
+
==Bingo vs_set files Tabulated==
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Game Order || Internal Order || Stage Name || Internal Name || Layout || Primary Pikmin || Secondary Pikmin || Bingo Card IDs
 
! Game Order || Internal Order || Stage Name || Internal Name || Layout || Primary Pikmin || Secondary Pikmin || Bingo Card IDs
Line 112: Line 113:
 
|}
 
|}
  
==Bingo Card ID Assignment==
+
==Bingo ID Assignment==
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
!Bingo ID || Enemy/Fruit/Marble Name || Notes
 
!Bingo ID || Enemy/Fruit/Marble Name || Notes
Line 118: Line 119:
 
| -1 || ? || Unused. Seemingly does nothing
 
| -1 || ? || Unused. Seemingly does nothing
 
|-
 
|-
|0 || ? || Unused. Any collectable without an assigned ID will function! Is unstable when testing with a full board of 0s, specifically when bingo is close or achieved
+
|0 || ? || Unused. Any collectable not featured in bingo battle and not assigned a number will function! Is unstable when testing with a full board of 0s, specifically when bingo is close or achieved
 
|-
 
|-
 
|1 || Red Marble ||
 
|1 || Red Marble ||
Line 243: Line 244:
 
|-
 
|-
 
|62+ || ? || Unused. Seemingly does nothing, haven't tested excessively)
 
|62+ || ? || Unused. Seemingly does nothing, haven't tested excessively)
|}
 
 
===Collectables Without Assigned Bingo Card IDs===
 
 
The following collectables are not featured in bingo battle, thus have no bingo card ID:
 
 
Enemies (non boss):
 
* Arachnode (didn't test, couldn't spawn)
 
* Arctic Cannon Larva
 
* Joustmite
 
* Scornet (will disappear when killed, seemingly uncollectable)
 
* Sputtlefish
 
 
Fruits:
 
* Astringent Clump
 
* Blonde Impostor
 
* Crimson Banquet
 
* Juicy Gaggle
 
* Lesser Mock Bottom
 
* Mock Bottom
 
* Pocked Airhead
 
* Scaly Custard
 
* Searing Acidshock
 
* Seed Hive
 
* Tremendous Sniffer
 
 
 
===Bingo Card Icons===
 
All of the bingo card Icons are stored in CMCmn\lyt\bingobattle.szs along side all of the mode's UI. I would assume swapping out an icon such as shaggy for an un used enemy or fruit would be trivial, but I have no idea how to assign an actual enemy to that number that would function
 
 
==Generator Files==
 
 
Each stage layout has its own generator file. It is possible to change the onion locations between layouts of a given map, though the base game does not do this.
 
 
==Oddities==
 
 
* Extra enemys (and presumably fruits) can be generated into a stage that don't have their ID assigned to the card. They will act as expected, produce sprouts but not contribute to the completion of the card.
 
* If the Cupid's Grenade is on the bingo card, you don't necessarily have to put them in the generator file as they will eventually spawn in (provided the vsitem spawner isn't removed from the generator). If done as described, they will first show up as "?" until spawned into the game (sometimes it isn't so instant). They will still act as they do normally giving you an item, as well as checking an entry off the card.
 
* There are no Layouts where every collectible is an enemy, nor every collectible is a fruit
 
* A used feature of the bingo card is a collectable can be on the card either more than, equal to or less than is generated. Theoretical ways this can be pushed to extremes the base game doesn't:
 
** Every entry on the card has the same ID. The closest the base game comes to this is in vs_08_c where each marble has 4 entries on the card.
 
** More entries for a given ID on each card than are generated, eg. 1 bulborb generated with 2 card entries meaning even the player that collects it will have a random lockout, but punish the other player with 2 lockouts.
 
 
* Red pikmin are featured in 28/36 stage layouts
 
* Purple and White pikmin are seen very few times in Bingo Battle and only as secondary pikmin. Unlike other types, they cannot create sprouts of their colour. it is unknown currently what happens if they are set to the primary pikmin
 
* Wings and rocks are never featured in the same layout together, in fact wings are only ever paired with reds as the secondary colour.
 
* The following enemies are only featured in Bingo Battle once: Puffy Blowhog, Water Dumple, Toady Bloyster, Flighty Joustmite, Peckish Aristocrab, Waddlepus, Bug-Eyed Crawmad
 
* The Dawn Pustules are the only collectable not featured in the base game bingo battle with an assigned ID.
 
 
=Frequency Each Collectible Appears on Bingo Cards=
 
{| class="wikitable sortable"
 
!Internal Order || Red Marble || Blue Marble || Yellow Marble || Citrus Lump || Insect Condo || Sunseed Berry || Golden Sunseed || Face Wrinkler || Bulborb || Dwarf Bulborb || Yellow Wolywog || Female Sheargrub || Male Sheargrub || Whiptongue Bulborb || Bearded Amprat || Pickering Binnow || Bulbear || Dwarf Bulbear || Skitter Leaf || Desiccated Skitter Leaf || Pyroclasmic Slooch || Orange Bulborb || Shutterchuck || Calcified Crushblat || Puffy Blowhog || Shearwig || Swooping Snitchbug || Fiery Blowhog || Watery Blowhog || Red Spectralid || White Spectralid || Yellow Spectralid || Skeetskate || Wogpol || Medusal Slurker || Armored Cannon Larva || Water Dumple || Hermit Crawmad || Toady Bloyster || Flighty Joustmite || Peckish Aristocrab || Delectable Bouquet || Stellar Extrusion || Fire Breathing Feast || Slapstick Creascent || Velvety Dreamdrop || Heroine's Tears || Zest Bomb || Portable Sunset || Dusk Pustules || Dapper Blob || Waddlepus || Bug-Eyed Crawmad || Disguised Delicacy || Swarming Grub || Burrowing Snagret || Wayward Moon || Dwarf Orange Bulborb
 
|-
 
|vs_02_a || 1 || 1 || 1 ||  ||  || 1 ||  || 1 || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||
 
|-
 
|vs_02_b || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_02_c || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  || 1
 
|-
 
|vs_10_a || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_10_b || 1 || 1 || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_04_c || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_04_a || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_04_b || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  || 1 ||  || 1 ||  ||  ||  ||  || 1
 
|-
 
|vs_05_c || 1 ||  ||  || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_07_a || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  ||  || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_07_b || 2 || 2 || 2 || 1 ||  || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_12_c || 1 || 1 || 2 || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_12_a || 2 || 2 || 2 || 1 || 1 ||  ||  || 1 || 1 || 1 || 1 ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_12_b || 1 || 1 ||  || 1 || 1 || 1 || 2 || 1 || 1 || 1 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 || 1 ||  ||  ||
 
|-
 
|vs_01_c || 1 || 1 || 2 || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_01_a || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_01_b || 1 || 1 ||  || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_09_c || 1 || 1 ||  || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_09_a || 1 || 1 ||  ||  || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  || 1 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||
 
|-
 
|vs_09_b ||  ||  ||  ||  || 1 ||  ||  || 1 || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  || 1
 
|-
 
|vs_03_c || 2 || 2 || 2 || 1 ||  || 1 || 1 ||  || 1 || 1 || 1 || 1 ||  || 1 ||  || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_03_a || 3 || 3 || 3 ||  ||  ||  ||  ||  || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_06_b || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 2 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  || 2 ||  ||  ||  ||
 
|-
 
|vs_08_c || 1 || 1 || 2 || 1 || 1 ||  ||  ||  || 1 || 1 ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  || 1 || 2 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_08_a || 4 || 4 || 4 ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_11_b || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_11_c || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||
 
|-
 
|vs_11_a || 1 || 1 ||  || 1 || 1 || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  || 1 || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_07_b || 1 || 1 || 2 || 1 || 1 || 1 || 1 || 1 || 2 || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_03_c || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 || 2 || 1 || 1 || 1 || 1 ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_08_a || 1 || 1 || 2 || 1 || 1 ||  ||  ||  || 2 || 2 ||  ||  ||  ||  || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 2 ||  || 2 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_10_b || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_05_c || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_05_a || 1 || 1 || 1 ||  ||  || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 2 ||  ||  ||  ||  ||  ||  ||  || 1 || 1 || 1 || 1 ||  ||  ||  || 1 ||  ||  ||  ||  || 1 || 1 ||
 
|-
 
|vs_06_b || 1 || 1 || 2 || 1 || 1 || 1 || 1 || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  ||  || 2 ||  ||  ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
|-
 
|vs_06_c || 1 || 1 || 1 || 1 || 1 || 1 ||  || 1 ||  ||  ||  || 1 ||  ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || 1 ||  ||  ||  || 1 || 1 ||  || 1 || 1 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||
 
 
|}
 
|}

Please note that all contributions to Pikmin Technical Knowledge Base are considered to be released under the Creative Commons Attribution-ShareAlike (see Pikmin Technical Knowledge Base:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)