13 lines
320 B
Python
13 lines
320 B
Python
# shipBonusKineticShieldResistanceCB2
|
|
#
|
|
# Used by:
|
|
# Ship: Rattlesnake
|
|
# Ship: Rokh
|
|
# Ship: Scorpion Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("shieldKineticDamageResonance", ship.getModifiedItemAttr("shipBonus2CB"),
|
|
skill="Caldari Battleship")
|