diff --git a/src/frontend/src/app/frontcraft/pages/rules/rules.component.html b/src/frontend/src/app/frontcraft/pages/rules/rules.component.html index 60bf97c..c72ae6d 100644 --- a/src/frontend/src/app/frontcraft/pages/rules/rules.component.html +++ b/src/frontend/src/app/frontcraft/pages/rules/rules.component.html @@ -1,66 +1,77 @@ - - - - +
+
+ +

How it works

  • - Everyone starts out with 1 soft reserve right per raid tier (you can see them in your user profile) + Everyone starts out with 1 soft reserve per raid tier (you can see them in your user profile)
  • The tiers are: MC+Ony, BWL, ZG, AQ20, AQ40, Naxx
  • - You gain 1 reserve right for a raid you attend. 2 if you were benched. Rights are granted on raid start. + You gain 1 reserve for a raid you attend. 2 if you were benched. New reserves are granted on + raid start.
  • - When you sign up to a raid you can spend your reserve rights + When you sign up to a raid you can spend your reserves on an item
  • Every week you can re-reserve the same item to build a streak on it
  • - If an item was not reserved at all, players may roll according to their priority
    (e.g. Mage has +1, Warlock has +2. Nobody reserved, only Warlocks roll) + If you want to change your reserve you can unsign and sign up again.
  • -
-
-

Specifics about streaks

+

Priorities

  • - Some classes and races get an initial boost to specific reserves. The list is on the second tab. + Some classes and races may get an initial boost to specific streaks. The list is on the + right
  • - Switching the selected item destroys previous streaks. (Streaks must be continued without switchup) -
  • -
  • - If you have more than 1 softreserve you can reserve multiple different items. You may only continue one streak the following raid. -
  • -
  • - If you have more than 1 softreserve you can reserve the same item several times to increase its streak. -
  • -
  • - The softreserve counter, Reserves, and Streaks are tiers-specific and only count within their tier. -
  • -
  • - Canceling the signup refunds active reserves and continued streaks. Destroyed streaks cannot be recovered. + If an item was not reserved at all, players may roll according to their priority
    (e.g. + Mage + has +1, Warlock has +2. Nobody reserved, only Warlocks roll)
- - +
+

Streaks

+
    +
  • + Switching the selected item destroys previous streaks. (Streaks must be continued without + switchup) +
  • +
  • + The softreserve counter, Reserves, and Streaks are tiers-specific and only count within + their tier. This means for example BWL raids do in no way affect the AQ loot system. +
  • +
+

Pitfalls

+
    +
  • + Canceling the signup refunds active reserves as if the item was reserved using one + reserve. Try to keep this in mind if you were benched and reserve a fresh item. +
  • +
  • + No reserve is a valid reserve. This means forgetting to continue your streak will set it + zero. +
  • +
+
+
+
+ +
+ + +

+ No active priorities +

- +
@@ -68,7 +79,8 @@
- +{{rule.modifier}} {{rule.race}} {{rule.specname}} {{rule.class}} + +{{rule.modifier}} {{rule.race}} {{rule.specname}} {{rule.class}}
({{rule.description}})
@@ -77,8 +89,7 @@
- - -
-
- + + +
+
\ No newline at end of file