monster010

CC - DebiFarmTowers - Big Save File

Apr 20th, 2016
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.42 KB | None | 0 0
  1. {
  2.   t1f4 = {
  3.     x = 2,
  4.     name = "Melonen",
  5.     color = 1024,
  6.     w = 18,
  7.     active = false,
  8.     y = 9,
  9.   },
  10.   t2f4 = {
  11.     x = 22,
  12.     name = "Ghasttear",
  13.     color = 16,
  14.     w = 18,
  15.     active = false,
  16.     y = 9,
  17.   },
  18.   t2f2 = {
  19.     x = 22,
  20.     name = "Eisen-/Gold",
  21.     color = 64,
  22.     w = 18,
  23.     active = false,
  24.     y = 5,
  25.   },
  26.   t2f3 = {
  27.     x = 22,
  28.     name = "Tin-/Alu-/Copper",
  29.     color = 32,
  30.     w = 18,
  31.     active = false,
  32.     y = 7,
  33.   },
  34.   t1f1 = {
  35.     x = 2,
  36.     name = "Weizen",
  37.     color = 16384,
  38.     w = 18,
  39.     active = false,
  40.     y = 3,
  41.   },
  42.   t1f2 = {
  43.     x = 2,
  44.     name = "Kartoffel",
  45.     color = 8192,
  46.     w = 18,
  47.     active = false,
  48.     y = 5,
  49.   },
  50.   t3f2 = {
  51.     x = 42,
  52.     name = "Glowing-/Blazing",
  53.     color = 2,
  54.     w = 18,
  55.     active = false,
  56.     y = 5,
  57.   },
  58.   t3f1 = {
  59.     x = 42,
  60.     name = "Netherwarzen",
  61.     color = 4,
  62.     w = 18,
  63.     active = false,
  64.     y = 3,
  65.   },
  66.   t1f5 = {
  67.     x = 2,
  68.     name = "Ender Lily",
  69.     color = 512,
  70.     w = 18,
  71.     active = false,
  72.     y = 11,
  73.   },
  74.   t3f3 = {
  75.     x = 42,
  76.     name = "Quarzberry",
  77.     color = 1,
  78.     w = 18,
  79.     active = false,
  80.     y = 7,
  81.   },
  82.   t2f1 = {
  83.     x = 22,
  84.     name = "Essenceberry",
  85.     color = 128,
  86.     w = 18,
  87.     active = false,
  88.     y = 3,
  89.   },
  90.   t1f3 = {
  91.     x = 2,
  92.     name = "Karotten",
  93.     color = 2048,
  94.     w = 18,
  95.     active = false,
  96.     y = 7,
  97.   },
  98. }
Add Comment
Please, Sign In to add comment