User:Coffeesaga/Sandbox/Project ReForge starter kit: Difference between revisions

From Archon Arcana - The KeyForge Wiki
(Created page with "<html> <style> .mw-body h1 { display:none !important; } .grid-container { display: grid; grid-template-columns: auto 200px; grid-column-gap: 10px; grid-row-gap:20px...")
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 13: Line 13:
   margin-right:auto;
   margin-right:auto;
   padding:0px 10px 0px 10px;
   padding:0px 10px 0px 10px;
  max-width:900px;
   margin-bottom:50px;
   margin-bottom:50px;
   background-color: #ffffff;
   background-color: #ffffff;
Line 21: Line 20:
   grid-column-start:1;
   grid-column-start:1;
   grid-column-end:3;
   grid-column-end:3;
      font-family:fugaz one,mate sc;
   text-align:center;
   text-align:center;
   font-size:7em;
   margin-bottom:-60px;
  filter:drop-shadow(0px 0px 10px #c0c0c0);
}
}


.logo span {
.logo img {
     border:5px solid #4f000b;
     filter:drop-shadow(16px 24px 2px #808080, 6px 32px 4px #a0a0a0, 8px 12px -5px #c0c0c0);
   border-radius:50%;
   width:100%;
   padding:10px 20px 0px 20px;
   height:auto;
  overflow:hidden;
   max-width:250px;
   background-color:#8d0801;
  color:#edf2f4;
    box-shadow:0 16px 24px 2px rgba(29,17,51,.04), 0 6px 32px 4px rgba(9,32,77,.12), 0 8px 12px -5px rgba(29,17,51,.12);
}
}
.subtitle {
.subtitle {
   grid-column-start:1;
   grid-column-start:1;
   grid-column-end:3;
   grid-column-end:3;
     font-family:mate sc;
     font-family:poppins,fugaz one,mate sc;
  font-weight:600;
   text-align:center;
   text-align:center;
   font-size:3em;
   font-size:3em;
  background-color:#e0e0e0;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}
}


Line 48: Line 47:
   grid-column-end:3;
   grid-column-end:3;
   text-align:left;
   text-align:left;
   font-family:lato;
   font-family:roboto,lato;
   font-size:1.4rem;
   font-size:1.4rem;
  line-height:1.5em;
   padding-bottom:10px;
   padding-bottom:10px;
}
}


.heading-3 {
.heading-3 {
    grid-column-start:1;
  grid-column-start:1;
   grid-column-end:3;
   grid-column-end:3;
   font-family:mate sc,lato;
   font-family:poppins,lato;
   font-size:1.7rem;
   font-size:1.7rem;
   text-align:left;
   text-align:left;
    background-color:#8d0801;
  background-color:#33410b;
  box-shadow:0 16px 24px 2px rgba(29,17,51,.04), 0 6px 32px 4px rgba(9,32,77,.12), 0 8px 12px -5px rgba(29,17,51,.12);
   color:#edf2f4;
   color:#edf2f4;
   padding:20px 10px 20px 20px;
   padding:15px 10px 15px 20px;
   counter-reset: category-count;
   counter-reset: category-count;
   margin-top:20px;
   margin-top:20px;
      box-shadow:0 16px 24px 2px rgba(29,17,51,.04), 0 6px 32px 4px rgba(9,32,77,.12), 0 8px 12px -5px rgba(29,17,51,.12);
}
}


Line 70: Line 70:
   grid-column-start:1;
   grid-column-start:1;
   grid-column-end:3;
   grid-column-end:3;
   font-family:lato;
   font-family:roboto,lato;
   background-color:#ffffff;
   background-color:#e0e0e0;
   color:#000000;
   color:#000000;
   font-size:1.4rem;
   font-size:1.3rem;
   text-align:left;
   text-align:left;
   padding:10px 10px 10px 10px;
   padding:10px 10px 10px 10px;
  box-shadow:0 16px 24px 2px rgba(29,17,51,.04), 0 6px 32px 4px rgba(9,32,77,.12), 0 8px 12px -5px rgba(29,17,51,.12);
    
    
}
}
Line 83: Line 82:
   counter-increment: category-count;  
   counter-increment: category-count;  
   content: counter(category-count) "";  
   content: counter(category-count) "";  
     font-size:1.5em;
     font-size:1.4em;
   font-family:zilla slab;
   font-family:roboto,zilla slab;
   padding:0px 10px 3px 10px;
   padding:0px 10px 0px 10px;
   margin-right:10px;
   margin-right:10px;
   color:#8d0801;
   color:#303030;
   background-color:#d3d3d3;
   background-color:#ffffff;
  border-radius:50%;
  border:2px solid #c0c0c0;
}
}




.heading-4:first-letter {
.heading-4 img {
  height:60px;
  width:auto;
  margin-top:-20px;
  margin-bottom:-20px;
  margin-left:auto;
}
}


.item-description, .assembly-description {
.item-description, .assembly-description {
   font-family:lato;
   font-family:roboto,lato;
   padding:10px;
   padding:10px;
     grid-column-start:1;
     grid-column-start:1;
Line 125: Line 131:


.file-description {
.file-description {
   font-family:lato;
   font-family:roboto,lato;
     grid-column-start:1;
     grid-column-start:1;
   grid-column-end:3;
   grid-column-end:3;
Line 152: Line 158:
    
    
   .subtitle {
   .subtitle {
     font-size:2.5em;
     font-size:2em;
   }
   }
    
    
   .project-description {
   .project-description {
     font-size:1.1rem;
     font-size:1.1rem;
  }
 
  .heading-3 {
    box-shadow:0 16px 24px 2px rgba(29,17,51,.04), 0 8px 12px -5px rgba(29,17,51,.12);
   }
   }
    
    
Line 182: Line 192:




}


}
}
Line 187: Line 199:
</style>
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
 
<link href='https://fonts.googleapis.com/css?family=Zilla Slab' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Zilla Slab' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Fugaz One' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Fugaz One' rel='stylesheet'>
Line 194: Line 209:


<div class="grid-container">
<div class="grid-container">
   <div class="logo"><span>RF</span></div>
   <div class="logo"><img src="https://archonarcana.com/images/d/d9/ReForge-icon.png"></div>
<div class="subtitle">Build a Starter Kit</div>
<div class="subtitle">Build a Starter Kit</div>
   <div class="project-description">A Project ReForge starter kit is a great way to repurpose extra decks in order to grow your local KeyForge community. This short guide will walk you through how to build your own starter kits.</div>
   <div class="project-description">A Project ReForge starter kit is a great way to repurpose extra decks in order to grow your local KeyForge community. This short guide will walk you through how to build your own starter kits.</div>
Line 201: Line 216:
    
    
   <div class="heading-4">Paper favor bags or lunch bags</div>
   <div class="heading-4">Paper favor bags or lunch bags</div>
   <div class="item-description"><img src="https://archonarcana.com/images/f/f4/Lunch_bag.png" class="image-right lunch-bag">You will need a bag to hold the contents of each starter kit. We recommend paper favor bags, as they are inexpensive and lightweight. Favor bags can be easily found in bulk on online stores like Amazon or at craft stores. </div>
   <div class="item-description"><img src="https://archonarcana.com/images/f/f4/Lunch_bag.png" class="image-right lunch-bag">You will need a bag to hold the contents of each starter kit. We recommend paper favor bags, as they are inexpensive and lightweight. Paper lunch bags will also work well to hold your starter kit.<p>Favor bags can be easily found in bulk on online stores like Amazon or at craft stores. </div>
    
    
     <div class="heading-4">4 KeyForge decks per kit </div>
     <div class="heading-4">4 KeyForge decks per kit </div>
   <div class="item-description"><img src="https://archonarcana.com/images/e/ef/Four_playing_cards.png" class="image-left lunch-bag">The most important part of the starter kit is the KeyForge decks. While a kit can contain fewer than four decks, including this many decks allows new players to explore more cards, more playstyles, and more matchups.
   <div class="item-description"><img src="https://archonarcana.com/images/e/ef/Four_playing_cards.png" class="image-left lunch-bag">The most important part of the starter kit is the KeyForge decks. While a kit can contain fewer than four decks, including this many decks allows new players to explore more cards, more playstyles, and more matchups.
     <p>We recommend including a variety of different houses. Opening four decks with very similar house combinations can be a disappointing experience.</p>
     <p>We recommend including a variety of different houses. Opening four decks with very similar house combinations can lead to a negative experience.</p>
     </div>
     </div>
    
    
       <div class="heading-4">Tokens (or a guide to everyday objects that can be used as tokens) </div>
       <div class="heading-4">Tokens (or a guide to everyday objects that can be used as tokens) </div>
   <div class="item-description"><img src="https://archonarcana.com/images/c/cb/Coin_stack.png" class="image-right lunch-bag">If you are including physical tokens, we recommend the following per starter kit:
   <div class="item-description"><img src="https://archonarcana.com/images/c/cb/Coin_stack.png" class="image-right lunch-bag">A ReForge kit should contain enough for two players to play the game. If you are including physical tokens, we recommend the following per starter kit:
     <ul>
     <ul>
       <li>Small plastic bag to hold the tokens (such as a jewelry bag, sandwich bag, or small Ziploc bag)  
       <li>Small plastic bag to hold the tokens (such as a jewelry bag, sandwich bag, or small Ziploc bag)  
     <li>X Æmber
     <li>20 Æmber
     <li>X Damage
     <li>15 1-Damage
     <li>X Power  
     <li>4 3-Damage
     <li>X Stun
    <li>3 5-Damage
     <li>X Enrage  
    <li>20 Power  
     <li>X Ward  
     <li>8 Stun
     <li>X Keys
     <li>9 Enrage  
     <li>X Chain trackers
     <li>10 Ward  
     <li>6 Keys
     <li>2 Chain trackers
     </ul>
     </ul>
     If you are not including physical tokens, print out a copy of <a href="#token-substitutes">our token guide</a>. This PDF file is a list of common household objects that can be used as KeyForge tokens.  
     If you are not including physical tokens, print out a copy of <a href="#token-substitutes">our token guide</a>. This PDF file is a list of common household objects that can be used as KeyForge tokens.  
Line 240: Line 257:


    
    
   <div class="heading-3">Print Files (PDF)</div>
   <div class="heading-3">Download Files</div>
   <div class="heading-4" id="external-label"><a href="">External label</a></div>
      <div class="heading-4" id="starter-guide"><a href="">Starter Guide</a> (PDF)</div>
    <div class="file-description">This guide includes the basic rules and a list of resources for new players. </div>
   <div class="heading-4" id="external-label"><a href="">External label</a> (PDF)</div>
   <div class="file-description">Attach this label to the outside of your starter kits. </div>
   <div class="file-description">Attach this label to the outside of your starter kits. </div>
     <div class="heading-4" id="starter-guide"><a href="">Starter Guide</a></div>
     <div class="heading-4" id="token-stl"><a href="">Tokens for 3D Printers</a> (STL)</div>
    <div class="file-description">This guide includes the basic rules and a list of resources for new players. </div>
  <div class="file-description">Make your own KeyForge tokens using a 3D printer.</div>
   <div class="heading-4" id="token-substitutes"><a href="">Token Substitutes</a></div>
 
   <div class="heading-4" id="token-substitutes"><a href="">Token Substitutes</a> (PDF)</div>
   <div class="file-description">If you are not including physical tokens in your starter kits, this printout shows players how to substitute common household items for KeyForge tokens.</div>
   <div class="file-description">If you are not including physical tokens in your starter kits, this printout shows players how to substitute common household items for KeyForge tokens.</div>


    
    
</div></html>
</div>
</html>

Latest revision as of 18:41, 29 December 2020

Build a Starter Kit
A Project ReForge starter kit is a great way to repurpose extra decks in order to grow your local KeyForge community. This short guide will walk you through how to build your own starter kits.
Item List
Paper favor bags or lunch bags
You will need a bag to hold the contents of each starter kit. We recommend paper favor bags, as they are inexpensive and lightweight. Paper lunch bags will also work well to hold your starter kit.

Favor bags can be easily found in bulk on online stores like Amazon or at craft stores.

4 KeyForge decks per kit
The most important part of the starter kit is the KeyForge decks. While a kit can contain fewer than four decks, including this many decks allows new players to explore more cards, more playstyles, and more matchups.

We recommend including a variety of different houses. Opening four decks with very similar house combinations can lead to a negative experience.

Tokens (or a guide to everyday objects that can be used as tokens)
A ReForge kit should contain enough for two players to play the game. If you are including physical tokens, we recommend the following per starter kit:
  • Small plastic bag to hold the tokens (such as a jewelry bag, sandwich bag, or small Ziploc bag)
  • 20 Æmber
  • 15 1-Damage
  • 4 3-Damage
  • 3 5-Damage
  • 20 Power
  • 8 Stun
  • 9 Enrage
  • 10 Ward
  • 6 Keys
  • 2 Chain trackers
If you are not including physical tokens, print out a copy of our token guide. This PDF file is a list of common household objects that can be used as KeyForge tokens.
The ReForge Starter Guide
The ReForge Starter Guide is a PDF document that you can download and print. It includes Quick Start instructions along with a list of websites to help new players get connected with the KeyForge community.
External label
Print out a ReForge label for each starter kit and fill out the information about where to find a local play group, if applicable. The label helps people quickly identify the contents of the bag.
Assembly
Cut out the external ReForge label, making sure to include a local play group if you have one. Place the KeyForge decks, tokens (if included), and any instructions into the bag. Fold over the top of the bag, and staple the label to the outside. That's it!

[[put real-life photos of completed starter kits here]]

Download Files
This guide includes the basic rules and a list of resources for new players.
Attach this label to the outside of your starter kits.
Make your own KeyForge tokens using a 3D printer.
If you are not including physical tokens in your starter kits, this printout shows players how to substitute common household items for KeyForge tokens.