mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-04-20 23:57:14 -05:00
Unified SV Clothing files & added all the currently unreleased SV clothings
Thanks @pasqualenardiello for his researches on the clothing/fashion blocks: https://projectpokemon.org/home/forums/topic/63383-sv-fashion-block-research/ Co-Authored-By: Pasquale Nardiello <pasqualeomeglio@gmail.com>
This commit is contained in:
parent
72583a82e7
commit
7ded7f7cb0
|
|
@ -90,18 +90,7 @@ namespace SwitchGiftDataManager.Core
|
|||
else if ((GiftType9)type is GiftType9.Clothing)
|
||||
{
|
||||
var category = (ClothingType9)id;
|
||||
var description = category switch
|
||||
{
|
||||
ClothingType9.Uniform => Properties.Resources.SCVIClothingUniform.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Legwear => Properties.Resources.SCVIClothingLegwear.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Footwear => Properties.Resources.SCVIClothingFootwear.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Gloves => Properties.Resources.SCVIClothingGloves.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Bags => Properties.Resources.SCVIClothingBags.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Headwear => Properties.Resources.SCVIClothingHeadwear.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.Eyewear => Properties.Resources.SCVIClothingEyewear.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
ClothingType9.PhoneCase => Properties.Resources.SCVIClothingPhoneCase.Split(new String[] { "\n" }, StringSplitOptions.None)[opt],
|
||||
_ => "",
|
||||
};
|
||||
var description = Properties.Resources.SCVIClothings.Split(new String[] { "\n" }, StringSplitOptions.None)[opt];
|
||||
if (string.IsNullOrWhiteSpace(description))
|
||||
description = $"{opt:X4}";
|
||||
str = $"[{category.ToString().Replace("Uniform", "Clothing")}] {description}";
|
||||
|
|
|
|||
1845
SwitchGiftDataManager.Core/Properties/Resources.Designer.cs
generated
1845
SwitchGiftDataManager.Core/Properties/Resources.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -133,29 +133,8 @@
|
|||
<data name="PLAClothingTops" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\PLAClothingTops.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingBags" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingBags.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingEyewear" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingEyewear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingFootwear" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingFootwear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingGloves" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingGloves.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingHeadwear" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingHeadwear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingLegwear" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingLegwear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingPhoneCase" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingPhoneCase.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="SCVIClothingUniform" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\SCVIClothingUniform.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
<data name="SCVIClothings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\resources\scviclothings.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="Species" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Species.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -2095,6 +2095,7 @@ None
|
|||
|
||||
|
||||
|
||||
New School Gloves
|
||||
|
||||
|
||||
|
||||
|
|
@ -2998,8 +2999,7 @@ None
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
No Bag
|
||||
|
||||
|
||||
|
||||
|
|
@ -3073,6 +3073,7 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
Floral-print Sports Backpack
|
||||
|
||||
|
||||
|
||||
|
|
@ -3090,6 +3091,7 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
New School Backpack
|
||||
|
||||
|
||||
|
||||
|
|
@ -4140,6 +4142,7 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
School Loafers
|
||||
|
||||
|
||||
|
||||
|
|
@ -5032,6 +5035,9 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
Star Sporty Cap
|
||||
Pokémon League Sporty Cap
|
||||
Terastal Sporty Cap
|
||||
|
||||
|
||||
|
||||
|
|
@ -5405,6 +5411,7 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
New School Hat
|
||||
|
||||
|
||||
|
||||
|
|
@ -6098,6 +6105,8 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
School Socks
|
||||
School Tights
|
||||
|
||||
|
||||
|
||||
|
|
@ -6997,15 +7006,10 @@ Canvas Backpack (Ultra Ball)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
New Spring Uniform
|
||||
New Summer Uniform
|
||||
New Autumn Uniform
|
||||
New Winter Uniform
|
||||
New Spring Uniform
|
||||
New Summer Uniform
|
||||
New Autumn Uniform
|
||||
|
|
@ -8045,14 +8049,10 @@ New Winter Uniform
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Arc Phone Case
|
||||
Ball Guy Case
|
||||
Pokétch Case
|
||||
Pika-Vee Case
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user