12 lines
313 B
Python
12 lines
313 B
Python
# shipShieldBoostRookie
|
|
#
|
|
# Used by:
|
|
# Ship: Immolator
|
|
# Ship: Reaper
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
|
|
"shieldBonus", ship.getModifiedItemAttr("rookieShieldBoostBonus"))
|