Files
pyfa/eos/effects/shippturretfalloffbonusgb.py
2015-01-14 21:04:12 -05:00

10 lines
364 B
Python

# shipPTurretFalloffBonusGB
#
# Used by:
# Ship: Machariel
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
"falloff", ship.getModifiedItemAttr("shipBonusGB") * level)