From 6b7ca1808f7919e5b983b7127a93ce8c28546aca Mon Sep 17 00:00:00 2001 From: Vogog Date: Mon, 4 Sep 2017 16:19:31 +1200 Subject: [PATCH] Slayer mode backstabs now deal 4x damage, up from 3x. The Assassin set backstab damage multiplier is now 8x damage, up from 6x. --- src/sig/plugin/TwosideKeeper/HelperStructures/PlayerMode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/PlayerMode.java b/src/sig/plugin/TwosideKeeper/HelperStructures/PlayerMode.java index 50c4b24..c7fd2f7 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/PlayerMode.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/PlayerMode.java @@ -93,7 +93,7 @@ public enum PlayerMode { + ChatColor.WHITE+"->Whenever a Slayer kills a target, they recover 1 Heart (2 HP). This can be modified by a special weapon.\n" + ChatColor.GRAY+"->Slayers can enter Stealth mode by pressing Sneak. Once in Stealth mode, Slayers will not leave stealth until they take damage or Sneak again. Stealth mode drains 1 Durability every second from tools on your hotbar.\n" + ChatColor.WHITE+"->While in Stealth mode, nothing will be able to detect you. Note this does not get rid of aggression from targets that have already aggro'd you.\n" - + ChatColor.GRAY+"->Slayers can Backstab targets by getting behind them and hitting them. A backstab does quadruple the normal damage of an attack.\n" + + ChatColor.GRAY+"->Slayers can Backstab targets by getting behind them and hitting them. A backstab does 4x the normal damage of an attack.\n" + ChatColor.WHITE+"->Whenever a Slayer critically strikes, it suppresses a target for 0.75 seconds. Suppression prevents movement, attacking, teleporting, and exploding. Suppressed targets glow Black.\n" + ChatColor.GRAY+"->Slayers thrive in 1vs1 situations. If a target is completely alone, they will glow white to the Slayer. Isolated targets take 50% more damage from the Slayer. Slayer's Dodge Chance increases by 40% against isolated targets.\n" + ChatColor.WHITE+"->Slayers can use the Assassination ability. Press the Drop key while looking at an enemy to perform an assassination: You jump directly behind the enemy, gaining 0.5 seconds of invulnerability. If the next hit after Assassination is performed kills the target, you gain a speed and strength buff. These buffs cap at Speed V and Strength X respectively and last 10 seconds. Assassination cooldown is reset whenever a target is instantly killed in this manner, and you get immediately put back into stealth, preventing further detection from other monsters.\n"),