Add renames for quafe classic
This commit is contained in:
@@ -1193,7 +1193,7 @@ class Effect395(BaseEffect):
|
||||
@staticmethod
|
||||
def handler(fit, container, context, projectionRange, **kwargs):
|
||||
level = container.level if 'skill' in context else 1
|
||||
penalties = 'skill' not in context and 'implant' not in context
|
||||
penalties = 'skill' not in context and 'implant' not in context and 'booster' not in context
|
||||
fit.ship.boostItemAttr('agility', container.getModifiedItemAttr('agilityBonus') * level,
|
||||
stackingPenalties=penalties, **kwargs)
|
||||
|
||||
|
||||
8
service/conversions/releaseOct2021.py
Normal file
8
service/conversions/releaseOct2021.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Conversion pack for October 2021 release
|
||||
"""
|
||||
|
||||
CONVERSIONS = {
|
||||
# Renamed items
|
||||
"Quafe Zero": "Quafe Zero Classic",
|
||||
}
|
||||
Reference in New Issue
Block a user