8 lines
287 B
Python
Executable File
8 lines
287 B
Python
Executable File
# Used by:
|
|
# Variations of ship: Badger (2 of 2)
|
|
# Variations of ship: Tayra (2 of 2)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Industrial").level
|
|
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("shipBonusCI") * level)
|