11 lines
325 B
Python
11 lines
325 B
Python
# shipMissileKineticDamageRookie
|
|
#
|
|
# Used by:
|
|
# Ship: Ibis
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Missile Launcher Operation"),
|
|
"kineticDamage", ship.getModifiedItemAttr("rookieMissileKinDamageBonus"))
|