9 lines
282 B
Python
Executable File
9 lines
282 B
Python
Executable File
# Used by:
|
|
# Ship: Nyx
|
|
# Ship: Thanatos
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Carrier").level
|
|
amount = ship.getModifiedItemAttr("carrierGallenteBonus1")
|
|
fit.extraAttributes.increase("maxActiveDrones", amount * level)
|