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

File Contents

# User Rev Content
1 root 1.3 object spell_rune_of_blasting
2 root 1.1 name rune of blasting
3     name_pl rune of blasting
4     skill pyromancy
5     msg
6     This creates a rune that will hit the
7     creature that activates it with physical and
8     magical damage.
9     endmsg
10 root 1.3 other_arch rune_blast
11     face spell_pyromancy.x11
12     sp 18
13     level 10
14     type 101
15     subtype 2
16     path_attuned 512
17     value 100
18     invisible 1
19     no_drop 1
20     casting_time 15
21 root 1.1 end
22 root 1.3