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