11 lines
338 B
Python
11 lines
338 B
Python
# shipBonusDroneDamageMultiplierGD1
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Algos (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill("Drones"), "damageMultiplier",
|
|
src.getModifiedItemAttr("shipBonusGD1"), skill="Gallente Destroyer")
|