パッケージ model.artifact
クラス NoblesseOblige
java.lang.Object
model.entity.ArtifactSet
model.artifact.NoblesseOblige
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidonBurst(CombatSimulator sim) Called by the simulator when the equipped character uses their elemental burst.クラスから継承されたメソッド model.entity.ArtifactSet
applyPassive, getName, getStats, onDamage, onReaction, onSwitchIn, onSwitchOut
-
コンストラクタの詳細
-
NoblesseOblige
-
-
メソッドの詳細
-
onBurst
クラスからコピーされた説明:ArtifactSetCalled by the simulator when the equipped character uses their elemental burst. Use this hook for set bonuses that proc on burst use. Default implementation is a no-op.- オーバーライド:
onBurstクラス内ArtifactSet- パラメータ:
sim- the active combat simulator
-