13 lines
456 B
Python
13 lines
456 B
Python
# subsystemBonusCaldariDefensiveShieldResistance
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Defensive - Adaptive Shielding
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
for type in ("Em", "Explosive", "Kinetic", "Thermal"):
|
|
fit.ship.boostItemAttr("shield{0}DamageResonance".format(type),
|
|
module.getModifiedItemAttr("subsystemBonusCaldariDefensive"),
|
|
skill="Caldari Defensive Systems")
|