ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/TownPortal/town_portal.arc
Revision: 1.14
Committed: Sat May 26 15:20:40 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.13: +3 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.7 object town_portal
2 root 1.1 name Town portal destination
3 root 1.8 slaying Town portal destination
4     face blank.x11
5     hp 0
6 root 1.6 type 114
7 root 1.1 invisible 1
8     no_drop 1
9     editable 0
10     end
11 root 1.8
12 root 1.7 object town_portal_active
13 root 1.1 name Existing town portal
14 root 1.8 slaying Existing town portal
15     face blank.x11
16     hp 0
17 root 1.6 type 114
18 root 1.1 invisible 1
19     no_drop 1
20     editable 0
21     end
22 root 1.8
23 root 1.7 object town_portal_magic
24 root 1.8 anim
25 elmex 1.10 magic_portal.x11
26 elmex 1.12 magic_portal.x12
27     magic_portal.x13
28     magic_portal.x14
29     magic_portal.x15
30     magic_portal.x16
31     magic_portal.x17
32     magic_portal.x18
33     magic_portal.x19
34     magic_portal.x18
35     magic_portal.x17
36     magic_portal.x16
37 elmex 1.10 magic_portal.x15
38     magic_portal.x14
39     magic_portal.x13
40     magic_portal.x12
41 root 1.8 mina
42 root 1.1 name magic portal
43 elmex 1.11 face magic_portal.x11
44 root 1.14 attach [["town_portal"]]
45 elmex 1.13 speed 1
46 root 1.14 food 10000
47     is_used_up 1
48 root 1.1 hp 15
49     sp 19
50     type 66
51 root 1.8 client_type 25011
52 root 1.1 no_pick 1
53 root 1.4 editable 2
54 root 1.1 end
55 root 1.8