Files
wnsrc/gamemodes/darkrp/plugins/medicalitems/items/medical/sh_bandage.lua
lifestorm 6a58f406b1 Upload
2024-08-04 23:54:45 +03:00

34 lines
792 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.

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ITEM.name = "Bandaj Rulosu"
ITEM.model = Model("models/stuff/bandages.mdl")
ITEM.description = "Bir rulo bandaj. Kanamayı durdurmak için kullanılır."
ITEM.category = "Medical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 6
ITEM.healing = {
bandage = 15
}
ITEM.useSound = "willardnetworks/inventory/inv_bandage.wav"
ITEM.usableInCombat = true
ITEM.holdData = {
vectorOffset = {
right = 0,
up = 0,
forward = 0
},
angleOffset = {
right = 0,
up = 0,
forward = 0
},
}