added sample

This commit is contained in:
2020-01-19 20:37:31 +01:00
parent b75490151f
commit 4d7b744f6b
4 changed files with 50 additions and 0 deletions

37
data/sample.json Normal file
View File

@@ -0,0 +1,37 @@
{
"Alarm": {
"info": {
"type": "Abjuration",
"grade": "1",
"ritual": true
},
"level": 1,
"tags": {
"preparation": {
"value": "1",
"unit": "minute",
"desc": "1 minute"
},
"range": 30,
"components": [
"V",
"G",
"M"
],
"materials": "a tiny bell and a piece of fine silver wire",
"duration": {
"value": "8",
"unit": "hours",
"concentration": false,
"desc": "8 hours"
},
"Quelle": "PHB"
},
"text": "You set an alarm against unwanted intrusion. Choose a door, a window, or an area within range that is no larger than a 20-foot cube. Until the spell ends, an alarm alerts you whenever a Tiny or larger creature touches or enters the warded area. When you cast the spell, you can designate creatures that wont set off the alarm. You also choose whether the alarm is mental or audible. A mental alarm alerts you with a ping in your mind if you are within 1 mile of the warded area. This ping awakens you if you are sleeping. An audible alarm produces the sound of a hand bell for 10 seconds within 60 feet.",
"classes": [
"Ranger",
"Wizard"
],
"page": 999
}
}