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

8 lines
350 B
Python
Executable File

# Used by:
# Ships named like: Catalyst (6 of 6)
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)