Skip to content

Commit

Permalink
Update slot config
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Mar 24, 2024
1 parent 3fca848 commit 414bf2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/OutfitConfig.reds
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ public abstract class OutfitConfig {
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.LegsInner", 130000, [t"AttachmentSlots.Legs"], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.LegsMiddle", 160000, [t"AttachmentSlots.Legs"], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.LegsOuter", 190000, [t"AttachmentSlots.Legs"], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighLeft", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighRight", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeLeft", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeRight", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleLeft", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleRight", 140000),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighLeft", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.ThighRight", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeLeft", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.KneeRight", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleLeft", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Legs", n"OutfitSlots.AnkleRight", 140000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Feet", n"OutfitSlots.Feet", 180000, [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Toes", n"OutfitSlots.ToesLeft", 120000, [], [t"AttachmentSlots.Feet"]),
ExtraSlotConfig.Create(n"Toes", n"OutfitSlots.ToesRight", 120000, [], [t"AttachmentSlots.Feet"]),
Expand Down

0 comments on commit 414bf2b

Please sign in to comment.