Files
pyfa/eos/effects/shiphtdmgbonusfixedgc.py
2014-11-06 02:17:29 +03:00

17 lines
509 B
Python

# shipHTDmgBonusfixedGC
#
# Used by:
# Ships named like: Thorax (3 of 3)
# Ship: Adrestia
# Ship: Arazu
# Ship: Deimos
# Ship: Exequror Navy Issue
# Ship: Guardian-Vexor
# Ship: Lachesis
# Ship: Vexor
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGC") * level)