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

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