Files
pyfa/eos/effects/droneshieldbonusbonuseffect.py
2014-03-15 17:33:45 +04:00

11 lines
457 B
Python
Executable File

# Used by:
# Ships from group: Logistics (3 of 5)
# Ship: Exequror
# Ship: Scythe
type = "passive"
def handler(fit, ship, context):
# This is actually level-less bonus, anyway you have to train cruisers 5
# and will get 100% (20%/lvl as stated by description)
fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == "Logistic Drone",
"shieldBonus", ship.getModifiedItemAttr("droneShieldBonusBonus"))