new frames / rearrangements

This commit is contained in:
Kyle
2022-04-28 19:46:48 -07:00
parent 51e7108572
commit 44c31a283b
4 changed files with 6 additions and 3 deletions

View File

@@ -677,7 +677,6 @@ include('../globalHTML/header-1.php');
<h4>Dominic F.</h4> <h4>Dominic F.</h4>
<h4>Brendan R.</h4> <h4>Brendan R.</h4>
<h4>SE</h4> <h4>SE</h4>
<h4>Pedro P.</h4>
<h4>Connor S.</h4> <h4>Connor S.</h4>
<h4>Damian Z.</h4> <h4>Damian Z.</h4>
<h4>Adjicio</h4> <h4>Adjicio</h4>
@@ -735,6 +734,7 @@ include('../globalHTML/header-1.php');
<h4>Michael G.</h4> <h4>Michael G.</h4>
<h4>Curtis H.</h4> <h4>Curtis H.</h4>
<h4>Viet D.</h4> <h4>Viet D.</h4>
<h4>Pedro P.</h4>
</div> </div>
<h5 class='input-description'>(Please contact me if you would like your name/nickname changed.)</h5> <h5 class='input-description'>(Please contact me if you would like your name/nickname changed.)</h5>
</div> </div>

View File

@@ -54,6 +54,7 @@ const frameNames = new Map ([
['FNM Promo (Inverted Promos)', 'FNM'], ['FNM Promo (Inverted Promos)', 'FNM'],
['Universes Beyond', 'UB'], ['Universes Beyond', 'UB'],
['Full Text', 'FullText'], ['Full Text', 'FullText'],
['Etched (Commander Precons)', 'Etched'],
['ZNR Expeditions (2020)', 'ExpeditionZNR-1'], ['ZNR Expeditions (2020)', 'ExpeditionZNR-1'],
['Signature Spellbook (Jace/Gideon)', 'SignatureSpellbook'], ['Signature Spellbook (Jace/Gideon)', 'SignatureSpellbook'],
['Ixalan Maps', 'Ixalan'], ['Ixalan Maps', 'Ixalan'],
@@ -160,6 +161,7 @@ const frameNames = new Map ([
['Classicshifted Sagas', 'ClassicshiftedSaga'], ['Classicshifted Sagas', 'ClassicshiftedSaga'],
['Classicshifted MDFC Addons', 'ClassicshiftedDFC'], ['Classicshifted MDFC Addons', 'ClassicshiftedDFC'],
['Classicshifted Color Identity Pips', 'ClassicshiftedCIPips'], ['Classicshifted Color Identity Pips', 'ClassicshiftedCIPips'],
['Colored Gilded (SNC)', 'SNCGildedColored'],
['Textless Gilded (SNC)', 'SNCGildedTextless'], ['Textless Gilded (SNC)', 'SNCGildedTextless'],
['Textless Equinox (MID)', 'EquinoxTextless'], ['Textless Equinox (MID)', 'EquinoxTextless'],
['Horizontal Japanese Mystical Archive (STA)', 'MysticalArchiveJPHorizontal'], ['Horizontal Japanese Mystical Archive (STA)', 'MysticalArchiveJPHorizontal'],

View File

@@ -4,6 +4,7 @@ loadFramePacks([
{name:'Simple Inventions', value:'SimpleInventions'}, {name:'Simple Inventions', value:'SimpleInventions'},
{name:'Tapped (Horizontal M15)', value:'Tapped'}, {name:'Tapped (Horizontal M15)', value:'Tapped'},
{name:'Textless Duals', value:'CustomDualLands'}, {name:'Textless Duals', value:'CustomDualLands'},
{name:'Textless Seventh', value:'SeventhTextless'},
{name:'Seventh Edition Planeswalkers', value:'PlaneswalkerSeventh'}, {name:'Seventh Edition Planeswalkers', value:'PlaneswalkerSeventh'},
{name:'Floating Old Border', value:'OldFloating'}, {name:'Floating Old Border', value:'OldFloating'},
{name:'Floating Old Border (Short)', value:'OldFloatingShort'}, {name:'Floating Old Border (Short)', value:'OldFloatingShort'},
@@ -15,9 +16,11 @@ loadFramePacks([
{name:'Classicshifted MDFC Addons', value:'ClassicshiftedDFC'}, {name:'Classicshifted MDFC Addons', value:'ClassicshiftedDFC'},
{name:'Color Identity Pips', value:'ClassicshiftedCIPips'}, {name:'Color Identity Pips', value:'ClassicshiftedCIPips'},
{name:'Showcase Frame Varients', value:'disabled'}, {name:'Showcase Frame Varients', value:'disabled'},
{name:'Colored Gilded (SNC)', value:'SNCGildedColored'},
{name:'Textless Gilded (SNC)', value:'SNCGildedTextless'}, {name:'Textless Gilded (SNC)', value:'SNCGildedTextless'},
{name:'Textless Equinox (MID)', value:'EquinoxTextless'}, {name:'Textless Equinox (MID)', value:'EquinoxTextless'},
{name:'Horizontal Japanese Mystical Archive (STA)', value:'MysticalArchiveJPHorizontal'}, {name:'Horizontal Japanese Mystical Archive (STA)', value:'MysticalArchiveJPHorizontal'},
{name:'Textless Inventions', value:'TextlessInvention'},
{name:'Custom Addons', value:'disabled'}, {name:'Custom Addons', value:'disabled'},
{name:'Brawl Legend Crowns', value:'Brawl'}, {name:'Brawl Legend Crowns', value:'Brawl'},
{name:'Custom Community Frames', value:'disabled'}, {name:'Custom Community Frames', value:'disabled'},

View File

@@ -9,8 +9,6 @@ loadFramePacks([
{name:'Other', value:'disabled'}, {name:'Other', value:'disabled'},
{name:'Generic Showcase', value:'TextlessGenericShowcase'}, {name:'Generic Showcase', value:'TextlessGenericShowcase'},
{name:'Magic Fest Promos', value:'MagicFest'}, {name:'Magic Fest Promos', value:'MagicFest'},
{name:'Inventions', value:'TextlessInvention'},
{name:'Seventh', value:'SeventhTextless'},
{name:'Addons', value:'disabled'}, {name:'Addons', value:'disabled'},
{name:'Legend Crowns', value:'M15LegendCrowns'}, {name:'Legend Crowns', value:'M15LegendCrowns'},
{name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'}, {name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},