diff --git a/DrawPool/DrawPool.csproj b/DrawPool/DrawPool.csproj index 93eea44..e89cab0 100644 --- a/DrawPool/DrawPool.csproj +++ b/DrawPool/DrawPool.csproj @@ -125,7 +125,7 @@ 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 ) \ No newline at end of file diff --git a/DrawPool/Properties/AssemblyInfo.cs b/DrawPool/Properties/AssemblyInfo.cs index 08caa00..2fb04e8 100644 --- a/DrawPool/Properties/AssemblyInfo.cs +++ b/DrawPool/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/ReadMe.md b/ReadMe.md index 0afa78b..c2516d0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -14,8 +14,10 @@ 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. @@ -23,12 +25,8 @@ I hope to add in the mechanics for [Recruit](https://hearthstone.gamepedia.com/R ![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. diff --git a/images/MinstrelDisplaySample.png b/images/MinstrelDisplaySample.png index 7acd60a..fd21355 100644 Binary files a/images/MinstrelDisplaySample.png and b/images/MinstrelDisplaySample.png differ