Files
pyfa/eos/effects/shiphtdmgbonusfixedgc.py

15 lines
428 B
Python

# shipHTDmgBonusfixedGC
#
# Used by:
# Ship: Adrestia
# Ship: Arazu
# Ship: Deimos
# 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")