From b270c3a0a7e77becfc6e224167afc494e386a9ce Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Thu, 2 Jan 2025 01:04:07 +0530 Subject: [PATCH] Correct commentary additions on weapon codebase Signed-off-by: Akashdeep Dhar --- gi_loadouts/data/weap/claymores/miam.py | 5 +---- gi_loadouts/data/weap/claymores/swpr.py | 5 +---- gi_loadouts/data/weap/claymores/uoms.py | 2 +- gi_loadouts/data/weap/polearms/efln.py | 5 +---- gi_loadouts/data/weap/polearms/sohm.py | 5 +---- gi_loadouts/data/weap/polearms/soss.py | 5 +---- 6 files changed, 6 insertions(+), 21 deletions(-) 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"