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

7 lines
254 B
Python

# Used by:
# Variations of ship: Procurer (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Mining Barge").level
fit.ship.boostItemAttr("shieldCapacity", ship.getModifiedItemAttr("shipBonusORE2") * level)