Script Summary: formats raid links posted in kongregate forum
Version: 1.0.0.0
To Change the way raid links are displayed edit the first line in the script.
Default value :: const raidLinkFormat = "<name> - <diff> - <fs>/<os>";
Raid Format Commands
| Tag name | Description |
|---|---|
<image> | Displays the Legacy of a Thousand Suns' icon |
<name> | Display's the raid boss's name |
<shortname> | Display's the short version of raid boss's name (eg. Erebus instead of Erebus the Black) |
<diff> | Displays the raid's difficulty in short format("N" for normal, "H" for hard, and so on) |
<diff:num> | Displays the raid's difficulty in number format("1" for normal, "2" for hard, and so on) |
<diff:long> | Displays the raid's difficulty in long format("Normal" for normal, "Hard" for hard, and so on) |
<size> | Displays the maximum amount of players that can hit the raid |
<dur> | Displays the maximum duration the raid will last(ie: 72hrs) |
<dur:num> | Displays the maximum duration but without "hrs" appended to it |
<stat> | Displays what stats can be used to hit the raid in short format("S" for stamina, "H" for Honor, "E" for Energy) |
<stat> | Displays what stats can be used to hit the raid in long format("Stamina", "Honor", "Energy") |
<health> | Displays the maximum health for the raid |
<health:num> | Displays the maximum health for a raid as a number |
<fs> | Displays fair share for the raid |
<fs:Num> | Displays fair share for the raid as a number |
<os> | Displays optimal share for the raid |
<os:Num> | Displays optimal share for the raid as a number |
<bossId> | Displays the bossId taken from kv_raid_boss=... in the raid link |
<raidId> | Displays the raid link's unique Id. |
<hash> | Displays the raid link's hash code. |



