パッケージ model.artifact
クラス NightOfTheSkysUnveiling
java.lang.Object
model.entity.ArtifactSet
model.artifact.NightOfTheSkysUnveiling
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidonReaction(CombatSimulator sim, ReactionResult result, Character triggerCh, Character owner) Called by the simulator when an elemental reaction is triggered on or by the equipped character.クラスから継承されたメソッド model.entity.ArtifactSet
applyPassive, getName, getStats, onBurst, onDamage, onSwitchIn, onSwitchOut
-
コンストラクタの詳細
-
NightOfTheSkysUnveiling
public NightOfTheSkysUnveiling() -
NightOfTheSkysUnveiling
-
-
メソッドの詳細
-
onReaction
public void onReaction(CombatSimulator sim, ReactionResult result, Character triggerCh, Character owner) クラスからコピーされた説明:ArtifactSetCalled by the simulator when an elemental reaction is triggered on or by the equipped character. Use this hook for reaction-triggered set bonuses. Default implementation is a no-op.- オーバーライド:
onReactionクラス内ArtifactSet- パラメータ:
sim- the active combat simulatorresult- the reaction result describing the reaction type and datatriggerCh- the character whose hit triggered the reactionowner- the character who has this artifact set equipped
-