11 lines
280 B
Python
11 lines
280 B
Python
# shipArmorExplosiveResistancePBC2
|
|
#
|
|
# Used by:
|
|
# Ship: Drekavac
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("armorExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusPBC2"),
|
|
skill="Precursor Battlecruiser")
|