ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/avatar.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +12 -12 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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.3 exp 1000
9     dam 50
10     wc -1
11     ac -10
12     speed 0.25
13 root 1.1 level 12
14 root 1.3 type 46
15     resist_physical 45
16 root 1.1 resist_magic 100
17     weight 200000
18 root 1.3 alive 1
19     monster 1
20     color_fg grey
21 root 1.1 editable 33
22     end
23 root 1.3