9 lines
316 B
Python
9 lines
316 B
Python
# shipBonusDroneMiningAmountAC2
|
|
#
|
|
# Used by:
|
|
# Ship: Arbitrator
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.group.name == "Mining Drone",
|
|
"miningAmount", ship.getModifiedItemAttr("shipBonusAC2"), skill="Amarr Cruiser")
|