10 lines
174 B
Python
10 lines
174 B
Python
# titanCaldariSkillLevel2
|
|
#
|
|
# Used by:
|
|
# Skill: Caldari Titan
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, skill, context):
|
|
fit.ship.multiplyItemAttr("shipBonusCT2", skill.level)
|