8 lines
260 B
Python
8 lines
260 B
Python
# eliteBonusHeavyGunshipDroneControlRange1
|
|
#
|
|
# Used by:
|
|
# Ship: Ishtar
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.extraAttributes.increase("droneControlRange", ship.getModifiedItemAttr("eliteBonusHeavyGunship1"), skill="Heavy Assault Cruisers")
|