forked from Simnation/Main
props
This commit is contained in:
parent
65fb8a9793
commit
beb46174cd
225 changed files with 1525 additions and 14 deletions
|
@ -1697,7 +1697,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
["burrito"] = {
|
||||
PropModel = "prop_taco_01",
|
||||
PropModel = "bzzz_food_burrito_a",
|
||||
UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -1873,7 +1873,7 @@ Config = {
|
|||
|
||||
|
||||
["dueruem"] = {
|
||||
PropModel = "prop_taco_01",
|
||||
PropModel = "bzzz_food_burrito_a",
|
||||
UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -1987,7 +1987,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
["doener"] = {
|
||||
PropModel = "bzzz_camp_food_kebab",
|
||||
PropModel = "bzzz_food_kebab_a",
|
||||
UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -2187,8 +2187,8 @@ Config = {
|
|||
},
|
||||
Use = {
|
||||
Animation = {
|
||||
Dict = "anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1",
|
||||
Anim = "base_idle",
|
||||
Dict = "bzzz@restaurant@eat",
|
||||
Anim = "bzzz_restaurant_eat",
|
||||
flag = 49,
|
||||
Speed = 1.0,
|
||||
},
|
||||
|
@ -2785,7 +2785,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
["salsa_nachos"] = {
|
||||
PropModel = "prop_food_chips",
|
||||
PropModel = "bzzz_food_nachos_a",
|
||||
UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -2842,7 +2842,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
["cheeseanachos"] = {
|
||||
PropModel = "prop_food_chips",
|
||||
PropModel = "bzzz_food_nachos_a",
|
||||
UsesAmount = 2, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -3241,7 +3241,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
["waffle_icream"] = {
|
||||
PropModel = "bzzz_camp_food_melloburnt",
|
||||
PropModel = "bzzz_food_dessert_a",
|
||||
UsesAmount = 2,
|
||||
Actions = {
|
||||
Enter = {
|
||||
|
@ -4938,7 +4938,7 @@ Config = {
|
|||
},
|
||||
},
|
||||
["slushi"] = {
|
||||
PropModel = "v_62_ecolacup01",
|
||||
PropModel = "prop_cs_bs_cup",
|
||||
UsesAmount = 4, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -5008,7 +5008,7 @@ Config = {
|
|||
},
|
||||
},
|
||||
["bubble_tea"] = {
|
||||
PropModel = "scully_boba3",
|
||||
PropModel = "bzzz_food_bubbletea_a",
|
||||
UsesAmount = 1, -- The Amount Of Times This Item Can Be Eaten / Drinked
|
||||
Actions = {
|
||||
Enter = { -- I Won't Recomenned Replacing The Animation Because Stuff Related To This Are Hardcoded (Will Be Support For Customs Soon)
|
||||
|
@ -6112,7 +6112,7 @@ Config = {
|
|||
|
||||
|
||||
["munky_juice"] = {
|
||||
PropModel = "prop_ld_flow_bottle",
|
||||
PropModel = "bzzz_food_capisun_a",
|
||||
UsesAmount = 1,
|
||||
Actions = {
|
||||
Enter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue