mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
24 lines
690 B
Lua
24 lines
690 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 = "Pilules violettes"
|
|
ITEM.model = Model("models/willardnetworks/skills/pills6.mdl")
|
|
ITEM.description = "Ces pilules vous font apparemment courir plus vite et vous font sentir plus intelligent."
|
|
ITEM.category = "Médical"
|
|
ITEM.width = 1
|
|
ITEM.height = 1
|
|
ITEM.maxStackSize = 2
|
|
ITEM.useSound = "willardnetworks/inventory/inv_pills.wav"
|
|
ITEM.boosts = {
|
|
agility = 3,
|
|
intelligence = 3
|
|
}
|
|
|
|
ITEM.outlineColor = Color(255, 204, 0, 100) |