Files
pyfa/eos/effects/imperialsetbonus3.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

9 lines
460 B
Python
Executable File

# Used by:
# Implants named like: Grail (6 of 12)
type = "passive"
runTime = "early"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda implant: "scanRadarStrengthPercent" in implant.itemModifiedAttributes and\
"implantSetImperialNavy" in implant.itemModifiedAttributes,
"scanRadarStrengthPercent", implant.getModifiedItemAttr("implantSetImperialNavy"))