9 lines
333 B
Python
9 lines
333 B
Python
# carrierGallenteBomberDroneOwnDmg2
|
|
#
|
|
# Used by:
|
|
# Ship: Nyx
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Fighter Bombers"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("carrierGallenteBonus2"), skill="Gallente Carrier")
|