Files
pyfa/eos/effects/subsystembonuscaldaridefensive2remoteshieldtransporteramount.py
blitzman 5a846c36ab Merge branch 'T3CSubRemoteRepEffect' of https://github.com/Ebag333/Pyfa into Ebag333-T3CSubRemoteRepEffect
Conflicts:
	eos/effects/subsystembonusamarrdefensive2remotearmorrepairamount.py
	eos/effects/subsystembonuscaldaridefensive2remoteshieldtransporteramount.py
	eos/effects/subsystembonusgallentedefensive2remotearmorrepairamount.py
	eos/effects/subsystembonusminmatardefensive2remoteshieldtransporteramount.py
2016-12-02 01:02:17 -05:00

11 lines
474 B
Python

# subsystemBonusCaldariDefensive2RemoteShieldTransporterAmount
#
# Used by:
# Subsystem: Tengu Defensive - Adaptive Shielding
type = "passive"
runTime = "early"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
"shieldBonus", module.getModifiedItemAttr("subsystemBonusCaldariDefensive2"),
skill="Caldari Defensive Systems")