11 lines
261 B
Python
11 lines
261 B
Python
# freighterAgilityBonus2O2
|
|
#
|
|
# Used by:
|
|
# Ship: Bowhead
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("shipMaintenanceBayCapacity", ship.getModifiedItemAttr("freighterBonusO1"),
|
|
skill="ORE Freighter")
|