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

36 lines
960 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 = "Kan Torbası"
ITEM.model = Model("models/willardnetworks/skills/bloodbag.mdl")
ITEM.description = "Hortumu ve iğnesi olan plastik bir torba. İçinde kan var gibi görünüyor."
ITEM.category = "Medical"
ITEM.width = 1
ITEM.height = 1
ITEM.maxStackSize = 4
ITEM.healing = {
bandage = 30,
disinfectant = 5
}
ITEM.holdData = {
vectorOffset = {
right = 0,
up = 0,
forward = 0
},
angleOffset = {
right = 0,
up = 0,
forward = 0
},
}
ITEM.outlineColor = Color(255, 204, 0, 100)
ITEM.colorAppendix = {["red"] = "Bu eşyayı savaşın ortasında kendi üzerinizde kullanamazsınız, başka bir oyuncu tarafından uygulanmalıdır."}