13 lines
312 B
Python
13 lines
312 B
Python
# shipShieldExplosiveResistance1CBC2
|
|
#
|
|
# Used by:
|
|
# Ship: Drake
|
|
# Ship: Nighthawk
|
|
# Ship: Vulture
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCBC2"),
|
|
skill="Caldari Battlecruiser")
|