fix: miscellaneous inaccuracies #330

Merged
Sainan merged 6 commits from misc-fixes into main 2024-06-20 02:48:12 -07:00
Showing only changes of commit 25f0a874f7 - Show all commits

View File

@ -161,14 +161,14 @@ const ItemConfigSchema = new Schema<IItemConfig>(
facial: colorSchema, facial: colorSchema,
syancol: colorSchema, syancol: colorSchema,
Upgrades: [String], Upgrades: [String],
Songs: [ Songs: { type: [
{ {
m: String, m: String,
b: String, b: String,
p: String, p: String,
s: String s: String
} }
], ], default: undefined },
Name: String, Name: String,
AbilityOverride: abilityOverrideSchema, AbilityOverride: abilityOverrideSchema,
PvpUpgrades: [String], PvpUpgrades: [String],