11 lines
339 B
Python
11 lines
339 B
Python
# shipBonusSentryDamageMultiplierGC3
|
|
#
|
|
# Used by:
|
|
# Ship: Ishtar
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGC3"), skill="Gallente Cruiser")
|