From 41af98a477c0d1601e190fe906aabafff65c1aeb Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 4 Nov 2008 14:39:30 +0000 Subject: import degli inventari --- inventario.lachesi.tex | 102 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 inventario.lachesi.tex (limited to 'inventario.lachesi.tex') diff --git a/inventario.lachesi.tex b/inventario.lachesi.tex new file mode 100644 index 0000000..39a734e --- /dev/null +++ b/inventario.lachesi.tex @@ -0,0 +1,102 @@ +\documentclass[a4paper,10pt]{article} +\usepackage[empty,cm]{fullpage} +\usepackage[latin1]{inputenc} +\usepackage[italian]{babel} +\usepackage[T1]{fontenc} +\usepackage{pslatex} +\usepackage{tikz} +\usetikzlibrary{backgrounds} +\usetikzlibrary{calc} + +%%%% fullpage +\setlength{\headheight}{0pt} +\setlength{\headsep}{0pt} +\setlength{\footskip}{0pt} +\setlength{\textwidth}{\paperwidth} +\setlength{\oddsidemargin}{-2.68cm} +\setlength{\evensidemargin}{\oddsidemargin} +\setlength{\textheight}{\paperheight} +\setlength{\topmargin}{0pt} +\addtolength{\topmargin}{-2.68cm} +%%%% +\setlength{\parindent}{0pt} + +\pgfdeclareimage[width=3cm]{sword}{sword-img} +\pgfdeclareimage[width=1mm]{empty}{empty} +\pgfdeclareimage[width=3cm]{book-boccob}{book-boccob} +\pgfdeclareimage[width=3cm]{rod-extend}{rod-extend} + +\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 [anchor=north west,rotate=90] (itemtype) at (node cs:name=card,anchor=south west) + {#2}; + +\node [anchor=north east,rotate=90] (itemowner) at (node cs:name=card,anchor=north west) + {#3}; + +\node [anchor=south west,rotate=90] (itemweight) at (node cs:name=card,anchor=south east) + {#4}; + +\node [anchor=south east,rotate=90] (itemprice) at (node cs:name=card,anchor=north east) + {#5}; + +\node [anchor=north,rotate=90] (itemimage) at ($0.5*(node cs:name=itemtype,anchor=south west)+0.5*(node cs:name=itemowner,anchor=south east)$) + {\pgfuseimage{#1}}; + +\node [anchor=north,inner sep=1mm,text width=4.6cm,rotate=90] + (itemname) + at (node cs:name=itemimage,anchor=south) + {#6}; + +\node [anchor=south,inner sep=1mm,text width=4.6cm,rotate=90] + (itemdesc) + at ($0.5*(node cs:name=itemweight,anchor=north west)+0.5*(node cs:name=itemprice,anchor=north east)$) + {#7}; + +\end{scope}% +} + +\newcommand{\DDitem}[7]{\DDitemhoriz{#1}{#2}{#3}{#4}{#5}{#6}{#7}} + +\begin{document} + +\begin{tikzpicture} +\matrix +{ +\DDitem{empty}{Melee Weapon}{Lachesi}{?}{?}{Dagger +1}{1d4+1\\Tiny} & +\DDitem{empty}{Ranged Weapon}{Lachesi}{?}{?}{Light Crossbow}{1d6\\Small } & +\DDitem{empty}{Clothing}{Lachesi}{?}{?}{Robe of the Magi}{+1 Caster Lvl 3xDiem (10mins), +2 Concentrate, +2 Spell penetration} \\ +\DDitem{book-boccob}{Book}{Lachesi}{?}{?}{Boccob Blessed Book}{Magical spellbook} & +\DDitem{empty}{Book}{Lachesi}{?}{?}{Spellbook}{} & +\DDitem{empty}{Cloak}{Lachesi}{1lb}{?}{Cloak of Resistance +3}{Resistance Bonus: +3\\Permanent Wondrous Item\\Magic Slot: Cape, Cloak, Mantle} \\ +\DDitem{empty}{Amulet}{Lachesi}{-}{?}{Amulet of Nautural Armor +1}{Natural Armor Bonus: +1} & +\DDitem{empty}{Ring}{Lachesi}{-}{?}{Ring of protection +2}{Deflection Bonus: +1\\Magic Slot: Ring} & +\DDitem{empty}{Gloves}{Lachesi}{?}{?}{Gauntlets of Dexterity +3}{Magic Slot: Gaunlets, Gloves} \\ +\DDitem{empty}{Headband}{Lachesi}{?}{?}{Headband of Intellect +2}{} & +\DDitem{empty}{Bracers}{Lachesi}{?}{?}{Bracers of Armor +3}{Armor Bonus: +3} & +\DDitem{rod-extend}{Rod}{Lachesi}{?}{?}{Lesser Rod of Extended Spells}{3xDiem, up to 3rd Lvl spells\\ Also an Umbrella} \\ +\DDitem{empty}{Clothing}{Lachesi}{?}{?}{Cultists' Vestments}{Black clothes of cultists of ?} & +\DDitem{empty}{Item}{Lachesi}{?}{500MO}{Amethist Rhombic Triacontahedron (D30) }{Focus for Karma Spells\\Tiny} & +\DDitem{empty}{Item}{Lachesi}{?}{?}{?}{Material Component for "Privacy" Spell\\8 uses} \\ +\DDitem{empty}{Item}{Lachesi}{?}{?}{Magic Ink}{Ink for Spellwriting\\10 doses} & +\DDitem{empty}{Backpack}{Lachesi}{?}{?}{-}{?lb} & +\DDitem{empty}{Item}{Lachesi}{5lb}{?}{Bedroll}{} \\ +}; +\end{tikzpicture} + +\begin{tikzpicture} +\matrix +{ +\DDitem{empty}{Scroll}{Group}{?}{?}{Polymorph Other}{} & +\DDitem{empty}{Book}{Group}{?}{?}{Spellbook}{Spellbook of ?"Vecchia Ardita"\\Has a disabled trap} & +\DDitem{empty}{Item}{Group}{-}{?}{Pearl of Power}{1xDiem, up to 4th LvL spells} \\ +\DDitem{empty}{Wand}{Group}{-}{?}{Wand of Lighting}{Lighting spell, 10D6, 1charge} & +\DDitem{empty}{Melee Weapon}{Group}{?}{?}{Short Sword}{Short sword of Ghost Droga\\Not identified} & +\DDitem{empty}{}{}{}{}{}{} \\ +}; +\end{tikzpicture} + +\end{document} -- cgit v1.2.3