diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index aafbd4625..515a91f41 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -580,7 +580,60 @@ CodeStudio.Products = { itemPrice = 100, itemInfo = "", }, - + ['weapon_hatchet'] = { + itemName = "Beil", + itemStock = 150, + itemPrice = 600, + itemInfo = "", + }, + ['butcherknife'] = { + itemName = "Schlachtermesser", + itemStock = 150, + itemPrice = 400, + itemInfo = "", + }, + ['gussform'] = { + itemName = "Gussform", + itemStock = 150, + itemPrice = 1000, + itemInfo = "", + }, + ['shovel'] = { + itemName = "Schaufel", + itemStock = 150, + itemPrice = 600, + itemInfo = "", + }, + ['bucket'] = { + itemName = "Eimer", + itemStock = 150, + itemPrice = 60, + itemInfo = "", + }, + ['anglegrinder'] = { + itemName = "Flex", + itemStock = 150, + itemPrice = 800, + itemInfo = "", + }, + ['cuttingdisc'] = { + itemName = "Trennscheibe", + itemStock = 150, + itemPrice = 20, + itemInfo = "", + }, + ['drill'] = { + itemName = "Flex", + itemStock = 150, + itemPrice = 800, + itemInfo = "", + }, + ['Steinbohrer'] = { + itemName = "Steinbohrer", + itemStock = 150, + itemPrice = 60, + itemInfo = "", + }, } }, ['weapons'] = { diff --git a/resources/[inventory]/mr-consumables/config/sh_config.lua b/resources/[inventory]/mr-consumables/config/sh_config.lua index 0908caa34..ffd25ea6f 100644 --- a/resources/[inventory]/mr-consumables/config/sh_config.lua +++ b/resources/[inventory]/mr-consumables/config/sh_config.lua @@ -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"] = { diff --git a/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ydr b/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ydr deleted file mode 100644 index a001be1e9..000000000 Binary files a/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ydr and /dev/null differ diff --git a/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ytd b/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ytd index 468d869c4..64bd6257a 100644 Binary files a/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ytd and b/resources/[jobs]/[weapons]/weapons/stream/w_me_hatchet.ytd differ