13 lines
395 B
Python
13 lines
395 B
Python
# shipBonusDroneDamageMultiplierGB2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Dominix (3 of 3)
|
|
# Ship: Nestor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGB2"),
|
|
skill="Gallente Battleship")
|