7 lines
232 B
Python
7 lines
232 B
Python
# eliteBonusGunshipDroneCapacity2
|
|
#
|
|
# Used by:
|
|
# Ship: Ishkur
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.increaseItemAttr("droneCapacity", ship.getModifiedItemAttr("eliteBonusGunship2"), skill="Assault Frigates") |