Documents Goad, Commander, and Ticket symbols previously added (#135)

This commit is contained in:
Andrew Gioia 2024-11-04 15:58:22 -05:00
parent 533f4dcbe7
commit b5b10eeb28
Signed by: andrew
GPG Key ID: FC09694A000800C8
3 changed files with 28 additions and 0 deletions

View File

@ -10,6 +10,18 @@ All notable changes to this project will be documented in this file.
## Versions
### [1.17.0] 2024-XX-XX 2024 abilities
#### Added
#### Changed
* **Breaking change:** with Pawprint now being {P}, Phyrexian has been moved to {H} instead. This changes the class names for these mana costs as of this version, so all `.ms-p` will now show the Pawprint instead of the Phyrexian symbol. Please replace Phyrexian with `.ms-h`. Sorry about this!
#### Fixed
* Documented Goad, Commander, and Ticket symbols that were previously added ([#135](https://github.com/andrewgioia/mana/issues/135))
### [1.16.1] 2024-10-28 Watermark documentation
#### Added

View File

@ -108,6 +108,7 @@
<span class="utf"><i>&#xe92a;</i> ms-saga <code>&amp;#xe92a;</code></span>
<span class="utf"><i>&#xe61a;</i> ms-tap <code>&amp;#xe61a;</code></span>
<span class="utf"><i>&#xe61c;</i> ms-tap-alt <code>&amp;#xe61c;</code></span>
<span class="utf"><i>&#xe9c4;</i> ms-ticket <code>&amp;#xe9c4;</code></span>
<span class="utf"><i>&#xe922;</i> ms-toughness <code>&amp;#xe922;</code></span>
<span class="utf"><i>&#xe61b;</i> ms-untap <code>&amp;#xe61b;</code></span>
<span class="utf"><i>&#xe98a;</i> ms-ci-1 <code>&amp;#xe98a;</code></span>
@ -126,6 +127,7 @@
<span class="utf"><i>&#xe61e;</i> ms-artifact <code>&amp;#xe61e;</code></span>
<span class="utf"><i>&#xe9d1;</i> ms-battle <code>&amp;#xe9d1;</code></span>
<span class="utf"><i>&#xe9d2;</i> ms-battle-siege <code>&amp;#xe9d2;</code></span>
<span class="utf"><i>&#xe9c6;</i> ms-commander <code>&amp;#xe9c6;</code></span>
<span class="utf"><i>&#xe972;</i> ms-conspiracy <code>&amp;#xe972;</code></span>
<span class="utf"><i>&#xe61f;</i> ms-creature <code>&amp;#xe61f;</code></span>
<span class="utf"><i>&#xe620;</i> ms-enchantment <code>&amp;#xe620;</code></span>
@ -152,6 +154,7 @@
<span class="utf"><i>&#xe90b;</i> ms-dfc-moon <code>&amp;#xe90b;</code></span>
<span class="utf"><i>&#xe90a;</i> ms-dfc-emrakul <code>&amp;#xe90a;</code></span>
<span class="utf"><i>&#xe920;</i> ms-dfc-enchantment <code>&amp;#xe920;</code></span>
<span class="utf"><i>&#xe9c5;</i> ms-dfc-land <code>&amp;#xe9c5;</code></span>
<span class="utf"><i>&#xe98f;</i> ms-dfc-lesson <code>&amp;#xe98f;</code></span>
<span class="utf"><i>&#xe9d3;</i> ms-dfc-front <code>&amp;#xe9d3;</code></span>
<span class="utf"><i>&#xe9d4;</i> ms-dfc-back <code>&amp;#xe9d4;</code></span>
@ -249,6 +252,7 @@
<span class="utf"><i>&#xe952;</i> ms-ability-flying <code>&amp;#xe952;</code></span>
<span class="utf"><i>&#xe9c1;</i> ms-ability-for-mirrodin <code>&amp;#xe9c1;</code></span>
<span class="utf"><i>&#xe990;</i> ms-ability-foretell <code>&amp;#xe990;</code></span>
<span class="utf"><i>&#xe9c9;</i> ms-ability-goad <code>&amp;#xe9c9;</code></span>
<span class="utf"><i>&#xe9e4;</i> ms-ability-haktos-the-unscarred <code>&amp;#xe9e4;</code></span>
<span class="utf"><i>&#xe953;</i> ms-ability-haste <code>&amp;#xe953;</code></span>
<span class="utf"><i>&#xe954;</i> ms-ability-hexproof <code>&amp;#xe954;</code></span>

View File

@ -205,6 +205,9 @@
<div class="icon" id="acorn" name="Acorn">
<span><i class="ms ms-acorn"></i> Acorn <em>(acorn)</em></span>
</div>
<div class="icon" id="ticket" name="Ticket">
<span><i class="ms ms-ticket"></i> Ticket <em>(ticket)</em></span>
</div>
<div class="icon" id="rarity" name="Rarity">
<span><i class="ms ms-rarity"></i> Rarity <em>(rarity)</em></span>
</div>
@ -261,6 +264,9 @@
<div class="icon" id="dfc-enchantment" name="Enchantment">
<span><i class="ms ms-dfc-enchantment"></i> Enchantment <em>(dfc-enchantment)</em></span>
</div>
<div class="icon" id="dfc-land" name="Emrakul">
<span><i class="ms ms-dfc-land"></i> Land <em>(dfc-land)</em></span>
</div>
<div class="icon" id="dfc-lesson" name="Lesson">
<span><i class="ms ms-dfc-lesson"></i> Lesson <em>(dfc-lesson)</em></span>
</div>
@ -334,6 +340,9 @@
<div class="icon" id="battle-siege" name="Battle - Siege">
<span><i class="ms ms-battle-siege"></i> Battle - Siege <em>(battle-siege)</em></span>
</div>
<div class="icon" id="commander" name="Commander">
<span><i class="ms ms-commander"></i> Commander <em>(commander)</em></span>
</div>
</div>
<h4 style="padding-top:25px;">Color Indicators</h4>
@ -695,6 +704,9 @@
<div class="icon" id="foretell" name="Foretell">
<span><i class="ms ms-ability-foretell"></i> Foretell <em>(ability-foretell)</em></span>
</div>
<div class="icon" id="goad" name="Goad">
<span><i class="ms ms-ability-goad"></i> Goad <em>(ability-goad)</em></span>
</div>
<div class="icon" id="haste" name="Haste">
<span><i class="ms ms-ability-haste"></i> Haste <em>(ability-haste)</em></span>
</div>