Add renames for quafe classic

This commit is contained in:
DarkPhoenix
2021-10-25 01:41:41 +03:00
parent 641e982614
commit 341950cb42
2 changed files with 9 additions and 1 deletions

View File

@@ -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)

View File

@@ -0,0 +1,8 @@
"""
Conversion pack for October 2021 release
"""
CONVERSIONS = {
# Renamed items
"Quafe Zero": "Quafe Zero Classic",
}