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, 7 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

# 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 fly_low
10 move_on walk fly_low
11 no_pick 1
12 end
13
14 #
15 # the peace cone above drops these peacemakers,
16 # which are not really spell effects.
17 object peacemaker
18 name peacemaker
19 face fireball.x11
20 food 2
21 speed 1
22 type 59
23 invisible 1
24 move_type fly_low
25 no_pick 1
26 is_used_up 1
27 end
28