Files
pyfa/eos/effects/dronehullrepairbonuseffect.py
2016-11-20 15:37:55 -05:00

13 lines
368 B
Python

# droneHullRepairBonusEffect
#
# Used by:
# Ships from group: Logistics (5 of 6)
# Ship: Exequror
# Ship: Scythe
type = "passive"
def handler(fit, src, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == "Logistic Drone", "structureDamageAmount",
src.getModifiedItemAttr("droneArmorDamageAmountBonus"))