ObjectWonderTag: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
The <code>ObjectWonderTag</code> is an actor that allows to give the Wonder flower additional settings like [[PlayerWonderTypes]] and/or [[Morphs]] to the player. It is not necassary to have that actor placed in a level, but is quite useful to get more possiblities of changing the behaviour of the Wonder Flower in the game. | The <code>ObjectWonderTag</code> is an actor that allows to give the Wonder flower additional settings like [[PlayerWonderTypes]] and/or [[Morphs]] to the player. It is not necassary to have that actor placed in a level, but is quite useful to get more possiblities of changing the behaviour of the Wonder Flower in the game. | ||
== Actors == | |||
All of the actors use the <code>Dynamic</code> parameter in the <code>Bcett</code> file format. | |||
{| class="wikitable" | |||
!Actor | |||
!Information | |||
|- | |||
|[[PopUpTag.pack.zs]] | |||
|This is the normal actor that is used in normal levels of the game. | |||
|- | |||
|[[PopUpTagKoopaJr.pack.zs]] | |||
|This is the Bowser Jr. actor version that is used in Bowser Jr. boss fights of the game. | |||
|- | |||
|[[PopUpTagKoopaJrRight.pack.zs]] | |||
|This is the Bowser Jr. actor version that is used in Bowser Jr. boss fights. However, it is currently unknown what ”Right“ defines. | |||
|- | |||
|[[RhythmPopUpTag.pack.zs]] | |||
|This is the Rhythm actor that is used in all Rhythm levels of the game. Activated by a <code>BGMTag</code>. | |||
|} | |||
== Shared Dynamic Properties == |
Revision as of 07:55, 5 January 2024
The ObjectWonderTag
is an actor that allows to give the Wonder flower additional settings like PlayerWonderTypes and/or Morphs to the player. It is not necassary to have that actor placed in a level, but is quite useful to get more possiblities of changing the behaviour of the Wonder Flower in the game.
Actors
All of the actors use the Dynamic
parameter in the Bcett
file format.
Actor | Information |
---|---|
PopUpTag.pack.zs | This is the normal actor that is used in normal levels of the game. |
PopUpTagKoopaJr.pack.zs | This is the Bowser Jr. actor version that is used in Bowser Jr. boss fights of the game. |
PopUpTagKoopaJrRight.pack.zs | This is the Bowser Jr. actor version that is used in Bowser Jr. boss fights. However, it is currently unknown what ”Right“ defines. |
RhythmPopUpTag.pack.zs | This is the Rhythm actor that is used in all Rhythm levels of the game. Activated by a BGMTag .
|