ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/Kobold/h_kobold.arc
Revision: 1.3
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.2: +11 -10 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object h_kobold
2 root 1.1 name hyper kobold
3     race goblin
4 pippijn 1.2 face h_kobold.x11
5 root 1.3 str 30
6     dex 30
7     con 30
8     wis 50
9 root 1.1 hp 2000
10     maxhp 2000
11     exp 50000
12     dam 70
13     wc -30
14     ac -30
15     speed 1.200000
16     attack_movement 3
17     level 50
18     resist_cold -100
19     carrying 6000
20     weight 30000
21     alive 1
22     no_pick 1
23     monster 1
24     sleep 1
25 root 1.3 color_fg green
26 root 1.1 editable 1
27 root 1.3 anim
28     h_kobold.x11
29     h_kobold.x12
30     mina
31 root 1.1 end
32 root 1.3