diff --git a/weapon/bow/bow.arc b/weapon/bow/bow.arc index afd05a701..de34bbc9c 100644 --- a/weapon/bow/bow.arc +++ b/weapon/bow/bow.arc @@ -5,7 +5,7 @@ nrof 1 material 16 face bow.111 color_fg brown -dam 3 +dam 7 weight 12000 value 50 sp 50 diff --git a/weapon/bow/compositebow.111.png b/weapon/bow/compositebow.111.png new file mode 100644 index 000000000..01c764dad Binary files /dev/null and b/weapon/bow/compositebow.111.png differ diff --git a/weapon/bow/compositebow.111.xpm b/weapon/bow/compositebow.111.xpm new file mode 100644 index 000000000..e2da90a07 --- /dev/null +++ b/weapon/bow/compositebow.111.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * compositebow_111_xpm[] = { +"24 24 4 1", +" c None", +". c #A0522D", +"+ c #404040", +"@ c #CD853F", +" . ", +" .. ", +" +@. ", +" + @ ", +" + @. ", +" + @ ", +" + @. ", +" + . ", +" + .. ", +" + .. ", +" + .@ ", +" + @@ ", +" + @@ ", +" + .@ ", +" + .. ", +" + .@ ", +" + . ", +" + @. ", +" + @ ", +" + @. ", +" + @ ", +" +@. ", +" .. ", +" . "}; diff --git a/weapon/bow/compositebow.arc b/weapon/bow/compositebow.arc new file mode 100644 index 000000000..2c501b91f --- /dev/null +++ b/weapon/bow/compositebow.arc @@ -0,0 +1,15 @@ +Object composite bow +race arrows +type 14 +nrof 1 +material 16 +face compositebow.111 +color_fg brown +dam 14 +weight 3000 +value 100 +sp 35 +no_strength 0 +editable 1024 +attacktype 1 +end diff --git a/weapon/bow/huntersbow.111.png b/weapon/bow/huntersbow.111.png new file mode 100644 index 000000000..01c764dad Binary files /dev/null and b/weapon/bow/huntersbow.111.png differ diff --git a/weapon/bow/huntersbow.111.xpm b/weapon/bow/huntersbow.111.xpm new file mode 100644 index 000000000..53787db4a --- /dev/null +++ b/weapon/bow/huntersbow.111.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * huntersbow_111_xpm[] = { +"24 24 6 1", +" c None", +". c #CD853F", +"+ c #404040", +"@ c #F0E68C", +"# c #A0522D", +"$ c #000000", +" ", +" ", +" ", +" . ", +" ..+ ", +" . + ", +" @. + ", +" @. + ", +" @.. + ", +" ... + ", +" .# + ", +" #$# + ", +" ### + ", +" ### + ", +" #$ + ", +" ## + ", +" .. + ", +" .. .. ", +" ...... ", +" @@@ ", +" ", +" ", +" ", +" "}; diff --git a/weapon/bow/huntersbow.arc b/weapon/bow/huntersbow.arc new file mode 100644 index 000000000..7e7753272 --- /dev/null +++ b/weapon/bow/huntersbow.arc @@ -0,0 +1,15 @@ +Object huntersbow +race arrows +type 14 +nrof 1 +material 16 +face huntersbow.111 +color_fg brown +dam 10 +weight 2000 +value 50 +sp 20 +no_strength 0 +editable 1024 +attacktype 1 +end diff --git a/weapon/bow/longbow.111.png b/weapon/bow/longbow.111.png new file mode 100644 index 000000000..e5b683499 Binary files /dev/null and b/weapon/bow/longbow.111.png differ diff --git a/weapon/bow/longbow.111.xpm b/weapon/bow/longbow.111.xpm new file mode 100644 index 000000000..23239e762 --- /dev/null +++ b/weapon/bow/longbow.111.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * longbow_111_xpm[] = { +"24 24 5 1", +" c None", +". c #CD853F", +"+ c #404040", +"@ c #000000", +"# c #A0522D", +"... ", +"+ .... ", +" + ... ", +" + .. ", +" + ... ", +" + ... ", +" + .@# ", +" + ### ", +" + #@# ", +" + ### ", +" + #@# ", +" + ##. ", +" + .. ", +" + .. ", +" + . ", +" + .. ", +" + .. ", +" + . ", +" + .. ", +" + . ", +" + . ", +" + ..", +" + .", +" +."}; diff --git a/weapon/bow/longbow.arc b/weapon/bow/longbow.arc new file mode 100644 index 000000000..c67635b51 --- /dev/null +++ b/weapon/bow/longbow.arc @@ -0,0 +1,15 @@ +Object longbow +race arrows +type 14 +nrof 1 +material 16 +face longbow.111 +color_fg brown +dam 20 +weight 8000 +value 500 +sp 40 +no_strength 0 +editable 1024 +attacktype 1 +end