Last active
April 5, 2018 14:40
-
-
Save natfarleydev/33c859854028b553476e0882adc4ccc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\MeleeWeaponCard{ | |
name={Katana}, | |
parry=0, | |
damage=1d+2/1d+4, | |
reach={\scalebox{0.9}[1.0]{1,2(cut only)}}, | |
st=8, | |
lc=1, | |
points=11, | |
notes=, | |
weaponpic={\includegraphics[width=1.9cm]{images/katanasword.pdf}} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\RangedWeaponCard{ | |
name={Cordite Pistol}, | |
acc=2, | |
damage={3d pi}, | |
rof=1, | |
range={100/1,000}, | |
bulk=2, | |
shots=10+1(3), | |
rcl=3, | |
st=9, | |
notes=, | |
points=9, | |
lc=2, | |
weaponpic={\includegraphics[width=2cm]{images/glock.pdf}} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment