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

8 lines
255 B
Python

# Used by:
# Ship: Nomad
# Ship: Rhea
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Jump Freighters").level
fit.ship.boostItemAttr("shieldCapacity", ship.getModifiedItemAttr("eliteBonusJumpFreighter1") * level)