11 lines
310 B
Python
11 lines
310 B
Python
# shipBonusDroneStructureHitPointsAB
|
|
#
|
|
# Used by:
|
|
# Ship: Armageddon
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"hp", ship.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")
|