Files
pyfa/eos/effects/effect562.py
2019-03-16 14:08:20 -04:00

18 lines
447 B
Python

# shipHTDmgBonusfixedGC
#
# Used by:
# Ship: Adrestia
# Ship: Arazu
# Ship: Deimos
# Ship: Enforcer
# Ship: Exequror Navy Issue
# Ship: Guardian-Vexor
# Ship: Thorax
# Ship: Vexor
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")