10 lines
211 B
Python
10 lines
211 B
Python
# eliteBonusBlackOpsAgiliy1
|
|
#
|
|
# Used by:
|
|
# Ship: Sin
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("eliteBonusBlackOps1"), skill="Black Ops")
|