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-b93c2d0d6712master
parent
340b84dbea
commit
f4a0439efe
|
@ -7,7 +7,6 @@ food 500
|
|||
weight 300
|
||||
value 2000
|
||||
material 66
|
||||
magicmap grey
|
||||
name_pl flints and steels
|
||||
client_type 1101
|
||||
nrof 1
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
face flint_and_steel.111
|
||||
magicmap grey
|
||||
end
|
|
@ -10,7 +10,6 @@ type 82
|
|||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
magicmap brown
|
||||
name_pl lanterns
|
||||
client_type 1102
|
||||
end
|
||||
|
@ -27,7 +26,6 @@ weight 1500
|
|||
speed 0.01
|
||||
glow_radius 5
|
||||
is_lightable 1
|
||||
magicmap orange
|
||||
name_pl lanterns
|
||||
client_type 1102
|
||||
end
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
face lantern.111
|
||||
magicmap orange
|
||||
end
|
|
@ -10,7 +10,6 @@ type 82
|
|||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
magicmap brown
|
||||
name_pl lanterns
|
||||
client_type 1102
|
||||
end
|
||||
|
@ -27,7 +26,6 @@ weight 2500
|
|||
speed 0.02
|
||||
glow_radius 8
|
||||
is_lightable 1
|
||||
magicmap orange
|
||||
name_pl lanterns
|
||||
client_type 1102
|
||||
end
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
face lantern2.111
|
||||
magicmap orange
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face lantern2_off.111
|
||||
magicmap brown
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face lantern_off.111
|
||||
magicmap brown
|
||||
end
|
|
@ -3,26 +3,22 @@ name light
|
|||
face light_bulb_1.111
|
||||
glow_radius 1
|
||||
invisible 1
|
||||
magicmap yellow
|
||||
end
|
||||
Object light2
|
||||
name light
|
||||
face light_bulb_2.111
|
||||
glow_radius 2
|
||||
invisible 1
|
||||
magicmap yellow
|
||||
end
|
||||
Object light3
|
||||
name light
|
||||
face light_bulb_3.111
|
||||
glow_radius 3
|
||||
invisible 1
|
||||
magicmap yellow
|
||||
end
|
||||
Object light4
|
||||
name light
|
||||
face light_bulb_4.111
|
||||
glow_radius 4
|
||||
invisible 1
|
||||
magicmap yellow
|
||||
end
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
face light_bulb_1.111
|
||||
magicmap yellow
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face light_bulb_2.111
|
||||
magicmap yellow
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face light_bulb_3.111
|
||||
magicmap yellow
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face light_bulb_4.111
|
||||
magicmap yellow
|
||||
end
|
|
@ -10,7 +10,6 @@ changing 1
|
|||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
magicmap brown
|
||||
name_pl torches
|
||||
client_type 1102
|
||||
end
|
||||
|
@ -31,7 +30,6 @@ weight 500
|
|||
speed 0.15
|
||||
client_anim_random 1
|
||||
glow_radius 3
|
||||
magicmap orange
|
||||
name_pl torches
|
||||
client_type 1102
|
||||
end
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
face torch_lit1.111
|
||||
magicmap orange
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face torch_lit2.111
|
||||
magicmap orange
|
||||
end
|
|
@ -0,0 +1,3 @@
|
|||
face torch_unlit.111
|
||||
magicmap brown
|
||||
end
|
Loading…
Reference in New Issue