パッケージ model.artifact
クラス EmblemOfSeveredFate
java.lang.Object
model.entity.ArtifactSet
model.artifact.EmblemOfSeveredFate
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyPassive(StatsContainer totalStats) Applies the artifact set's dynamic passive bonus to the provided stats container.クラスから継承されたメソッド model.entity.ArtifactSet
getName, getStats, onBurst, onDamage, onReaction, onSwitchIn, onSwitchOut
-
コンストラクタの詳細
-
EmblemOfSeveredFate
-
-
メソッドの詳細
-
applyPassive
クラスからコピーされた説明:ArtifactSetApplies the artifact set's dynamic passive bonus to the provided stats container. Called during stat compilation after flat stats have been merged. Example: Emblem 4pc converts ER% into Burst DMG%. Default implementation is a no-op.- オーバーライド:
applyPassiveクラス内ArtifactSet- パラメータ:
totalStats- the aggregated stats container to mutate in-place
-