Files
pyfa/eos/effects/shippturretfalloffbonusgc.py
2013-08-23 01:27:52 +04:00

9 lines
346 B
Python
Executable File

# Used by:
# Ship: Cynabal
# Ship: Moracha
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Projectile Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGC") * level)