ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/wall/bwall/stoneblock.arc
Revision: 1.9
Committed: Sun Mar 11 00:19:48 2007 UTC (17 years, 4 months 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.8: +0 -1 lines
Log Message:
normalise color_bg to devnull

File Contents

# User Rev Content
1 root 1.6 object block_door_closed
2 root 1.4 anim
3     stoneblock.x15
4     stoneblock.x14
5     stoneblock.x13
6     stoneblock.x12
7     stoneblock.x11
8     earthwall.x11
9     mina
10 root 1.7 name stone block
11     face earthwall.x11
12 root 1.3 is_animated 0
13     maxsp 0
14     dam 5
15 root 1.7 wc 5
16     type 91
17     move_block all
18     no_pick 1
19     blocksview 1
20     activate_on_push 1
21     activate_on_release 1
22 root 1.5 editable 768
23 root 1.8 magicmap grey
24 root 1.5 visibility 100
25     end
26 root 1.7
27 root 1.6 object block_door_open
28 root 1.1 anim
29 pippijn 1.2 stoneblock.x15
30     stoneblock.x14
31     stoneblock.x13
32     stoneblock.x12
33     stoneblock.x11
34     earthwall.x11
35 root 1.1 mina
36 root 1.7 name stone block
37     face stoneblock.x15
38 root 1.1 is_animated 0
39 root 1.7 maxsp 1
40     dam 5
41 root 1.5 wc 0
42 root 1.7 type 91
43     no_pick 1
44     activate_on_push 1
45     activate_on_release 1
46 root 1.3 editable 768
47 root 1.8 magicmap grey
48 root 1.3 visibility 100
49 root 1.1 end
50 root 1.7