Advertisement
gorea

Mats

Oct 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.03 KB | None | 0 0
  1. local Mats = {
  2.     --machines
  3.          sawhorse =           {                 categ = 2, index = 1,  materials = {Firelog = 6, Log = 1},              craftTime = 20, title = "Sawhorse", --[[icon = Decals.sawhorse,]] Details = "- Help you to cut logs into pilars.", outputRecipe = {{{"Log"},{"Plus"},{"Axe"},{"RArrow"},{"Pillar"}}, {{"Pillar"},{"Plus"},{"Axe"},{"RArrow"},{"Plank", 3}}} }
  4.         ,logscrate =          {                 categ = 2, index = 2,  materials = {Log = 2, Pillar = 1, Nails = 3},    craftTime = 25, title = "Logs Crate",--[[ icon= Decals.logscrate,]]  Details = "- Keeps materials organized.\n- Saves content after you disconnect"}
  5.         ,saw_wood =           {req = {"sawhorse"},recipeCost = 25, categ = 2, index = 3,  materials = {Pillar = 4, Nails = 5},          craftTime = 40, title = "Electric Saw", --[[icon= Decals.saw_wood,]] Details = "- Automatically cuts logs into pilars or pillar into planks.\n[warn]sometimes gets clogged if overloaded", outputRecipe = {{{"Log"},{"RArrow"},{"Pillar"}}, {{"Pillar"},{"RArrow"},{"Plank", 3}}} }    
  6.         ,carpenter =          {recipeCost = 50, categ = 2, index = 4,  materials = {Plank = 6, Pillar = 4, Nails = 5}, craftTime = 80, title = "Carpenter", icon= "rbxassetid://2933365741", Details = "- Can auto-craft stuff for you.\nList of output recipes:",
  7.              craft = {"WoodFrame", "bed_single", "table_wood","bench_wood", "pianosmall" }, outputRecipe = {{{"WoodFrame"},{"bed_single"},{"Table"},{"Bench"},{"pianosmall"} }} }
  8.         ,storagerack =        {req = {"logscrate"},recipeCost = 25, categ = 2, index = 5,  materials = {Log = 2, Pillar = 2, Plank = 6, Nails = 8}, craftTime = 60, title = "Storage Rack", icon = "rbxassetid://2933354476", Details = "- Can hold huge amounts of basic materials, but only one type."}
  9.         ,storagebarrel =      {req = {"storagerack"},recipeCost = 50, categ = 2, index = 6,  materials = {Plank = 6, Nails = 3, WoodFrame = 1}, craftTime = 60, title = "Storage Barrel", --[[icon = Decals.storagebarrel ,]] Details = "- Can hold 25 of any type of materials, even finished goods."}
  10.         ,bigstoragebarrel =   {req = {"storagebarrel"},recipeCost = 200,categ = 2, index = 7,  materials = {Plank = 8, Nails = 6, WoodFrame = 1, IronFrame = 1}, craftTime = 120, title = "Big Storage Barrel", --[[icon = Decals.storagebarrel ,]] Details = "- Can hold 100 of any type of materials, even finished goods."}
  11.         ,gardenraisedbed =    {req = {"logsSplitter"},recipeCost = 500,categ = 2, index = 8,  materials = {WoodFrame = 4, Pillar = 8, Nails = 4}, craftTime = 30 ,--[[icon = Decals.gardenraisedbed ,]] Details = "- Can plant seeds to grow plants\n(fertilizer coming soon, WIP)", title = "Garden Raised-bed"}
  12.         ,gardenharvester =    {req = {"gardenraisedbed"},recipeCost =1000,categ = 2, index = 9,  materials = {Motor = 1, Pillar = 4, Nails = 10},                        craftTime = 200, title = "Garden Auto-Harvester", --[[icon = Decals.gardenharvester,]] Details = "- Harvests plants grown in the Raised-Beds \n - Yellow light means you have materials dropped on floor and you need to store them in storages"}
  13.         ,oven =               {req = {"carpenter"},recipeCost =100, categ = 2, index = 10, materials = {Clay = 5, Pillar = 2, Nails = 5},                craftTime = 80 , title = "Oven",                  icon = "rbxassetid://3163858552",     Details = "- Can auto-smelt stuff for you.\nList of output recipes:", outputRecipe = {{{"Glass"},{"Bricks"}}} }
  14.         ,smelter =            {req = {"oven"},recipeCost =500, categ = 2, index = 11, materials = {Bricks = 20, Pillar = 2, Nails = 5},                  craftTime = 80 , title = "Smelter",               icon = "rbxassetid://3163858627",     Details = "- Can smelt sand, clay and ores \nto make glass, bricks and ingots .\nList of output recipes:", outputRecipe = {{{"IronIngot"},{"BronzeIngot"},{"CopperIngot"},{"Bricks"},{"Glass"}}} }
  15.         ,blacksmith =         {req = {"smelter"},recipeCost =1000,categ = 2, index = 12, materials = {Bricks = 10, Pillar = 4, Nails = 5, IronIngot = 2}, craftTime = 80 , title = "Blacksmith",               icon = "rbxassetid://3163858489",     Details = "- Can auto-craft stuff for you.\nList of output recipes:", outputRecipe = {{{"Nails"},{"Coil"},{"Gear"},{"IronFrame"},{"Motor"}, {"IronBeam"} , {"DrillHead", 100}}} }
  16.         ,trashcan =           {req = {"storagebarrel"},recipeCost = 150,categ = 2, index = 13,  materials = {Plank = 4, Nails = 2, WoodFrame = 1}, craftTime = 120, title = "Trash Can", --[[icon = Decals.trashcan ,]] Details = "- Items placed inside will get destroyed\n you can salvage back the last item"}
  17.         ,logsSplitter       = {req = {"saw_wood"},recipeCost =500, categ = 2, index = 15,  materials = {Pillar = 2, IronFrame = 2, Motor = 2}, craftTime = 40, title = "Log-Splitter", Details = "- Automatically cuts and splits logs into Firelogs.\n Work time: 7 seconds", outputRecipe = {{{"Log"},{"RArrow"},{"Firelog"}}} }     
  18.         ,miningdrill        = {req = {"blacksmith"},recipeCost =5000, categ = 2, index = 16,  materials = {IronFrame = 1, IronBeam = 2, Motor = 2, Bricks = 50,}, craftTime = 100, title = "MiningDrill", Details = "- Automatically extracts minerals from ground\n[Attention] Needs DrillHeads to operate (see blacksmith recipes)", outputRecipe = {{{"Stone"},{"Sand"},{"IronOre"},{"CopperOre"},{"TinOre"}}} }
  19.         ,advancedsaw        = {req = {"saw_wood"},recipeCost =500, categ = 2, index = 14,  materials = {saw_wood = 1, IronFrame = 1, Motor = 1}, craftTime = 40, title = "Advanced Saw", Details = "- Like the electrical saw but you can chose the recipe.\n - has a small internal storage ", outputRecipe = {{{"Pillar"},{"Plank",3},{"Plank",7}}} }    
  20.        
  21.        
  22.         --Buildings
  23.         ,woodfencetall =      {req = {"woodfence"},  recipeCost = 35 , categ = 3, index = 56, materials = {Plank = 6, Nails = 3},           craftTime = 15, title = "Fence Tall",       icon = "rbxassetid://2098048175",       Details = "- Keeps cats away."}--{Plank = 8}
  24.         ,woodfence =          {req = {"woodfencelow"}, recipeCost = 25 , categ = 3, index = 57, materials = {Plank = 3 , Nails = 2},            craftTime = 15, title = "Fence",            icon = "rbxassetid://2098061449",       Details = "- Keeps chickens inside."}-- {Plank = 6}
  25.         ,woodfencelow =       {req = {"wall_logs"},  recipeCost = 15 , categ = 3, index = 58, materials = {Plank = 2, Nails = 1},           craftTime = 15, title = "Fence Low",        icon = "rbxassetid://2098070654",       Details = "- Keeps frogs away."} --{Plank = 4}
  26.         ,wall_logs =          {recipeCost = 10 , categ = 3, index = 59, materials = {Log = 4, Nails = 2},               craftTime = 15, title = "Wall Logs",        icon = "rbxassetid://2098093703",       Details = "- Keeps bad things outside"}
  27.         ,half_wall_logs =     {req = {"wall_logs"},recipeCost = 10 , categ = 3, index = 60, materials = {Log = 2, Nails = 2},               craftTime = 15, title = "Half Wall Logs",   --[[icon = Decals.half_wall_logs ,]]    Details = "- Just half a wall... what description did you expect?"}
  28.         ,wall_logs_window =   {req = {"wall_logs_door"},recipeCost = 20 , categ = 3, index = 61, materials = {Log = 3, Firelog = 4, Nails = 2},     craftTime = 15, title = "Wall Logs Window", icon = "rbxassetid://2098093709",       Details = "- Who needs glass when outside is so beautiful"}
  29.         ,wall_logs_door =     {req = {"wall_logs"},recipeCost = 25 , categ = 3, index = 62, materials = {Log = 3, Firelog = 6, Nails = 2},  craftTime = 15, title = "Wall Logs Door",   icon = "rbxassetid://2098093708",       Details = "- The door will be delivered later... i hope"}
  30.         ,log_pillar =         {req = {"half_wall_logs"},recipeCost = 15 , categ = 3, index = 63, materials = {Log = 1, Nails = 1},              craftTime = 20, title = "Log Pillar",       --[[icon = Decals.log_pillar,]]         Details = "- It stands still and straight upward like true soldier."}
  31.         ,stairslogs =         {recipeCost = 25 , categ = 3, index = 64, materials = {Log = 2, Firelog = 10, Nails = 5}, craftTime = 25, title = "Stairs",           icon = "rbxassetid://2933373587",       Details = "- Helps you reach the sun"}
  32.         ,woodfloor1212 =      {req = {"stairslogs"},recipeCost = 50 , categ = 3, index = 65, materials = {WoodFrame = 2, Pillar = 2, Nails = 2}, craftTime = 25, title = "Floor",           icon = "rbxassetid://2933331860",       Details = "- Helps you walk above the clouds"}
  33.         ,woodfloor1206 =      {req = {"woodfloor1212"},recipeCost = 50 , categ = 3, index = 66, materials = {WoodFrame = 1, Pillar = 1, Nails = 1}, craftTime = 20, title = "Floor Half",       icon = "rbxassetid://2933331733",       Details = "- Helps you walk above the clouds, helps with corners"}
  34.         ,woodfloor0606 =      {req = {"woodfloor1206"},recipeCost = 50 , categ = 3, index = 67, materials = {WoodFrame = 1, Pillar = 1, Nails = 1}, craftTime = 15, title = "Floor Quarter",    icon = "rbxassetid://2933331797",       Details = "- Helps you walk above the clouds, helps with corners"}
  35.         ,window =             {req = {"wall_logs_window"},recipeCost = 50 , categ = 3, index = 68, materials = {WoodFrame = 1,  Glass = 1},         craftTime = 25, title = "Window",           icon = "rbxassetid://3008408634",       Details = "- Nice window for walls.\nSnaps to walls with hole"}
  36.         ,door =               {req = {"wall_logs_door"},recipeCost = 25 , categ = 3, index = 69, materials = {Plank = 4, Pillar = 2, Nails = 2}, craftTime = 20, title = "Door",                icon = "rbxassetid://3008642437",       Details = "- Nice door to walk through.\nSnaps to walls with hole"}
  37.         ,half_wall_glass =    {req = {"window"},recipeCost = 100, categ = 3, index = 70, materials = {Pillar = 4, Glass = 4, Nails = 2}, craftTime = 20, title = "Glass Wall",      icon = "rbxassetid://3171243030",       Details = "- Nice view included but not guaranteed."}
  38.         ,glassfloor1212 =      {req = {"stairslogs"},recipeCost = 150 , categ = 3, index = 71, materials = {Glass = 4, Pillar = 2, Nails = 2}, craftTime = 25, title = "Glass Floor",           icon = "rbxassetid://3224353020",       Details = "- Helps you walk above the clouds\n and see the Earth"}
  39.         ,glassfloor1206 =      {req = {"glassfloor1212"},recipeCost = 100 , categ = 3, index = 72, materials = {Glass = 3, Pillar = 1, Nails = 2}, craftTime = 20, title = "Glass Floor Half",      icon = "rbxassetid://3224353088",       Details = "- Helps you walk above the clouds\n and see the Earth"}
  40.         ,glassfloor0606 =      {req = {"glassfloor1206"},recipeCost = 50 , categ = 3, index = 73, materials = {Glass = 2, Pillar = 1, Nails = 1}, craftTime = 15, title = "Glass Floor Quarter",    icon = "rbxassetid://3224353144",       Details = "- Helps you walk above the clouds\n and see the Earth"}
  41.        
  42.         ,wall_stone =          {recipeCost = 50 , categ = 3, index = 70, materials = {Stone = 4, Clay = 2}, craftTime = 15, title = "Stone Wall",           icon = "rbxassetid://3163858845",   Details = "- Keeps bad things outside"}
  43.         ,half_wall_stone =     {req = {"wall_stone"},recipeCost = 50 , categ = 3, index = 71, materials = {Stone = 2, Clay = 1}, craftTime = 15, title = "Stone Half Wall",     icon = "rbxassetid://3163858709" ,  Details = "- Just half a wall... what description did you expect?"}
  44.         ,wall_stone_window =   {req = {"wall_stone_door"},recipeCost = 150, categ = 3, index = 72, materials = {Stone = 3, Clay = 2}, craftTime = 15, title = "Stone Wall Window",  icon = "rbxassetid://3163858979",   Details = "- Who needs glass when outside is so beautiful"}
  45.         ,wall_stone_door =     {req = {"wall_stone"},recipeCost = 100, categ = 3, index = 73, materials = {Stone = 3, Clay = 2}, craftTime = 15, title = "Stone Wall Door",         icon = "rbxassetid://3163858915",   Details = "- The door will be delivered later... i hope"}
  46.         ,stone_pillar =        {req = {"half_wall_stone"},recipeCost = 50 , categ = 3, index = 74, materials = {Stone = 1, Clay = 1}, craftTime = 20, title = "Stone Pillar",       icon = "rbxassetid://3163858780",   Details = "- It stands still and straight upward like true soldier."}
  47.         ,tiny_wall_stone =     {req = {"half_wall_stone"},recipeCost = 50 , categ = 3, index = 75, materials = {Stone = 1, Clay = 1}, craftTime = 20, title = "Stone Crenel",       icon = "rbxassetid://3171431570",   Details = "- Protects against arrows but not pigeons."}
  48.         ,wood_ladder         = {req = {"stairslogs"},     recipeCost = 25 , categ = 3, index = 64, materials = {Log = 2, Firelog = 10, Nails = 5}, craftTime = 25, title = "Ladder",        Details = "- Occupy less space than the stairs"}
  49.        
  50.         ,wall_iron =          {                         recipeCost = 150 ,  categ = 3, index = 70, materials = {IronBeam = 2, IronFrame = 1}, craftTime = 15, title = "Iron Wall",          Details = "- Keeps bad things outside"}
  51.         ,half_wall_iron =     {req = {"wall_iron"},     recipeCost = 100 ,  categ = 3, index = 71, materials = {IronBeam = 1, IronFrame = 1}, craftTime = 15, title = "Iron Half Wall",     Details = "- Just half a wall... what description did you expect?"}
  52.         ,wall_iron_window =   {req = {"wall_iron_door"},recipeCost = 200 ,  categ = 3, index = 72, materials = {IronBeam = 2, IronFrame = 2}, craftTime = 15, title = "Iron Wall Window",   Details = "- Who needs glass when outside is so beautiful"}
  53.         ,wall_iron_door =     {req = {"wall_iron"},     recipeCost = 250 ,  categ = 3, index = 73, materials = {IronBeam = 3, IronFrame = 2}, craftTime = 15, title = "Iron Wall Door",     Details = "- The door will be delivered later... i hope"}
  54.         ,iron_pillar =        {req = {"half_wall_iron"},recipeCost = 100 ,  categ = 3, index = 74, materials = {IronBeam = 1, IronFrame = 1}, craftTime = 20, title = "Iron Pillar",        Details = "- It stands still and straight upward like true soldier."}
  55.         ,tiny_wall_iron =     {req = {"half_wall_iron"},recipeCost = 100 ,  categ = 3, index = 75, materials = {IronBeam = 1, IronFrame = 1}, craftTime = 20, title = "Iron Crenel",        Details = "- Protects against arrows but not pigeons."}
  56.         ,short_ramp1212     = {req = {"wood_ladder"},   recipeCost = 500 ,  categ = 3, index = 76, materials = {woodfloor1212 = 1, WoodFrame = 1,}, craftTime = 60, title = "Short Ramp",       Details = "- A ramp that can be used as a roof too\n- snaps to walls and other ramps\n- Dimensions: 12 x 12 h: 2.5"}
  57.         ,ramp1224           = {req = {"short_ramp1212"},recipeCost = 500 ,  categ = 3, index = 77, materials = {short_ramp1212 = 2, Nails = 2}, craftTime = 60, title = "Ramp",         Details = "- Double in length then Short Ramp\n- snaps to walls and other ramps\n- Dimensions: 12 x 24 h: 5"}
  58.        
  59.        
  60.         ,short_wall_logs    = {req = {"wall_logs_window"},recipeCost = 200 ,    categ = 3, index = 78, materials = {Log = 3, Nails = 2},  craftTime = 15, title = "Short Wall Logs",     Details = "- Fits nicely under the ramp\n- Four logs in height"}
  61.         ,very_short_wall_logs={req = {"short_wall_logs"},     recipeCost = 300 ,    categ = 3, index = 79, materials = {short_wall_logs = 1, Nails = 2},  craftTime = 15, title = "Very Short Wall Logs",Details = "- Fits nicely under the ramp\n- Two logs in height"}
  62.         ,wedge_wall_logs    = {req = {"very_short_wall_logs"},recipeCost = 400 ,    categ = 3, index = 80, materials = {very_short_wall_logs = 1, Nails = 2},         craftTime = 15, title = "Wedge Wall Logs",     Details = "- Fits nicely under the ramp\n- Snaps to walls too"}
  63.         ,short_log_pillar   = {req = {"log_pillar"},    recipeCost = 25 ,   categ = 3, index = 81, materials = {Log = 1, Nails = 1},          craftTime = 20, title = "Short Log Pillar",    Details = "- For special cases where the normal log pillar is too long."}
  64.        
  65.         --transport
  66.         ,conveyorwood =       {recipeCost = 10 , categ = 4, index = 101, materials = {Pillar = 2, Plank = 2, Nails = 2}, craftTime = 30, title = "Conveyor", Details = "- Moves materials around.\n- Use the wrench to changes direction"}
  67.         ,conveyorwoodshort =  {req = {"conveyorwoodcorner"},recipeCost = 15 , categ = 4, index = 102, materials = {Pillar = 1, WoodFrame = 1, Nails = 2}, craftTime = 20, title = "Short Conveyor", Details = "- Shorter conveyor for tight spaces.\The smaller the harder to make\n- Use the wrench to changes direction"}
  68.         ,conveyorwoodveryshort={req = {"conveyorwoodshort"},recipeCost = 25 , categ = 4, index = 103, materials = {Pillar = 1, IronFrame = 1, Nails = 2}, craftTime = 20, title = "Very Short Conveyor", Details = "- Very shorter conveyor for very tight spaces.\nNeeded advanced technology to make it so small\n- Use the wrench to changes direction"}
  69.         ,conveyorwoodcorner = {req = {"conveyorwood"},recipeCost = 15 , categ = 4, index = 104, materials = {Pillar = 2, WoodFrame = 1}, craftTime = 40, title = "Corner", Details = "- Moves materials around the corner.\n- Use the wrench to changes direction"}
  70.         ,conveyortjoint =     {req = {"conveyorwoodcorner"},recipeCost = 15 , categ = 4, index = 105, materials = {Pillar = 2, WoodFrame = 1}, craftTime = 50, title = "T Joint",icon = "rbxassetid://2933392170", Details = "- Helps unifying conveyors lines"}
  71.         ,conveyorwoodsplitter={req = {"conveyorwood"},recipeCost = 25 , categ = 4, index = 106, materials = {Pillar = 2, WoodFrame = 1}, craftTime = 40, title = "Splitter", icon= "rbxassetid://2633397993", Details = "- Splits evenly materials in two directions.\n- Use the wrench to changes direction\n[warn]sometimes gets clogged if overloaded"}
  72.         ,conveyorspacer =     {req = {"conveyorwood"},recipeCost = 20 , categ = 4, index = 107, materials = {Pillar = 2, Nails = 2, WoodFrame = 1}, craftTime = 60, title = "Spacer", icon= "rbxassetid://2633444620", Details = "- Helps spacing materials acting like a buffer"}
  73.         ,conveyorsorter =     {req = {"conveyorspacer"},recipeCost = 50 , categ = 4, index = 108, materials = {Pillar = 2, Nails = 3, WoodFrame = 1}, craftTime = 50, title = "Sorter", --[[icon = Decals.conveyorsorter,]] Details = "- Can sort one type of material."}
  74.         ,conveyorramp =       {req = {"conveyorshortramp"},recipeCost = 100 , categ = 4, index = 109, materials = {Pillar = 2, Nails = 5, WoodFrame = 1}, craftTime = 50, title = "Conv. Ramp", icon = "rbxassetid://2933345288", Details = "- Move materials between floors.\n- Use the wrench to changes direction."}
  75.         ,conveyorshortramp =  {req = {"conveyorspacer"}, recipeCost = 50 , categ = 4, index = 110, materials = {Pillar = 1, Nails = 3, WoodFrame = 1}, craftTime = 30, title = "Short Ramp", --[[icon = Decals.conveyorshortramp,]] Details = "- Move materials between floors.\n- Use the wrench to changes direction."}
  76.         ,carriage_unloader =  {req = {"conveyorsorter"},recipeCost = 100, categ = 4, index = 111, materials = {Pillar = 3, Nails = 5, WoodFrame = 2}, craftTime = 120, title = "Unloader", icon = "rbxassetid://3013192039", Details = "- Unloads from wagon all materials it finds.\n- Lever autoactivation not included."}
  77.         ,adv_splitter       = {req = {"conveyorwoodsplitter"},recipeCost = 250, categ = 4, index = 112, materials = {Pillar = 2, Motor = 1 , Coil = 1}, craftTime = 40, title = "Adv. Splitter", icon = "rbxassetid://3182685086", Details = "- Advanced splitter, can chose the ratio. Click on arrow for panel\n[info]never gets clogged"}
  78.         ,conveyorwoodlong   = {req = {"conveyorwoodveryshort"},recipeCost = 100 , categ = 4, index = 113, materials = {conveyorwood = 2, Nails = 2}, craftTime = 50, title = "Long Conveyor", Details = "Long as 3 normal conveyors\n- Use the wrench to changes direction"}
  79.         ,diagonalconvleft    ={req = {"adv_splitter"},recipeCost = 200 , categ = 4, index = 114, materials = {conveyorwood = 1, IronFrame = 1}, craftTime = 50, title = "Diagonal Left", Details = "- For special situations\n- Use the wrench to changes direction"}
  80.         ,diagonalconvright   ={req = {"adv_splitter"},recipeCost = 200 , categ = 4, index = 115, materials = {conveyorwood = 1, IronFrame = 1}, craftTime = 50, title = "Diagonal Right", Details = "- For special situations\n- Use the wrench to changes direction"}
  81.        
  82.        
  83.         --decor
  84.         ,furnacebricks =      {req = {"bed_single"},recipeCost = 100, categ = 5, index = 201, materials = {WoodFrame = 1, Nails = 5, Plank = 2, Bricks = 80}, craftTime = 30, title = "Furnace Bricks", icon= "rbxassetid://2098276595", Details = "- Firewood not provided"}
  85.         ,table_wood =         {req = {"bench_wood"},recipeCost = 10 , categ = 5, index = 202, materials = {Pillar = 1, WoodFrame = 1}, craftTime = 20, title = "Table", icon= "rbxassetid://2933262670", Details = "- Food not provided.\nFor one person"}
  86.         ,bench_wood =         {recipeCost = 10 , categ = 5, index = 203, materials = {Pillar = 1, WoodFrame = 1}, craftTime = 15, title = "Bench", icon= "rbxassetid://2933273608", Details = "- Very comfortable wood bench.\nFor one person"}
  87.         ,table_wood_long =    {req = {"table_wood"},recipeCost = 15 , categ = 5, index = 204, materials = {table_wood = 2}, craftTime = 25, title = "Long Table", icon= "rbxassetid://2098276591", Details = "- Food not provided.\nFor two people"}
  88.         ,bench_wood_long =    {req = {"bench_wood"},recipeCost = 15 , categ = 5, index = 205, materials = {bench_wood = 2}, craftTime = 20, title = "Long Bench", icon= "rbxassetid://2121690030", Details = "- Very comfortable small wood bench.\nFor two people"}
  89.         ,bed_single =         {req = {"bench_wood_long"},recipeCost = 50 , categ = 5, index = 206, materials = {Pillar = 2, WoodFrame = 2, Plank = 4, Nails = 2}, craftTime = 60, title = "Bed", icon = "rbxassetid://2933284262", Details = "- Rest after a hard work day.\nFor one person"}
  90.         ,doorbell =           {req = {"door"},recipeCost = 50 , categ = 5, index = 207, materials = {Plank = 1 , WoodFrame = 1, Nails = 5}, craftTime = 30, title = "Doorbell",icon = "rbxassetid://3022808977", Details = "- Elegant doorbell, ding included.\nSnaps to walls and walls with hole"}
  91.         ,wall_torch =         {req = {"log_torch"},recipeCost = 50 , categ = 5, index = 209, materials = {Pillar = 1, Nails = 2}, craftTime = 15, title = "Wall Torch",icon = "rbxassetid://3163875239", Details = "- Helps you read books at night.\nSnaps to walls"}
  92.         ,log_torch =          {recipeCost = 15 , categ = 5, index = 208, materials = {Firelog = 3}, craftTime = 15, title = "Log Torch",icon = "rbxassetid://3166635606", Details = "- Viking style illumination."}
  93.         ,metal_torch =        {req = {"wall_torch"},recipeCost = 100, categ = 5, index = 210, materials = {Stone = 1, IronFrame = 1}, craftTime = 35, title = "Metal Torch", icon = "rbxassetid://3166536587", Details = "- Fancy night illumination for the rich."}
  94.         ,celing_light =       {req = {"metal_torch"},recipeCost = 200, categ = 5, index = 211, materials = {Clay = 1, WoodFrame = 1}, craftTime = 35, title = "Ceiling Light", icon = "rbxassetid://3187254087", Details = "- Fancy ceiling light.\n[ATTENTION] CAN ONLY be snapped under full size Floors"}
  95.         ,carpet             = {                      recipeCost = 100, categ = 5, index = 212, materials = {WoodFrame = 1, Plank = 6}, craftTime = 35, title = "Carpet", Details = "- Fancy 12x12 size carpet.\n - use the wrench to access design settings"}
  96.         ,playersign         = {req = {"carpet"}, recipeCost = 100, categ = 5, index = 213, materials = {Pillar = 1, Plank = 2, Nails = 1}, craftTime = 35, title = "Sign", Details = "- A nice sign you can change text on it.\nMax 200 characters\n[ATTENTION]Use of foul language will result in ban"}
  97.         ,pianosmall         = {index = 214, materials = {table_wood = 1, bench_wood = 1, IronFrame = 1, Coil = 4}, craftTime = 60, title = "Piano", Details = "- What happens when you play Beethoven backwards?\n Answer: He decomposes."}
  98.        
  99.         ,flowerwindowbox    = {req = {"carpet"}, recipeCost = 500, categ = 5, index = 216, materials = {Plank = 2, WoodFrame = 1, Nails = 2}, craftTime = 60, title = "Flower Window Box", Details = "- Nice flower decoration for your base\n - will snap to walls with windows too"}
  100.         ,painting           = {req = {"carpet"}, recipeCost = 500, categ = 5, index = 217, materials = {Plank = 2, WoodFrame = 1, Nails = 2}, craftTime = 35, title = "Painting", Details = "- Nice painting for your walls.\n- Only snaps to walls\n - use the wrench to access design settings"}
  101.    
  102.     }
  103. return Mats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement