Files
pyfa/eos/effects/subsystembonusminmatardefensiveshieldarmorhp.py
2017-06-25 01:19:48 -04:00

11 lines
489 B
Python

# subsystemBonusMinmatarDefensiveShieldArmorHP
#
# Used by:
# Subsystem: Loki Defensive - Augmented Durability
type = "passive"
def handler(fit, src, context):
fit.ship.boostItemAttr("shieldCapacity", src.getModifiedItemAttr("subsystemBonusMinmatarDefensive"),
skill="Minmatar Defensive Systems")
fit.ship.boostItemAttr("armorHP", src.getModifiedItemAttr("subsystemBonusMinmatarDefensive"),
skill="Minmatar Defensive Systems")