ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/kobold.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:46 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +18 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object kobold
2     race goblin
3 pippijn 1.3 face kobold.x11
4 root 1.4 wis 8
5     hp 2
6     maxhp 2
7 root 1.1 exp 5
8 root 1.4 dam 2
9     wc 27
10 root 1.1 ac 18
11 root 1.4 speed 0.2
12 root 1.1 level 1
13     weight 30000
14 root 1.4 randomitems kobold
15 root 1.1 run_away 90
16 root 1.4 alive 1
17     no_pick 1
18     monster 1
19     sleep 1
20 root 1.1 editable 1
21     magicmap brown
22 root 1.4 anim
23     kobold.x11
24     kobold.x12
25     mina
26 root 1.1 end
27 root 1.4