Skip to content

Commit

Permalink
Add missing refi_stat for Starcaller's Watch
Browse files Browse the repository at this point in the history
  • Loading branch information
sdglitched committed Jan 3, 2025
1 parent 14ba70c commit fcb5e82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gi_loadouts/data/weap/catalysts/scwh.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ class StarcallersWatch(Catalyst):
"Increases Elemental Mastery by 175. Gain the \"Mirror of Night\" effect within 15s after the equipping character creates a shield: The current active party member deals 49% increased DMG to nearby opponents. You can gain the \"Mirror of Night\" effect once every 14s.",
"Increases Elemental Mastery by 200. Gain the \"Mirror of Night\" effect within 15s after the equipping character creates a shield: The current active party member deals 56% increased DMG to nearby opponents. You can gain the \"Mirror of Night\" effect once every 14s.",
]
refi_stat: List[WeaponStat] = [
[WeaponStat(stat_name=WeaponStatType.elemental_mastery, stat_data=100.0)],
[WeaponStat(stat_name=WeaponStatType.elemental_mastery, stat_data=125.0)],
[WeaponStat(stat_name=WeaponStatType.elemental_mastery, stat_data=150.0)],
[WeaponStat(stat_name=WeaponStatType.elemental_mastery, stat_data=175.0)],
[WeaponStat(stat_name=WeaponStatType.elemental_mastery, stat_data=200.0)],
]
file: str = "scwh"

0 comments on commit fcb5e82

Please sign in to comment.