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