ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/TownPortal/town_portal.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +15 -12 lines
Log Message:
second normaliser run - dude

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     magic_portal.x11
26     magic_portal.x12
27     mina
28 root 1.1 name magic portal
29 pippijn 1.3 face magic_portal.x11
30 root 1.1 hp 15
31     sp 19
32 root 1.8 exp 1
33 root 1.1 type 66
34 root 1.8 client_type 25011
35 root 1.1 no_pick 1
36 root 1.4 editable 2
37 root 1.1 end
38 root 1.8