Difference between revisions of "Template:Event points table"
Line 131: | Line 131: | ||
|} | |} | ||
− | <nowiki>*</nowiki> Maximum charges reached if you have not started playing yet. | + | <nowiki>*</nowiki> Maximum charges reached if you have not started playing yet.<!-- |
− | {{#ifexpr: {{{total_hours}}} mod {{#explode:{{Event data: {{{event}}}|10}}|h|0}} > 0|<br> | + | -->{{#ifexpr: {{{total_hours}}} mod {{#explode:{{Event data: {{{event}}}|10}}|h|0}} > 0|<br> |
− | <sup>§</sup> {{#expr: {{{total_hours}}} mod {{#explode:{{Event data: {{{event}}}|10}}|h|0}}}} hours available to complete last charge.}} | + | <sup>§</sup> {{#expr: {{{total_hours}}} mod {{#explode:{{Event data: {{{event}}}|10}}|h|0}}}} hours available to complete last charge.}}<!-- |
− | {{#if:{{#pos:{{Event data: {{{event}}}|11}}|boss_hp}}|<br> | + | -->{{#if:{{#pos:{{Event data: {{{event}}}|11}}|boss_hp}}|<br> |
<sup>†</sup> This is a boss health event, which can potentially end prior to the scheduled finish time.}}</includeonly> | <sup>†</sup> This is a boss health event, which can potentially end prior to the scheduled finish time.}}</includeonly> |
Latest revision as of 05:24, 28 December 2019
Usage
Generates a table showing times, charges, and possible points for an event.
Parameters are:
- event: The name of the event. This is used to extract information about charges from the event's data template.
- start_hour: The hour (0-23) on which event starts, in UTC
- total_hours: The total number of hours from the start time to the end time. For events with unpredictable end times, like boss health events, this controls how many rows of the table to show, and does not indicate the actual end time.
- base_1: The number of base points scorable on the first round of sub-nodes.
- bonus_1: The number of bonus points scorable on the first round of sub-nodes.
- base_2: The number of base points scorable on the second round of sub-nodes. Must be present if there are at least 2 sub-nodes.
- bonus_2: The number of bonus points scorable on the second round of sub-nodes. Must be present if there are at least 2 sub-nodes.
- base_3: The number of base points scorable on the third round of sub-nodes. Must be present if there are at least 3 sub-nodes.
- bonus_3: The number of bonus points scorable on the third round of sub-nodes. Must be present if there are at least 3 sub-nodes.
Example
The following shorthand:
{{Event points table |event=Terrors in the Shadows |start_hour=13 |total_hours=62 |base_1=25 |bonus_1=20 }}
Produces:
Number of charges | Possible points | Time elapsed | Time in UTC | ||
---|---|---|---|---|---|
Base | Bonus | Total | |||
3 (Initial charges) | 75 | 60 | 135 | -START- | 1:00 PM |
4 | 100 | 80 | 180 | +8 Hrs | 9:00 PM |
5 (Max charges reached)* | 125 | 100 | 225 | +16 Hrs | 5:00 AM |
6 | 150 | 120 | 270 | +24 Hrs | 1:00 PM |
7 | 175 | 140 | 315 | +32 Hrs | 9:00 PM |
8 | 200 | 160 | 360 | +40 Hrs | 5:00 AM |
9 | 225 | 180 | 405 | +48 Hrs | 1:00 PM |
10§ | 250 | 200 | 450 | +56 Hrs | 9:00 PM |
Event end | 450 | +62 Hrs | 3:00 AM |
* Maximum charges reached if you have not started playing yet.
§ 6 hours available to complete last charge.