8 lines
341 B
Python
Executable File
8 lines
341 B
Python
Executable File
# Used by:
|
|
# Celestials named like: Black Hole Effect Beacon Class (6 of 6)
|
|
runTime = "early"
|
|
type = ("projected", "offline")
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Gunnery"),
|
|
"falloff", module.getModifiedItemAttr("fallofMultiplier"))
|