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

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

1Object skill_levitate 1object skill_levitate
2inherit type_skill
2name levitation 3name levitation
3skill levitation 4skill levitation
4type 43 5msg
6You can levitate (fly low) at will. Using the skill first makes you
7levitate, and at the second time returns you to the earth.
8Levitation can be useful to fly over water streams that move you
9if you walk in them, or it prevents you from falling into a pit.
10endmsg
11exp 50
12level 100
13subtype 32
5invisible 1 14invisible 1
6last_sp 2 15last_sp 2
7flying 1 16move_type fly_low
8no_drop 1 17no_drop 1
9subtype 32
10editable 0
11body_skill -1 18body_skill 0
12exp 50
13level 100
14end 19end
15 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines