パッケージ model.weapon
クラス SkywardSpine
java.lang.Object
model.entity.Weapon
model.weapon.SkywardSpine
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyPassive(StatsContainer stats, double currentTime) Applies the weapon's passive effect to the provided stats container.voidonDamage(Character user, AttackAction action, double currentTime, CombatSimulator sim) Called by the simulator when the equipped character deals damage.クラスから継承されたメソッド model.entity.Weapon
getBaseAtk, getName, getStats, getTeamBuffs, onAction
-
コンストラクタの詳細
-
SkywardSpine
public SkywardSpine()
-
-
メソッドの詳細
-
applyPassive
クラスからコピーされた説明:WeaponApplies the weapon's passive effect to the provided stats container. Called during stat compilation byCharacter.getEffectiveStats(double)andCharacter.getStructuralStats(double). Default implementation is a no-op.- オーバーライド:
applyPassiveクラス内Weapon- パラメータ:
stats- the stats container to mutate in-placecurrentTime- simulation time in seconds (for time-gated passives)
-
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.
-