Files
pyfa/eos/effects/shiphybridfalloff1gd1.py

10 lines
355 B
Python

# shipHybridFallOff1GD1
#
# Used by:
# Ship: Catalyst
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Destroyer").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGD1") * level)