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

File Contents

# User Rev Content
1 root 1.6 object snowstorm_0
2 root 1.1 other_arch spell_icestorm
3 root 1.7 face icestorm.x13
4     sp 0
5     exp 50
6     dam 1
7     ac 3
8     speed -0.02
9 root 1.5 level 10
10     type 62
11 root 1.7 resist_cold 100
12     invisible 1
13 root 1.8 move_block -all
14 root 1.7 blocksview 0
15 root 1.5 activate_on_push 1
16     activate_on_release 1
17 root 1.7 color_bg white
18 root 1.1 editable 32
19 root 1.9 magicmap light_blue
20 root 1.1 visibility 100
21     end
22 root 1.7