Update effect comments

This commit is contained in:
DarkPhoenix
2018-12-12 13:04:51 +03:00
parent b3fbc080db
commit ec1a2035cd
4 changed files with 1 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Variations of module: Ice Harvester Upgrade I (5 of 5)
# Module: Frostline 'Omnivore' Harvester Upgrade
type = "passive"

View File

@@ -1,7 +1,6 @@
# iceHarvesterDurationMultiplier
#
# Used by:
# Module: Frostline 'Omnivore' Harvester Upgrade
# Ship: Endurance
type = "passive"

View File

@@ -1,7 +1,6 @@
# mediumRemoteRepFittingAdjustment
#
# Used by:
# Modules from group: Mutadaptive Remote Armor Repairer (4 of 5)
# Variations of module: Medium Remote Armor Repairer I (12 of 12)
# Variations of module: Medium Remote Shield Booster I (11 of 11)
# Module: Medium Ancillary Remote Armor Repairer

View File

@@ -1,4 +0,0 @@
# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"), "aoeVelocity", src.getModifiedItemAttr("aoeVelocityBonus"), stackingPenalties=True, skill="Target Navigation Prediction")