10 lines
302 B
Python
10 lines
302 B
Python
# shipBonusEmShieldResistanceCB2
|
|
#
|
|
# Used by:
|
|
# Ships named like: Rattlesnake (2 of 2)
|
|
# Ship: Rokh
|
|
# Ship: Scorpion Navy Issue
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("shieldEmDamageResonance", ship.getModifiedItemAttr("shipBonus2CB"), skill="Caldari Battleship")
|