Updates the Umbra Class spec message on their ult to reflect changes (#22244)

* The fix

* Contra review
This commit is contained in:
DGamerL
2023-09-07 11:17:01 +01:00
committed by GitHub
parent 35505b9e45
commit 9af3ebdc88
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -85,7 +85,8 @@ const UmbrMenu = (props, context) => {
<b>Shadow anchor</b>: Unlocked at 250 blood, casting it will create
an anchor at the cast location after a short delay.
If you then cast the ability again, you are teleported back to the anchor.
If you do not cast again within 2 minutes, you are forced back to the anchor.
If you do not cast again within 2 minutes, you will do a fake recall,
causing a clone to appear at the anchor and making yourself invisible.
It will not teleport you between Z levels.
</p>
<p>
@@ -108,7 +109,8 @@ const UmbrMenu = (props, context) => {
<Divider />
<b>Eternal darkness</b>: When toggled, you consume yourself in unholy
darkness, only the strongest of lights will be able to see through it.
It will also cause nearby creatures to freeze.
Inside the radius, nearby creatures will freeze and energy projectiles
will deal less damage.
</p>
<p>In addition, you also gain permament X-ray vision.</p>
<Button content="Umbrae" onClick={() => act('umbrae')} />
File diff suppressed because one or more lines are too long