10 lines
279 B
Python
10 lines
279 B
Python
# leadershipEffect
|
|
#
|
|
# Used by:
|
|
# Skill: Leadership
|
|
type = "gang"
|
|
gangBoost = "scanResolution"
|
|
gangBonus = "scanResolutionBonus"
|
|
def handler(fit, skill, context):
|
|
fit.ship.boostItemAttr(gangBoost, skill.getModifiedItemAttr(gangBonus) * skill.level, stackingPenalties = True)
|