12 lines
363 B
Python
12 lines
363 B
Python
# shipHybridDamageBonusGBC2
|
|
#
|
|
# Used by:
|
|
# Ship: Talos
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGBC2"),
|
|
skill="Gallente Battlecruiser")
|