選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

38 行
743 B

  1. module.exports = [{
  2. id: 'runeWhirlwind',
  3. name: 'Rune of Whirlwind',
  4. default: false,
  5. description: 'You furiously spin in a circle, striking all foes around you.',
  6. item: {
  7. name: 'Rune of Whirlwind',
  8. generate: true,
  9. spell: true,
  10. spellName: 'whirlwind'
  11. },
  12. materials: [{
  13. name: 'Muddy Runestone',
  14. quantity: 1
  15. }, {
  16. name: 'Eagle Feather',
  17. quantity: 1
  18. }]
  19. }, {
  20. id: 'runeAmbush',
  21. name: 'Rune of Ambush',
  22. default: false,
  23. description: 'Step into the shadows and reappear behind your target before delivering a concussing blow.',
  24. item: {
  25. name: 'Rune of Ambush',
  26. generate: true,
  27. spell: true,
  28. spellName: 'ambush'
  29. },
  30. materials: [{
  31. name: 'Muddy Runestone',
  32. quantity: 1
  33. }, {
  34. name: 'Rat Claw',
  35. quantity: 1
  36. }]
  37. }];