diff --git a/ChangeLog b/ChangeLog index 64f52fdd8..0a653f6dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ +Add experimental steel shortsword. +The intent is to make a full set of steel weaponry, +but balancing the steel shortsword should give a good +idea of what to do on the other weapons. +weapon/sword/steel_ssword_1.arc +weapon/sword/steel_ssword_1.base.111.png +SilverNexus 2014-08-26 + Finally add my leather developments from earlier. Adjusted tanning bench to be able to hold behemoth's hide misc/Container/tanbench.arc diff --git a/weapon/sword/steel_ssword_1.arc b/weapon/sword/steel_ssword_1.arc new file mode 100644 index 000000000..d1eb0fa6d --- /dev/null +++ b/weapon/sword/steel_ssword_1.arc @@ -0,0 +1,18 @@ +Object steel_shortsword +nrof 1 +last_sp 6 +type 15 +face steel_ssword_1.111 +material 2 +materialname steel +dam 6 +weight 10000 +value 150 +attacktype 1 +weapontype 1 +name steel shortsword +name_pl steel shortswords +client_type 101 +body_arm -1 +skill one handed weapons +end diff --git a/weapon/sword/steel_ssword_1.base.111.png b/weapon/sword/steel_ssword_1.base.111.png new file mode 100644 index 000000000..f5f6c829c Binary files /dev/null and b/weapon/sword/steel_ssword_1.base.111.png differ