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