ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_dexterity.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.6 object spell_dexterity
2 root 1.11 inherit type_spell
3 root 1.1 name dexterity
4     name_pl dexterity
5 root 1.7 skill sorcery
6     msg
7 root 1.10 Temporarily increase your dexterity by some amount.
8 root 1.8 The amount depends on your current dexterity and your strength as a magician.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_sorcery.x11
11 root 1.7 dex 1
12     sp 12
13 root 1.9 level 16
14 root 1.1 type 101
15     subtype 24
16 root 1.7 path_attuned 32
17 root 1.1 value 30
18     invisible 1
19 root 1.7 duration 500
20 root 1.5 duration_modifier 4
21 root 1.7 no_drop 1
22     casting_time 20
23 root 1.1 end
24 root 1.7