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

File Contents

# User Rev Content
1 root 1.3 object snake_golem
2 root 1.1 name snake
3 pippijn 1.2 face snake.x11
4 root 1.1 is_animated 1
5     hp 10
6     maxhp 10
7 root 1.3 exp 50
8     dam 3
9     wc 12
10     ac 5
11     speed 0.10
12 root 1.1 level 3
13 root 1.3 type 102
14     subtype 12
15     attacktype 1025
16 root 1.1 resist_poison 100
17     weight 200000
18 root 1.3 alive 1
19     monster 1
20 root 1.1 editable 33
21 root 1.3 anim
22     snake.x11
23     snake.x12
24     mina
25 root 1.1 end
26 root 1.3