12 lines
338 B
Python
12 lines
338 B
Python
# shipbonusPCTDamagePF1
|
|
#
|
|
# Used by:
|
|
# Ship: Damavik
|
|
# Ship: Hydra
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Precursor Weapon"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPF1"), skill="Precursor Frigate")
|