7 lines
268 B
Python
Executable File
7 lines
268 B
Python
Executable File
# Used by:
|
|
# Ship: Revenant
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Fighters"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPirateFaction"))
|