11 lines
344 B
Python
11 lines
344 B
Python
# shipBonusDreadnoughtG1DamageBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Moros
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"), "damageMultiplier",
|
|
src.getModifiedItemAttr("shipBonusDreadnoughtG1"), skill="Gallente Dreadnought")
|