forked from Simnation/Main
ed
This commit is contained in:
parent
a2feb8b80a
commit
b086fbe4db
8 changed files with 887 additions and 27 deletions
|
@ -1589,7 +1589,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_glasbottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["spazi"] = {
|
||||
uses = 2,
|
||||
|
@ -1603,7 +1604,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["spazi_limo"] = {
|
||||
uses = 2,
|
||||
|
@ -1617,7 +1619,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["ecola_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1631,7 +1634,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["sprunk_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1645,7 +1649,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["slushi"] = {
|
||||
uses = 2,
|
||||
|
@ -1687,7 +1692,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["sprunk_zero_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1701,7 +1707,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["sprunk_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1715,7 +1722,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["orange_o_tang_zero_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1729,7 +1737,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["orange_o_tang_dose"] = {
|
||||
uses = 1,
|
||||
|
@ -1743,7 +1752,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["ecola_zero_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1757,7 +1767,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["ecola_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1771,7 +1782,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["sprunk_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1785,7 +1797,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["sprunk_zero_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1799,7 +1812,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["orange_o_tang_zero_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1813,7 +1827,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["orange_o_tang_flasche"] = {
|
||||
uses = 2,
|
||||
|
@ -1827,7 +1842,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_bottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["water_bottle"] = {
|
||||
uses = 2,
|
||||
|
@ -1855,8 +1871,9 @@ Config.Items = {
|
|||
stress = 0,
|
||||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
stamina = 10,
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["munky_juice"] = {
|
||||
uses = 1,
|
||||
|
@ -1884,7 +1901,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["campers_fuel"] = {
|
||||
uses = 1,
|
||||
|
@ -1897,8 +1915,9 @@ Config.Items = {
|
|||
stress = 0,
|
||||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
stamina = 10,
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["kakao"] = {
|
||||
uses = 1,
|
||||
|
@ -2013,7 +2032,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_can" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["kayas_rotwein"] = {
|
||||
uses = 2,
|
||||
|
@ -2042,7 +2062,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_glasbottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["cerveza_barracho"] = {
|
||||
uses = 2,
|
||||
|
@ -2057,7 +2078,8 @@ Config.Items = {
|
|||
armor = 0,
|
||||
alcohol = 0,
|
||||
stamina = 0,
|
||||
}
|
||||
},
|
||||
return_item = "empty_glasbottle" -- This is the item that will be returned after all uses
|
||||
},
|
||||
["kadis_rostbite"] = {
|
||||
uses = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue