mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
anchored = TRUE
|
||||
container_type = DRAINABLE | AMOUNT_VISIBLE
|
||||
pressure_resistance = 2 * ONE_ATMOSPHERE
|
||||
max_integrity = 300
|
||||
var/open = FALSE
|
||||
var/speed_multiplier = 1 //How fast it distills. Defaults to 100% (1.0). Lower is better.
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
var/wine_flavor //If NULL, this is automatically set to the fruit's flavor. Determines the flavor of the wine if distill_reagent is NULL.
|
||||
var/wine_power = 0.1 //Determines the boozepwr of the wine if distill_reagent is NULL. Uses 0.1 - 1.2 not tg's boozepower (divide by 100) else you'll end up with 1000% proof alcohol!
|
||||
dried_type = -1 // Saves us from having to define each stupid grown's dried_type as itself. If you don't want a plant to be driable (watermelons) set this to null in the time definition.
|
||||
resistance_flags = FLAMMABLE
|
||||
origin_tech = "biotech=1"
|
||||
|
||||
/obj/item/food/grown/Initialize(mapload, obj/new_seed = null)
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
reagents_add = list("space_drugs" = 0.15, "bicaridine" = 0.1, "kelotane" = 0.1, "vitamin" = 0.04, "plantmatter" = 0.05, "toxin" = 0.1)
|
||||
|
||||
/obj/item/food/grown/ambrosia/vulgaris
|
||||
seed = /obj/item/seeds/ambrosia
|
||||
name = "ambrosia vulgaris branch"
|
||||
desc = "This is a plant containing various healing chemicals."
|
||||
origin_tech = "biotech=2"
|
||||
|
||||
@@ -50,9 +50,7 @@
|
||||
icon_state = "banana_peel"
|
||||
item_state = "banana_peel"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 0
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/grown/bananapeel/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
/obj/item/food/grown/berries/glow
|
||||
seed = /obj/item/seeds/berry/glow
|
||||
name = "bunch of glow-berries"
|
||||
desc = "Nutritious!"
|
||||
icon_state = "glowberrypile"
|
||||
filling_color = "#7CFC00"
|
||||
origin_tech = "plasmatech=6"
|
||||
|
||||
@@ -25,10 +25,7 @@
|
||||
reagents_add = list("vitamin" = 0.04, "plantmatter" = 0.05)
|
||||
|
||||
/obj/item/food/grown/citrus/lime
|
||||
seed = /obj/item/seeds/lime
|
||||
name = "lime"
|
||||
desc = "It's so sour, your face will twist."
|
||||
icon_state = "lime"
|
||||
filling_color = "#00FF00"
|
||||
tastes = list("lime" = 1)
|
||||
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
mutatelist = null
|
||||
reagents_add = list("enzyme"= 0.1, "nutriment" = 0.1, "bungojuice" = 0.1)
|
||||
growthstages = 4
|
||||
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
||||
icon_grow = "bungotree-grow"
|
||||
icon_dead = "bungotree-dead"
|
||||
|
||||
@@ -82,5 +81,4 @@
|
||||
name = "bungo pit"
|
||||
icon_state = "bungopit"
|
||||
desc = "A large seed from a bungo fruit."
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
tastes = list("acrid bitterness" = 1)
|
||||
|
||||
@@ -34,9 +34,7 @@
|
||||
icon_state = "corncob"
|
||||
item_state = "corncob"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 0
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/grown/corncob/attackby__legacy__attackchain(obj/item/grown/W, mob/user, params)
|
||||
if(W.sharp)
|
||||
@@ -65,9 +63,7 @@
|
||||
icon_state = "snapcorn"
|
||||
item_state = "corncob"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 0
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
var/snap_pops = 1
|
||||
|
||||
/obj/item/grown/snapcorn/add_juice()
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
yield = 2
|
||||
potency = 50
|
||||
growthstages = 3
|
||||
growing_icon = 'icons/obj/hydroponics/growing.dmi'
|
||||
icon_dead = "cotton-dead"
|
||||
mutatelist = list(/obj/item/seeds/cotton/durathread)
|
||||
|
||||
@@ -22,10 +21,7 @@
|
||||
name = "cotton bundle"
|
||||
desc = "A fluffy bundle of cotton."
|
||||
icon_state = "cotton"
|
||||
force = 0
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_speed = 2
|
||||
throw_range = 3
|
||||
attack_verb = list("pomfed")
|
||||
var/cotton_type = /obj/item/stack/sheet/cotton
|
||||
@@ -56,14 +52,7 @@
|
||||
product = /obj/item/grown/cotton/durathread
|
||||
lifespan = 80
|
||||
endurance = 50
|
||||
maturation = 15
|
||||
production = 1
|
||||
yield = 2
|
||||
potency = 50
|
||||
growthstages = 3
|
||||
mutatelist = list()
|
||||
growing_icon = 'icons/obj/hydroponics/growing.dmi'
|
||||
icon_dead = "cotton-dead"
|
||||
|
||||
/obj/item/grown/cotton/durathread
|
||||
seed = /obj/item/seeds/cotton/durathread
|
||||
@@ -73,8 +62,6 @@
|
||||
force = 5
|
||||
throwforce = 5
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
throw_speed = 2
|
||||
throw_range = 3
|
||||
attack_verb = list("bashed", "battered", "bludgeoned", "whacked")
|
||||
cotton_type = /obj/item/stack/sheet/cotton/durathread
|
||||
cotton_name = "raw durathread"
|
||||
|
||||
@@ -62,14 +62,11 @@
|
||||
product = /obj/item/food/grown/trumpet
|
||||
lifespan = 80
|
||||
production = 5
|
||||
endurance = 10
|
||||
maturation = 12
|
||||
yield = 4
|
||||
potency = 20
|
||||
growthstages = 4
|
||||
weed_rate = 2
|
||||
weed_chance = 10
|
||||
growing_icon = 'icons/obj/hydroponics/growing_flowers.dmi'
|
||||
icon_grow = "spacemanstrumpet-grow"
|
||||
icon_dead = "spacemanstrumpet-dead"
|
||||
mutatelist = null
|
||||
@@ -160,9 +157,7 @@
|
||||
desc = "It's beautiful! A certain person might beat you to death if you trample these."
|
||||
icon_state = "sunflower"
|
||||
damtype = "fire"
|
||||
force = 0
|
||||
slot_flags = ITEM_SLOT_HEAD
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_speed = 1
|
||||
throw_range = 3
|
||||
@@ -179,7 +174,6 @@
|
||||
species = "moonflower"
|
||||
plantname = "Moonflowers"
|
||||
icon_grow = "moonflower-grow"
|
||||
icon_dead = "sunflower-dead"
|
||||
product = /obj/item/food/grown/moonflower
|
||||
mutatelist = list()
|
||||
reagents_add = list("moonshine" = 0.2, "vitamin" = 0.02, "plantmatter" = 0.02)
|
||||
@@ -204,7 +198,6 @@
|
||||
species = "novaflower"
|
||||
plantname = "Novaflowers"
|
||||
icon_grow = "novaflower-grow"
|
||||
icon_dead = "sunflower-dead"
|
||||
product = /obj/item/grown/novaflower
|
||||
mutatelist = list()
|
||||
reagents_add = list("condensedcapsaicin" = 0.25, "capsaicin" = 0.3, "plantmatter" = 0)
|
||||
@@ -216,9 +209,7 @@
|
||||
desc = "These beautiful flowers have a crisp smokey scent, like a summer bonfire."
|
||||
icon_state = "novaflower"
|
||||
damtype = "fire"
|
||||
force = 0
|
||||
slot_flags = ITEM_SLOT_HEAD
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throw_speed = 1
|
||||
throw_range = 3
|
||||
|
||||
@@ -19,4 +19,3 @@
|
||||
filling_color = "#C0C9A0"
|
||||
bitesize_mod = 2
|
||||
tastes = list("garlic" = 1)
|
||||
wine_power = 0.1
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
maturation = 5
|
||||
production = 1
|
||||
yield = 2
|
||||
potency = 10
|
||||
growthstages = 3
|
||||
growing_icon = 'icons/obj/hydroponics/growing_flowers.dmi'
|
||||
genes = list(/datum/plant_gene/trait/plant_type/weed_hardy)
|
||||
@@ -125,7 +124,6 @@
|
||||
yield = 5
|
||||
potency = 50
|
||||
growthstages = 3
|
||||
growing_icon = 'icons/obj/hydroponics/growing.dmi'
|
||||
icon_dead = "bamboo-dead"
|
||||
genes = list(/datum/plant_gene/trait/repeated_harvest)
|
||||
mutatelist = null
|
||||
|
||||
@@ -159,7 +159,6 @@
|
||||
endurance = 30
|
||||
maturation = 5
|
||||
yield = 1
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
mutatelist = list()
|
||||
reagents_add = list("vitamin" = 0.05, "nutriment" = 0.15)
|
||||
rarity = 30
|
||||
@@ -225,9 +224,7 @@
|
||||
product = /obj/item/food/grown/mushroom/glowshroom
|
||||
lifespan = 100 //ten times that is the delay
|
||||
endurance = 30
|
||||
maturation = 6
|
||||
production = 1
|
||||
yield = 3 //-> spread
|
||||
potency = 30 //-> brightness
|
||||
growthstages = 4
|
||||
rarity = 20
|
||||
@@ -291,7 +288,6 @@
|
||||
name = "glowcap cluster"
|
||||
desc = "<I>Mycena Ruthenia</I>: This species of mushroom glows in the dark, but isn't actually bioluminescent. They're warm to the touch..."
|
||||
icon_state = "glowcap"
|
||||
filling_color = "#00FA9A"
|
||||
effect_path = /obj/structure/glowshroom/glowcap
|
||||
origin_tech = "biotech=4;powerstorage=6;plasmatech=4"
|
||||
light_color = "#8E0300"
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
force = 15
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
throwforce = 5
|
||||
w_class = WEIGHT_CLASS_NORMAL // Two nettle/deathnettle fit in a pneumatic cannon. They fit in plant bags.
|
||||
throw_speed = 1
|
||||
throw_range = 3
|
||||
origin_tech = "combat=3"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
lifespan = 150
|
||||
endurance = 35
|
||||
yield = 5
|
||||
growthstages = 6
|
||||
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
||||
genes = list(/datum/plant_gene/trait/repeated_harvest)
|
||||
mutatelist = list()
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
name = "potato wedges"
|
||||
desc = "Slices of neatly cut potato."
|
||||
icon_state = "potato_wedges"
|
||||
filling_color = "#E9967A"
|
||||
tastes = list("potato" = 1)
|
||||
bitesize = 100
|
||||
distill_reagent = "sbiten"
|
||||
|
||||
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
desc = "The pumpkin's toxic sibling."
|
||||
icon_state = "blumpkin"
|
||||
filling_color = "#87CEFA"
|
||||
bitesize_mod = 2
|
||||
tastes = list("blumpkin" = 1)
|
||||
wine_power = 0.5
|
||||
carved_type = /obj/item/clothing/head/hardhat/pumpkinhead/blumpkin
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
name = "carrot wedges"
|
||||
desc = "Slices of neatly cut carrot."
|
||||
icon_state = "carrot_wedges"
|
||||
filling_color = "#FFA500"
|
||||
bitesize_mod = 2
|
||||
|
||||
/obj/item/food/grown/carrot/attackby__legacy__attackchain(obj/item/I, mob/user, params)
|
||||
if(I.sharp)
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
species = "bluespacetomato"
|
||||
plantname = "Bluespace Tomato Plants"
|
||||
product = /obj/item/food/grown/tomato/blue/bluespace
|
||||
yield = 2
|
||||
mutatelist = list()
|
||||
genes = list(/datum/plant_gene/trait/squash, /datum/plant_gene/trait/slip, /datum/plant_gene/trait/teleport, /datum/plant_gene/trait/repeated_harvest)
|
||||
reagents_add = list("lube" = 0.2, "singulo" = 0.2, "vitamin" = 0.04, "plantmatter" = 0.1)
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
icon_state = "logs"
|
||||
force = 5
|
||||
throwforce = 5
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
throw_speed = 2
|
||||
throw_range = 3
|
||||
origin_tech = "materials=1"
|
||||
attack_verb = list("bashed", "battered", "bludgeoned", "whacked")
|
||||
@@ -130,7 +128,6 @@
|
||||
var/heat_factor = 1000 // How much does this heat up the air?
|
||||
var/light_strength = 6
|
||||
light_color = "#ED9200"
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
new_attack_chain = TRUE
|
||||
|
||||
@@ -229,8 +226,6 @@
|
||||
desc = "For grilling, broiling, charring, smoking, heating, roasting, toasting, simmering, searing, melting, and occasionally burning things."
|
||||
icon = 'icons/obj/hydroponics/equipment.dmi'
|
||||
icon_state = "bonfire"
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
buckle_lying = FALSE
|
||||
|
||||
/obj/structure/lightable/bonfire/dense
|
||||
@@ -289,7 +284,6 @@
|
||||
..()
|
||||
|
||||
/obj/structure/lightable/torch/lava_bridge
|
||||
anchored = TRUE
|
||||
|
||||
/obj/structure/lightable/torch/lava_bridge/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -41,11 +41,6 @@
|
||||
item_state = "plantbgone"
|
||||
belt_icon = null
|
||||
volume = 100
|
||||
container_type = OPENCONTAINER
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 10
|
||||
list_reagents = list("atrazine" = 100)
|
||||
|
||||
@@ -62,11 +57,6 @@
|
||||
item_state = "plantbgone"
|
||||
belt_icon = null
|
||||
volume = 100
|
||||
container_type = OPENCONTAINER
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 10
|
||||
list_reagents = list("pestkiller" = 100)
|
||||
|
||||
@@ -144,7 +134,6 @@
|
||||
icon_state = "scythe0"
|
||||
force = 13
|
||||
throwforce = 5
|
||||
throw_speed = 2
|
||||
throw_range = 3
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
flags = CONDUCT
|
||||
@@ -248,13 +237,9 @@
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient
|
||||
name = "jug of nutrient"
|
||||
desc = "A decent sized plastic jug."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug"
|
||||
item_state = "plastic_jug"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(1,2,5,10,20,40,80)
|
||||
container_type = OPENCONTAINER
|
||||
volume = 80
|
||||
hitsound = 'sound/weapons/jug_empty_impact.ogg'
|
||||
mob_throw_hit_sound = 'sound/weapons/jug_empty_impact.ogg'
|
||||
@@ -307,7 +292,6 @@
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/ez
|
||||
name = "jug of E-Z-Nutrient"
|
||||
desc = "Contains a basic fertilizer with no special traits."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_ez"
|
||||
list_reagents = list("eznutrient" = 80)
|
||||
|
||||
@@ -320,25 +304,19 @@
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/l4z
|
||||
name = "jug of Left 4 Zed"
|
||||
desc = "Contains a fertilizer that limits plant yields to no more than one and causes significant mutations in plants."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_l4z"
|
||||
list_reagents = list("left4zednutrient" = 80)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/rh
|
||||
name = "jug of Robust Harvest"
|
||||
desc = "Contains a fertilizer that increases the yield of a plant by 30% while causing no mutations."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_rh"
|
||||
list_reagents = list("robustharvestnutrient" = 80)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/empty
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug"
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/killer
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_k"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/killer/Initialize(mapload)
|
||||
. = ..()
|
||||
@@ -347,13 +325,11 @@
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/killer/weedkiller
|
||||
name = "jug of weed killer"
|
||||
desc = "Contains a herbicide."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_wk"
|
||||
list_reagents = list("atrazine" = 80)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/nutrient/killer/pestkiller
|
||||
name = "jug of pest spray"
|
||||
desc = "Contains a pesticide."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "plastic_jug_pk"
|
||||
list_reagents = list("pestkiller" = 80)
|
||||
|
||||
@@ -93,8 +93,6 @@
|
||||
create_reagents(300) // This should get cleared every time it is filled, barring admemery
|
||||
|
||||
/obj/machinery/hydroponics/constructable
|
||||
name = "hydroponics tray"
|
||||
icon = 'icons/obj/hydroponics/equipment.dmi'
|
||||
icon_state = "hydrotray3"
|
||||
|
||||
/obj/machinery/hydroponics/constructable/Initialize(mapload)
|
||||
@@ -1027,7 +1025,6 @@
|
||||
/// Not actually hydroponics at all! Honk!
|
||||
/obj/machinery/hydroponics/soil
|
||||
name = "soil"
|
||||
icon = 'icons/obj/hydroponics/equipment.dmi'
|
||||
icon_state = "soil"
|
||||
density = FALSE
|
||||
power_state = NO_POWER_USE
|
||||
|
||||
Reference in New Issue
Block a user