ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_dark_vision.arc
Revision: 1.3
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_82, rel-2_92, rel-2_93, rel-2_81
Changes since 1.2: +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 elmex 1.1 object spell_party_dark_vision
2     name party dark vision
3     name_pl party dark vision
4     skill sorcery
5     msg
6 root 1.3 Lets everybody in your party see in dark places without light. Unlike torches
7 elmex 1.1 or magical light, you don't atttract monsters this way.
8     endmsg
9     other_arch spell_dark_vision
10     face spell_sorcery.x11
11     sp 15
12     maxsp 30
13     level 35
14     type 101
15     subtype 48
16     path_attuned 8192
17     value 50
18     invisible 1
19     duration 500
20     duration_modifier 4
21     no_drop 1
22     can_see_in_dark 1
23     casting_time 24
24     end
25