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

File Contents

# User Rev Content
1 root 1.4 object skill_singing
2 root 1.8 inherit type_skill
3 root 1.1 name singing
4     skill singing
5 root 1.10 msg
6     You may pacify hostile monsters with this area attack skill (it is
7     directionless and affects the area around you - the higher the skill,
8     the larger the area). Certain kinds of monsters are immune. Success
9     depends on user's level and her L<charisma|stat_Cha> vs. the monster's
10     L<intelligence|stat_Int> and level.
11    
12     Singing is a good companion skill for the L<oratory
13     skill|skill_description/oratory>: first you pacify creates using singing,
14     then you can orate them, convincing them if your cause. It is a useful
15     skill when monsters are overwhelming you, too.
16     endmsg
17 root 1.5 exp 10
18     level 150
19     subtype 13
20 root 1.1 invisible 1
21     no_drop 1
22     end
23