11 lines
356 B
Python
11 lines
356 B
Python
# shipBonusShieldTransferBoostAmountMF2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Burst (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
|
|
"shieldBonus", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")
|