Files
pyfa/eos/effects/effect550.py
2019-03-16 14:08:20 -04:00

17 lines
455 B
Python

# shipHTDmgBonusGB
#
# Used by:
# Ship: Dominix Navy Issue
# Ship: Hyperion
# Ship: Kronos
# Ship: Marshal
# Ship: Megathron Federate Issue
# Ship: Sin
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGB"),
skill="Gallente Battleship")