11 lines
329 B
Python
11 lines
329 B
Python
# subsystemBonusMinmatarCore2EnergyResistance
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Core - Augmented Nuclear Reactor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.boostItemAttr("energyWarfareResistance", src.getModifiedItemAttr("subsystemBonusMinmatarCore2"),
|
|
skill="Minmatar Core Systems")
|