ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/dancingsword.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +23 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object dancingsword
2 root 1.4 anim
3     dancingsword.x11
4     dancingsword.x12
5     dancingsword.x11
6     dancingsword.x13
7     mina
8 root 1.7 name dancing sword
9     face dancingsword.x11
10     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.7 exp 10000
20     dam 20
21 root 1.5 wc -5
22 root 1.7 ac -5
23 root 1.1 speed -0.3
24 root 1.7 level 15
25     attacktype 256
26 root 1.5 resist_physical 25
27 root 1.7 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.7 weight 15000
39     move_type fly_low
40     alive 1
41     no_pick 1
42     monster 1
43     see_invisible 1
44 root 1.1 editable 1
45 root 1.7 magicmap grey
46 root 1.1 end
47 root 1.7