11 lines
251 B
Python
11 lines
251 B
Python
# shipBonusCapCapAB
|
|
#
|
|
# Used by:
|
|
# Ship: Apocalypse Imperial Issue
|
|
# Ship: Paladin
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("capacitorCapacity", ship.getModifiedItemAttr("shipBonusAB2"), skill="Amarr Battleship")
|