ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/levitation.arc
Revision: 1.8
Committed: Sat May 12 19:16:08 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
give missile weapons and throwing a base damage

File Contents

# User Rev Content
1 root 1.4 object skill_levitate
2 root 1.8 inherit type_skill
3 root 1.1 name levitation
4     skill levitation
5 root 1.5 exp 50
6     level 100
7     subtype 32
8 root 1.1 invisible 1
9     last_sp 2
10 root 1.5 move_type fly_low
11 root 1.1 no_drop 1
12 root 1.3 editable 0
13 root 1.1 end
14