Add asset extreme corset

This commit is contained in:
dynilath 2025-04-04 11:43:00 +08:00
parent 895c7379d5
commit c2ca6c237c
No known key found for this signature in database
16 changed files with 100 additions and 0 deletions

View file

@ -1510,6 +1510,7 @@ ItemTorso,StuddedHarness,Studded Harness
ItemTorso,ThinLeatherStraps,Thin Leather Straps
ItemTorso,ShinyLeotardLock,Locking Latex Leotard
ItemTorso,SteelBelt,Steel Belt
ItemTorso,ExtremeCorset,Extreme Corset
ItemTorso2,,Torso
ItemVulva,,Vulva
ItemVulva,BasicCockring,Basic Cock Ring

1 AnkletLeft Anklet (Left)
1510 ItemTorso ThinLeatherStraps Thin Leather Straps
1511 ItemTorso ShinyLeotardLock Locking Latex Leotard
1512 ItemTorso SteelBelt Steel Belt
1513 ItemTorso ExtremeCorset Extreme Corset
1514 ItemTorso2 Torso
1515 ItemVulva Vulva
1516 ItemVulva BasicCockring Basic Cock Ring

View file

@ -8041,6 +8041,36 @@ var AssetFemale3DCG = [
},
],
},
{
Name: "ExtremeCorset",
Gender: "F",
Fetish: ["Lingerie", "Latex"],
Priority: 22,
Value: -1,
Left: 125,
Top: 200,
BuyGroup: "ExtremeCorset",
DynamicGroupName: "ItemTorso",
Prerequisite: ["AccessTorso", "HasBreasts"],
PoseMapping: {
Hogtied: PoseType.HIDE,
AllFours: PoseType.HIDE,
},
DefaultColor: ["#545454", "#BC8B84"],
Layer: [
{ Name: "Main" },
{ Name: "Buckles" },
{
Name: "BodyMask",
BlendingMode: "destination-out",
TextureMask: {
Groups: [
"BodyUpper", "BodyLower", "Suit", "SuitLower"
]
}
}
],
},
// Flat Chest Compatible Clothing
{
Name: "TightCorset",
@ -28350,6 +28380,39 @@ var AssetFemale3DCG = [
},
],
},
{
Name: "ExtremeCorset",
Gender: "F",
Fetish: ["Lingerie", "Latex"],
Priority: 22,
Value: 50,
Difficulty: 5,
BuyGroup: "ExtremeCorset",
Time: 20,
RemoveTime: 10,
AllowLock: true,
AllowTighten: true,
DrawLocks: false,
Prerequisite: ["AccessTorso", "HasBreasts"],
PoseMapping: {
Hogtied: PoseType.HIDE,
AllFours: PoseType.HIDE,
},
DefaultColor: ["#545454", "#BC8B84"],
Layer: [
{ Name: "Main" },
{ Name: "Buckles" },
{
Name: "BodyMask",
BlendingMode: "destination-out",
TextureMask: {
Groups: [
"BodyUpper", "BodyLower", "Suit", "SuitLower"
]
}
}
],
},
],
Color: [
"Default",
@ -29427,6 +29490,40 @@ var AssetFemale3DCG = [
},
],
},
{
Name: "ExtremeCorset",
Gender: "F",
Fetish: ["Lingerie", "Latex"],
Priority: 22,
Value: -1,
Difficulty: 5,
BuyGroup: "ExtremeCorset",
Time: 20,
RemoveTime: 10,
AllowLock: true,
AllowTighten: true,
DrawLocks: false,
DynamicGroupName: "ItemTorso",
Prerequisite: ["AccessTorso", "HasBreasts"],
PoseMapping: {
Hogtied: PoseType.HIDE,
AllFours: PoseType.HIDE,
},
DefaultColor: ["#545454", "#BC8B84"],
Layer: [
{ Name: "Main" },
{ Name: "Buckles" },
{
Name: "BodyMask",
BlendingMode: "destination-out",
TextureMask: {
Groups: [
"BodyUpper", "BodyLower", "Suit", "SuitLower"
]
}
}
],
},
],
},

Binary file not shown.

After

(image error) Size: 2.9 KiB

Binary file not shown.

After

(image error) Size: 4.8 KiB

Binary file not shown.

After

(image error) Size: 32 KiB

Binary file not shown.

After

(image error) Size: 3 KiB

Binary file not shown.

After

(image error) Size: 4.8 KiB

Binary file not shown.

After

(image error) Size: 30 KiB

Binary file not shown.

After

(image error) Size: 3.1 KiB

Binary file not shown.

After

(image error) Size: 4.3 KiB

Binary file not shown.

After

(image error) Size: 30 KiB

Binary file not shown.

After

(image error) Size: 2.9 KiB

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 32 KiB

Binary file not shown.

After

(image error) Size: 23 KiB

View file

@ -2336,6 +2336,8 @@ ItemTorsoThinLeatherStrapsLocks,Lock
ItemTorsoThinLeatherStrapsStrap,Straps
ItemTorsoShinyLeotardLockLatex,Base
ItemTorsoShinyLeotardLockShine,Shine
ItemTorsoExtremeCorsetMain,Main
ItemTorsoExtremeCorsetBuckles,Buckles
ItemVulvaBasicCockringCockRing,Cock Ring
ItemVulvaBasicCockringPenis,Penis
ItemVulvaLockingCockringBase,Base Ring

1 BodyUpperLarge Body
2336 ItemTorsoThinLeatherStrapsStrap Straps
2337 ItemTorsoShinyLeotardLockLatex Base
2338 ItemTorsoShinyLeotardLockShine Shine
2339 ItemTorsoExtremeCorsetMain Main
2340 ItemTorsoExtremeCorsetBuckles Buckles
2341 ItemVulvaBasicCockringCockRing Cock Ring
2342 ItemVulvaBasicCockringPenis Penis
2343 ItemVulvaLockingCockringBase Base Ring