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

File Contents

# User Rev Content
1 root 1.3 object spell_slow
2 root 1.1 name slow
3     name_pl slow
4 root 1.3 skill sorcery
5     other_arch slow
6 pippijn 1.2 face spell_sorcery.x11
7 root 1.1 sp 5
8 root 1.3 maxsp 20
9 root 1.1 dam 5
10 root 1.3 level 1
11 root 1.1 type 101
12     subtype 7
13 root 1.3 attacktype 2050
14     path_attuned 0
15 root 1.1 value 10
16 root 1.3 invisible 1
17     duration 2
18     range 5
19     range_modifier 4
20     dam_modifier 0
21 root 1.1 no_drop 1
22 root 1.3 casting_time 10
23 root 1.1 end
24 root 1.3