12 lines
352 B
Python
12 lines
352 B
Python
# shipBonusDroneMiningAmountGC2
|
|
#
|
|
# Used by:
|
|
# Ship: Vexor
|
|
# Ship: Vexor Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Mining Drone Operation"),
|
|
"miningAmount", ship.getModifiedItemAttr("shipBonusGC2"), skill="Gallente Cruiser")
|