Files
pyfa/eos/effects/shiphtdmgbonusfixedgc.py
2014-01-22 23:51:42 +04:00

16 lines
477 B
Python
Executable File

# Used by:
# Ship: Adrestia
# Ship: Arazu
# Ship: Deimos
# Ship: Exequror Navy Issue
# Ship: Guardian-Vexor
# Ship: Lachesis
# Ship: Phobos
# Ship: Thorax
# 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)