Add crafting file. Add a folder to store crafting items outside misc
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21484 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3041625829
commit
e7466561c2
|
|
@ -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.
|
Add artifact entry for silvered weapons.
|
||||||
Ensure it is restricted to stabbing and slicing weapons, since bludgeoning with
|
Ensure it is restricted to stabbing and slicing weapons, since bludgeoning with
|
||||||
silver doesn't seem like it would make much difference.
|
silver doesn't seem like it would make much difference.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 228 B |
|
|
@ -0,0 +1,3 @@
|
||||||
|
face file.111
|
||||||
|
magicmap grey
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue