Skip to content

Commit

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

"""
Dynamic calculation not implemented
"""

# Dynamic calculation has not been implemented

class EngulfingLightning(Polearm):
name: str = "Engulfing Lightning"
Expand Down
5 changes: 1 addition & 4 deletions gi_loadouts/data/weap/polearms/sohm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
from gi_loadouts.type.weap import Polearm, WeaponStat, WeaponStatType
from gi_loadouts.type.weap.tier import Tier

"""
Dynamic calculation not implemented
"""

# Dynamic calculation has not been implemented

class StaffOfHoma(Polearm):
name: str = "Staff of Homa"
Expand Down
5 changes: 1 addition & 4 deletions gi_loadouts/data/weap/polearms/soss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
from gi_loadouts.type.weap import Polearm, WeaponStat, WeaponStatType
from gi_loadouts.type.weap.tier import Tier

"""
Dynamic calculation not implemented
"""

# Dynamic calculation has not been implemented

class StaffOfTheScarletSands(Polearm):
name: str = "Staff of the Scarlet Sands"
Expand Down

0 comments on commit b270c3a

Please sign in to comment.