Files
pyfa/eos/effects/shipbonusshieldcapacityore2.py
2013-08-31 00:28:56 +04:00

7 lines
254 B
Python
Executable File

# 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)