Files
pyfa/eos/effects/shipbonussentrydronehppiratefaction.py
2017-11-22 23:04:32 -05:00

11 lines
307 B
Python

# shipBonusSentryDroneHPPirateFaction
#
# Used by:
# Ship: Rattlesnake
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"hp", ship.getModifiedItemAttr("shipBonusRole7"))