9 lines
328 B
Python
9 lines
328 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusORECapital4"),
|
|
skill="Capital Industrial Ships")
|