ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/fire_drag.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:39 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +31 -30 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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