ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/bargaining.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: +9 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_bargaining
2 root 1.8 inherit type_skill
3 root 1.1 name bargaining
4     skill bargaining
5 root 1.10 msg
6     This skill helps you to bargain in shops when buying and selling. The higher
7     your bargaining level is the better prices you will get. Besides having a high
8     bargaining skill it helps a lot to have a high L<charisma|stat_Cha> stat.
9    
10     When you are in a shop, you can C<use_skill bargaining> to see whether that
11     shop will buy the items you want to sell at a higher price than others and
12     whether the shopkeeper likes you. Elf shopkeepers will like elf players.
13     endmsg
14 root 1.5 exp 50
15     level 100
16     subtype 9
17 root 1.1 invisible 1
18     no_drop 1
19     end
20