mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 12:29:15 +00:00
Fixing issues and modifying CustomTShirt to fit Raven's new stamp additions.
This commit is contained in:
parent
62b097a11d
commit
512d674ffa
3 changed files with 25 additions and 17 deletions
BondageClub/Assets/Female3DCG
|
@ -782,9 +782,9 @@ ClothCustomTShirtOptiont18,Bondage College 2
|
|||
ClothCustomTShirtOptiont19,S.Tiyana's White C-Pad
|
||||
ClothCustomTShirtOptiont2,BTG
|
||||
ClothCustomTShirtOptiont20,Gangriels
|
||||
ClothCustomTShirtOptiont21,Shibari Crew
|
||||
ClothCustomTShirtOptiont22,Bull's Eye Spankmeter
|
||||
ClothCustomTShirtOptiont23,Keys?!
|
||||
ClothCustomTShirtOptiont25,Shibari Crew
|
||||
ClothCustomTShirtOptiont26,Bull's Eye Spankmeter
|
||||
ClothCustomTShirtOptiont27,Keys?!
|
||||
ClothCustomTShirtOptiont3,Dominant
|
||||
ClothCustomTShirtOptiont4,Bonk!
|
||||
ClothCustomTShirtOptiont5,Old School XGame
|
||||
|
|
|
|
@ -1044,21 +1044,21 @@ var AssetFemale3DCG = [
|
|||
Name: "Shibari",
|
||||
PoseMapping: {},
|
||||
ParentGroup: {},
|
||||
AllowTypes: { t: 21 },
|
||||
AllowTypes: { t: 25 },
|
||||
CopyLayerColor: "None",
|
||||
},
|
||||
{
|
||||
Name: "Bullseye",
|
||||
PoseMapping: {},
|
||||
ParentGroup: {},
|
||||
AllowTypes: { t: 22 },
|
||||
AllowTypes: { t: 26 },
|
||||
CopyLayerColor: "None",
|
||||
},
|
||||
{
|
||||
Name: "Keys",
|
||||
PoseMapping: {},
|
||||
ParentGroup: {},
|
||||
AllowTypes: { t: 23 },
|
||||
AllowTypes: { t: 27 },
|
||||
CopyLayerColor: "None",
|
||||
},
|
||||
],
|
||||
|
@ -3807,6 +3807,7 @@ var AssetFemale3DCG = [
|
|||
},
|
||||
{
|
||||
Name: "BHog",
|
||||
ParentGroup: {},
|
||||
PoseMapping: {
|
||||
BackBoxTie: PoseType.HIDE,
|
||||
BackCuffs: PoseType.HIDE,
|
||||
|
@ -5569,6 +5570,7 @@ var AssetFemale3DCG = [
|
|||
},
|
||||
{
|
||||
Name: "BHog",
|
||||
ParentGroup: {},
|
||||
PoseMapping: {
|
||||
BackBoxTie: PoseType.HIDE,
|
||||
BackCuffs: PoseType.HIDE,
|
||||
|
|
|
@ -449,9 +449,9 @@ var AssetFemale3DCGExtended = {
|
|||
{}, // t18 - BCollege2
|
||||
{}, // t19 - ControlPad1
|
||||
{}, // t20 - Gangriels
|
||||
{}, // t21 - Shibari
|
||||
{}, // t22 - BullsEye
|
||||
{}, // t22 - Keys?
|
||||
{}, // t25 - Shibari
|
||||
{}, // t26 - BullsEye
|
||||
{}, // t27 - Keys?
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -4663,9 +4663,12 @@ var AssetFemale3DCGExtended = {
|
|||
Name: "Handcuffs",
|
||||
Key: "h",
|
||||
Options: [
|
||||
{ Name: "None", Property: {} },
|
||||
{
|
||||
// None
|
||||
Property: {}
|
||||
},
|
||||
{
|
||||
Name: "Front",
|
||||
// Front
|
||||
Property: {
|
||||
Difficulty: 3,
|
||||
SetPose: ["BaseUpper"],
|
||||
|
@ -4673,7 +4676,7 @@ var AssetFemale3DCGExtended = {
|
|||
},
|
||||
},
|
||||
{
|
||||
Name: "BackBoxTie",
|
||||
// BackBoxTie
|
||||
Property: {
|
||||
Difficulty: 5,
|
||||
SetPose: ["BackBoxTie"],
|
||||
|
@ -4682,7 +4685,7 @@ var AssetFemale3DCGExtended = {
|
|||
},
|
||||
},
|
||||
{
|
||||
Name: "Strict",
|
||||
// Strict
|
||||
Property: {
|
||||
Difficulty: 7,
|
||||
SetPose: ["BackElbowTouch"],
|
||||
|
@ -12761,9 +12764,12 @@ var AssetFemale3DCGExtended = {
|
|||
Name: "Handcuffs",
|
||||
Key: "h",
|
||||
Options: [
|
||||
{ Name: "None", Property: {} },
|
||||
{
|
||||
// None
|
||||
Property: {}
|
||||
},
|
||||
{
|
||||
Name: "Front",
|
||||
// Front
|
||||
Property: {
|
||||
Difficulty: 3,
|
||||
SetPose: ["BaseUpper"],
|
||||
|
@ -12771,7 +12777,7 @@ var AssetFemale3DCGExtended = {
|
|||
},
|
||||
},
|
||||
{
|
||||
Name: "BackBoxTie",
|
||||
// BackBoxTie
|
||||
Property: {
|
||||
Difficulty: 5,
|
||||
SetPose: ["BackBoxTie"],
|
||||
|
@ -12780,7 +12786,7 @@ var AssetFemale3DCGExtended = {
|
|||
},
|
||||
},
|
||||
{
|
||||
Name: "Strict",
|
||||
// Strict
|
||||
Prerequisite: ["NoItemArms"],
|
||||
Property: {
|
||||
Difficulty: 7,
|
||||
|
|
Loading…
Add table
Reference in a new issue