diff --git a/BondageClub/Assets/Female3DCG/AssetStrings.csv b/BondageClub/Assets/Female3DCG/AssetStrings.csv index a9e07af725..79596255cb 100644 --- a/BondageClub/Assets/Female3DCG/AssetStrings.csv +++ b/BondageClub/Assets/Female3DCG/AssetStrings.csv @@ -3935,6 +3935,11 @@ ItemDevicesPottySelectText,Select text ItemDevicesPottyModuleText,Text ItemDevicesPottyOptione0,Text ItemDevicesPottySete0,SourceCharacter writes text on DestinationCharacter's potty. +ItemDevicesGiftBoxOpen,Open Gift +ItemDevicesGiftBoxClosed,Close Gift +ItemDevicesGiftBoxSelect,Change Gift +ItemDevicesGiftBoxSetOpen,SourceCharacter opens the gift. +ItemDevicesGiftBoxSetClosed,SourceCharacter closes the gift. ItemFeetSteelAnkleCuffsChained,Chain Attached ItemFeetSteelAnkleCuffsClosed,Attached ItemFeetSteelAnkleCuffsNone,Detached diff --git a/BondageClub/Assets/Female3DCG/ColorGroups.csv b/BondageClub/Assets/Female3DCG/ColorGroups.csv index ba536107fc..ae84fb1b9c 100644 --- a/BondageClub/Assets/Female3DCG/ColorGroups.csv +++ b/BondageClub/Assets/Female3DCG/ColorGroups.csv @@ -39,6 +39,12 @@ ItemDevicesLuckyWheelStand,Stand ItemDevicesVacBedDeluxeBody,Body ItemDevicesVacBedDeluxeSheet,Sheet ItemDevicesWoodenRackWood,Wood +ItemDevicesGiftBoxBox, Box +ItemDevicesGiftBoxBoxReflection, Box Reflection +ItemDevicesGiftBoxRibbon, Ribbon +ItemDevicesGiftBoxRibbonReflection, Ribbon Reflection +ItemDevicesGiftBoxInner, Inner +ItemDevicesGiftBoxInnerReflection, Inner Reflection ItemFeetSturdyLeatherBeltsBelts,Belts ItemFeetSturdyLeatherBeltsMetal,Metal ItemHandheldSmartphoneStripes,Pattern diff --git a/BondageClub/Assets/Female3DCG/Female3DCG.csv b/BondageClub/Assets/Female3DCG/Female3DCG.csv index f5e51ace2b..79ead92595 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCG.csv +++ b/BondageClub/Assets/Female3DCG/Female3DCG.csv @@ -1063,6 +1063,7 @@ ItemDevices,X-Cross,St. Andrews Cross ItemDevices,Highchair,Highchair ItemDevices,Potty,Potty ItemDevices,Enema,Enema Fixture +ItemDevices,GiftBox,Gift Box ItemEars,,Ears ItemEars,BluetoothEarbuds,Bluetooth Earbuds ItemEars,FuturisticEarphones,Futuristic Earphones @@ -1122,6 +1123,7 @@ ItemHandheld,Flogger,Flogger ItemHandheld,FoamRoll,Foam Roll ItemHandheld,ForSaleSign,For Sale Sign ItemHandheld,Gavel,Gavel +ItemHandheld,GiftBox,Gift Box ItemHandheld,GlassEmpty,Empty Glass ItemHandheld,GlassFilled,Filled Glass ItemHandheld,GlueTube,Atoxic Glue Tube diff --git a/BondageClub/Assets/Female3DCG/Female3DCG.js b/BondageClub/Assets/Female3DCG/Female3DCG.js index 4f9e64824e..a2051649fa 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCG.js +++ b/BondageClub/Assets/Female3DCG/Female3DCG.js @@ -44444,6 +44444,62 @@ var AssetFemale3DCG = [ }, ], }, + { + Name: "GiftBox", + InventoryID: 3000, + ParentGroup: "", + IsRestraint: false, + Value: 0, + Random: false, + MaxOpacity: 100, + MinOpacity: 0, + EditOpacity: true, + DefaultColor: ["#09440A", "#FFFFFF", "#6C0E11", "#FFFFFF"], + PoseMapping: { ...AssetPoseMapping.ItemHands }, + AllowActivity: ["RubItem"], + Top: { + [PoseType.DEFAULT]: 354, + BackCuffs: 347, + Yoked: 118, + OverTheHead: 5, + AllFours: 234, + }, + Left: { + [PoseType.DEFAULT]: 210, + BackCuffs: 332, + Yoked: 23, + OverTheHead: 145, + AllFours: 151, + }, + Layer: [ + { + Name: "Box", + MaxOpacity: 1, + MinOpacity: 0, + EditOpacity: true, + }, + { + Name: "BoxReflection", + MaxOpacity: 1, + MinOpacity: 0, + EditOpacity: true, + Opacity: 0.3, + }, + { + Name: "Ribbon", + MaxOpacity: 1, + MinOpacity: 0, + EditOpacity: true, + }, + { + Name: "RibbonReflection", + MaxOpacity: 1, + MinOpacity: 0, + EditOpacity: true, + Opacity: 0.3, + }, + ], + }, ], Color: [ "Default", @@ -64669,6 +64725,223 @@ var AssetFemale3DCG = [ }, ], }, + { + Name: "GiftBox", + InventoryID: 3001, + Value: 0, + Difficulty: 2, + SelfBondage: 0, + Time: 10, + RemoveTime: 10, + + Effect: [E.Tethered, E.MapImmobile], + RemoveAtLogin: true, + FixedPosition: true, + Extended: true, + DefaultColor: [ + "#09440A", + "#FFFFFF", + "#6C0E11", + "#FFFFFF", + "#643D73", + "#FFFFFF", + "#09440A", + "#FFFFFF", + "#6C0E11", + "#FFFFFF", + "#643D73", + "#FFFFFF", + "#09440A", + "#FFFFFF", + "#6C0E11", + "#FFFFFF", + "#643D73", + "#FFFFFF", + ], + EditOpacity: true, + Layer: [ + { + Name: "FrontBox", + ColorGroup: "Box", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "FrontBoxReflection", + ColorGroup: "BoxReflection", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "FrontRibbon", + ColorGroup: "Ribbon", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "FrontRibbonReflection", + ColorGroup: "RibbonReflection", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "FrontInner", + ColorGroup: "Inner", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "FrontInnerReflection", + ColorGroup: "InnerReflection", + Priority: 58, + Top: 717, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "HindBox", + ColorGroup: "Box", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "HindBoxReflection", + ColorGroup: "BoxReflection", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "HindRibbon", + ColorGroup: "Ribbon", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "HindRibbonReflection", + ColorGroup: "RibbonReflection", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "HindInner", + ColorGroup: "Inner", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + }, + { + Name: "HindInnerReflection", + ColorGroup: "InnerReflection", + Priority: 1, + Top: 664, + Left: 40, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + }, + { + Name: "TopBox", + ColorGroup: "Box", + Priority: 59, + Top: 464, + Left: 25, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + AllowTypes: { typed: 1 }, + }, + { + Name: "TopBoxReflection", + ColorGroup: "BoxReflection", + Priority: 59, + Top: 464, + Left: 25, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + AllowTypes: { typed: 1 }, + }, + { + Name: "TopRibbon", + ColorGroup: "Ribbon", + Priority: 59, + Top: 464, + Left: 25, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 1, + AllowTypes: { typed: 1 }, + }, + { + Name: "TopRibbonReflection", + ColorGroup: "RibbonReflection", + Priority: 59, + Top: 464, + Left: 25, + EditOpacity: true, + MinOpacity: 0, + MaxOpacity: 1, + Opacity: 0.2, + AllowTypes: { typed: 1 }, + }, + ], + }, ], Color: [ "Default", diff --git a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js index 015866bf28..a9e6201343 100644 --- a/BondageClub/Assets/Female3DCG/Female3DCGExtended.js +++ b/BondageClub/Assets/Female3DCG/Female3DCGExtended.js @@ -12434,6 +12434,45 @@ var AssetFemale3DCGExtended = { Archetype: ExtendedArchetype.MODULAR, CopyConfig: { GroupName: "ItemBoots", AssetName: "SingleBalletBoot" }, }, // SingleBalletBoot + GiftBox: { + Archetype: ExtendedArchetype.TYPED, + ChatTags: [CommonChatTags.SOURCE_CHAR, CommonChatTags.TARGET_CHAR], + Options: [ + { + Name: "Open", + }, + { + Name: "Closed", + Property: { + SetPose: ["AllFours"], + AllowActivePose: ["Hogtied"], + Hide: ["ItemButt", "TailStraps", "Wings"], + HideItem: ["ItemMiscTeddyBear"], + HideItemExclude: [ + "ItemArmsBitchSuit", + "ItemArmsBitchSuitExposed", + "ItemArmsShinyPetSuit", + ], + Block: [ + "ItemArms", + "ItemBreast", + "ItemButt", + "ItemFeet", + "ItemBoots", + "ItemLegs", + "ItemMisc", + "ItemNipples", + "ItemNipplesPiercings", + "ItemPelvis", + "ItemTorso", + "ItemVulva", + "ItemVulvaPiercings", + ], + }, + Random: false, + }, + ], + }, //GiftBox }, // ItemDevices ItemBoots: { ToeTape: { diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBox.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBox.png new file mode 100644 index 0000000000..31c5b876a0 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBox.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBoxReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBoxReflection.png new file mode 100644 index 0000000000..5e8e2228f6 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontBoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInner.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInner.png new file mode 100644 index 0000000000..cb075fb4bd Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInner.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInnerReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInnerReflection.png new file mode 100644 index 0000000000..ce990789bc Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontInnerReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbon.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbon.png new file mode 100644 index 0000000000..b7c5102e47 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbonReflection.png new file mode 100644 index 0000000000..6362676c0f Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_FrontRibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBox.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBox.png new file mode 100644 index 0000000000..a9a5ab2dc2 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBox.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBoxReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBoxReflection.png new file mode 100644 index 0000000000..470964099e Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindBoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInner.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInner.png new file mode 100644 index 0000000000..c60726cdd8 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInner.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInnerReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInnerReflection.png new file mode 100644 index 0000000000..86b880ee81 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindInnerReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbon.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbon.png new file mode 100644 index 0000000000..5ca7f26181 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbonReflection.png new file mode 100644 index 0000000000..6544a0ee4e Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_HindRibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBox.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBox.png new file mode 100644 index 0000000000..236063f543 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBox.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBoxReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBoxReflection.png new file mode 100644 index 0000000000..6281af0d48 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopBoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbon.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbon.png new file mode 100644 index 0000000000..265dcc685f Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbonReflection.png new file mode 100644 index 0000000000..c2f40036d6 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/GiftBox_TopRibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemDevices/Preview/GiftBox.png b/BondageClub/Assets/Female3DCG/ItemDevices/Preview/GiftBox.png new file mode 100644 index 0000000000..b5990951ac Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemDevices/Preview/GiftBox.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Box.png b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Box.png new file mode 100644 index 0000000000..1d117b28ba Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Box.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_BoxReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_BoxReflection.png new file mode 100644 index 0000000000..9d9928aeed Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_BoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Ribbon.png b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Ribbon.png new file mode 100644 index 0000000000..9cc449047f Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_Ribbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_RibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_RibbonReflection.png new file mode 100644 index 0000000000..c4ef29f032 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/AllFours/GiftBox_RibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Box.png b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Box.png new file mode 100644 index 0000000000..af3142e157 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Box.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_BoxReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_BoxReflection.png new file mode 100644 index 0000000000..31ee2f52d3 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_BoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Ribbon.png b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Ribbon.png new file mode 100644 index 0000000000..4d5875d333 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_Ribbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_RibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_RibbonReflection.png new file mode 100644 index 0000000000..05ba3bb6ae Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/BackCuffs/GiftBox_RibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Box.png b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Box.png new file mode 100644 index 0000000000..ff60eb41cd Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Box.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_BoxReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_BoxReflection.png new file mode 100644 index 0000000000..0618b22f57 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_BoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Ribbon.png b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Ribbon.png new file mode 100644 index 0000000000..3f72d109b7 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_Ribbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_RibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_RibbonReflection.png new file mode 100644 index 0000000000..a46ce945c7 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/GiftBox_RibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Box.png b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Box.png new file mode 100644 index 0000000000..6f919b23c3 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Box.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_BoxReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_BoxReflection.png new file mode 100644 index 0000000000..3e3793edbb Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_BoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Ribbon.png b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Ribbon.png new file mode 100644 index 0000000000..b7be185a6e Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_Ribbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_RibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_RibbonReflection.png new file mode 100644 index 0000000000..42bbccfe27 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/OverTheHead/GiftBox_RibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/Preview/GiftBox.png b/BondageClub/Assets/Female3DCG/ItemHandheld/Preview/GiftBox.png new file mode 100644 index 0000000000..198e0868cd Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/Preview/GiftBox.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Box.png b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Box.png new file mode 100644 index 0000000000..b80bd715ee Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Box.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_BoxReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_BoxReflection.png new file mode 100644 index 0000000000..9581af2a07 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_BoxReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Ribbon.png b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Ribbon.png new file mode 100644 index 0000000000..4dadd18b30 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_Ribbon.png differ diff --git a/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_RibbonReflection.png b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_RibbonReflection.png new file mode 100644 index 0000000000..90535a59e3 Binary files /dev/null and b/BondageClub/Assets/Female3DCG/ItemHandheld/Yoked/GiftBox_RibbonReflection.png differ diff --git a/BondageClub/Assets/Female3DCG/LayerNames.csv b/BondageClub/Assets/Female3DCG/LayerNames.csv index 0697f14642..f02104e633 100644 --- a/BondageClub/Assets/Female3DCG/LayerNames.csv +++ b/BondageClub/Assets/Female3DCG/LayerNames.csv @@ -1531,6 +1531,28 @@ ItemDevicesPottyText,Text ItemDevicesEnemaBag,Plastic Bag ItemDevicesEnemaRack,Fixture ItemDevicesEnemaLiquid,Liquid +ItemDevicesGiftBoxBox,Box +ItemDevicesGiftBoxBoxReflection,Box Reflection +ItemDevicesGiftBoxRibbon,Ribbon +ItemDevicesGiftBoxRibbonReflection,Ribbon Reflection +ItemDevicesGiftBoxInner,Padding +ItemDevicesGiftBoxInnerReflection,Padding Reflection +ItemDevicesGiftBoxFrontBox,Box (edit Alpha) +ItemDevicesGiftBoxFrontBoxReflection,Box Reflection (edit Alpha) +ItemDevicesGiftBoxFrontRibbon,Ribbon (edit Alpha) +ItemDevicesGiftBoxFrontRibbonReflection,Ribbon Reflection (edit Alpha) +ItemDevicesGiftBoxFrontInner,Padding (edit Alpha) +ItemDevicesGiftBoxFrontInnerReflection,Padding Reflection (edit Alpha) +ItemDevicesGiftBoxHindBox,Backside Box +ItemDevicesGiftBoxHindBoxReflection,Backside Box Reflection +ItemDevicesGiftBoxHindRibbon,Backside Ribbon +ItemDevicesGiftBoxHindRibbonReflection,Backside Ribbon Reflection +ItemDevicesGiftBoxHindInner,BacksidePadding +ItemDevicesGiftBoxHindInnerReflection,Backside Padding Reflection +ItemDevicesGiftBoxTopBox,Lid Box +ItemDevicesGiftBoxTopBoxReflection,Lid Box Reflection +ItemDevicesGiftBoxTopRibbon,Lid Ribbon +ItemDevicesGiftBoxTopRibbonReflection,Lid Ribbon Reflection ItemEarsFuturisticEarphonesBand,Band ItemEarsFuturisticEarphonesDisplay,Display ItemEarsFuturisticEarphonesLock,Lock @@ -1606,6 +1628,10 @@ ItemHandheldCigaretteFilterInMouth,Filter In Mouth ItemHandheldCigarettePaperInMouth,Paper In Mouth ItemHandheldFoxPlushBase1,Base ItemHandheldFoxPlushBase2,Accent +ItemHandheldGiftBoxBox, Box +ItemHandheldGiftBoxBoxReflection, Box Reflection +ItemHandheldGiftBoxRibbon,Ribbon +ItemHandheldGiftBoxRibbonReflection, Ribbon Reflection ItemHandheldKyosensuFan,Fan paper ItemHandheldKyosensuFan1,Fan paper 2nd color ItemHandheldKyosensuFan2,Fan paper 3rd color diff --git a/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Closed.png b/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Closed.png new file mode 100644 index 0000000000..83679345ca Binary files /dev/null and b/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Closed.png differ diff --git a/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Open.png b/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Open.png new file mode 100644 index 0000000000..e1bca60ce2 Binary files /dev/null and b/BondageClub/Screens/Inventory/ItemDevices/GiftBox/Open.png differ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000..e80994ead9 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Bondage-College", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}