25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
208 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. };