parent
d6562e6001
commit
1c9e2b1c63
21
ChangeLog
21
ChangeLog
|
|
@ -1,3 +1,24 @@
|
|||
New cutlery items.
|
||||
Meant to be part of the valuables that are less than gems but better than coins,
|
||||
that Draug's been talking about would be necessary to rebalance sale prices.
|
||||
misc/cutlery/fork.arc
|
||||
misc/cutlery/fork.base.LICENSE
|
||||
misc/cutlery/fork.base.111.png
|
||||
misc/cutlery/fork.face
|
||||
misc/cutlery/knife.arc
|
||||
misc/cutlery/knife.base.LICENSE
|
||||
misc/cutlery/knife.base.111.png
|
||||
misc/cutlery/knife.face
|
||||
misc/cutlery/spoon.arc
|
||||
misc/cutlery/spoon.base.LICENSE
|
||||
misc/cutlery/spoon.base.111.png
|
||||
misc/cutlery/spoon.face
|
||||
misc/cutlery/utensils.arc
|
||||
misc/cutlery/utensils.base.LICENSE
|
||||
misc/cutlery/utensils.base.111.png
|
||||
misc/cutlery/utensils.face
|
||||
Daniel Hawkins 2023-03-10
|
||||
|
||||
New item: hand mirror
|
||||
Fills a weapon slot, but can reflect spells.
|
||||
Provides no other bonuses.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
Object fork
|
||||
name_pl forks
|
||||
nrof 1
|
||||
value 40
|
||||
weight 100
|
||||
face fork.111
|
||||
materialname silver
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 156 B |
|
|
@ -0,0 +1,3 @@
|
|||
comment Derived from base set utensils art by SilverNexus. Made for Crossfire in March 2023.
|
||||
license CC-0
|
||||
licenseurl https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
face fork.111
|
||||
magicmap grey
|
||||
end
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Object knife
|
||||
name_pl knives
|
||||
nrof 1
|
||||
value 45
|
||||
weight 150
|
||||
face knife.111
|
||||
materialname silver
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
|
|
@ -0,0 +1,3 @@
|
|||
comment Derived from base set utensils art by SilverNexus. Made for Crossfire in March 2023.
|
||||
license CC-0
|
||||
licenseurl https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
face knife.111
|
||||
magicmap grey
|
||||
end
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Object spoon
|
||||
name_pl spoons
|
||||
nrof 1
|
||||
value 38
|
||||
weight 100
|
||||
face spoon.111
|
||||
materialname silver
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 160 B |
|
|
@ -0,0 +1,3 @@
|
|||
comment Derived from base set utensils art by SilverNexus. Made for Crossfire in March 2023.
|
||||
license CC-0
|
||||
licenseurl https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
face spoon.111
|
||||
magicmap grey
|
||||
end
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Object utensils
|
||||
name_pl utensils
|
||||
nrof 1
|
||||
value 130
|
||||
weight 350
|
||||
face utensils.111
|
||||
materialname silver
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 202 B |
|
|
@ -0,0 +1,3 @@
|
|||
comment Original art by SilverNexus. Made for Crossfire in March 2023.
|
||||
license CC-0
|
||||
licenseurl https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
face utensils.111
|
||||
magicmap grey
|
||||
end
|
||||
Loading…
Reference in New Issue