10 lines
268 B
Python
10 lines
268 B
Python
# tacticalshieldManipulationSkillBoostUniformityBonus
|
|
#
|
|
# Used by:
|
|
# Skill: Tactical Shield Manipulation
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, skill, context):
|
|
fit.ship.increaseItemAttr("shieldUniformity", skill.getModifiedItemAttr("uniformityBonus") * skill.level)
|