diff options
Diffstat (limited to 'db/re/skill_cast_db.txt')
-rw-r--r-- | db/re/skill_cast_db.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index 63b1267f3..2bf3ff9d9 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -3,12 +3,12 @@ // Structure of Database: // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time //== Explained: -// CastingTime : time to cast this skill, in miliseconds -// AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds -// AfterCastWalkDleay : amount of time before character can move again, in miliseconds +// CastingTime : time to cast this skill, in milliseconds +// AfterCastActDelay : "normal" delay, character cannot use skills, in milliseconds +// AfterCastWalkDleay : amount of time before character can move again, in milliseconds // Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data -// Cool Down : amount of time until character can re-use this skill, in miliseconds -// Fixed Casting Time: the skills fixed casting time (when 0, uses 20% of cast time and less than 0 means no fixed cast time) +// Cool Down : amount of time until character can re-use this skill, in milliseconds +// Fixed Casting Time: the skills fixed casting time in milliseconds (when 0, uses 20% of cast time and less than 0 means no fixed cast time) //== Extra // On all fields you can use ':' as a delimiter to level-specific values, // - Example using SM_PROVOKE @@ -1663,6 +1663,11 @@ 2537,5000,5000,0,60000,0,60000,0 //========================================== +//===== Rebellion ========================== +//-- RL_B_TRAP +2555,0,0,0,0,0,10000:11000:12000:13000:14000,0 +//========================================== + //==== Kagerou & Oboro skills ============== //-- KO_YAMIKUMO 3001,0,0,0,60000,0,0,-1 |