ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_rune_of_fire.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_fire
2 root 1.1 name rune of fire
3     name_pl rune of fire
4 root 1.3 skill pyromancy
5     msg
6     This creates a rune that detonates in fire
7     when a creature triggers it.
8     endmsg
9     other_arch rune_fire
10 pippijn 1.2 face spell_pyromancy.x11
11 root 1.3 sp 10
12     level 4
13 root 1.1 type 101
14     subtype 2
15 root 1.3 path_attuned 2
16     value 40
17     invisible 1
18 root 1.1 no_drop 1
19     casting_time 10
20     end
21 root 1.3