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,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 = "Apple Seeds"
|
||||
ITEM.description = "A tiny box with some apple seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/apple_tree.mdl"
|
||||
ITEM.GrowTime = {14000, 14400}
|
||||
ITEM.baseHarvest = {2, 3}
|
||||
ITEM.Harvest = "fruit_apple"
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Banana Seeds"
|
||||
ITEM.description = "A box with some banana seeds inside."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/apple_tree.mdl"
|
||||
ITEM.GrowTime = {14000, 14400}
|
||||
ITEM.baseHarvest = {3, 6}
|
||||
ITEM.Harvest = "fruit_banana"
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
--[[
|
||||
| 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 = "Berries Seeds"
|
||||
ITEM.description = "A tiny box with some berries seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/props_foliage/bush2.mdl"
|
||||
ITEM.GrowTime = {14280, 14628}
|
||||
ITEM.baseHarvest = {3, 6}
|
||||
ITEM.Harvest = "fruit_berries"
|
||||
|
||||
@@ -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 = "Orange seeds"
|
||||
ITEM.description = "Some orange orange seeds, inside of a box."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/apple_tree.mdl"
|
||||
ITEM.GrowTime = {14568, 14975}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "fruit_orange"
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Pear Seeds"
|
||||
ITEM.description = "A tiny box with some pear seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/apple_tree.mdl"
|
||||
ITEM.GrowTime = {14833, 15277}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "fruit_pear"
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Pineapple Seeds"
|
||||
ITEM.description = "A tiny box with some pineapple seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/apple_tree.mdl"
|
||||
ITEM.GrowTime = {15118, 15591}
|
||||
ITEM.baseHarvest = {4, 5}
|
||||
ITEM.Harvest = "fruit_pineapple"
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| 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 = "Potato Seeds"
|
||||
ITEM.description = "A tiny box with some potato seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/potato_plant.mdl"
|
||||
ITEM.GrowTime = {15413, 15915}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "veg_potato"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Tomato Seeds"
|
||||
ITEM.description = "A box with some tomato seeds inside. They're not red."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/corn_plant.mdl"
|
||||
ITEM.GrowTime = {15718, 16250}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "veg_tomato"
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Watermelon Seeds"
|
||||
ITEM.description = "A tiny box with some watermelon seeds inside of it."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/noble/limelight/broccoli_plant.mdl"
|
||||
ITEM.GrowTime = {18034, 19996}
|
||||
ITEM.baseHarvest = {2, 3}
|
||||
ITEM.Harvest = "fruit_watermelon"
|
||||
|
||||
|
||||
|
||||
@@ -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 = "Xen Berries Seeds"
|
||||
ITEM.description = "A fluroescent box with some weird seeds inside..."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/jq/hlvr/props/xenpack/xen_vort_plant.mdl"
|
||||
ITEM.GrowTime = {14280, 14628}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "ing_xenberries"
|
||||
ITEM.vortOnly = true
|
||||
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| 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 = "Xen Herbs Seeds"
|
||||
ITEM.description = "A fluroescent box with some weird seeds inside..."
|
||||
ITEM.model = "models/props_lab/box01a.mdl"
|
||||
ITEM.category = "Farming"
|
||||
ITEM.PlantModel = "models/jq/hlvr/props/xenpack/xen_blob_corner_small_blob001_stack.mdl"
|
||||
ITEM.GrowTime = {14280, 14628}
|
||||
ITEM.baseHarvest = {4, 6}
|
||||
ITEM.Harvest = "ing_xen_herb"
|
||||
ITEM.vortOnly = true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user