ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/peace.arc
Revision: 1.4
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
Changes since 1.3: +11 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 object peace
2 name peace
3 other_arch peacemaker
4 face archangel.x18
5 wc -90
6 speed 1
7 type 102
8 subtype 7
9 move_type all
10 move_on all
11 no_pick 1
12 editable 0
13 end
14
15 #
16 # the peace cone above drops these peacemakers,
17 # which are not really spell effects.
18 object peacemaker
19 name peacemaker
20 face fireball.x11
21 food 2
22 speed 1
23 type 59
24 invisible 1
25 move_type all
26 no_pick 1
27 is_used_up 1
28 end
29