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

7 lines
229 B
Python

# Used by:
# Ship: Anathema
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Frigate").level
fit.ship.boostItemAttr("rechargeRate", ship.getModifiedItemAttr("shipBonus2AF") * level)