Files
pyfa/eos/effects/shippturretfalloffbonusgb.py

9 lines
321 B
Python

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