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

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.tex
*.pdf
*.aux
*.log

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
}
}

BIN
sample.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -54,6 +54,15 @@
\definecolor{tag_type_Verwandlung}{RGB}{102,204,255} \definecolor{tag_type_Verwandlung}{RGB}{102,204,255}
\definecolor{tag_type_Verzauberung}{RGB}{255,204,0} \definecolor{tag_type_Verzauberung}{RGB}{255,204,0}
\definecolor{tag_type_Illusion}{RGB}{153, 102, 51}
\definecolor{tag_type_Abjuration}{RGB}{204,0,255}
\definecolor{tag_type_Conjuration}{RGB}{255,0,0}
\definecolor{tag_type_Divination}{RGB}{255,255,255}
\definecolor{tag_type_Evocation}{RGB}{255,255,0}
\definecolor{tag_type_Necromancy}{RGB}{0,0,0}
\definecolor{tag_type_Transmutation}{RGB}{102,204,255}
\definecolor{tag_type_Enchantment}{RGB}{255,204,0}
% define style for tikz lib % define style for tikz lib
\tikzset{ \tikzset{
% Round corners for the cards % Round corners for the cards