ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/jeweler.arc
Revision: 1.10
Committed: Wed Nov 21 11:50:57 2012 UTC (11 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +8 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_jeweler
2 root 1.8 inherit type_skill
3 root 1.1 name jeweler
4     skill jeweler
5 root 1.10 msg
6     You can identify amulets, rings and talismans. One can also improve magic
7     rings or enchant non-magic rings to give them stat bonuses, this works
8     similar to the L<alchemy skill|skill_description/alchemy>, only that
9     you need to put the ingredients in a B<jeweler's workbench>.
10    
11     For a more detailed documentation look in the L<jeweler skill documentation|jeweler_skill>.
12     endmsg
13 root 1.5 exp 100
14     level 300
15     subtype 5
16 root 1.1 invisible 1
17     no_drop 1
18     end
19