Skip to content

Commit

Permalink
Fixed Draw % order on label
Browse files Browse the repository at this point in the history
  • Loading branch information
VeXHarbinger committed Oct 21, 2018
1 parent 2939bb4 commit c5351e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DrawPool/DrawPool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<PostBuildEvent>if $(ConfigurationName) == Debug (
copy "$(TargetDir)$(ProjectName).*" "C:\Users\VeX\AppData\Roaming\HearthstoneDeckTracker\Plugins" /y
) else (
copy "$(TargetPath)" "$(ProjectDir)\downloadable" /y
copy "$(TargetPath)" "$(ProjectDir)\downloadable\" /y
)</PostBuildEvent>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions DrawPool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DrawPool")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("The DrawPool HDT Plug-In")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("The High Falootin Technology, Corporation")]
[assembly: AssemblyProduct("DrawPool")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
Expand Down
12 changes: 5 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@ I hope to add in the mechanics for [Recruit](https://hearthstone.gamepedia.com/R
![Display Example](https://raw.githubusercontent.com/VeXHarbinger/DrawPool/master/images/MinstrelDisplaySample.png)

* In the lower left hand corner you see the draw probability for a card that you have one or two copies of.

* This is indicated by the (Card Count):draw probability

* If you have one (or more) copies of a card, it will also display the card draw percentage for the card you have the most copies of.
* It will also display the card draw percentage for the card you have the most copies of, if you have more then two.

* In the lower right hand corner, it shows the total number of minions in the draw pool and the total deck card count.

### [Witchwood Piper](https://hearthstone.gamepedia.com/Witchwood_Piper)

![Display Example](https://raw.githubusercontent.com/VeXHarbinger/DrawPool/master/images/PiperDisplaySample.png)

* In the lower left hand corner you'll see the draw probability for the lowest cost minion card for your lowest cost minion card, or the minion with this mana cost which you have the fewest copies of.

* If you have multiple minion types for this mana cost, it will also display the card draw probability for the card you have the second most copies of.

* If you happen to have three or more copies of a minion at this mana cost, it will also display a third statistic indicating the minion's copy count and it's draw probability for the minion type you have the most copies of.

* In the lower left hand corner you see the draw probability for a card that you have one or more copies of.
* This is indicated by the (Card Count):draw probability
* In the lower right hand corner, it shows the total number of minions in the draw pool and the total deck card count.


Expand Down
Binary file modified images/MinstrelDisplaySample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5351e4

Please sign in to comment.