New spiked shield archetype from dnh.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@448 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3ebb2abe2b
commit
51d55a4509
|
@ -0,0 +1,9 @@
|
|||
#define roundshield_width 24
|
||||
#define roundshield_height 24
|
||||
static char roundshield_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x80, 0xff, 0x00, 0xe0, 0xeb, 0x03,
|
||||
0x70, 0x5d, 0x07, 0xb8, 0xaa, 0x0e, 0x58, 0x5d, 0x0d, 0xac, 0xaa, 0x1a,
|
||||
0x5c, 0x5d, 0x1d, 0xae, 0xbe, 0x3a, 0x56, 0x73, 0x35, 0xfe, 0xfb, 0x3f,
|
||||
0x56, 0x7f, 0x35, 0xae, 0xbe, 0x3a, 0x5c, 0x5d, 0x1d, 0xac, 0xaa, 0x1a,
|
||||
0x58, 0x5d, 0x0d, 0xb8, 0xaa, 0x0e, 0x70, 0x5d, 0x07, 0xe0, 0xeb, 0x03,
|
||||
0x80, 0xff, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
Binary file not shown.
|
@ -0,0 +1,34 @@
|
|||
/* XPM */
|
||||
static char * spiked_shield_111_xpm[] = {
|
||||
"24 24 7 1",
|
||||
" c None",
|
||||
". c #404040",
|
||||
"+ c #CD853F",
|
||||
"@ c #FFA500",
|
||||
"# c #7F7F7F",
|
||||
"$ c #FFFFFF",
|
||||
"% c #BFBFBF",
|
||||
" ",
|
||||
" . . . ",
|
||||
" . . . . . ",
|
||||
" .. .. .. . . ",
|
||||
" ............ ",
|
||||
" .. ..+@.@+.. . ",
|
||||
" ....@+@+.+@+@.... ",
|
||||
" .@+@+@.@+@+@. . ",
|
||||
" .@+@+@+.+@+@+@.... ",
|
||||
" .....+@+@++.++@+@+.. ",
|
||||
" ..+@+@++##.++@+@+. ",
|
||||
" .@+@++#$%#.++@+@....",
|
||||
" .......#%.......... ",
|
||||
" ...@+@++.#...++@+@. ",
|
||||
"... .+@+@++...++@+@+.. ",
|
||||
" .+@+@++.++@+@+. ",
|
||||
" ...@+@+@+.+@+@+@... ",
|
||||
" .@+@+@.@+@+@. .. ",
|
||||
" ..@+@+.+@+@.. ",
|
||||
" .. ..+@.@+.... ",
|
||||
" .. ........ . ",
|
||||
" .. .. .. .. ",
|
||||
" . . . ",
|
||||
" . . "};
|
|
@ -0,0 +1,14 @@
|
|||
Object spiked_shield
|
||||
nrof 1
|
||||
name shield
|
||||
type 33
|
||||
face spiked_shield.111
|
||||
dam 3
|
||||
ac 1
|
||||
armour 3
|
||||
weight 2000
|
||||
value 21
|
||||
material 18
|
||||
editable 1024
|
||||
magicmap orange
|
||||
end
|
Loading…
Reference in New Issue