Files
pyfa/eos/effects/effect3979.py
2019-03-16 14:08:20 -04:00

13 lines
491 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")