Skip to content

Commit

Permalink
Correct commentary additions on claymore weapons
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <[email protected]>
  • Loading branch information
gridhead committed Jan 1, 2025
1 parent 9a5ece5 commit efaafb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions gi_loadouts/data/weap/claymores/miam.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
from gi_loadouts.type.weap import Claymore, WeaponStat, WeaponStatType
from gi_loadouts.type.weap.tier import Tier

"""
Dynamic calculation not implemented
"""

# Dynamic calculation has not been implemented

class MakhairaAquamarine(Claymore):
name: str = "Makhaira Aquamarine"
Expand Down
5 changes: 1 addition & 4 deletions gi_loadouts/data/weap/claymores/swpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
from gi_loadouts.type.weap import Claymore, WeaponStat, WeaponStatType
from gi_loadouts.type.weap.tier import Tier

"""
To Do: Check if the increase DMG is DMG Bonus or something else
"""

# TODO - Check if the increase DMG is elemental DMG bonus or not

class SkywardPride(Claymore):
name: str = "Skyward Pride"
Expand Down
2 changes: 1 addition & 1 deletion gi_loadouts/data/weap/claymores/uoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from gi_loadouts.type.weap import Claymore, WeaponStat, WeaponStatType
from gi_loadouts.type.weap.tier import Tier

#Please consider the world quest completion will increase the atk more.
# Please consider the completion of the world quest for an increase in attack statistics.

class UltimateOverlordsMegaMagicSword(Claymore):
name: str = "\"Ultimate Overlord's Mega Magic Sword\""
Expand Down

0 comments on commit efaafb2

Please sign in to comment.