パッケージ model.weapon
クラス WanderingEvenstar
java.lang.Object
model.entity.Weapon
model.weapon.WanderingEvenstar
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyPassive(StatsContainer stats, double currentTime) Applies the weapon's passive effect to the provided stats container.getTeamBuffs(Character owner) Returns team-wide buffs provided by this weapon's passive to all party members.
-
コンストラクタの詳細
-
WanderingEvenstar
public WanderingEvenstar()
-
-
メソッドの詳細
-
getTeamBuffs
クラスからコピーされた説明:WeaponReturns team-wide buffs provided by this weapon's passive to all party members. Called when team buffs are compiled for other characters. Default implementation returns an empty list.- オーバーライド:
getTeamBuffsクラス内Weapon- パラメータ:
owner- the character who has this weapon equipped- 戻り値:
- list of team buffs, never
null
-
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)
-