ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/grey_drag.arc
Revision: 1.3
Committed: Tue Nov 3 09:59:02 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.2: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 pippijn 1.1 object grey_dragon
2     anim
3     facings 2
4     grey_drag.x71
5     grey_drag.x72
6     grey_drag.x31
7     grey_drag.x32
8     mina
9     name dragon hatchling
10     race dragon
11     face grey_drag.x71
12 root 1.3 magicmap grey
13 pippijn 1.1 con 3
14     wis 15
15     pow 3
16     hp 100
17     maxhp 100
18     sp 40
19     maxsp 40
20     exp 2000
21     dam 15
22     wc 7
23     ac 5
24     speed -0.07
25     attack_movement 1
26     level 8
27     resist_magic 30
28     resist_fire 100
29     resist_blind 50
30     weight 70000
31     randomitems wyvern
32     run_away 20
33     move_type fly_low
34     alive 1
35     no_pick 1
36     monster 1
37     see_invisible 1
38     can_cast_spell 1
39     sleep 1
40     end
41