ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_dark_vision.arc
Revision: 1.4
Committed: Fri Apr 2 21:26:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_dark_vision
2 root 1.4 inherit type_spell
3 elmex 1.1 name party dark vision
4     name_pl party dark vision
5     skill sorcery
6     msg
7 root 1.3 Lets everybody in your party see in dark places without light. Unlike torches
8 elmex 1.1 or magical light, you don't atttract monsters this way.
9     endmsg
10     other_arch spell_dark_vision
11     face spell_sorcery.x11
12     sp 15
13     maxsp 30
14     level 35
15     type 101
16     subtype 48
17     path_attuned 8192
18     value 50
19     invisible 1
20     duration 500
21     duration_modifier 4
22     no_drop 1
23     can_see_in_dark 1
24     casting_time 24
25     end
26