ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/grey_drag.arc
Revision: 1.4
Committed: Sun Jul 11 03:46:32 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.4 int 14
17 pippijn 1.1 hp 100
18     maxhp 100
19     sp 40
20     maxsp 40
21     exp 2000
22     dam 15
23     wc 7
24     ac 5
25     speed -0.07
26     attack_movement 1
27     level 8
28     resist_magic 30
29     resist_fire 100
30     resist_blind 50
31     weight 70000
32     randomitems wyvern
33     run_away 20
34     move_type fly_low
35     alive 1
36     no_pick 1
37     monster 1
38     see_invisible 1
39     can_cast_spell 1
40     sleep 1
41     end
42