Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. CONFIG = {}
  2.  
  3. --GENERAL CONFIG------------------------------------------------------------------------------------------------------------------------------------------
  4. CONFIG.PPGlobalMultiplier = 1 -- What every printer should be multiplied by (default 1)
  5. CONFIG.PPEnableLevels = true -- True = printers have levels, false = printers dont have levels
  6.  
  7. CONFIG.PPCategoryName = "Printers" -- Name of printer category in F4 menu
  8. CONFIG.PPCategoryColor = Color(150, 150, 150, 255) -- Category color in F4 menu
  9. CONFIG.PPCategorySortOrder = 1 -- Sort order of category in F4 menu
  10.  
  11. --Citrine PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  12.  
  13. CONFIG.PPCitrinePrinterName = "Citrine Printer" -- The name of the printer
  14. CONFIG.PPCitrinePrinterPrice = 1000 -- Price of printer in F4
  15. CONFIG.PPCitrinePrinterMax = 1 -- Max buyable printers from F4
  16.  
  17. CONFIG.PPCitrinePrinterColor = Color(248, 195, 54, 255) -- The color of the main printer body
  18.  
  19. CONFIG.PPCitrinePrintTime = 30 -- How long it takes for one print (money and xp)
  20. CONFIG.PPCitrinePrintAmount = 25 -- How much money per print
  21.  
  22. CONFIG.PPCitrineLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  23. CONFIG.PPCitrineXPAmount = 10 -- How much XP per print
  24. CONFIG.PPCitrineAmountPerLvl = 10 -- How much is added to the print amount per level
  25.  
  26. --Aquamarine PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  27.  
  28. CONFIG.PPAquamarinePrinterName = "Aquamarine Printer" -- The name of the printer
  29. CONFIG.PPAquamarinePrinterPrice = 2000 -- Price of printer in F4
  30. CONFIG.PPAquamarinePrinterMax = 1 -- Max buyable printers from F4
  31.  
  32. CONFIG.PPAquamarinePrinterColor = Color(52, 169, 186, 255) -- The color of the main printer body
  33.  
  34. CONFIG.PPAquamarinePrintTime = 30 -- How long it takes for one print (money and xp)
  35. CONFIG.PPAquamarinePrintAmount = 100 -- How much money per print
  36.  
  37. CONFIG.PPAquamarineLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  38. CONFIG.PPAquamarineXPAmount = 10 -- How much XP per print
  39. CONFIG.PPAquamarineAmountPerLvl = 10 -- How much is added to the print amount per level
  40.  
  41. --Ruby PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  42.  
  43. CONFIG.PPRubyPrinterName = "Ruby Printer" -- The name of the printer
  44. CONFIG.PPRubyPrinterPrice = 4000 -- Price of printer in F4
  45. CONFIG.PPRubyPrinterMax = 1 -- Max buyable printers from F4
  46.  
  47. CONFIG.PPRubyPrinterColor = Color(238, 66, 71, 255) -- The color of the main printer body
  48.  
  49. CONFIG.PPRubyPrintTime = 30 -- How long it takes for one print (money and xp)
  50. CONFIG.PPRubyPrintAmount = 200 -- How much money per print
  51.  
  52. CONFIG.PPRubyLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  53. CONFIG.PPRubyXPAmount = 10 -- How much XP per print
  54. CONFIG.PPRubyAmountPerLvl = 10 -- How much is added to the print amount per level
  55.  
  56. --Emerald PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  57.  
  58. CONFIG.PPEmeraldPrinterName = "Emerald Printer" -- The name of the printer
  59. CONFIG.PPEmeraldPrinterPrice = 8000 -- Price of printer in F4
  60. CONFIG.PPEmeraldPrinterMax = 1 -- Max buyable printers from F4
  61.  
  62. CONFIG.PPEmeraldPrinterColor = Color(72, 184, 101, 255) -- The color of the main printer body
  63.  
  64. CONFIG.PPEmeraldPrintTime = 30 -- How long it takes for one print (money and xp)
  65. CONFIG.PPEmeraldPrintAmount = 400 -- How much money per print
  66.  
  67. CONFIG.PPEmeraldLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  68. CONFIG.PPEmeraldXPAmount = 10 -- How much XP per print
  69. CONFIG.PPEmeraldAmountPerLvl = 10 -- How much is added to the print amount per level
  70.  
  71. --Sapphire PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  72.  
  73. CONFIG.PPSapphirePrinterName = "Sapphire Printer" -- The name of the printer
  74. CONFIG.PPSapphirePrinterPrice = 16000 -- Price of printer in F4
  75. CONFIG.PPSapphirePrinterMax = 1 -- Max buyable printers from F4
  76.  
  77. CONFIG.PPSapphirePrinterColor = Color(25, 74, 255, 255) -- The color of the main printer body
  78.  
  79. CONFIG.PPSapphirePrintTime = 15 -- How long it takes for one print (money and xp)
  80. CONFIG.PPSapphirePrintAmount = 400 -- How much money per print
  81.  
  82. CONFIG.PPSapphireLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  83. CONFIG.PPSapphireXPAmount = 10 -- How much XP per print
  84. CONFIG.PPSapphireAmountPerLvl = 10 -- How much is added to the print amount per level
  85.  
  86. --Amethyst PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  87.  
  88. CONFIG.PPAmethystPrinterName = "Amethyst Printer" -- The name of the printer
  89. CONFIG.PPAmethystPrinterPrice = 32000 -- Price of printer in F4
  90. CONFIG.PPAmethystPrinterMax = 1 -- Max buyable printers from F4
  91.  
  92. CONFIG.PPAmethystPrinterColor = Color(216, 14, 137, 255) -- The color of the main printer body
  93.  
  94. CONFIG.PPAmethystPrintTime = 15 -- How long it takes for one print (money and xp)
  95. CONFIG.PPAmethystPrintAmount = 450 -- How much money per print
  96.  
  97. CONFIG.PPAmethystLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  98. CONFIG.PPAmethystXPAmount = 10 -- How much XP per print
  99. CONFIG.PPAmethystAmountPerLvl = 10 -- How much is added to the print amount per level
  100.  
  101. --Opal PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  102.  
  103. CONFIG.PPOpalPrinterName = "[VIP] Opal Printer" -- The name of the printer
  104. CONFIG.PPOpalPrinterPrice = 320000 -- Price of printer in F4
  105. CONFIG.PPOpalPrinterMax = 1 -- Max buyable printers from F4
  106.  
  107. CONFIG.PPOpalPrinterColor = Color(194, 150, 255, 255) -- The color of the main printer body
  108.  
  109. CONFIG.PPOpalPrintTime = 5 -- How long it takes for one print (money and xp)
  110. CONFIG.PPOpalPrintAmount = 150 -- How much money per print
  111.  
  112. CONFIG.PPOpalLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  113. CONFIG.PPOpalXPAmount = 10 -- How much XP per print
  114. CONFIG.PPOpalAmountPerLvl = 10 -- How much is added to the print amount per level
  115.  
  116. --Rainbow PRINTER-------------------------------------------------------------------------------------------------------------------------------------------
  117.  
  118. CONFIG.PPRainbowPrinterName = "[VIP] Rainbow Printer" -- The name of the printer
  119. CONFIG.PPRainbowPrinterPrice = 1000000 -- Price of printer in F4
  120. CONFIG.PPRainbowPrinterMax = 1 -- Max buyable printers from F4
  121.  
  122. CONFIG.PPRainbowPrintTime = 5 -- How long it takes for one print (money and xp)
  123. CONFIG.PPRainbowPrintAmount = 200 -- How much money per print
  124.  
  125. CONFIG.PPRainbowLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  126. CONFIG.PPRainbowXPAmount = 10 -- How much XP per print
  127. CONFIG.PPRainbowAmountPerLvl = 10 -- How much is added to the print amount per level
  128.  
  129. --Crypto PC-------------------------------------------------------------------------------------------------------------------------------------------
  130.  
  131. CONFIG.PPCryptoPCName = "Crypto PC CPC.1" -- The name of the printer
  132. CONFIG.PPCryptoPCPrice = 2500 -- Price of printer in F4
  133. CONFIG.PPCryptoPCMax = 1 -- Max buyable printers from F4
  134.  
  135. CONFIG.PPCryptoPCPrintTime = 60 -- How long it takes for one print (money and xp)
  136. CONFIG.PPCryptoPCPrintAmount = 150 -- How much money per print
  137.  
  138. CONFIG.PPCryptoPCLvlAlert = true -- Whether or not it should alert the player when their printer levels up
  139. CONFIG.PPCryptoPCXPAmount = 5 -- How much XP per print
  140. CONFIG.PPCryptoPCAmountPerLvl = 10 -- How much is added to the print amount per level
  141.  
  142.  
  143. --Other CONFIG------------------------------------------------------------------------------------------------------------------------------------------
  144. CONFIG.PPInformationBuyable = false -- Whether or not the information TVs should show up in the f4menu, true = yes, false = no.
  145.  
  146. --Information TV-------------------------------------------------------------------------------------------------------------------------------------------
  147.  
  148. CONFIG.PPInformationTVName = "InformationTV" -- The name of the printer
  149. CONFIG.PPInformationTVPrice = 50 -- Price of printer in F4
  150. CONFIG.PPInformationTVMax = 1 -- Max buyable printers from F4
  151.  
  152. --Information TV2-------------------------------------------------------------------------------------------------------------------------------------------
  153.  
  154. CONFIG.PPInformationTV2Name = "InformationTV2" -- The name of the printer
  155. CONFIG.PPInformationTV2Price = 50 -- Price of printer in F4
  156. CONFIG.PPInformationTV2Max = 1 -- Max buyable printers from F4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement