- make hides more generic, add brain

- add bat wings


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2296 282e977c-c81d-0410-88c4-b93c2d0d6712
master
temitchell 2003-09-03 00:52:43 +00:00
parent 7fca98816f
commit 04ea81e863
23 changed files with 72 additions and 57 deletions

View File

@ -0,0 +1,13 @@
Object brain
name brain
face brain.111
material 32
type 72
weight 4
editable 2048
value 220
nrof 1
color_fg black
name_pl brains
client_type 627
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

View File

@ -0,0 +1,11 @@
Object hide_black
name hide
nrof 1
face hide_black.111
material 32
color_fg black
type 72
weight 20
editable 2048
value 300
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

View File

@ -0,0 +1,11 @@
Object hide_brown
name hide
nrof 1
face hide_brown.111
material 32
color_fg brown
type 72
weight 20
editable 2048
value 300
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,11 @@
Object hide_grey
name hide
nrof 1
face hide_grey.111
material 32
color_fg grey
type 72
weight 20
editable 2048
value 300
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

View File

@ -0,0 +1,11 @@
Object hide_white
name hide
nrof 1
face hide_white.111
material 32
color_fg white
type 72
weight 20
editable 2048
value 300
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

View File

@ -0,0 +1,13 @@
Object bat_wing
name wing
nrof 1
face bat_wing.111
material 32
type 72
weight 15
editable 2048
value 50
magicmap black
name_pl wings
client_type 626
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

View File

@ -1,11 +0,0 @@
Object bearskin
name skin
nrof 1
face bearskin.111
material 32
color_fg brown
type 72
weight 4000
editable 2048
value 200
end

Binary file not shown.

View File

@ -1,11 +0,0 @@
Object dwolf_pelt
name pelt
nrof 1
face dwolfpelt.111
material 32
color_fg brown
type 72
weight 1000
editable 2048
value 500
end

Binary file not shown.

View File

@ -1,11 +0,0 @@
Object grat_pelt
name pelt
nrof 1
face grat_pelt.111
material 32
color_fg brown
type 72
weight 9000
editable 2048
value 1200
end

Binary file not shown.

View File

@ -1,11 +0,0 @@
Object pbearskin
name skin
nrof 1
face pbearskin.111
material 32
color_fg white
type 72
weight 4000
editable 2048
value 500
end

Binary file not shown.

View File

@ -5,7 +5,7 @@ face sheepskin.111
material 32
color_fg white
type 72
weight 700
weight 30
editable 2048
value 200
value 100
end

View File

@ -1,11 +0,0 @@
Object wolf_pelt
name pelt
nrof 1
face wolfpelt.111
material 32
color_fg brown
type 72
weight 1000
editable 2048
value 100
end

Binary file not shown.