11 lines
301 B
Python
11 lines
301 B
Python
# carrierAmarrDroneMax1
|
|
#
|
|
# 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)
|