Files
pyfa/eos/effects/elitebonusgunshipcaprecharge2.py
2014-07-30 21:23:27 -04:00

6 lines
238 B
Python

# Used by:
# Ship: Vengeance
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Assault Frigates").level
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("eliteBonusGunship2") * level)