[Bug fix] Character 5 value error

- Fix a bug that the character **Hikari & Tairitsu (Reunion)** cannot be uncapped. #100
This commit is contained in:
Lost-MSth
2023-04-01 17:11:45 +08:00
parent 6f82e9b269
commit 8efd11cd02
3 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,8 @@ class InitData:
12: [{'core_id': 'core_binary', 'amount': 25}, {'core_id': 'core_desolate', 'amount': 5}],
19: [{'core_id': 'core_colorful', 'amount': 30}],
10: [{'core_id': 'core_umbral', 'amount': 30}],
66: [{'core_id': 'core_chunithm', 'amount': 15}]
66: [{'core_id': 'core_chunithm', 'amount': 15}],
5: [{'core_id': 'core_hollow', 'amount': 0}]
}
cores = ['core_hollow', 'core_desolate', 'core_chunithm', 'core_crimson',