You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 line
317 B

  1. module.exports = {
  2. infini: [{
  3. name: 'Purveyor of Artefacts',
  4. type: 'loot',
  5. subType: 'slot',
  6. quantity: 1
  7. }, {
  8. name: 'The Culling',
  9. type: 'killX',
  10. subType: 'mobType',
  11. quantity: [5, 10]
  12. }, {
  13. name: '$itemName$ Gatherer',
  14. type: 'lootGen',
  15. subType: '',
  16. quantity: [3, 7],
  17. dropChance: 0.5
  18. }]
  19. };