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 ApplicableModifier and TypeClassDescriptionclassIncreases the user's attack power.classIncreases the user's defense.classRestores HP to the user by a specified amount, capped at maxHp.classBase class for all item types in the game.classReward 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 ApplicableModifier and TypeClassDescriptionclassA character's special skill that can be used once before entering a 3-turn cooldown.