Files
pyfa/eos/effects/elitebonusgunshipcaprecharge2.py

8 lines
272 B
Python

# eliteBonusGunshipCapRecharge2
#
# 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)