Package-level declarations

Mario cap items and item-triggered mechanics. Useful for gameplay tuning around power-up feel.

Types

Link copied to clipboard
open class CapItem(properties: Item.Properties, fallback: Item) : Item, PolymerItem

Shared behavior for Mario caps.

Link copied to clipboard
class MetalCap(properties: Item.Properties) : CapItem

Controls Mario power-up item behavior and moment-to-moment feel. Use this page as a quick orientation point before editing MetalCap.

Link copied to clipboard
class VanishCap(properties: Item.Properties) : CapItem

Controls Mario power-up item behavior and moment-to-moment feel. Use this page as a quick orientation point before editing VanishCap.

Link copied to clipboard
class WingCap(properties: Item.Properties) : CapItem

Controls Mario power-up item behavior and moment-to-moment feel. Use this page as a quick orientation point before editing WingCap.