Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local seeds_table =
- {
- --common (from farm rarity)
- carrot = 3,
- corn = 3,
- potato = 2,
- tomato = 3,
- --uncommon
- asparagus = 1,
- eggplant = 1,
- pumpkin = 2,
- watermelon = 3,
- --rare
- durian = 1,
- dragonfruit = 1,
- garlic = 2,
- onion = 2,
- pepper = 3,
- pomegranate = 3,
- }
- local bonus_table =
- {
- --common gift
- twigs = 3,
- cutgrass = 3,
- cutreeds = 3,
- berries = 3,
- berries_juicy = 3,
- guano = 3,
- --uncommon gift
- feather_robin = 2,
- feather_crow = 2,
- feather_robin_winter= 2,
- feather_canary = 2,
- petals = 2,
- petals_evil = 2,
- foliage = 2,
- succulent_picked = 2,
- --rare gift
- bird_egg = 1,
- fish = 1,
- fireflies = 1,
- butterflywings = 1,
- cactus_meat = 1,
- cactus_flower = 1,
- --how did this ended here?
- goose_feather = 0.1,
- pig_token = 0.1,
- tallbirdegg = 0.1,
- lavae_egg = 0.001,
- }
Add Comment
Please, Sign In to add comment