Files
VnUtest/garrysmod/gamemodes/militaryrp/schema/items/consumables/sh_sausage.lua
2026-03-31 10:27:04 +03:00

22 lines
804 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ITEM.base = "base_consumables"
ITEM.name = "Колбаса"
ITEM.desc = "Ключевое преимущество этой колбасы — её длительный срок хранения. Лучше не размышлять о том, как это достигается, чтобы не испортить аппетит себе и окружающим."
ITEM.model = "models/weapons/sweps/stalker2/sausage/w_item_sausage.mdl"
ITEM.icon = Material("entities/weapon_stalker2_sausage.png")
ITEM.width = 1
ITEM.height = 1
ITEM.iconCam = {
pos = Vector(0, 200, 0),
ang = Angle(0, 270, 0),
fov = 25
}
ITEM.hunger = 25
ITEM.thirst = 0
ITEM.price = 100
ITEM.weight = 0.4
ITEM.consumableWeapon = "ix_consumable"
ITEM.consumableModel = "models/weapons/sweps/stalker2/sausage/v_item_sausage.mdl"