ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_heroism.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:24 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +14 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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