ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/avatar.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +11 -11 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object avatar
2 root 1.1 name Avatar
3 pippijn 1.2 face avatar.x31
4 root 1.1 animation avatar
5     is_animated 1
6     hp 500
7     maxhp 500
8 root 1.6 exp 1000
9     dam 50
10     wc -1
11     ac -10
12     speed 0.25
13 root 1.4 level 12
14 root 1.6 type 46
15     resist_physical 45
16 root 1.1 resist_magic 100
17     weight 200000
18 root 1.6 alive 1
19     monster 1
20     color_fg grey
21 root 1.1 editable 33
22     end
23 root 1.6