Skip to content

Commit

Permalink
영혼수확자 설명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak365 committed Jan 11, 2020
1 parent abd8ba1 commit 04ac971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/daybreak/abilitywar/ability/list/Reaper.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public Reaper(AbstractGame.Participant participant) {
ChatColor.translateAlternateColorCodes('&', "&f7초간 주위를 떠돌게 합니다. " + Messager.formatCooldown(CooldownConfig.getValue())),
ChatColor.translateAlternateColorCodes('&', "&f주위를 떠도는 영혼들은 생명체에 닿으면 해당 생명체에게 데미지를 주며,"),
ChatColor.translateAlternateColorCodes('&', "&f7초 후에는 영혼들을 모두 온 사방으로 흩뿌리며 닿은 생명체들에게"),
ChatColor.translateAlternateColorCodes('&', "&f큰 데미지를 줍니다. 철괴를 좌클릭하면 수확한 영혼의 개수를 확인합니다."));
ChatColor.translateAlternateColorCodes('&', "&f큰 데미지를 줍니다. 스킬을 맞은 모든 적에게 구속 디버프를 부여하며"),
ChatColor.translateAlternateColorCodes('&', "&f철괴를 좌클릭하면 수확한 영혼의 개수를 확인합니다."));
}

private static final RGB BLACK = RGB.of(1, 1, 1);
Expand Down

0 comments on commit 04ac971

Please sign in to comment.