12 lines
449 B
Python
12 lines
449 B
Python
# subsystemBonusCaldariOffensive2RemoteShieldBoosterCapUse
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Offensive - Support Processor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
|
|
"capacitorNeed", src.getModifiedItemAttr("subsystemBonusCaldariOffensive2"),
|
|
skill="Caldari Offensive Systems")
|