ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_cancellation.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:20 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: +13 -13 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_cancellation
2 root 1.1 name cancellation
3     name_pl cancellation
4 root 1.4 skill evocation
5     msg
6     This spell removes magic from locations and items. It also removes enchantments from items, so beware!
7     endmsg
8     other_arch cancellation
9 pippijn 1.3 face spell_evocation.x11
10 root 1.4 sp 30
11 root 1.1 level 10
12     type 101
13     subtype 4
14 root 1.4 attacktype 32770
15     path_attuned 128
16 root 1.1 value 100
17 root 1.4 invisible 1
18     duration 8
19 root 1.1 range 12
20     no_drop 1
21 root 1.4 casting_time 10
22 root 1.1 end
23 root 1.4