mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Add asset extreme corset
This commit is contained in:
parent
895c7379d5
commit
c2ca6c237c
16 changed files with 100 additions and 0 deletions
BondageClub/Assets/Female3DCG
Female3DCG.csvFemale3DCG.js
ItemTorso
ExtremeCorset_Large_BodyMask.pngExtremeCorset_Large_Buckles.pngExtremeCorset_Large_Main.pngExtremeCorset_Normal_BodyMask.pngExtremeCorset_Normal_Buckles.pngExtremeCorset_Normal_Main.pngExtremeCorset_Small_BodyMask.pngExtremeCorset_Small_Buckles.pngExtremeCorset_Small_Main.pngExtremeCorset_XLarge_BodyMask.pngExtremeCorset_XLarge_Buckles.pngExtremeCorset_XLarge_Main.png
LayerNames.csvPreview
|
@ -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
|
||||
|
|
|
|
@ -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 |
|
@ -2336,6 +2336,8 @@ ItemTorsoThinLeatherStrapsLocks,Lock
|
|||
ItemTorsoThinLeatherStrapsStrap,Straps
|
||||
ItemTorsoShinyLeotardLockLatex,Base
|
||||
ItemTorsoShinyLeotardLockShine,Shine
|
||||
ItemTorsoExtremeCorsetMain,Main
|
||||
ItemTorsoExtremeCorsetBuckles,Buckles
|
||||
ItemVulvaBasicCockringCockRing,Cock Ring
|
||||
ItemVulvaBasicCockringPenis,Penis
|
||||
ItemVulvaLockingCockringBase,Base Ring
|
||||
|
|
|
Loading…
Add table
Reference in a new issue