New charm, a very watered down amulet of freeaction

can be bought at gem shop in exchange for a skull tooth.
dnh 7/11/01


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1394 282e977c-c81d-0410-88c4-b93c2d0d6712
master
darth_bob 2001-11-06 16:45:15 +00:00
parent f7fbc85817
commit f9f62ca588
4 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#define amulet_width 24
#define amulet_height 24
static char amulet_bits[] = {
0x00,0x00,0x00,0x00,0x7e,0x00,0x80,0x81,0x00,0x40,0x60,0x00,
0x40,0x1c,0x00,0x80,0x02,0x00,0x00,0x03,0x00,0x00,0x0d,0x00,
0x80,0xf0,0x00,0x80,0x00,0x03,0x00,0x01,0x04,0x00,0x02,0x03,
0x00,0xcc,0x00,0x00,0x30,0x00,0x00,0x78,0x00,0x00,0xc4,0x00,
0x00,0xf2,0x01,0x00,0x6a,0x01,0x00,0x5a,0x01,0x00,0x3e,0x01,
0x00,0x8c,0x00,0x00,0x78,0x00,0x00,0x00,0x00,0x00,0x00,0x00};

Binary file not shown.

View File

@ -0,0 +1,33 @@
/* XPM */
static char * amulet_111_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 3 1",
/* colors */
" s None c None",
". s Light Orange m Black c Orange",
"X c White",
/* pixels */
" ",
" ...... ",
" .. . ",
" . .. ",
" . ... ",
" . . ",
" .. ",
" . .. ",
" . .... ",
" . .. ",
" . . ",
" . .. ",
" .. .. ",
" .. ",
" .... ",
" .XXX.. ",
" .XX..... ",
" .X.X..X. ",
" .X..X.X. ",
" .....XX. ",
" ..XXX. ",
" .... ",
" ",
" "};

View File

@ -0,0 +1,19 @@
Object tooth_charm
face tooth_charm.111
color_fg white
type 39
material 12
weight 300
resist_confusion 15
resist_paralyze 50
resist_slow 30
resist_fear 50
need_an 1
startequip 1
editable 2048
nrof 1
msg
This wonderful charm will absorb
many magics which would affect
your movement.
end