forked from Simnation/Main
4
This commit is contained in:
parent
62b435c655
commit
cda6e1c5fe
4 changed files with 58 additions and 5 deletions
|
@ -3351,7 +3351,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
Rewards = {
|
||||
hunger = 10,
|
||||
hunger = 15,
|
||||
}
|
||||
},
|
||||
["scookie"] = {
|
||||
|
@ -4934,7 +4934,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
Rewards = { -- The Reward Will Set Metadata And Will Be Set When Item Is Used (When Drinked Or Eaten Once)
|
||||
thirst = 100,
|
||||
thirst = 20,
|
||||
},
|
||||
},
|
||||
["slushi"] = {
|
||||
|
@ -5144,7 +5144,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
Rewards = { -- The Reward Will Set Metadata And Will Be Set When Item Is Used (When Drinked Or Eaten Once)
|
||||
thirst = 50,
|
||||
thirst = 20,
|
||||
},
|
||||
},
|
||||
["ecola_zero_dose"] = {
|
||||
|
@ -6928,7 +6928,7 @@ Config = {
|
|||
}
|
||||
},
|
||||
Rewards = {
|
||||
thirst = 20,
|
||||
thirst = 25,
|
||||
}
|
||||
},
|
||||
["cerveza_barracho"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue