Add Satin Scarf Item

Adds a new 'Satin Scarf' clothing item. found in both the 'necklace' and 'cloth accessory' groups
Optional styles include some that resemble different cloth gags worn around the neck
This commit is contained in:
KyraObscura 2025-01-02 11:25:50 +00:00
parent f354de14e7
commit fe3346a543
13 changed files with 52 additions and 0 deletions

View file

@ -556,6 +556,11 @@ ClothAccessoryKissmarkSelectLneck,Neck Left?
ClothAccessoryKissmarkSelectRcheek,Right Cheek?
ClothAccessoryKissmarkSelectRfhead,Forehead?
ClothAccessoryKissmarkSelectRneck,Neck Right?
ClothAccessorySatinScarfSelect,Select the style
ClothAccessorySatinScarfStyle1,Style 1
ClothAccessorySatinScarfStyle2,Style 2
ClothAccessorySatinScarfStyle3,Style 3
ClothAccessorySatinScarfStyle4,Style 4
ClothAccessoryScarfBundled,Bundled
ClothAccessoryScarfHideMouth,Hide Mouth
ClothAccessoryScarfSelect,Select a scarf style.
@ -4780,6 +4785,11 @@ NecklaceChokerTattooSelect,Select the design
NecklaceNecklaceRopeLong,Long
NecklaceNecklaceRopeSelect,Select the rope length
NecklaceNecklaceRopeShort,Short
NecklaceSatinScarfSelect,Select the style
NecklaceSatinScarfStyle1,Style 1
NecklaceSatinScarfStyle2,Style 2
NecklaceSatinScarfStyle3,Style 3
NecklaceSatinScarfStyle4,Style 4
NippleEggDecreaseTo-1,DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples stop vibrating.
NippleEggDecreaseTo0,DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples slow down into a light tease.
NippleEggDecreaseTo1,DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples return to a moderate pace.

1 AnalHookPoseBase Nothing
556 ClothAccessoryKissmarkSelectRcheek Right Cheek?
557 ClothAccessoryKissmarkSelectRfhead Forehead?
558 ClothAccessoryKissmarkSelectRneck Neck Right?
559 ClothAccessorySatinScarfSelect Select the style
560 ClothAccessorySatinScarfStyle1 Style 1
561 ClothAccessorySatinScarfStyle2 Style 2
562 ClothAccessorySatinScarfStyle3 Style 3
563 ClothAccessorySatinScarfStyle4 Style 4
564 ClothAccessoryScarfBundled Bundled
565 ClothAccessoryScarfHideMouth Hide Mouth
566 ClothAccessoryScarfSelect Select a scarf style.
4785 NecklaceNecklaceRopeLong Long
4786 NecklaceNecklaceRopeSelect Select the rope length
4787 NecklaceNecklaceRopeShort Short
4788 NecklaceSatinScarfSelect Select the style
4789 NecklaceSatinScarfStyle1 Style 1
4790 NecklaceSatinScarfStyle2 Style 2
4791 NecklaceSatinScarfStyle3 Style 3
4792 NecklaceSatinScarfStyle4 Style 4
4793 NippleEggDecreaseTo-1 DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples stop vibrating.
4794 NippleEggDecreaseTo0 DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples slow down into a light tease.
4795 NippleEggDecreaseTo1 DestinationCharacterName vibrating eggs on TargetPronounPossessive nipples return to a moderate pace.

View file

@ -1563,6 +1563,7 @@ Necklace,NecklaceKey,Key Necklace
Necklace,NecklaceLock,Lock Necklace
Necklace,NecklaceRope,Rope Necklace
Necklace,PearlNecklace1,Custom Pearl Necklace
Necklace,SatinScarf,Satin Scarf
Nipples,,Nipples Style
Nipples,Nipples1,Small
Nipples,Nipples2,Large

1 AnkletLeft Anklet (Left)
1563 Necklace NecklaceLock Lock Necklace
1564 Necklace NecklaceRope Rope Necklace
1565 Necklace PearlNecklace1 Custom Pearl Necklace
1566 Necklace SatinScarf Satin Scarf
1567 Nipples Nipples Style
1568 Nipples Nipples1 Small
1569 Nipples Nipples2 Large

View file

@ -4354,6 +4354,15 @@ var AssetFemale3DCG = [
{ Name: "Metal", ParentGroup: null, AllowColorize: true },
],
},
{
Name: "SatinScarf",
DynamicGroupName: "Necklace",
CopyConfig: {
GroupName: "Necklace",
AssetName: "SatinScarf",
BuyGroup: true,
},
},
// Flat Chest Compatible Clothing
{
Name: "SmallNeckFur",
@ -4644,6 +4653,17 @@ var AssetFemale3DCG = [
},
],
},
{
Name: "SatinScarf",
InventoryID: 195,
Value: 15,
Left: 148,
Top: 97,
BuyGroup: "ScarfGag",
Extended: true,
ParentGroup: null,
CreateLayerTypes: ["typed"],
},
// Breast Compatible Clothing
{
Name: "BodyChainNecklace",

View file

@ -1464,6 +1464,10 @@ var AssetFemale3DCGExtended = {
DrawImages: false,
CopyConfig: { GroupName: "FaceMarkings", AssetName: "FaceWritings" },
}, //FaceWritings
SatinScarf: {
Archetype: ExtendedArchetype.TYPED,
CopyConfig: { GroupName: "Necklace", AssetName: "SatinScarf" },
}, // SatinScarf
}, // ClothAccessory
ClothLower: {
PantBoots: {
@ -16947,6 +16951,23 @@ var AssetFemale3DCGExtended = {
],
DrawImages: false,
}, // PearlNecklace1
SatinScarf: {
Archetype: ExtendedArchetype.TYPED,
Options: [
{
Name: "Style1",
},
{
Name: "Style2",
},
{
Name: "Style3",
},
{
Name: "Style4",
},
],
}, //SatinScarf
}, // Necklace
Suit: {
Catsuit: {

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

Binary file not shown.

After

(image error) Size: 14 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

Binary file not shown.

After

(image error) Size: 15 KiB

Binary file not shown.

After

(image error) Size: 15 KiB