ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_strength.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_strength
2 root 1.4 inherit type_spell
3 elmex 1.1 name party strength
4     name_pl party strength
5     skill sorcery
6     msg
7 root 1.3 Increase the strength of every party member by some amount.
8 root 1.2
9     The amount depends on the current strength and the strength as a magician of each member.
10 elmex 1.1 endmsg
11     other_arch spell_strength
12     face spell_sorcery.x11
13     str 1
14     sp 15
15     level 21
16     type 101
17     subtype 48
18     path_attuned 32
19     value 20
20     invisible 1
21     duration 500
22     duration_modifier 4
23     no_drop 1
24     casting_time 40
25     end
26