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 f7e2f030c5 - Show all commits

View File

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