ADMantoine

Cherry Forest : Birdhouse Loot Table

Sep 3rd, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. local seeds_table       =
  2. {
  3.     --common (from farm rarity)
  4.     carrot              =   3,
  5.     corn                =   3,
  6.     potato              =   2,
  7.     tomato              =   3,
  8.    
  9.     --uncommon
  10.     asparagus           =   1,
  11.     eggplant            =   1,
  12.     pumpkin             =   2,
  13.     watermelon          =   3,
  14.    
  15.     --rare
  16.     durian              =   1,
  17.     dragonfruit         =   1,
  18.     garlic              =   2,
  19.     onion               =   2,
  20.     pepper              =   3,
  21.     pomegranate         =   3,
  22. }
  23.  
  24. local bonus_table       =
  25. {
  26.     --common gift
  27.     twigs               =   3,
  28.     cutgrass            =   3,
  29.     cutreeds            =   3,
  30.     berries             =   3,
  31.     berries_juicy       =   3,
  32.     guano               =   3,
  33.    
  34.     --uncommon gift
  35.     feather_robin       =   2,
  36.     feather_crow        =   2,
  37.     feather_robin_winter=   2,
  38.     feather_canary      =   2,
  39.     petals              =   2,
  40.     petals_evil         =   2,
  41.     foliage             =   2,
  42.     succulent_picked    =   2,
  43.    
  44.     --rare gift
  45.     bird_egg            =   1,
  46.     fish                =   1,
  47.     fireflies           =   1,
  48.     butterflywings      =   1,
  49.     cactus_meat         =   1,
  50.     cactus_flower       =   1,
  51.    
  52.     --how did this ended here?
  53.     goose_feather       =   0.1,
  54.     pig_token           =   0.1,
  55.     tallbirdegg         =   0.1,
  56.     lavae_egg           =   0.001,
  57. }
Add Comment
Please, Sign In to add comment