パッケージ mechanics.buff


package mechanics.buff
  • クラス
    クラス
    説明
    A Buff that only applies its stat bonuses when a specific character is the currently active (on-field) character.
    Abstract base class for all stat-modifying buffs in the simulation.
    A concrete Buff implementation that delegates stat application to a Consumer<StatsContainer> lambda.