11 lines
255 B
Python
11 lines
255 B
Python
# shipBonusAmmoBayMI2
|
|
#
|
|
# Used by:
|
|
# Ship: Hoarder
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("specialAmmoHoldCapacity", ship.getModifiedItemAttr("shipBonusMI2"),
|
|
skill="Minmatar Industrial")
|