10 lines
227 B
Python
10 lines
227 B
Python
# shipDronesMaxGC2
|
|
#
|
|
# Used by:
|
|
# Ship: Guardian-Vexor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.extraAttributes.increase("maxActiveDrones", ship.getModifiedItemAttr("shipBonusGC2"), skill="Gallente Cruiser")
|