ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/mushroom_2.arc
Revision: 1.8
Committed: Sun Oct 11 05:43:35 2009 UTC (14 years, 8 months ago) by sf-marcmagus
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81
Changes since 1.7: +1 -1 lines
Log Message:
Give artifact foods sufficiently long duration so they're worth having.
Make artifact foods effects not stack with themselves, so they're not way too good.
Add a couple of new artifact mushrooms.
Make all mushroom types available when crafting mushrooms using woodsman: each craft attempt will generate a random mushroom type.
Tweak force_add so it can't cause improved sustenance, provide force_set_timer so they can be reset.

File Contents

# User Rev Content
1 root 1.6 object mushroom_2
2 root 1.1 name mushroom
3 root 1.7 name_pl mushrooms
4 pippijn 1.2 face mushroom_2.x11
5 sf-marcmagus 1.8 food 150
6 root 1.1 nrof 1
7     type 6
8 root 1.7 materialname organic
9 root 1.1 value 6
10     weight 100
11 root 1.7 client_type 601
12 root 1.1 editable 2048
13     magicmap brown
14     end
15 root 1.7