8 lines
318 B
Python
8 lines
318 B
Python
# Used by:
|
|
# Ship: Dominix
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Battleship").level
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusGB") * level)
|