パッケージ model.weapon

クラス AmenomaKageuchi

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

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

    • AmenomaKageuchi

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

    • onAction

      public void onAction(Character user, String key, CombatSimulator sim)
      クラスからコピーされた説明: Weapon
      Called by the simulator when the equipped character executes a named action (e.g. "E", "Q"). Use this hook to implement proc-based weapon passives that trigger on specific actions. Default implementation is a no-op.
      オーバーライド:
      onAction クラス内 Weapon
      パラメータ:
      user - action key string identifying the action
      key - action key string
      sim - the active combat simulator