12 lines
371 B
Python
12 lines
371 B
Python
# shipBonusPD1DisintegratorDamage
|
|
#
|
|
# Used by:
|
|
# Ship: Kikimora
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Precursor Weapon"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPD1"),
|
|
skill="Precursor Destroyer")
|