--- deliantra/arch/skills/jumping.arc 2006/02/06 20:26:32 1.1.1.1 +++ deliantra/arch/skills/jumping.arc 2012/11/21 11:50:57 1.11 @@ -1,15 +1,20 @@ -Object skill_jumping +object skill_jumping +inherit type_skill name jumping skill jumping -type 43 -invisible 1 -no_drop 1 -dam 5 -last_sp 1 -subtype 10 -editable 0 -body_skill -1 +msg +You can "skip" over one, two or three spaces in the selected +direction. Distance depends on weight carried, L and +L of the user. This skill may also be used as an +attack. +endmsg exp 5 +dam 5 level 250 +subtype 10 +attacktype 1 +invisible 1 +last_sp 1 +no_drop 1 end