13 lines
403 B
Python
13 lines
403 B
Python
# shipHTDmgBonusGB
|
|
#
|
|
# Used by:
|
|
# Ship: Dominix Navy Issue
|
|
# Ship: Hyperion
|
|
# Ship: Kronos
|
|
# 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")
|