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

7 lines
234 B
Python

# Used by:
# Ship: Augoror Navy Issue
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Cruiser").level
fit.ship.boostItemAttr("armorHP", ship.getModifiedItemAttr("shipBonusAC2") * level)