mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +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 = "357 Rounds"
|
||||
ITEM.model = "models/items/arccw/magnum_ammo.mdl"
|
||||
ITEM.description = "A stack of loose revolver rounds in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 18 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
@@ -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 = "Assault Rifle Bullets"
|
||||
ITEM.model = "models/items/arccw/rifle_ammo.mdl"
|
||||
ITEM.description = "A stack of loose assault rifle bullets in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 120 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
@@ -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 = "Buckshot Shotgun Shells"
|
||||
ITEM.model = "models/items/arccw/shotgun_ammo.mdl"
|
||||
ITEM.description = "A stack of loose shotgun shells in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 24 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
@@ -0,0 +1,21 @@
|
||||
--[[
|
||||
| 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 = "Heavy Pulse Rounds"
|
||||
ITEM.model = "models/Items/battery.mdl"
|
||||
ITEM.description = "A stack of loose heavy pulse rounds in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 24 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
|
||||
ITEM.outlineColor = Color(255, 78, 69, 100)
|
||||
@@ -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 = "9mm Pistol Bullets"
|
||||
ITEM.model = "models/items/arccw/pistol_ammo.mdl"
|
||||
ITEM.description = "A stack of loose 9mm bullets in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 120 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
@@ -0,0 +1,21 @@
|
||||
--[[
|
||||
| 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 = "Pulse Rifle Bullets"
|
||||
ITEM.model = "models/Items/battery.mdl"
|
||||
ITEM.description = "A stack of loose pulse rifle bullets in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 60 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
|
||||
ITEM.outlineColor = Color(255, 204, 0, 100)
|
||||
@@ -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 = "Sub-machinegun Bullets"
|
||||
ITEM.model = "models/items/arccw/smg_ammo.mdl"
|
||||
ITEM.description = "A stack of loose smg bullets in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 120 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
@@ -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 = "Sniper Rifle Bullets"
|
||||
ITEM.model = "models/items/sniper_round_box.mdl"
|
||||
ITEM.description = "A stack of loose sniper rifle bullets in a cardboard box."
|
||||
ITEM.category = "Ammunition (New)"
|
||||
|
||||
ITEM.colorAppendix = {["blue"] = "You need to pack these bullets into a magazine to use them. Drag them onto a magazine to load them."}
|
||||
|
||||
ITEM.maxStackSize = 15 -- amount of the ammo
|
||||
ITEM.bInstanceMaxstack = true
|
||||
Reference in New Issue
Block a user