9 lines
329 B
Python
9 lines
329 B
Python
# titanGallenteHybridDamage1
|
|
#
|
|
# Used by:
|
|
# Ship: Erebus
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("titanGallenteBonus1"), skill="Gallente Titan")
|