13 lines
325 B
Python
13 lines
325 B
Python
# shipShieldExplosiveResistanceCF2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Merlin (3 of 4)
|
|
# Ship: Cambion
|
|
# Ship: Whiptail
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCF"),
|
|
skill="Caldari Frigate")
|