Extract some 'magicmap' and 'visibility' attributes into .face files.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10959 282e977c-c81d-0410-88c4-b93c2d0d6712
master
akirschbaum 2008-12-13 18:24:47 +00:00
parent 340b84dbea
commit f4a0439efe
17 changed files with 36 additions and 11 deletions

View File

@ -7,7 +7,6 @@ food 500
weight 300 weight 300
value 2000 value 2000
material 66 material 66
magicmap grey
name_pl flints and steels name_pl flints and steels
client_type 1101 client_type 1101
nrof 1 nrof 1

View File

@ -0,0 +1,3 @@
face flint_and_steel.111
magicmap grey
end

View File

@ -10,7 +10,6 @@ type 82
nrof 1 nrof 1
glow_radius 0 glow_radius 0
is_lightable 1 is_lightable 1
magicmap brown
name_pl lanterns name_pl lanterns
client_type 1102 client_type 1102
end end
@ -27,7 +26,6 @@ weight 1500
speed 0.01 speed 0.01
glow_radius 5 glow_radius 5
is_lightable 1 is_lightable 1
magicmap orange
name_pl lanterns name_pl lanterns
client_type 1102 client_type 1102
end end

View File

@ -0,0 +1,3 @@
face lantern.111
magicmap orange
end

View File

@ -10,7 +10,6 @@ type 82
nrof 1 nrof 1
glow_radius 0 glow_radius 0
is_lightable 1 is_lightable 1
magicmap brown
name_pl lanterns name_pl lanterns
client_type 1102 client_type 1102
end end
@ -27,7 +26,6 @@ weight 2500
speed 0.02 speed 0.02
glow_radius 8 glow_radius 8
is_lightable 1 is_lightable 1
magicmap orange
name_pl lanterns name_pl lanterns
client_type 1102 client_type 1102
end end

View File

@ -0,0 +1,3 @@
face lantern2.111
magicmap orange
end

View File

@ -0,0 +1,3 @@
face lantern2_off.111
magicmap brown
end

View File

@ -0,0 +1,3 @@
face lantern_off.111
magicmap brown
end

View File

@ -3,26 +3,22 @@ name light
face light_bulb_1.111 face light_bulb_1.111
glow_radius 1 glow_radius 1
invisible 1 invisible 1
magicmap yellow
end end
Object light2 Object light2
name light name light
face light_bulb_2.111 face light_bulb_2.111
glow_radius 2 glow_radius 2
invisible 1 invisible 1
magicmap yellow
end end
Object light3 Object light3
name light name light
face light_bulb_3.111 face light_bulb_3.111
glow_radius 3 glow_radius 3
invisible 1 invisible 1
magicmap yellow
end end
Object light4 Object light4
name light name light
face light_bulb_4.111 face light_bulb_4.111
glow_radius 4 glow_radius 4
invisible 1 invisible 1
magicmap yellow
end end

View File

@ -0,0 +1,3 @@
face light_bulb_1.111
magicmap yellow
end

View File

@ -0,0 +1,3 @@
face light_bulb_2.111
magicmap yellow
end

View File

@ -0,0 +1,3 @@
face light_bulb_3.111
magicmap yellow
end

View File

@ -0,0 +1,3 @@
face light_bulb_4.111
magicmap yellow
end

View File

@ -10,7 +10,6 @@ changing 1
nrof 1 nrof 1
glow_radius 0 glow_radius 0
is_lightable 1 is_lightable 1
magicmap brown
name_pl torches name_pl torches
client_type 1102 client_type 1102
end end
@ -31,7 +30,6 @@ weight 500
speed 0.15 speed 0.15
client_anim_random 1 client_anim_random 1
glow_radius 3 glow_radius 3
magicmap orange
name_pl torches name_pl torches
client_type 1102 client_type 1102
end end

View File

@ -0,0 +1,3 @@
face torch_lit1.111
magicmap orange
end

View File

@ -0,0 +1,3 @@
face torch_lit2.111
magicmap orange
end

View File

@ -0,0 +1,3 @@
face torch_unlit.111
magicmap brown
end