ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/peace.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:47 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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