Files
pyfa/eos/effects/effect5259.py
2019-03-16 14:08:20 -04:00

12 lines
355 B
Python

# reconShipCloakCpuBonus1
#
# Used by:
# Ships from group: Force Recon Ship (7 of 9)
type = "passive"
runTime = "early"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Cloaking Device",
"cpu", ship.getModifiedItemAttr("eliteBonusReconShip1"), skill="Recon Ships")