From 541da042ee23f6be2eb91de86a8da6517d2f2716 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 8 Nov 2008 18:34:10 +0000 Subject: completata prima passata, tabellato tutto --- inventario.cmd.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inventario.cmd.tex') diff --git a/inventario.cmd.tex b/inventario.cmd.tex index a60da33..bac7ff8 100644 --- a/inventario.cmd.tex +++ b/inventario.cmd.tex @@ -28,7 +28,7 @@ \newcommand{\DDitemhoriz}[7]{% \begin{scope} -\node [draw,ultra thin,dotted,rectangle,minimum height=4.8cm,minimum width=7cm,outer sep=0,use as bounding box] (card) {}; +\node [rectangle,minimum height=4.8cm,minimum width=7cm,outer sep=0,use as bounding box] (card) {}; \node [anchor=north west,rotate=90] (itemtype) at (node cs:name=card,anchor=south west) {#2}; @@ -98,7 +98,7 @@ \newcommand{\lightarmor}{\itemarmor{Light}} \newcommand{\heavyarmor}{\itemarmor{Heavy}} -\newcommand{\itemwear}[1]{\typedisc{draw=green,fill=green} \itemtype{#1}} +\newcommand{\itemwear}[1]{\typedisc{draw=black,fill=black} \itemtype{#1}} \newcommand{\itemweardef}{\itemwear{Wearable}} \newcommand{\belt}{\itemwear{Belt}} \newcommand{\gloves}{\itemwear{Gloves}} @@ -112,13 +112,11 @@ \newcommand{\bracers}{\itemwear{Bracers}} \newcommand{\boots}{\itemwear{Boots}} \newcommand{\glasses}{\itemwear{Glasses}} -\newcommand{\saddle}{\itemwear{Saddle}} \newcommand{\itemcons}[1]{\typedisc{draw=blue,fill=blue} \itemtype{#1}} \newcommand{\itemconsdef}{\itemcons{Consumable}} \newcommand{\potion}{\itemcons{Potion}} \newcommand{\wand}{\itemcons{Wand}} -\newcommand{\rod}{\itemcons{Rod}} \newcommand{\scroll}{\itemcons{Scroll}} \newcommand{\itemmisc}[1]{\typedisc{draw=black,fill=white} #1} @@ -127,20 +125,22 @@ \newcommand{\rope}{\itemmisc{Rope}} \newcommand{\gem}{\itemmisc{Gem}} \newcommand{\bedroll}{\itemmisc{Bedroll}} -\newcommand{\magicbook}{\itemmisc{Magic Book}} \newcommand{\waterskin}{\itemmisc{Waterskin}} \newcommand{\book}{\itemmisc{Book}} \newcommand{\itemfocus}[1]{\itemmisc{#1 Focus}} \newcommand{\divinefocus}{\itemfocus{Divine}} \newcommand{\arcanefocus}{\itemfocus{Arcane}} +\newcommand{\saddle}{\itemmisc{Saddle}} \newcommand{\itemcontainer}[1]{\itemmisc{#1}} \newcommand{\backpack}{\itemcontainer{Backpack}} \newcommand{\bagofholding}{\itemcontainer{Bag of Holding}} \newcommand{\saddlebag}{\itemcontainer{Saddlebag}} -\newcommand{\itemspecial}[1]{\typedisc{draw=yellow,fill=yellow} #1} +\newcommand{\itemspecial}[1]{\typedisc{draw=green,fill=green} #1} \newcommand{\itemspecialdef}{\itemspecial{Special}} +\newcommand{\magicbook}{\itemspecial{Magic Book}} +\newcommand{\rod}{\itemspecial{Rod}} % cariche \newcommand{\cariche}[1]{\begin{tikzpicture}[x=0.4cm,y=-0.4cm] -- cgit v1.2.3