Files
pyfa/eos/effects/shipbonussentryhpgc3.py
2015-03-24 16:30:40 -04:00

10 lines
352 B
Python

# shipBonusSentryHPGC3
#
# Used by:
# Ship: Ishtar
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"hp", ship.getModifiedItemAttr("shipBonusGC3") * level)