Advertisement
TylerB

Untitled

Feb 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.24 KB | None | 0 0
  1.  
  2. ak47:
  3.         Item    =   spawned_weapon
  4.         Recipe:
  5.                 1   =   "Green Mantisfruit"
  6.                 2   =   "Orange Sunbloom"
  7.                 3   =   spawned_weapon
  8. bigbox:
  9.         Item    =   itemstore_box_large
  10.         Recipe:
  11.                 1   =   "Brown Mudleaf"
  12.                 2   =   itemstore_box
  13. box:
  14.         Item    =   itemstore_box
  15.         Recipe:
  16.                 1   =   "Brown Mudleaf"
  17.                 2   =   "Brown Mudleaf"
  18. covert:
  19.         Item    =   stim_stealth
  20.         Recipe:
  21.                 1   =   "Brown Mudleaf"
  22.                 2   =   "Abyssal Mandroga"
  23.                 3   =   "Brown Mudleaf"
  24.                 4   =   "White Lux Crescents"
  25. deadeye:
  26.         Item    =   stim_accuracy
  27.         Recipe:
  28.                 1   =   "Orange Sunbloom"
  29.                 2   =   "Yellow Blisterseed"
  30.                 3   =   "Cyan Snapstamens"
  31.                 4   =   "White Lux Crescents"
  32. health:
  33.         Item    =   item_healthkit
  34.         Recipe:
  35.                 1   =   "Red Spookfruit"
  36.                 2   =   "Green Mantisfruit"
  37. hugebox:
  38.         Item    =   itemstore_box_huge
  39.         Recipe:
  40.                 1   =   "Brown Mudleaf"
  41.                 2   =   itemstore_box_large
  42. lockpick:
  43.         Item    =   lockpick
  44.         Recipe:
  45.                 1   =   "Magenta Spurflower"
  46.                 2   =   "Blue Azul Pods"
  47. moonman:
  48.         Item    =   stim_gravity
  49.         Recipe:
  50.                 1   =   "White Lux Crescents"
  51.                 2   =   "White Lux Crescents"
  52.                 3   =   "White Lux Crescents"
  53.                 4   =   "White Lux Crescents"
  54. nitro:
  55.         Item    =   stim_speed
  56.         Recipe:
  57.                 1   =   "Cyan Snapstamens"
  58.                 2   =   "Blue Azul Pods"
  59.                 3   =   "Blue Azul Pods"
  60.                 4   =   "White Lux Crescents"
  61. pistollarge:
  62.         Item    =   spawned_ammo
  63.         Recipe:
  64.                 1   =   "Green Mantisfruit"
  65.                 2   =   "Cyan Snapstamens"
  66.                 3   =   "Cyan Snapstamens"
  67.                 4   =   "Abyssal Mandroga"
  68. pistolsmall:
  69.         Item    =   spawned_ammo
  70.         Recipe:
  71.                 1   =   "Green Mantisfruit"
  72.                 2   =   "Cyan Snapstamens"
  73.                 3   =   "Abyssal Mandroga"
  74. ragingbull:
  75.         Item    =   stim_damage
  76.         Recipe:
  77.                 1   =   "Orange Sunbloom"
  78.                 2   =   "Brown Mudleaf"
  79.                 3   =   "Cyan Snapstamens"
  80.                 4   =   "White Lux Crescents"
  81. shotgunsmall:
  82.         Item    =   spawned_ammo
  83.         Recipe:
  84.                 1   =   "Red Spookfruit"
  85.                 2   =   "Cyan Snapstamens"
  86.                 3   =   "Cyan Snapstamens"
  87.                 4   =   "Abyssal Mandroga"
  88. smglarge:
  89.         Item    =   spawned_ammo
  90.         Recipe:
  91.                 1   =   "Cyan Snapstamens"
  92.                 2   =   "Cyan Snapstamens"
  93.                 3   =   "Cyan Snapstamens"
  94.                 4   =   "Abyssal Mandroga"
  95. smgsmall:
  96.         Item    =   spawned_ammo
  97.         Recipe:
  98.                 1   =   "Cyan Snapstamens"
  99.                 2   =   "Cyan Snapstamens"
  100.                 3   =   "Abyssal Mandroga"
  101. vigor:
  102.         Item    =   stim_maxhealth
  103.         Recipe:
  104.                 1   =   "Red Spookfruit"
  105.                 2   =   "Red Spookfruit"
  106.                 3   =   "Red Spookfruit"
  107.                 4   =   "White Lux Crescents"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement