ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/AnimateWeapon/snake_golem.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:29 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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