Uses of Interface
model.interfaces.Applicable

Packages that use Applicable
Package
Description
All collectible item types on the map: HealItem, BuffItem, DefenseItem, and TomeItem.
Character special skills with cooldown management and multiple effect types.
  • Uses of Applicable in model.item

    Classes in model.item that implement Applicable
    Modifier and Type
    Class
    Description
    class 
    Increases the user's attack power.
    class 
    Increases the user's defense.
    class 
    Restores HP to the user by a specified amount, capped at maxHp.
    class 
    Base class for all item types in the game.
    class 
    Reward granted after defeating a Goblin; randomly boosts one of 3 stats for the winner.
  • Uses of Applicable in model.skill

    Classes in model.skill that implement Applicable
    Modifier and Type
    Class
    Description
    class 
    A character's special skill that can be used once before entering a 3-turn cooldown.