パッケージ model.artifact

クラス SilkenMoonsSerenade

java.lang.Object
model.entity.ArtifactSet
model.artifact.SilkenMoonsSerenade

public class SilkenMoonsSerenade extends ArtifactSet
  • コンストラクタの詳細

    • SilkenMoonsSerenade

      public SilkenMoonsSerenade()
    • SilkenMoonsSerenade

      public SilkenMoonsSerenade(StatsContainer stats)
  • メソッドの詳細

    • onDamage

      public void onDamage(CombatSimulator sim, AttackAction action, double damage, Character owner)
      クラスからコピーされた説明: ArtifactSet
      Called by the simulator after the equipped character deals a damage instance. Use this hook for on-hit set bonuses (e.g. stacking mechanics). Default implementation is a no-op.
      オーバーライド:
      onDamage クラス内 ArtifactSet
      パラメータ:
      sim - the active combat simulator
      action - the attack action that produced the damage
      damage - the final damage value dealt
      owner - the character who has this artifact set equipped