mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -698,7 +698,6 @@
|
||||
/obj/item/grenade/chem_grenade = 2
|
||||
)
|
||||
parts = list(/obj/item/stock_parts/matter_bin = 1, /obj/item/grenade/chem_grenade = 2)
|
||||
time = 30
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
alert_admins_on_craft = TRUE
|
||||
@@ -731,7 +730,6 @@
|
||||
/datum/crafting_recipe/bonearmor
|
||||
name = "Bone Armor"
|
||||
result = list(/obj/item/clothing/suit/armor/bone)
|
||||
time = 30
|
||||
reqs = list(/obj/item/stack/sheet/bone = 6)
|
||||
category = CAT_PRIMAL
|
||||
|
||||
@@ -762,7 +760,6 @@
|
||||
/datum/crafting_recipe/skullhelm
|
||||
name = "Skull Helmet"
|
||||
result = list(/obj/item/clothing/head/helmet/skull)
|
||||
time = 30
|
||||
reqs = list(/obj/item/stack/sheet/bone = 4)
|
||||
category = CAT_PRIMAL
|
||||
|
||||
@@ -809,7 +806,6 @@
|
||||
/datum/crafting_recipe/bonespear
|
||||
name = "Bone Spear"
|
||||
result = list(/obj/item/spear/bonespear)
|
||||
time = 30
|
||||
reqs = list(/obj/item/stack/sheet/bone = 4,
|
||||
/obj/item/stack/sheet/sinew = 1)
|
||||
category = CAT_PRIMAL
|
||||
@@ -849,14 +845,12 @@
|
||||
/// Category resorting incoming
|
||||
/datum/crafting_recipe/rake
|
||||
name = "Rake"
|
||||
time = 30
|
||||
reqs = list(/obj/item/stack/sheet/wood = 5)
|
||||
result = list(/obj/item/cultivator/rake)
|
||||
category = CAT_PRIMAL
|
||||
|
||||
/datum/crafting_recipe/woodbucket
|
||||
name = "Wooden Bucket"
|
||||
time = 30
|
||||
reqs = list(/obj/item/stack/sheet/wood = 3)
|
||||
result = list(/obj/item/reagent_containers/glass/bucket/wooden)
|
||||
category = CAT_PRIMAL
|
||||
@@ -874,7 +868,6 @@
|
||||
/datum/crafting_recipe/ghettojetpack
|
||||
name = "Improvised Jetpack"
|
||||
result = list(/obj/item/tank/jetpack/improvised)
|
||||
time = 30
|
||||
reqs = list(/obj/item/tank/internals/oxygen = 2, /obj/item/extinguisher = 1, /obj/item/pipe = 3, /obj/item/stack/cable_coil = MAXCOIL)
|
||||
category = CAT_MISC
|
||||
tools = list(TOOL_WRENCH, TOOL_WELDER, TOOL_WIRECUTTER)
|
||||
@@ -949,24 +942,18 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/singleeye)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen, /obj/item/toy/crayon/blue)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_DECORATION
|
||||
|
||||
/datum/crafting_recipe/paper_craft/googlyeyes
|
||||
name = "Paper Googly Eye"
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/googlyeyes)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_DECORATION
|
||||
|
||||
/datum/crafting_recipe/paper_craft/clock
|
||||
name = "Paper Clock"
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/paperclock)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_DECORATION
|
||||
|
||||
/datum/crafting_recipe/paper_craft/jack_o_lantern
|
||||
name = "Paper Jack o'Lantern"
|
||||
@@ -975,7 +962,6 @@
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/orange,
|
||||
/obj/item/toy/crayon/green)//pen ink is black
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/ghost
|
||||
@@ -983,7 +969,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/ghost)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)//it's white paper why need a white crayon?
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/spider
|
||||
@@ -992,7 +977,6 @@
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/spiderweb
|
||||
@@ -1000,7 +984,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/spiderweb)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list()
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/skull
|
||||
@@ -1008,7 +991,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/skull)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/skeleton
|
||||
@@ -1016,7 +998,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/skeleton)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/cauldron
|
||||
@@ -1024,7 +1005,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/cauldron)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/snowman
|
||||
@@ -1033,7 +1013,6 @@
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/orange)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/christmas_stocking
|
||||
@@ -1041,7 +1020,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/christmas_stocking)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/christmas_tree
|
||||
@@ -1052,7 +1030,6 @@
|
||||
/obj/item/toy/crayon/yellow,
|
||||
/obj/item/toy/crayon/blue,
|
||||
/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/snowflake
|
||||
@@ -1060,7 +1037,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/snowflake)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list()
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/candy_cane
|
||||
@@ -1068,7 +1044,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/candy_cane)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/mistletoe
|
||||
@@ -1077,7 +1052,6 @@
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red,
|
||||
/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/holly
|
||||
@@ -1086,107 +1060,88 @@
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red,
|
||||
/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_white
|
||||
name = "Paper Tinsel White"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list()
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_red
|
||||
name = "Red Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/red)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_blue
|
||||
name = "Blue Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/blue)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/blue)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_yellow
|
||||
name = "Yellow Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/yellow)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/yellow)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_purple
|
||||
name = "Purple Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/purple)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/purple)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_green
|
||||
name = "Green Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/green)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_orange
|
||||
name = "Orange Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/orange)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/orange)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_black
|
||||
name = "Black Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/black)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/tinsel_halloween
|
||||
name = "Halloween style Paper Tinsel"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween)
|
||||
reqs = list(/obj/item/paper = 1,
|
||||
/obj/item/stack/tape_roll = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/orange)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/arrowed_heart
|
||||
@@ -1194,7 +1149,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/arrowed_heart)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/heart_chain
|
||||
@@ -1205,7 +1159,6 @@
|
||||
/obj/item/stack/cable_coil = 2)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/four_leaf_clover
|
||||
@@ -1213,7 +1166,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/four_leaf_clover)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/pot_of_gold
|
||||
@@ -1227,18 +1179,15 @@
|
||||
/obj/item/toy/crayon/green,
|
||||
/obj/item/toy/crayon/blue,
|
||||
/obj/item/toy/crayon/purple)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/leprechaun_hat
|
||||
name = "Paper Leprechaun Hat"
|
||||
time = 10
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/leprechaun_hat)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/yellow,
|
||||
/obj/item/toy/crayon/green)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_bunny
|
||||
@@ -1248,7 +1197,6 @@
|
||||
pathtools = list(/obj/item/pen,
|
||||
/obj/item/toy/crayon/blue,
|
||||
/obj/item/toy/crayon/purple)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_egg_blue
|
||||
@@ -1256,7 +1204,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/easter_egg)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/blue)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_egg_yellow
|
||||
@@ -1264,7 +1211,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/easter_egg/yellow)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/yellow)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_egg_red
|
||||
@@ -1272,7 +1218,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/easter_egg/red)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/red)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_egg_purple
|
||||
@@ -1280,7 +1225,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/easter_egg/purple)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/purple)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/paper_craft/easter_egg_orange
|
||||
@@ -1288,7 +1232,6 @@
|
||||
result = list(/obj/item/decorations/sticky_decorations/flammable/easter_egg/orange)
|
||||
tools = list(TOOL_WIRECUTTER)
|
||||
pathtools = list(/obj/item/toy/crayon/orange)
|
||||
category = CAT_DECORATIONS
|
||||
subcategory = CAT_HOLIDAY
|
||||
|
||||
/datum/crafting_recipe/metal_angel_statue
|
||||
@@ -1382,7 +1325,6 @@
|
||||
|
||||
/datum/crafting_recipe/gauze
|
||||
name = "Treated gauze"
|
||||
time = 3 SECONDS
|
||||
result = list(/obj/item/stack/medical/bruise_pack)
|
||||
reqs = list(/obj/item/stack/medical/bruise_pack/improvised = 6,
|
||||
/datum/reagent/medicine/heal_on_apply/styptic_powder = 30,
|
||||
@@ -1391,7 +1333,6 @@
|
||||
|
||||
/datum/crafting_recipe/ointment
|
||||
name = "Ointment"
|
||||
time = 3 SECONDS
|
||||
result = list(/obj/item/stack/medical/ointment)
|
||||
reqs = list(/obj/item/stack/sheet/plastic = 2,
|
||||
/datum/reagent/water = 10,
|
||||
|
||||
Reference in New Issue
Block a user