Skip to content

Commit

Permalink
Fix overbearing smash
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Mar 27, 2024
1 parent 123dc25 commit dcaf408
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl SkillData {
self.map.contains_key(&id)
}

/// Retrieves the [`SkillEntry`] corresponding to the skill id.
/// Retrieves the [`SkillInfo`] corresponding to the skill id.
///
/// This includes disabled definitions.
pub fn get(&self, id: u32) -> Option<&SkillInfo> {
Expand Down
10 changes: 6 additions & 4 deletions src/data/skills/ranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
hits: 3
expected: 2
- id: 69262 # overbearing smash
hit_ids: [63201] # follow-up
hits: 2
hits: 1
- id: 63201 # overbearing smash follow-up
hits: 1
- id: 63197 # unleashed overbearing smash
hit_ids: [63224] # follow-up
hits: 2
hits: 1
- id: 63224 # unleashed overbearing smash follow-up
hits: 1

# mace
- id: 71999 # flourish
Expand Down

0 comments on commit dcaf408

Please sign in to comment.