8 lines
329 B
Python
8 lines
329 B
Python
# Used by:
|
|
# Ship: Talwar
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Minmatar Destroyer").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"),
|
|
"explosiveDamage", ship.getModifiedItemAttr("shipBonusMD1") * level)
|