Files
pyfa/eos/effects/shipshtdmgbonusgf.py
2014-07-30 21:23:27 -04:00

14 lines
500 B
Python

# Used by:
# Ships named like: Incursus (3 of 3)
# Variations of ship: Incursus (3 of 3)
# Ship: Atron
# Ship: Federation Navy Comet
# Ship: Helios
# Ship: Police Pursuit Comet
# Ship: Taranis
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGF") * level)