Files
pyfa/eos/effects/shipshieldexplosiveresistance1cbc2.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

8 lines
290 B
Python

# Used by:
# Variations of ship: Ferox (3 of 3)
# Ship: Drake
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level
fit.ship.boostItemAttr("shieldExplosiveDamageResonance", ship.getModifiedItemAttr("shipBonusCBC2") * level)