ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/elemental/gaea.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:12 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +28 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.1 # elemental -- nature goddess Gaea
2 root 1.4 object Gaea
3 root 1.1 title Devourers
4     race animal,bird,slime,insect,reptile,water_elemental,earth_elemental,air_elemental,fire_elemental
5     slaying undead,unnatural
6 root 1.4 msg
7     Goddess of peace, Guardian of life, Mother of nature
8     endmsg
9     face panther.x31
10 root 1.1 animation panther
11     is_animated 1
12 root 1.4 str 30
13     dex 30
14     con 30
15     wis 30
16     pow 30
17     int 30
18     hp 500
19     maxhp 500
20     exp 1
21     dam 50
22     wc -1
23     ac -5
24     speed 0.18
25     level 15
26 root 1.1 type 50
27     attacktype 16384
28     resist_drain 100
29 root 1.4 resist_fear -100
30 root 1.1 resist_deplete 100
31     resist_death 100
32 root 1.4 path_attuned 65
33     path_denied 393216
34     weight 500000
35 root 1.1 last_heal 2
36     last_grace 3
37 root 1.4 randomitems Gaea
38     alive 1
39     can_use_shield 1
40     monster 1
41 root 1.1 can_cast_spell 1
42     can_use_armour 1
43     end
44 root 1.4