m-elio commited on
Commit
03f5462
1 Parent(s): f9dd11b

updated dataset card

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: gfdl
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gfdl
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # Dataset Card for D&D 5th Edition Spells
8
+
9
+ ### Dataset Description
10
+
11
+ <!-- Provide a longer summary of what this dataset is. -->
12
+
13
+ This dataset contains spells that were obtained by the Homebrew section of the [D&D Wiki](https://www.dandwiki.com/wiki/Main_Page).
14
+ The spells were filtered and processed according to the following procedure:
15
+
16
+ - Removed spells not having one of the following tags: *Level*, *School*, *Duration*, *Casting time*, *Range*
17
+ - Removed spells not correctly specifying the required components (that is "V", "S" or "M")
18
+ - Removed spells associated to non-official classes
19
+ - Removed "votes" section that could be present in the spell description
20
+
21
+ The spells were then formatted following this format:
22
+
23
+ ```
24
+ Name:
25
+ Level:
26
+ School:
27
+ Classes:
28
+ Casting time:
29
+ Range:
30
+ Duration:
31
+ Components: [If no components are required, then this field has a None value]
32
+ Material cost: [If there is no "M" character in the Components field, then this field is skipped]
33
+ Description:
34
+ ```
35
+
36
+ - **Language(s) (NLP):** English
37
+ - **License:** gfdl