forked from Simnation/Main
Update sh_config.lua
This commit is contained in:
parent
50d25156be
commit
aa4f2e9f52
1 changed files with 10 additions and 10 deletions
|
@ -8904,8 +8904,8 @@ Config = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["wine"] = {
|
["wine"] = {
|
||||||
PropModel = "prop_wine_rose",
|
PropModel = "p_wine_glass_s",
|
||||||
UsesAmount = 4,
|
UsesAmount = 2,
|
||||||
Actions = {
|
Actions = {
|
||||||
Enter = {
|
Enter = {
|
||||||
Animation = {
|
Animation = {
|
||||||
|
@ -8916,7 +8916,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.20, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Hold = {
|
Hold = {
|
||||||
|
@ -8927,7 +8927,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.20, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Use = {
|
Use = {
|
||||||
|
@ -8939,7 +8939,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.12, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Exit = {
|
Exit = {
|
||||||
|
@ -8972,8 +8972,8 @@ Config = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["wwine"] = {
|
["wwine"] = {
|
||||||
PropModel = "prop_wine_white",
|
PropModel = "p_wine_glass_s",
|
||||||
UsesAmount = 4,
|
UsesAmount = 2,
|
||||||
Actions = {
|
Actions = {
|
||||||
Enter = {
|
Enter = {
|
||||||
Animation = {
|
Animation = {
|
||||||
|
@ -8984,7 +8984,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.20, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Hold = {
|
Hold = {
|
||||||
|
@ -8995,7 +8995,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.20, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Use = {
|
Use = {
|
||||||
|
@ -9007,7 +9007,7 @@ Config = {
|
||||||
},
|
},
|
||||||
Attachment = {
|
Attachment = {
|
||||||
Bone = 28422,
|
Bone = 28422,
|
||||||
Coords = { x = 0.0, y = 0.0, z = -0.07, xR = 0.0, yR = 0.0, zR = 0.0 },
|
Coords = { x = 0.0, y = 0.0, z = -0.12, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Exit = {
|
Exit = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue