summaryrefslogtreecommitdiff
path: root/incantesimi.example.tex
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-10-14 21:16:44 +0100
committerdakkar <dakkar@thenautilus.net>2011-10-14 21:16:44 +0100
commit639fc125b6c36b97b16007a48c991cc35697bfeb (patch)
treedab56e012d3be12af5bbe922e0ab30984c706874 /incantesimi.example.tex
parentignores (diff)
downloadinventario-639fc125b6c36b97b16007a48c991cc35697bfeb.tar.gz
inventario-639fc125b6c36b97b16007a48c991cc35697bfeb.tar.bz2
inventario-639fc125b6c36b97b16007a48c991cc35697bfeb.zip
codice per stampare gli incantesimi
gli allineamenti sono un po' a caso, mancano i comandi per le scuole etc (per farle colorate), e non capisco perché mi fa una pagina vuota all'inizio
Diffstat (limited to 'incantesimi.example.tex')
-rw-r--r--incantesimi.example.tex82
1 files changed, 82 insertions, 0 deletions
diff --git a/incantesimi.example.tex b/incantesimi.example.tex
new file mode 100644
index 0000000..40a0173
--- /dev/null
+++ b/incantesimi.example.tex
@@ -0,0 +1,82 @@
+\include{incantesimi.cmd}
+
+\begin{document}
+
+\begin{tikzpicture}
+
+\matrix {
+
+\incantesimo{type=spell-like,
+ scuola={Enchantment (Charm) [LD, MA, Sonic]},
+ st={Fort half (HO)},
+ tempo=15m,
+ name=Regenerate Moderate Wounds,
+ level=9,
+ sr={Yes (HO)},
+ durata={30m / disch},
+ ref=PH289,
+ range=medium,
+ target={Well shaft 10ft. diam 100 ft. deep},
+ components={V,S,M,F,DF,XP\\M: Incense; F: Prayer bead (500 MO)},
+ descrizione={Fully repairs an obj. up to 5\%/2L mass loss; cures 1d4 dmg to magical obj.},
+ note={Reasonable command may give -1 to -4 pen. to S. T.}
+} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} \\
+
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} \\
+
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}} &
+\incantesimo{scuola=scuola a caso,name=Incantesimo col nome lungo,level=1,
+ durata=Inst,range=touch,target=you,components={V,S},
+ descrizione={blah blah blah}}
+
+\\};
+
+\end{tikzpicture}
+
+\end{document}