47: Thwomp - Newer

From NSMBW Modding Database
Jump to navigation Jump to search
47: Thwomp
Developer(s): Newer Team
Source Code: https://github.com/Newer-Team/NewerSMBW

Description

A normal sized Thwomp that will try to crush the player when it is nearby or underneath. Thwomps are not capable of destroying tileset objects unless set to Crush Forever.

Settings

 <sprite asmhacks="True" id="47" name="Thwomp" notes="A normal sized Thwomp that will try to crush the player when it is nearby or underneath. Thwomps are not capable of destroying tileset objects unless set to Crush Forever." noyoshi="True" sizehacks="True">
   <dualbox bit="47" comment="This determines if the Thwomp will return to its starting position or if it will continue to crush the terrain until dropping out of the level." comment2="If you use Crush Forever, the Thwomp must be able to fall completely through and well beyond the bottom border of the Zone, or the falling sound effect and rumble will not stop." title1="Drop and Return" title2="Crush Forever" />
   <list comment="This determines the style of the Thwomp." nybble="6" title="Style">
     <entry value="0">Normal</entry>
     <entry value="1">Icy</entry>
   </list>
   <checkbox advanced="True" advancedcomment="Bit 47-48 may be a list, but only value 2 has been defined. Value 3 is confirmed to CRASH the game, so do not activate this with Crush Forever. However, value 1 may provide different effects. Experimenting and testing are required." bit="48" comment="An unknown setting for Nybble 12." title="Unknown Flag 12 (1)" />
 </sprite>