11 lines
339 B
Python
11 lines
339 B
Python
# shipCruiseMissileAOECloudSize1CB
|
|
#
|
|
# Used by:
|
|
# Ship: Raven Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Cruise Missiles"),
|
|
"aoeCloudSize", ship.getModifiedItemAttr("shipBonusCB"), skill="Caldari Battleship")
|