Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrabowski authored Oct 11, 2018
1 parent be90dab commit 59fb4f0
Show file tree
Hide file tree
Showing 31 changed files with 656 additions and 14 deletions.
Binary file added amBack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blessShuffle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added curseShuffle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus0Stun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus1Immobilize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus1Poison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus1Wound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsPlus2Muddle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsRollingAddTarget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dsPerks/dsRollingPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 186 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,179 @@ <h2 class = "header" align = "center" style= "color:white;">Select Your Level</h
<button id="level-up" type ="button" style="font-size:40px;">+</button><br/>
</div><br/>
<button id = "confirm-character-button" class = "button tooltip not-without-more-selected" type="button" align = "center" title = "Must Select A Character">Confirm Character</button>



</div>

<!--Perks Section -->
<div id ="perk-section" class ="hiding" align ="center">
<h2 class = "header">Select Your Perks</h2>
<div id ="cragheart-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="chConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id ="brute-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="brConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id ="spellweaver-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="swConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id ="scoundrel-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="scConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id ="tinkerer-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="tiConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id ="beast-tyrant-perks" class ="perks hiding">
<p>Perk Support For This Class Coming Soon. Just Press The Button</p>
<button id ="btConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id = "doomstalker-perks" class ="perks hiding">
<div>
<div id ="dsRemove2minus1-1" class = "checkbox">
</div>
<div id ="dsRemove2minus1-2" class = "checkbox">
</div>
<p>Remove Two -1 Cards</p>
</div>
<div>
<div id ="dsReplacePlus0withPlus1-1" class = "checkbox">
</div>
<div id ="dsReplacePlus0withPlus1-2" class = "checkbox">
</div>
<div id ="dsReplacePlus0withPlus1-3" class = "checkbox">
</div>
<p>Replace Two +0 Cards with Two +1 Cards</p>
</div>
<div>
<div id ="dsAddRollingPlus1-1" class = "checkbox">
</div>
<div id ="dsAddRollingPlus1-2" class = "checkbox">
</div>
<p>Add Two Rolling +1 Cards</p>
</div>
<div>
<div id ="dsAddPlus2Muddle" class = "checkbox">
</div>
<p>Add One +2 Muddle Card</p>
</div>
<div>
<div id = "dsAddPlus1Poison" class = "checkbox">
</div>
<p>Add One +1 Poison Card</p>
</div>
<div>
<div id ="dsAddPlus1Wound" class = "checkbox">
</div>
<p>Add One +1 Wound Card</p>
</div>
<div>
<div id ="dsAddPlus1Immobilize" class = "checkbox">
</div>
<p>Add One +1 Immobilize Card</p>
</div>
<div>
<div id ="dsAddPlus0Stun" class = "checkbox">
</div>
<p>Add One +0 Stun Card</p>
</div>
<div>
<div id ="dsAddRollingAddTarget-1" class = "checkbox">
</div>
<div id ="dsAddRollingAddTarget-2" class = "checkbox">
</div>
<p>Add One Rolling Add Target Card</p>
</div>
<div>
<div id ="dsIgnoreNegEffects" class = "checkbox">
</div>
<p>Ignore Negative Scenario Effects</p>
</div>
<button id ="dsConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>

<div id = "mindthief-perks" class ="perks hiding">
<div>
<div id ="mtRemove2minus1-1" class = "checkbox">
</div>
<div id ="mtRemove2minus1-2" class = "checkbox">
</div>
<p>Remove Two -1 Cards</p>
</div>
<div>
<div id ="mtRemove4Plus0" class = "checkbox">
</div>
<p>Remove Four +0 Cards</p>
</div>
<div>
<div id ="mtReplaceTwoPlus1WithTwoPlus2" class = "checkbox">
</div>
<p>Replace Two +1 Cards with Two +2 Cards</p>
</div>
<div>
<div id ="mtReplaceMinus2WithPlus0" class = "checkbox">
</div>
<p>Replace One -2 Card with One +0 Card</p>
</div>
<div>
<div id = "mtPlus2Frost1" class = "checkbox">
</div>
<div id = "mtPlus2Frost2" class = "checkbox">
</div>
<p>Add One +2 Infuse Frost Cards</p>
</div>
<div>
<div id ="mtAddTwoRollingPlus11" class = "checkbox">
</div>
<div id ="mtAddTwoRollingPlus12" class = "checkbox">
</div>
<p>Add Two Rolling +1 Cards</p>
</div>
<div>
<div id ="mtAddRollingPull1" class = "checkbox">
</div>
<p>Add Three Rolling Pull 1 Cards</p>
</div>
<div>
<div id ="mtAddRollingMuddle" class = "checkbox">
</div>
<p>Add Three Rolling Muddle Cards</p>
</div>
<div>
<div id ="mtAddRollingImmobilize" class = "checkbox">
</div>
<p>Add Two Rolling Immobilize Cards</p>
</div>
<div>
<div id ="mtAddRollingStun" class = "checkbox">
</div>
<p>Add One Rolling Stun Card</p>
</div>
<div>
<div id ="mtAddRollingDisarmAndMuddle" class = "checkbox">
</div>
<p>Add One Rolling Disarm Card and One Rolling Muddle Card</p>
</div>
<div>
<div id ="mtIgnoreNegEffects" class = "checkbox">
</div>
<p>Ignore Negative Scenario Effects</p>
</div>
<button id ="mtConfirmPerksButton" class ="button" type ="button">Confirm Perks</button>
</div>
</div>

<div id = "initial-table" class = "cardSet hiding">
<h2 id ="choose-cards-number" class = "header"></h2>
<div align = "center">
Expand Down Expand Up @@ -99,11 +271,23 @@ <h2 id ="choose-cards-number" class = "header"></h2>
<table id ="play-area" align = "center">
<tr>
<td id = "chosen-cards-title" colspan = "2">Chosen Cards<br/>
<img id = "chosen-card-1" class = "card-in-play flipped" src = "./Card Back.png"/>
<div><img id = "chosen-card-1" class = "card-in-play flipped" src = "./Card Back.png"/>
<img id = "chosen-card-2" class = "card-in-play flipped" src = "./Card Back.png"/><br/>
<button id = "discard-button" class = "button tooltip" type="button" title = "Must Have a Card In Play Selected">Discard Card</button>
<button id = "lose-button" class = "button tooltip"type="button"title = "Must Have a Card In Play Selected">Lose Card</button>
<button id = "activate-button" class = "button tooltip"type"button" title = "Must Have a Card In Play Selected">Move Card to Active</button></td>
<button id = "activate-button" class = "button tooltip"type"button" title = "Must Have a Card In Play Selected">Move Card to Active</button>
</div>
<div id ="attack-modifier-deck" align = "center">
<h2 id ="mustShuffle" class = "invisible" style = "color: red">Must Shuffle At End of Turn</h2>
<h2 id ="cardsInDeck" style = "color: white">Cards in Deck: </h2>
<img id ="amDeck" class = "attack-modifier" src = "./amBack.png"/>
<img id = "playedModifiers" class = "attack-modifier hiding" style = "display: hidden;" src = ""/><br/>
<button id ="shuffleMods" class = "button" type = "button">Shuffle Modifiers</button><br/>
<button id ="bless" class = "button" type = "button">Bless</button>
<button id ="curse" class = "button" type = "button">Curse</button>
<button id ="add-minus-1" class = "button" type = "button">Add -1 Card</button>
<button id = "reset-deck" class = "button" type = "button">Reset Modifier Deck</button>
</div></td>
<td id = "active-cards-title" colspan = "2">Active Cards<br/>
<table id ="active-table" align = "center">
<tr>
Expand Down
Binary file added minus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtFrostPlus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtPlus0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtPlus2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingDisarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingImmobilize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingMuddle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingPlus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingPull1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mtPerks/mtRollingStun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added newMinus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plus0.png
Binary file added plus1.png
Binary file added plus2.png
Loading

0 comments on commit 59fb4f0

Please sign in to comment.