9 lines
275 B
Python
Executable File
9 lines
275 B
Python
Executable File
# Used by:
|
|
# Ship: Aeon
|
|
# Ship: Archon
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Carrier").level
|
|
amount = ship.getModifiedItemAttr("carrierAmarrBonus1")
|
|
fit.extraAttributes.increase("maxActiveDrones", amount * level)
|