10 lines
296 B
Python
10 lines
296 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")
|