This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent 9f505a0646
commit c6d9b6f580
8044 changed files with 1853472 additions and 21 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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