Remove Chinese ships from effect "used by" header

This commit is contained in:
blitzmann
2015-01-14 21:04:12 -05:00
parent f11f3bfb79
commit 8f7ae4b00c
64 changed files with 2 additions and 69 deletions

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Ishtar # Ship: Ishtar
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level level = fit.character.getSkill("Heavy Assault Cruisers").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Deimos # Ship: Deimos
# Ship: Eagle # Ship: Eagle
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level level = fit.character.getSkill("Heavy Assault Cruisers").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Eagle # Ship: Eagle
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level level = fit.character.getSkill("Heavy Assault Cruisers").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ships named like: Abaddon (3 of 3) # Ships named like: Abaddon (3 of 3)
# Ship: Nestor # Ship: Nestor
# Ship: 地狱天使级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -4,7 +4,6 @@
# Variations of ship: Dominix (3 of 3) # Variations of ship: Dominix (3 of 3)
# Ship: Dominix Quafe Edition # Ship: Dominix Quafe Edition
# Ship: Nestor # Ship: Nestor
# Ship: 多米尼克斯级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Stratios (2 of 2) # Ships named like: Stratios (2 of 2)
# Variations of ship: Vexor (3 of 4) # Variations of ship: Vexor (3 of 4)
# Ship: Vexor Quafe Edition # Ship: Vexor Quafe Edition
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -4,7 +4,6 @@
# Variations of ship: Dominix (3 of 3) # Variations of ship: Dominix (3 of 3)
# Ship: Dominix Quafe Edition # Ship: Dominix Quafe Edition
# Ship: Nestor # Ship: Nestor
# Ship: 多米尼克斯级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Stratios (2 of 2) # Ships named like: Stratios (2 of 2)
# Variations of ship: Vexor (3 of 4) # Variations of ship: Vexor (3 of 4)
# Ship: Vexor Quafe Edition # Ship: Vexor Quafe Edition
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Dominix # Ship: Dominix
# Ship: Dominix Quafe Edition # Ship: Dominix Quafe Edition
# Ship: 多米尼克斯级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Dominix # Ship: Dominix
# Ship: Dominix Quafe Edition # Ship: Dominix Quafe Edition
# Ship: 多米尼克斯级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ships named like: Rokh (3 of 3) # Ships named like: Rokh (3 of 3)
# Ship: Scorpion Navy Issue # Ship: Scorpion Navy Issue
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Armageddon # Ship: Armageddon
# Ship: 末日沙场级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ships named like: Rokh (3 of 3) # Ships named like: Rokh (3 of 3)
# Ship: Scorpion Navy Issue # Ship: Scorpion Navy Issue
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Drake # Ship: Drake
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Ishtar # Ship: Ishtar
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Ishtar # Ship: Ishtar
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Drake # Ship: Drake
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ships named like: Rokh (3 of 3) # Ships named like: Rokh (3 of 3)
# Ship: Scorpion Navy Issue # Ship: Scorpion Navy Issue
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Apocalypse (5 of 6) # Ships named like: Apocalypse (5 of 6)
# Ship: 灾难级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Apocalypse (5 of 6) # Ships named like: Apocalypse (5 of 6)
# Ship: 灾难级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Abaddon (3 of 3) # Ships named like: Abaddon (3 of 3)
# Ship: 地狱天使级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Battleship").level level = fit.character.getSkill("Amarr Battleship").level

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),

View File

@@ -3,7 +3,6 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Medium Drone Operation"),

View File

@@ -4,7 +4,6 @@
# Ships named like: Raven Edition (3 of 3) # Ships named like: Raven Edition (3 of 3)
# Ship: Raven # Ship: Raven
# Ship: Widow # Ship: Widow
# Ship: 乌鸦级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Ishtar # Ship: Ishtar
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level level = fit.character.getSkill("Heavy Assault Cruisers").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"), fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Ishtar # Ship: Ishtar
# Ship: 伊什塔级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level level = fit.character.getSkill("Heavy Assault Cruisers").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -3,7 +3,7 @@
# Used by: # Used by:
# Ship: Chameleon # Ship: Chameleon
# Ship: Gila # Ship: Gila
# Ship: 毒蜥级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level level = fit.character.getSkill("Gallente Cruiser").level

View File

@@ -4,7 +4,6 @@
# Ships named like: Rattlesnake (2 of 2) # Ships named like: Rattlesnake (2 of 2)
# Ships named like: Rokh (3 of 3) # Ships named like: Rokh (3 of 3)
# Ship: Scorpion Navy Issue # Ship: Scorpion Navy Issue
# Ship: 响尾蛇级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Raven (5 of 6) # Ships named like: Raven (5 of 6)
# Ship: 乌鸦级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Raven (6 of 6) # Ships named like: Raven (6 of 6)
# Ship: 乌鸦级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Eagle # Ship: Eagle
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level level = fit.character.getSkill("Caldari Cruiser").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Megathron (6 of 6) # Ships named like: Megathron (6 of 6)
# Ship: 万王宝座级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Megathron (5 of 6) # Ships named like: Megathron (5 of 6)
# Ship: 万王宝座级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Machariel # Ship: Machariel
# Ship: 马克瑞级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"), fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),

View File

@@ -4,7 +4,6 @@
# Ships named like: Tempest (6 of 6) # Ships named like: Tempest (6 of 6)
# Ship: Machariel # Ship: Machariel
# Ship: Panther # Ship: Panther
# Ship: 马克瑞级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Battleship").level level = fit.character.getSkill("Minmatar Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ship: Machariel # Ship: Machariel
# Ship: 马克瑞级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level level = fit.character.getSkill("Gallente Battleship").level

View File

@@ -5,7 +5,6 @@
# Ship: Drake # Ship: Drake
# Ship: Ferox Guristas Edition # Ship: Ferox Guristas Edition
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,8 +2,6 @@
# #
# Used by: # Used by:
# Variations of ship: Moa (3 of 4) # Variations of ship: Moa (3 of 4)
# Ship: 毒蜥级YC117年特别版
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level level = fit.character.getSkill("Caldari Cruiser").level

View File

@@ -5,7 +5,6 @@
# Ship: Drake # Ship: Drake
# Ship: Ferox Guristas Edition # Ship: Ferox Guristas Edition
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,8 +2,6 @@
# #
# Used by: # Used by:
# Variations of ship: Moa (3 of 4) # Variations of ship: Moa (3 of 4)
# Ship: 毒蜥级YC117年特别版
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level level = fit.character.getSkill("Caldari Cruiser").level

View File

@@ -5,7 +5,6 @@
# Ship: Drake # Ship: Drake
# Ship: Ferox Guristas Edition # Ship: Ferox Guristas Edition
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,8 +2,6 @@
# #
# Used by: # Used by:
# Variations of ship: Moa (3 of 4) # Variations of ship: Moa (3 of 4)
# Ship: 毒蜥级YC117年特别版
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level level = fit.character.getSkill("Caldari Cruiser").level

View File

@@ -5,7 +5,6 @@
# Ship: Drake # Ship: Drake
# Ship: Ferox Guristas Edition # Ship: Ferox Guristas Edition
# Ship: Nighthawk # Ship: Nighthawk
# Ship: 幼龙级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battlecruiser").level level = fit.character.getSkill("Caldari Battlecruiser").level

View File

@@ -2,8 +2,6 @@
# #
# Used by: # Used by:
# Variations of ship: Moa (3 of 4) # Variations of ship: Moa (3 of 4)
# Ship: 毒蜥级YC117年特别版
# Ship: 银鹰级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Cruiser").level level = fit.character.getSkill("Caldari Cruiser").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Raven (5 of 6) # Ships named like: Raven (5 of 6)
# Ship: 乌鸦级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level

View File

@@ -2,7 +2,6 @@
# #
# Used by: # Used by:
# Ships named like: Raven (6 of 6) # Ships named like: Raven (6 of 6)
# Ship: 乌鸦级YC117年特别版
type = "passive" type = "passive"
def handler(fit, ship, context): def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Battleship").level level = fit.character.getSkill("Caldari Battleship").level