ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Dragonman/dragonman.arc
Revision: 1.5
Committed: Sat Mar 3 01:15:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +3 -3 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.5 object dragonman
2 root 1.4 name dragonman
3     race dragon
4     randomitems dragon
5     monster 1
6     sleep 1
7     Wis 20
8     face dragonman.x31
9 root 1.3 anim
10     facings 2
11     dragonman.x31
12     dragonman.x32
13     dragonman.x33
14     dragonman.x32
15     dragonman.x71
16     dragonman.x72
17     dragonman.x73
18     dragonman.x72
19     mina
20 root 1.4 level 18
21     Con 11
22     Pow 13
23     can_cast_spell 1
24     sp 80
25     maxsp 80
26 root 1.2 hp 3500
27     maxhp 3500
28 root 1.1 resist_fire 100
29     resist_electricity 100
30     resist_acid 100
31     resist_drain 100
32     resist_poison 100
33     resist_slow 100
34     resist_paralyze 100
35     resist_fear 100
36 root 1.4 resist_physical 30
37     resist_cold -30
38     resist_confusion 30
39 root 1.1 resist_blind 100
40 root 1.4 ac -10
41     wc -10
42     dam 10
43     exp 160000
44     see_invisible 1
45     alive 1
46     no_pick 1
47     speed -0.4
48 root 1.2 weight 150000
49     run_away 3
50 root 1.4 editable 1
51 root 1.2 color_fg black
52 root 1.3 end
53 root 1.5 more
54     object dragonman_2
55 root 1.4 name dragon man
56     face dragonman.x31
57 root 1.2 anim
58     facings 2
59     dragonman.x31
60     dragonman.x32
61     dragonman.x33
62     dragonman.x32
63     dragonman.x71
64     dragonman.x72
65     dragonman.x73
66     dragonman.x72
67     mina
68 root 1.4 monster 1
69     alive 1
70 root 1.2 y 1
71     weight 4000000
72     color_fg black
73 root 1.1 end