Internal Item Data: Difference between revisions

From WonderWiki
Jump to navigation Jump to search
(Created page with "This page documents every internal item name for the items used in Super Mario Bros. Wonder. This will be useful for people, whenever they need a certain item name. === Internal Item Data === In this section, you will find every documented item that the game has to offer. These items can be obtained by touching the actor, and the player will have a certain power, unless they get hit. {| class="wikitable" |+ !Item !Item Actor Name !Item ChildParameter Name |- |Super Mush...")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
!Item
!Item
!Item Actor Name
!Item Actor Name
!Item ChildParameter Name
|-
|-
|Super Mushroom
|Super Mushroom
|<code>ItemKinoko</code>
|<code>ItemKinoko</code>
|
|-
|-
|Fire Flower
|Fire Flower
|<code>ItemFlower</code>
|<code>ItemFlower</code>
|
|-
|-
|Super Star
|Super Star
|<code>ItemStar</code>
|<code>ItemStar</code>
|
|-
|-
|1-UP Mushroom
|1-UP Mushroom
|<code>ItemOneUpKinoko</code>
|<code>ItemOneUpKinoko</code>
|
|-
|-
|Bubble Flower
|Bubble Flower
|<code>ItemAwaFlower</code>
|<code>ItemAwaFlower</code>
|
|-
|-
|Drill Mushroom
|Drill Mushroom
|<code>ItemDrillSuit</code>
|<code>ItemDrillSuit</code>
|
|-
|-
|Elephant Fruit
|Elephant Fruit
|<code>ItemElephantSuit</code>
|<code>ItemElephantSuit</code>
|
|}
|}


=== Internal Block Item Data ===
=== Internal Block Item Data ===
In this section, you will find data regrading to everything a block can store besides items. The Item childparameters are in the section above this one.
In this section, you will find data regrading to everything a block can store in the game, from items from different objects.
{| class="wikitable"
!Item
!Item Child Parameters
|-
|One Yellow Coin
|<code>ObjectCoinYellow_Single</code>
|-
|Ten Yellow Coins
|<code>ObjectCoinYellow_TenCount</code>
|-
|
|
|-
|
|
|-
|
|
|-
|
|
|-
|
|
|}


=== Misc. Item Data ===
=== Misc. Item Data ===
This section offers misc. item data that the game has to offer.
This section offers misc. item data that the game has to offer.

Latest revision as of 13:51, 7 December 2024

This page documents every internal item name for the items used in Super Mario Bros. Wonder. This will be useful for people, whenever they need a certain item name.

Internal Item Data[edit | edit source]

In this section, you will find every documented item that the game has to offer. These items can be obtained by touching the actor, and the player will have a certain power, unless they get hit.

Item Item Actor Name
Super Mushroom ItemKinoko
Fire Flower ItemFlower
Super Star ItemStar
1-UP Mushroom ItemOneUpKinoko
Bubble Flower ItemAwaFlower
Drill Mushroom ItemDrillSuit
Elephant Fruit ItemElephantSuit

Internal Block Item Data[edit | edit source]

In this section, you will find data regrading to everything a block can store in the game, from items from different objects.

Item Item Child Parameters
One Yellow Coin ObjectCoinYellow_Single
Ten Yellow Coins ObjectCoinYellow_TenCount

Misc. Item Data[edit | edit source]

This section offers misc. item data that the game has to offer.