ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/alchemist.arc
(Generate patch)

Comparing deliantra/arch/skills/alchemist.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:32 2006 UTC vs.
Revision 1.10 by root, Wed Nov 21 11:50:57 2012 UTC

1Object skill_alchemy 1object skill_alchemy
2inherit type_skill
2name alchemy 3name alchemy
3skill alchemy 4skill alchemy
4type 43 5msg
6You can identify potions, containers, and different kinds of ore and
7mineral, mix potions and create other stuff (such as gold, weapons, deadly
8monsters killing him/her etc.) from other ingredients using a cauldron.
9
10To identify alchemy stuff you have to stand over it or have it in your inventory and
11issue the command C<use_skill alchemy>. The alchemy items will be identified. Some might
12not get identified if your alchemy level is too low.
13
14A higher alchemy level will also help you to estimate the value of items better.
15
16To create something new, for example some dust or potion, you have to get a B<cauldron>.
17You find these in shops, guilds and some appartments. Some alchemy shops also let you use
18their cauldron for a fee. All you need now is to know what items creates which other item.
19You learn the ingredients this by finding recipes. It is B<very important> that you B<identify>
20all ingredients for a recipe before using them!
21
22For a start you could try to make B<water of the wise>:
23
24Get 7 water bottles (filled), identify them, put them in a cauldron, do C<use_skill alchemy>.
25If everything worked there should be B<water of the wise> in the cauldron now.
26Congratulations, your first alchemy was done!
27
28Be careful when doing alchemy and trying complicated receipes, they might fail and
29will backfire heavily at you.
30
31I<Never, ever, do alchemy in your home or in public places!> You can
32easily create powerful monsters that will kill you, kill you again when
33you wake up in your savebed, kill you again... etc.
34endmsg
35exp 250
36level 250
37subtype 6
5invisible 1 38invisible 1
6no_drop 1 39no_drop 1
7subtype 6
8editable 0
9body_skill -1
10exp 250
11level 250
12end 40end
13 41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines