Compare commits

...

2 Commits

Author SHA1 Message Date
175301ae4f Merge branch 'master' of gitea.d1v3.de:matthias/dnd-spellcard-generator
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-21 05:45:41 +01:00
b679560b37 added more samples, allow english components 2020-01-21 05:45:22 +01:00
2 changed files with 2042 additions and 19 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
\draw[lightgray!10,cardcorners] (0,0) rectangle (\cardwidth,\cardheight);
\topTag{0}{\incimg{verbal\BLOCK{ if 'V' not in tags['components'] }_inactive\BLOCK{ endif}.eps}}
\topTag{1}{\incimg{hand\BLOCK{ if 'G' not in tags['components'] }_inactive\BLOCK{ endif}.eps}}
\topTag{1}{\incimg{hand\BLOCK{ if 'G' not in tags['components'] and 'S' not in tags['components'] }_inactive\BLOCK{ endif}.eps}}
\topTag{2}{\incimg{bag\BLOCK{ if 'M' not in tags['components'] }_inactive\BLOCK{ endif}.eps}}
\topTag{3}{\incimg{ritual\BLOCK{ if not info['ritual'] }_inactive\BLOCK{ endif}.eps}}
\topTag{4}{\incimg{brain\BLOCK{ if not tags['duration']['concentration'] }_inactive\BLOCK{ endif}.eps}}