diff --git a/gi_loadouts/data/weap/claymores/miam.py b/gi_loadouts/data/weap/claymores/miam.py index b57ae402..6887d3a8 100644 --- a/gi_loadouts/data/weap/claymores/miam.py +++ b/gi_loadouts/data/weap/claymores/miam.py @@ -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" diff --git a/gi_loadouts/data/weap/claymores/swpr.py b/gi_loadouts/data/weap/claymores/swpr.py index 2470f21c..1124afe5 100644 --- a/gi_loadouts/data/weap/claymores/swpr.py +++ b/gi_loadouts/data/weap/claymores/swpr.py @@ -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" diff --git a/gi_loadouts/data/weap/claymores/uoms.py b/gi_loadouts/data/weap/claymores/uoms.py index aabb8358..f3298f49 100644 --- a/gi_loadouts/data/weap/claymores/uoms.py +++ b/gi_loadouts/data/weap/claymores/uoms.py @@ -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\"" diff --git a/gi_loadouts/data/weap/polearms/efln.py b/gi_loadouts/data/weap/polearms/efln.py index 4e7c920d..0d9cf073 100644 --- a/gi_loadouts/data/weap/polearms/efln.py +++ b/gi_loadouts/data/weap/polearms/efln.py @@ -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" diff --git a/gi_loadouts/data/weap/polearms/sohm.py b/gi_loadouts/data/weap/polearms/sohm.py index 23ef06c9..0212fda9 100644 --- a/gi_loadouts/data/weap/polearms/sohm.py +++ b/gi_loadouts/data/weap/polearms/sohm.py @@ -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" diff --git a/gi_loadouts/data/weap/polearms/soss.py b/gi_loadouts/data/weap/polearms/soss.py index 84454146..f1b6284e 100644 --- a/gi_loadouts/data/weap/polearms/soss.py +++ b/gi_loadouts/data/weap/polearms/soss.py @@ -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"