ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/wall/bwall/earthwall.arc
Revision: 1.12
Committed: Sun Mar 11 00:16:08 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.10 object earthwall
2 root 1.8 anim
3     earthwall.x11
4     earthwall.x12
5     earthwall.x13
6     blank.x11
7     mina
8 root 1.11 race wall
9     face earthwall.x11
10 root 1.1 is_animated 0
11     hp 24
12     maxhp 24
13     ac 30
14 root 1.11 level 1
15 root 1.1 type 45
16     resist_magic 100
17     resist_fire 100
18     resist_electricity 100
19     resist_cold 100
20     resist_confusion 100
21     resist_acid 100
22     resist_drain 100
23 root 1.11 alive 1
24 root 1.1 no_pick 1
25     blocksview 1
26 root 1.11 tear_down 1
27     color_bg yellow
28 root 1.1 editable 768
29 root 1.12 magicmap grey
30 root 1.1 end
31 root 1.11