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

11 lines
322 B
Python

# shipBonusDroneDamageMultiplierAB
#
# Used by:
# Ship: Armageddon
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")