Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. lootGroups = {
  2. {
  3. groups = {
  4. {group = "stun_weapons", chance = 5000000},
  5. {group = "stun_ranged", chance = 5000000}
  6.  
  7. },
  8. lootChance = 2500000
  9. },
  10. {
  11. groups = {
  12. {group = "backpacks_b01", chance = 5000000},
  13. {group = "backpacks_b02", chance = 5000000}
  14.  
  15. },
  16. lootChance = 10000000
  17. },
  18. {
  19. groups = {
  20. {group = "foods_lg", chance = 10000000}
  21.  
  22. },
  23. lootChance = 10000000
  24. },
  25. {
  26. groups = {
  27. {group = "foods_lg", chance = 10000000}
  28.  
  29. },
  30. lootChance = 10000000
  31. },
  32. {
  33. groups = {
  34. {group = "holocron_dark", chance = 850000},
  35. {group = "holocron_light", chance = 850000},
  36. {group = "crystals_premium", chance = 1600000},
  37. {group = "rifles", chance = 1000000},
  38. {group = "pistols", chance = 1000000},
  39. {group = "melee_weapons", chance = 1500000},
  40. {group = "armor_attachments", chance = 1100000},
  41. {group = "clothing_attachments", chance = 1100000},
  42. {group = "carbines", chance = 1000000}
  43. },
  44. lootChance = 10000000
  45. },
  46. {
  47. groups = {
  48. {group = "acklay", chance = 10000000}
  49. },
  50. lootChance = 10000000
  51. },
  52. {
  53. groups = {
  54. {group = "nightsister_rare", chance = 10000000}
  55. },
  56. lootChance = 10000000
  57. },
  58. {
  59. groups = {
  60. {group = "krayt_tissue_rare", chance = 10000000}
  61. },
  62. lootChance = 10000000
  63. },
  64. {
  65. groups = {
  66. {group = "pearls_flawless", chance = 5000000},
  67. {group = "armor_attachments", chance = 2500000},
  68. {group = "clothing_attachments", chance = 2500000}
  69. },
  70. lootChance = 10000000
  71. },
  72. {
  73. groups = {
  74. {group = "fifthgen", chance = 10000000}
  75. },
  76. lootChance = 2500000
  77. },
  78. {
  79. groups = {
  80. {group = "capes", chance = 10000000}
  81. },
  82. lootChance = 250000
  83. },
  84. {
  85. groups = {
  86. {group = "g_named_crystals", chance = 10000000}
  87. },
  88. lootChance = 10000000
  89. },
  90. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement