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