Files
pyfa/eos/effects/elitebonuselectronicattackshiprechargerate2.py

9 lines
306 B
Python

# eliteBonusElectronicAttackShipRechargeRate2
#
# Used by:
# Ship: Sentinel
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Electronic Attack Ships").level
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("eliteBonusElectronicAttackShip2") * level)