パッケージ model.weapon
クラス FavoniusCodex
java.lang.Object
model.entity.Weapon
model.weapon.FavoniusCodex
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidonDamage(Character user, AttackAction action, double currentTime, CombatSimulator sim) Called by the simulator when the equipped character deals damage.クラスから継承されたメソッド model.entity.Weapon
applyPassive, getBaseAtk, getName, getStats, getTeamBuffs, onAction
-
コンストラクタの詳細
-
FavoniusCodex
public FavoniusCodex()
-
-
メソッドの詳細
-
onDamage
クラスからコピーされた説明:WeaponCalled by the simulator when the equipped character deals damage. Use this hook to implement on-hit weapon passives. Default implementation is a no-op.
-