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

File Contents

# User Rev Content
1 root 1.3 object dancingsword
2 root 1.4 anim
3     dancingsword.x11
4     dancingsword.x12
5     dancingsword.x11
6     dancingsword.x13
7     mina
8 root 1.1 name dancing sword
9 pippijn 1.2 face dancingsword.x11
10 root 1.3 str 15
11     dex 20
12     con 1
13     wis 3
14     pow 0
15     cha 0
16     int 3
17 root 1.1 hp 100
18     maxhp 100
19 root 1.3 exp 10000
20     dam 20
21 root 1.1 wc -5
22 root 1.3 ac -5
23 root 1.1 speed -0.3
24 root 1.3 level 15
25     attacktype 256
26 root 1.1 resist_physical 25
27 root 1.3 resist_fire 30
28 root 1.1 resist_electricity 100
29     resist_cold 100
30     resist_confusion 100
31     resist_drain 100
32     resist_ghosthit 100
33     resist_poison 100
34     resist_paralyze 100
35     resist_fear 100
36     resist_death 100
37     resist_blind 100
38 root 1.3 weight 15000
39     move_type all
40     alive 1
41     no_pick 1
42     monster 1
43     see_invisible 1
44 root 1.1 editable 1
45 root 1.3 magicmap grey
46 root 1.1 end
47 root 1.3