パッケージ model.weapon

クラス FavoniusCodex

java.lang.Object
model.entity.Weapon
model.weapon.FavoniusCodex

public class FavoniusCodex extends Weapon
  • コンストラクタの詳細

    • FavoniusCodex

      public FavoniusCodex()
  • メソッドの詳細

    • onDamage

      public void onDamage(Character user, AttackAction action, double currentTime, CombatSimulator sim)
      クラスからコピーされた説明: Weapon
      Called by the simulator when the equipped character deals damage. Use this hook to implement on-hit weapon passives. Default implementation is a no-op.
      オーバーライド:
      onDamage クラス内 Weapon
      パラメータ:
      user - the character who dealt the damage
      action - the attack action that triggered the damage event
      currentTime - simulation time in seconds at the damage event
      sim - the active combat simulator