Add "tissue paper" archetype, to replace ones in Raffle.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21773 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
096c2bbdf5
commit
d9525c4b53
|
|
@ -1,3 +1,7 @@
|
|||
Add "tissue paper" archetype, to replace ones in Raffle.
|
||||
misc/item/tissue*
|
||||
Nicolas Weeger 2020-01-16
|
||||
|
||||
Fix formula ingredient for "sickle sword".
|
||||
formulae
|
||||
Nicolas Weeger 2020-01-16
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
Object tissue_paper
|
||||
name tissue paper
|
||||
nrof 1
|
||||
face tissu.111
|
||||
weight 5000
|
||||
value 3000
|
||||
material 1
|
||||
end
|
||||
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
|
@ -0,0 +1,3 @@
|
|||
face tissu.111
|
||||
magicmap blue
|
||||
end
|
||||
Loading…
Reference in New Issue