From f6292f8efb7be9f145cc23ce1e0a9eba90da4b54 Mon Sep 17 00:00:00 2001 From: hyeon Date: Fri, 15 Dec 2023 12:20:40 +0900 Subject: [PATCH] Add soulstones to avatar bound ticker --- common/consts.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/consts.py b/common/consts.py index 0230031c..5b84d476 100644 --- a/common/consts.py +++ b/common/consts.py @@ -19,4 +19,10 @@ CURRENCY_LIST = ("NCG", "CRYSTAL", "GARAGE") -AVATAR_BOUND_TICKER = ("RUNE_GOLDENLEAF",) +AVATAR_BOUND_TICKER = ( + "RUNE_GOLDENLEAF", + "SOULSTONE_1001", # D:CC Blackcat + "SOULSTONE_1002", # Red Dongle + "SOULSTONE_1003", # Valkyrie of Light + "SOULSTONE_1004", # Lil' Fenrir +)