パッケージ model.artifact
クラス SilkenMoonsSerenade
java.lang.Object
model.entity.ArtifactSet
model.artifact.SilkenMoonsSerenade
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidonDamage(CombatSimulator sim, AttackAction action, double damage, Character owner) Called by the simulator after the equipped character deals a damage instance.クラスから継承されたメソッド model.entity.ArtifactSet
applyPassive, getName, getStats, onBurst, onReaction, onSwitchIn, onSwitchOut
-
コンストラクタの詳細
-
SilkenMoonsSerenade
public SilkenMoonsSerenade() -
SilkenMoonsSerenade
-
-
メソッドの詳細
-
onDamage
クラスからコピーされた説明:ArtifactSetCalled 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 simulatoraction- the attack action that produced the damagedamage- the final damage value dealtowner- the character who has this artifact set equipped
-