mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
23 lines
654 B
Lua
23 lines
654 B
Lua
--[[
|
|
| 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 = "Pilule verte - Améliorée"
|
|
ITEM.model = Model("models/willardnetworks/skills/pills2.mdl")
|
|
ITEM.description = "Une petite pilule verte. Elle vous fait sentir plus rapide."
|
|
ITEM.category = "Médical"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.maxStackSize = 2
|
|
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
|
ITEM.boosts = {
|
|
agility = 5
|
|
}
|
|
|
|
ITEM.outlineColor = Color(255, 204, 0, 100) |