11 lines
335 B
Python
11 lines
335 B
Python
# shipBonusSentryDroneDamageMultiplierPirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Rattlesnake
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusRole7"))
|