omegabytes / askTheDM

Alexa skill: Get basic info about DND spells, items, and rules
Other
15 stars 10 forks source link

for V3: break components into 3 parts #146

Open Eldres opened 6 years ago

Eldres commented 6 years ago

spells.js

"fireball": { "castingTime": "1 Action", "duration": "Instantaneous", "range": "150 feet", "components": "Verbal, Somatic, Material (a tiny ball of bat guano and sulfur)", change to ===> "components": { "Verbal", "Somatic", "Material": { 1: "a tiny ball of bat guano", 2: "sulfur" } "slotLevel": "3", "school": "Evocation", .......}