Files
pyfa/eos/effects/effect6374.py
2019-03-16 14:08:20 -04:00

13 lines
368 B
Python

# droneHullRepairBonusEffect
#
# Used by:
# Ships from group: Logistics (6 of 7)
# 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"))