ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/cold_drag.arc
Revision: 1.4
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.3: +31 -30 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object cold_dragon
2     name cold dragon hatchling
3 root 1.1 race dragon
4 root 1.4 face cold_drag.x71
5     con 3
6     wis 15
7     pow 2
8     hp 80
9     maxhp 80
10     sp 40
11     maxsp 40
12     exp 1500
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_cold 100
21     resist_blind 50
22     weight 70000
23 elmex 1.2 randomitems cold_drag
24 root 1.4 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.4 editable 1
34 root 1.1 anim
35     facings 2
36 pippijn 1.3 cold_drag.x71
37     cold_drag.x72
38     cold_drag.x31
39     cold_drag.x32
40 root 1.1 mina
41     end
42 root 1.4