ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/lava.arc
Revision: 1.12
Committed: Tue Apr 10 09:32:19 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.11: +1 -3 lines
Log Message:
- fix smoothfaces specification for animated tiles
- smoothfaces is the *only* attribute that could exist
  multiple times. this is not supported by Crossfire.pm.
- smooth information and level is obviousaly *per face*, not
  per archetype, reinforcing the view that this info should
  not be in the archetypes at all.
- until this has been fixed, crossfire 2.x servers require
  a single smoothface per archetype with possibly multiple
  face => smooth values, and requires that smoothlevel values
  must be consistent for all archetypes.

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.8 object lava
4 root 1.5 anim
5     lava.x11
6     lava.x12
7     lava.x13
8     lava.x14
9     lava.x15
10     mina
11 root 1.9 name lava
12     face lava.x11
13     dam 3
14     wc -30
15 root 1.4 speed 0.2
16 root 1.9 level 1
17     type 102
18     subtype 7
19 root 1.4 attacktype 4
20 root 1.9 smoothlevel 28
21 root 1.4 duration 60
22 root 1.9 move_block swim boat
23     move_on walk
24     no_pick 1
25 root 1.4 is_floor 1
26     editable 8
27 root 1.10 magicmap yellow
28 root 1.12 smoothface lava.x11 lava_S.x11 lava.x12 lava_S.x12 lava.x13 lava_S.x13 lava.x14 lava_S.x14 lava.x15 lava_S.x15
29 root 1.5 end
30 root 1.9
31 root 1.8 object permanent_lava
32 root 1.1 anim
33 pippijn 1.2 lava.x11
34     lava.x12
35     lava.x13
36     lava.x14
37     lava.x15
38 root 1.1 mina
39 root 1.9 name lava
40     face lava.x11
41     hp 1
42     dam 3
43     wc -30
44 root 1.7 speed 0.2
45 root 1.9 level 1
46     type 102
47     subtype 7
48     attacktype 4
49     move_block swim boat
50     move_on walk
51 root 1.7 no_pick 1
52 root 1.9 is_floor 1
53     lifesave 1
54     editable 8
55 root 1.10 magicmap yellow
56 root 1.1 end
57 root 1.9