ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_heroism.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +3 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_heroism
2 root 1.1 name heroism
3     name_pl heroism
4 root 1.7 skill none
5     msg
6 root 1.8 This spell may increase any or all of these stats:
7    
8     dexterity, strength, constitution, speed, wc, dam.
9 root 1.7 endmsg
10     str 1
11     dex 1
12     con 1
13     sp 50
14 root 1.5 level 10
15 root 1.1 type 101
16     subtype 24
17 root 1.7 path_attuned 32
18 root 1.1 value 100
19     invisible 1
20 root 1.7 duration 500
21 root 1.5 duration_modifier 4
22 root 1.7 no_drop 1
23     casting_time 10
24 root 1.1 end
25 root 1.7