mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 14:13:46 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| 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 = "Coal Ore"
|
||||
ITEM.model = "models/props_junk/rock001a.mdl"
|
||||
ITEM.skin = 0
|
||||
ITEM.color = Color(50,50,50)
|
||||
ITEM.uniqueID = "coal_ore";
|
||||
ITEM.description = "A big lump of coal.";
|
||||
ITEM.category = "misc"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| 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 = "Gold Ore"
|
||||
ITEM.model = "models/props_junk/rock001a.mdl"
|
||||
ITEM.skin = 0
|
||||
ITEM.color = Color(229,184,11)
|
||||
ITEM.uniqueID = "gold_ore";
|
||||
ITEM.description = "A chunk of a metalic ore that needs to be refined before anything useful can be made with it.";
|
||||
ITEM.category = "misc"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.colorAppendix = {["blue"] = "It could only be refined in a proper factory with the right equipment."}
|
||||
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| 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 = "Iron Ore"
|
||||
ITEM.model = "models/props_junk/rock001a.mdl"
|
||||
ITEM.skin = 0
|
||||
ITEM.color = Color(155,47,28)
|
||||
ITEM.uniqueID = "iron_ore";
|
||||
ITEM.description = "A chunk of a metalic ore that needs to be refined before anything useful can be made with it.";
|
||||
ITEM.category = "misc"
|
||||
ITEM.width = 2
|
||||
ITEM.height = 2
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
ITEM.colorAppendix = {["blue"] = "It could only be refined in a proper factory with the right equipment."}
|
||||
Reference in New Issue
Block a user