7 lines
231 B
Python
Executable File
7 lines
231 B
Python
Executable File
# Used by:
|
|
# Ship: Worm
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Gallente Frigate").level
|
|
fit.ship.increaseItemAttr("droneCapacity", ship.getModifiedItemAttr("shipBonusGF") * level)
|