Advertisement
Omnikron13

Current warrior state for DQuest #1

Feb 21st, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.25 KB | None | 0 0
  1. (warrior
  2.  (name "Dorf McUrist")
  3.  (level 1)
  4.  (actor
  5.   (type "Dwarf")
  6.   (move 4)
  7.   (weapon-skill 4)
  8.   (ballistic-skill 5)
  9.   (strength 3)
  10.   (toughness 4)
  11.   (armour 1)
  12.   (wounds
  13.    (total 12)
  14.    (left 12))
  15.   (initiative 2)
  16.   (attacks 1))
  17.  (gold 0))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement