Corvus (BTD6): Difference between revisions
Planterror (talk | contribs) →Spellbook: fixed spells without a duration not appearing in the spellbook table |
Planterror (talk | contribs) m →Spellbook: clarified durations of 0 duration spells |
||
| Line 129: | Line 129: | ||
!Level unlocked | !Level unlocked | ||
{{#cargo_query:table=btd6_spellbook_spells | {{#cargo_query:table=btd6_spellbook_spells | ||
|fields=CONCAT("<tr><td style='background-color:tan'>[[File:", image, "{{!}}50x50px{{!}}link=", _pageName, "{{!}}Icon of ", name, "]]</td><td>'''[[", _pageName, "{{!}}", name, "]]'''<br>", description, "</td><td>", cost, "</td><td>", IF(duration IS NOT NULL, CONCAT(duration, "s</td><td>"), "</td><td>"), cooldown, "s</td><td>", unlocked_at, "</td></tr>")=text | |fields=CONCAT("<tr><td style='background-color:tan'>[[File:", image, "{{!}}50x50px{{!}}link=", _pageName, "{{!}}Icon of ", name, "]]</td><td>'''[[", _pageName, "{{!}}", name, "]]'''<br>", description, "</td><td>", cost, "</td><td>", IF(duration IS NOT NULL, CONCAT(duration, "s</td><td>"), "N/A</td><td>"), cooldown, "s</td><td>", unlocked_at, "</td></tr>")=text | ||
|order by=hotkey | |order by=hotkey | ||
|delimiter=\n | |delimiter=\n | ||