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

7 lines
303 B
Python

# Used by:
# Variations of ship: Retriever (2 of 2)
# Ship: Mackinaw ORE Development Edition
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Mining Barge").level
fit.ship.boostItemAttr("specialOreHoldCapacity", ship.getModifiedItemAttr("shipBonusORE2") * level)