@@ -45,12 +45,13 @@ public abstract class OutfitConfig {
4545
4646 public static func OutfitSlots() -> array<ExtraSlotConfig> = [
4747 ExtraSlotConfig.Create(n"Head", n"OutfitSlots.Head", 31000, [t"AttachmentSlots.Head"], [t"AttachmentSlots.Head"]),
48- ExtraSlotConfig.Create(n"Head", n"OutfitSlots.Balaclava", 12000, [t"AttachmentSlots.Head"], [t"AttachmentSlots.Head"]),
49- ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Mask", 13000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
50- ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Glasses", 15000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
48+ ExtraSlotConfig.Create(n"Head", n"OutfitSlots.Balaclava", 16000, [t"AttachmentSlots.Head"], [t"AttachmentSlots.Head"]),
49+ ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Mask", 17000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
50+ ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Glasses", 19000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
51+ ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Eyes", 13000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
5152 ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeLeft", 14000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
5253 ExtraSlotConfig.Create(n"Face", n"OutfitSlots.EyeRigft", 14000, [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
53- ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Wreath", 14000 , [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
54+ ExtraSlotConfig.Create(n"Face", n"OutfitSlots.Wreath", 18000 , [t"AttachmentSlots.Eyes"], [t"AttachmentSlots.Head"]),
5455 ExtraSlotConfig.Create(n"Ears", n"OutfitSlots.EarLeft", 14000, [], [t"AttachmentSlots.Head"]),
5556 ExtraSlotConfig.Create(n"Ears", n"OutfitSlots.EarRight", 14000, [], [t"AttachmentSlots.Head"]),
5657 ExtraSlotConfig.Create(n"Neck", n"OutfitSlots.Neckwear", 20000, [], [t"AttachmentSlots.Head"]),
@@ -64,8 +65,10 @@ public abstract class OutfitConfig {
6465 ExtraSlotConfig.Create(n"Torso", n"OutfitSlots.TorsoAux", 24000, [t"AttachmentSlots.Torso"], [t"AttachmentSlots.Head"]),
6566 ExtraSlotConfig.Create(n"Back", n"OutfitSlots.Back", 22000),
6667 ExtraSlotConfig.Create(n"Waist", n"OutfitSlots.Waist", 20000),
68+ ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.ElbowLeft", 20000),
69+ ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.ElbowRight", 20000),
6770 ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.ShoulderLeft", 20000),
68- ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.ShoulderRight", 16000 ),
71+ ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.ShoulderRight", 20000 ),
6972 ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.WristLeft", 16000, [], [t"AttachmentSlots.Hands"]),
7073 ExtraSlotConfig.Create(n"Arms", n"OutfitSlots.WristRight", 16000, [], [t"AttachmentSlots.Hands"]),
7174 ExtraSlotConfig.Create(n"Hands", n"OutfitSlots.Hands", 16000, [], [t"AttachmentSlots.Hands"]),
@@ -82,6 +85,8 @@ public abstract class OutfitConfig {
8285 ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.LegsOuter", 19000, [t"AttachmentSlots.Legs"], [t"AttachmentSlots.Feet"]),
8386 ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighLeft", 14000),
8487 ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighRight", 14000),
88+ ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeLeft", 14000),
89+ ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeRight", 14000),
8590 ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleLeft", 14000),
8691 ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleRight", 14000),
8792 ExtraSlotConfig.Create(n"Feet", n"OutfitSlots.Feet", 18000, [t"AttachmentSlots.Feet"]),
0 commit comments