Skip to content

Commit

Permalink
Update line numbers in links to src/map/mob.c
Browse files Browse the repository at this point in the history
Line numbers in src/map/mob.c get changed in HerculesWS#2691
  • Loading branch information
Kenpachi2k13 authored Apr 14, 2020
1 parent 391fc46 commit 434c205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/mob_skill_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ Minimum value is `1`. Maximum value is `10000`.

### CastTime
The skill's cast time in milliseconds.
Minimum value is `0`. Maximum value is `MOB_MAX_CASTTIME` from [src/map/mob.c](../src/map/mob.c).
Minimum value is `0`. Maximum value is `MOB_MAX_CASTTIME` from [src/map/mob.c](../src/map/mob.c#L81).

### Delay
The time in milliseconds before attempting to cast the same skill again.
Minimum value is `0`. Maximum value is `MOB_MAX_DELAY` from [src/map/mob.c](../src/map/mob.c#L81).
Minimum value is `0`. Maximum value is `MOB_MAX_DELAY` from [src/map/mob.c](../src/map/mob.c#L82).

### Cancelable
Defines whether the skill is cancelable or not.
Expand All @@ -170,7 +170,7 @@ MSC_LONGRANGEATTACKED | Monster is range attacked.
MSC_AFTERSKILL | Monster has used skill `ConditionData`. (If `ConditionData` is `0`, all skills are triggered.)
MSC_SKILLUSED | Skill `ConditionData` was used on the monster. (If `ConditionData` is `0`, all skills are triggered.)
MSC_CASTTARGETED | A skill is being cast on the monster.
MSC_RUDEATTACKED | Monster was rude attacked `RUDE_ATTACKED_COUNT` times. ([src/map/mob.c#L83](../src/map/mob.c))
MSC_RUDEATTACKED | Monster was rude attacked `RUDE_ATTACKED_COUNT` times. ([src/map/mob.c#L84](../src/map/mob.c))
MSC_MASTERHPLTMAXRATE | The monster master's HP in percent is less than `ConditionData`.
MSC_MASTERATTACKED | The monster's master is attacked.
MSC_ALCHEMIST | The monster was summoned by an Alchemist class character.
Expand Down

0 comments on commit 434c205

Please sign in to comment.