ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_avatar.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.7 object spell_summon_avatar
2 root 1.1 name summon avatar
3     name_pl summon avatar
4 root 1.8 race avatar
5     skill praying
6     msg
7 root 1.11 Summons the strongest fighter from your god.
8 root 1.9 You may direct him like any other golem, and you will
9     get all experience form its kills.
10    
11     This is the strongest summon golem spell.
12 root 1.8 endmsg
13 pippijn 1.4 face spell_praying.x11
14 root 1.1 grace 60
15 root 1.8 maxgrace 30
16 root 1.6 dam 0
17 root 1.10 level 20
18 root 1.1 type 101
19     subtype 12
20 root 1.8 path_attuned 64
21 root 1.1 value 100
22 root 1.8 invisible 1
23     duration 380
24     range_modifier 15
25     duration_modifier 5
26     dam_modifier 5
27 root 1.6 no_drop 1
28 root 1.8 casting_time 15
29 root 1.1 end
30 root 1.8