mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
--[[
|
||||
| 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.uniqueID = "drink_bobultra"
|
||||
ITEM.name = "Soda Bob Ultra Nuclear Mega Prime Energy"
|
||||
ITEM.description = "Cosmic anomaly or discontinued flavor, who knows? What we do know is that it's such a collectors item only 3 people we know have drank it, 2 of them have been missing for years! And the other one is dead!"
|
||||
ITEM.category = "Food"
|
||||
ITEM.model = "models/willardnetworks/food/bobdrinks_can.mdl"
|
||||
ITEM.width = 1
|
||||
ITEM.height = 1
|
||||
ITEM.skin = 6
|
||||
ITEM.thirst = 100
|
||||
ITEM.spoil = true
|
||||
ITEM.useSound = "npc/barnacle/barnacle_gulp2.wav"
|
||||
ITEM.junk = "junk_empty_canter"
|
||||
ITEM.boosts = {
|
||||
agility = 5,
|
||||
perception = 5,
|
||||
intelligence = 5
|
||||
}
|
||||
ITEM.holdData = {
|
||||
vectorOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
angleOffset = {
|
||||
right = 0,
|
||||
up = 0,
|
||||
forward = 0
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user