Files
pyfa/eos/effects/shiphybridfalloff1gd1.py
2014-03-15 17:33:45 +04:00

8 lines
352 B
Python
Executable File

# Used by:
# Variations of ship: Catalyst (6 of 7)
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)