Add missing effect (#1290)

This commit is contained in:
Ryan Holmes
2017-09-20 00:11:32 -04:00
committed by GitHub
parent ee392e07c4
commit f37f4573bf

View File

@@ -0,0 +1,7 @@
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"),
"baseSensorStrength", src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"),
skill="Amarr Defensive Systems")