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

File Contents

# User Rev Content
1 root 1.3 object flaming_aura
2 root 1.1 name Flaming Aura
3     other_arch flaming_aura_mark
4 pippijn 1.2 face burnout.x11
5 root 1.3 dam 1
6     speed 1
7 root 1.1 type 102
8     subtype 46
9     attacktype 4
10 root 1.3 invisible 1
11     no_pick 1
12 root 1.1 no_drop 1
13     editable 0
14     end
15 root 1.3
16     object flaming_aura_mark
17 root 1.1 name Flaming Aura
18 pippijn 1.2 face fireball.x11
19 root 1.3 food 2
20     speed 1
21 root 1.1 type 98
22 root 1.3 move_type all
23 root 1.1 no_pick 1
24     is_used_up 1
25     end
26 root 1.3