diff --git a/ChangeLog b/ChangeLog index f90b0fa43..644c822d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Add crafting tool "file". +Can be used to powderize metal bars (well, that's the plan anyway). +crafting/Tools/file.arc +crafting/Tools/file.base.111.png +crafting/Tools/file.face +crafting/README +Daniel Hawkins 2020-10-09 + Add artifact entry for silvered weapons. Ensure it is restricted to stabbing and slicing weapons, since bludgeoning with silver doesn't seem like it would make much difference. diff --git a/crafting/README b/crafting/README new file mode 100644 index 000000000..808e4e068 --- /dev/null +++ b/crafting/README @@ -0,0 +1,5 @@ +This folder contains items that are intermediate products useful only to crafting and other crafting-specific items. + +Materials contains items that have no use outside crafting. +Tools contains items that are used to make intermediary crafting items, like the slicing knife. +Container contains the cauldron, forge, workbenches, etc. diff --git a/crafting/Tools/file.arc b/crafting/Tools/file.arc new file mode 100644 index 000000000..15ae8a608 --- /dev/null +++ b/crafting/Tools/file.arc @@ -0,0 +1,18 @@ +# Like the slicing knife, this is more meant to be a tool than a weapon. +Object file +nrof 1 +type 15 +body_arm -1 +face file.111 +material 2 +skill one handed weapons +weight 1000 +value 7 +name file +name_pl files +client_type 101 +attacktype 1 +weapontype 1 +dam -2 +last_sp 10 +end diff --git a/crafting/Tools/file.base.111.png b/crafting/Tools/file.base.111.png new file mode 100644 index 000000000..3be2e7bd8 Binary files /dev/null and b/crafting/Tools/file.base.111.png differ diff --git a/crafting/Tools/file.face b/crafting/Tools/file.face new file mode 100644 index 000000000..97af5046c --- /dev/null +++ b/crafting/Tools/file.face @@ -0,0 +1,3 @@ +face file.111 +magicmap grey +end