diff --git a/.gitignore b/.gitignore index 846c8c0..ac74416 100644 --- a/.gitignore +++ b/.gitignore @@ -1,349 +1,350 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding add-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ \ No newline at end of file +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ +*.bak diff --git a/App.xaml.cs b/App.xaml.cs index bf27a93..f071313 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -17,7 +17,7 @@ private void AutoUpdater(object sender, StartupEventArgs e) { try { - string htmlCode = client.DownloadString("https://raw.githubusercontent.com/Just2good/TFT-Overlay/master/Version.cs"); + string htmlCode = client.DownloadString("https://raw.githubusercontent.com/jtborn/TFT-Overlay/master/Version.cs"); int versionFind = htmlCode.IndexOf("public static string version = "); string version = htmlCode.Substring(versionFind + 32, 5); if (currentVersion != version && Settings.Default.AutoUpdate) @@ -26,7 +26,7 @@ private void AutoUpdater(object sender, StartupEventArgs e) if (result == MessageBoxResult.Yes) { - string link = "https://github.com/Just2good/TFT-Overlay/releases/download/V" + version + "/TFT.Overlay.V" + version + ".zip"; + string link = "https://github.com/jtborn/TFT-Overlay/releases/download/V" + version + "/TFT.Overlay.V" + version + ".zip"; ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; client.DownloadFile(new Uri(link), "TFTOverlay.zip"); diff --git a/Images/blade_of_the_ruined_king.png b/Images/BOTRK.png similarity index 100% rename from Images/blade_of_the_ruined_king.png rename to Images/BOTRK.png diff --git a/Images/CelestialOrb.png b/Images/CelestialOrb.png new file mode 100644 index 0000000..454e256 Binary files /dev/null and b/Images/CelestialOrb.png differ diff --git a/Images/ChaliceofFavor.png b/Images/ChaliceofFavor.png new file mode 100644 index 0000000..810ad44 Binary files /dev/null and b/Images/ChaliceofFavor.png differ diff --git a/Images/DarkstarsHeart.png b/Images/DarkstarsHeart.png new file mode 100644 index 0000000..12d98ce Binary files /dev/null and b/Images/DarkstarsHeart.png differ diff --git a/Images/DemolitionistsCharge.png b/Images/DemolitionistsCharge.png new file mode 100644 index 0000000..1d4eaf3 Binary files /dev/null and b/Images/DemolitionistsCharge.png differ diff --git a/Images/Gloves.png b/Images/Gloves.png new file mode 100644 index 0000000..198425b Binary files /dev/null and b/Images/Gloves.png differ diff --git a/Images/Iceborn_Gauntlet.png b/Images/Iceborn_Gauntlet.png new file mode 100644 index 0000000..15553a7 Binary files /dev/null and b/Images/Iceborn_Gauntlet.png differ diff --git a/Images/InfiltratorsTalons.png b/Images/InfiltratorsTalons.png new file mode 100644 index 0000000..855d0ed Binary files /dev/null and b/Images/InfiltratorsTalons.png differ diff --git a/Images/Mittens.png b/Images/Mittens.png new file mode 100644 index 0000000..501d18c Binary files /dev/null and b/Images/Mittens.png differ diff --git a/Images/ProtectorsChestguard.png b/Images/ProtectorsChestguard.png new file mode 100644 index 0000000..9d29f5a Binary files /dev/null and b/Images/ProtectorsChestguard.png differ diff --git a/Images/RebelMedal.png b/Images/RebelMedal.png new file mode 100644 index 0000000..4fb3dcf Binary files /dev/null and b/Images/RebelMedal.png differ diff --git a/Images/Rounds/carousel.png b/Images/Rounds/carousel.png index 1af283e..dce6b34 100644 Binary files a/Images/Rounds/carousel.png and b/Images/Rounds/carousel.png differ diff --git a/Images/ShroudOfStillness.png b/Images/ShroudOfStillness.png new file mode 100644 index 0000000..1781ce9 Binary files /dev/null and b/Images/ShroudOfStillness.png differ diff --git a/Images/StarguardiansCharm.png b/Images/StarguardiansCharm.png new file mode 100644 index 0000000..9733b9f Binary files /dev/null and b/Images/StarguardiansCharm.png differ diff --git a/Images/ZzRotPortal.png b/Images/ZzRotPortal.png new file mode 100644 index 0000000..10700ef Binary files /dev/null and b/Images/ZzRotPortal.png differ diff --git a/Images/assassin.jpg b/Images/assassin.jpg deleted file mode 100644 index bae14a6..0000000 Binary files a/Images/assassin.jpg and /dev/null differ diff --git a/Images/berserker_axe.png b/Images/berserker_axe.png new file mode 100644 index 0000000..5330b9d Binary files /dev/null and b/Images/berserker_axe.png differ diff --git a/Images/bramble_vest.png b/Images/bramble_vest.png new file mode 100644 index 0000000..a4c6cd9 Binary files /dev/null and b/Images/bramble_vest.png differ diff --git a/Images/champs/Aatrox-Icon.png b/Images/champs/Aatrox-Icon.png deleted file mode 100644 index b4a9ccc..0000000 Binary files a/Images/champs/Aatrox-Icon.png and /dev/null differ diff --git a/Images/champs/Aatrox.png b/Images/champs/Aatrox.png new file mode 100644 index 0000000..3bd7093 Binary files /dev/null and b/Images/champs/Aatrox.png differ diff --git a/Images/champs/Ahri-Icon.png b/Images/champs/Ahri-Icon.png deleted file mode 100644 index bedb34b..0000000 Binary files a/Images/champs/Ahri-Icon.png and /dev/null differ diff --git a/Images/champs/Ahri.png b/Images/champs/Ahri.png new file mode 100644 index 0000000..ec85da0 Binary files /dev/null and b/Images/champs/Ahri.png differ diff --git a/Images/champs/Akali-Icon.png b/Images/champs/Akali.png similarity index 100% rename from Images/champs/Akali-Icon.png rename to Images/champs/Akali.png diff --git a/Images/champs/Amumu.png b/Images/champs/Amumu.png new file mode 100644 index 0000000..9a8be35 Binary files /dev/null and b/Images/champs/Amumu.png differ diff --git a/Images/champs/Anivia-Icon.png b/Images/champs/Anivia.png similarity index 100% rename from Images/champs/Anivia-Icon.png rename to Images/champs/Anivia.png diff --git a/Images/champs/Annie.png b/Images/champs/Annie.png new file mode 100644 index 0000000..dcdabe7 Binary files /dev/null and b/Images/champs/Annie.png differ diff --git a/Images/champs/Ashe-Icon.png b/Images/champs/Ashe-Icon.png deleted file mode 100644 index abcbe61..0000000 Binary files a/Images/champs/Ashe-Icon.png and /dev/null differ diff --git a/Images/champs/Ashe.png b/Images/champs/Ashe.png new file mode 100644 index 0000000..8bed8a7 Binary files /dev/null and b/Images/champs/Ashe.png differ diff --git a/Images/champs/AurelionSol-Icon.png b/Images/champs/AurelionSol-Icon.png deleted file mode 100644 index 7b9a360..0000000 Binary files a/Images/champs/AurelionSol-Icon.png and /dev/null differ diff --git a/Images/champs/AurelionSol.png b/Images/champs/AurelionSol.png new file mode 100644 index 0000000..2056e83 Binary files /dev/null and b/Images/champs/AurelionSol.png differ diff --git a/Images/champs/Azir.png b/Images/champs/Azir.png new file mode 100644 index 0000000..f27c085 Binary files /dev/null and b/Images/champs/Azir.png differ diff --git a/Images/champs/Blitzcrank-Icon.png b/Images/champs/Blitzcrank-Icon.png deleted file mode 100644 index 7ced4b2..0000000 Binary files a/Images/champs/Blitzcrank-Icon.png and /dev/null differ diff --git a/Images/champs/Blitzcrank.png b/Images/champs/Blitzcrank.png new file mode 100644 index 0000000..acaa4d2 Binary files /dev/null and b/Images/champs/Blitzcrank.png differ diff --git a/Images/champs/Brand-Icon.png b/Images/champs/Brand.png similarity index 100% rename from Images/champs/Brand-Icon.png rename to Images/champs/Brand.png diff --git a/Images/champs/Braum-Icon.png b/Images/champs/Braum.png similarity index 100% rename from Images/champs/Braum-Icon.png rename to Images/champs/Braum.png diff --git a/Images/champs/Caitlyn.png b/Images/champs/Caitlyn.png new file mode 100644 index 0000000..f63b2f0 Binary files /dev/null and b/Images/champs/Caitlyn.png differ diff --git a/Images/champs/Camille.png b/Images/champs/Camille.png new file mode 100644 index 0000000..551a0ff Binary files /dev/null and b/Images/champs/Camille.png differ diff --git a/Images/champs/ChoGath-Icon.png b/Images/champs/ChoGath.png similarity index 100% rename from Images/champs/ChoGath-Icon.png rename to Images/champs/ChoGath.png diff --git a/Images/champs/Darius-Icon.png b/Images/champs/Darius-Icon.png deleted file mode 100644 index 90af615..0000000 Binary files a/Images/champs/Darius-Icon.png and /dev/null differ diff --git a/Images/champs/Darius.png b/Images/champs/Darius.png new file mode 100644 index 0000000..c981322 Binary files /dev/null and b/Images/champs/Darius.png differ diff --git a/Images/champs/Diana.PNG b/Images/champs/Diana.PNG new file mode 100644 index 0000000..a6b9eeb Binary files /dev/null and b/Images/champs/Diana.PNG differ diff --git a/Images/champs/DrMundo.png b/Images/champs/DrMundo.png new file mode 100644 index 0000000..9a3260a Binary files /dev/null and b/Images/champs/DrMundo.png differ diff --git a/Images/champs/Draven-Icon.png b/Images/champs/Draven.png similarity index 100% rename from Images/champs/Draven-Icon.png rename to Images/champs/Draven.png diff --git a/Images/champs/Ekko.png b/Images/champs/Ekko.png new file mode 100644 index 0000000..8790094 Binary files /dev/null and b/Images/champs/Ekko.png differ diff --git a/Images/champs/Elise-Icon.png b/Images/champs/Elise.png similarity index 100% rename from Images/champs/Elise-Icon.png rename to Images/champs/Elise.png diff --git a/Images/champs/Evelynn-Icon.png b/Images/champs/Evelynn.png similarity index 100% rename from Images/champs/Evelynn-Icon.png rename to Images/champs/Evelynn.png diff --git a/Images/champs/Ezreal.png b/Images/champs/Ezreal.png new file mode 100644 index 0000000..4ed4689 Binary files /dev/null and b/Images/champs/Ezreal.png differ diff --git a/Images/champs/Fiora-Icon.png b/Images/champs/Fiora-Icon.png deleted file mode 100644 index 4d8a4ea..0000000 Binary files a/Images/champs/Fiora-Icon.png and /dev/null differ diff --git a/Images/champs/Fiora.png b/Images/champs/Fiora.png new file mode 100644 index 0000000..a581777 Binary files /dev/null and b/Images/champs/Fiora.png differ diff --git a/Images/champs/Fizz.png b/Images/champs/Fizz.png new file mode 100644 index 0000000..3c372f5 Binary files /dev/null and b/Images/champs/Fizz.png differ diff --git a/Images/champs/Gangplank-Icon.png b/Images/champs/Gangplank-Icon.png deleted file mode 100644 index 1b7a511..0000000 Binary files a/Images/champs/Gangplank-Icon.png and /dev/null differ diff --git a/Images/champs/Gangplank.png b/Images/champs/Gangplank.png new file mode 100644 index 0000000..b4f6384 Binary files /dev/null and b/Images/champs/Gangplank.png differ diff --git a/Images/champs/Garen-Icon.png b/Images/champs/Garen.png similarity index 100% rename from Images/champs/Garen-Icon.png rename to Images/champs/Garen.png diff --git a/Images/champs/Gnar-Icon.png b/Images/champs/Gnar.png similarity index 100% rename from Images/champs/Gnar-Icon.png rename to Images/champs/Gnar.png diff --git a/Images/champs/Graves-Icon.png b/Images/champs/Graves-Icon.png deleted file mode 100644 index 6e305e0..0000000 Binary files a/Images/champs/Graves-Icon.png and /dev/null differ diff --git a/Images/champs/Graves.png b/Images/champs/Graves.png new file mode 100644 index 0000000..ae77025 Binary files /dev/null and b/Images/champs/Graves.png differ diff --git a/Images/champs/Irelia.png b/Images/champs/Irelia.png new file mode 100644 index 0000000..5e2217e Binary files /dev/null and b/Images/champs/Irelia.png differ diff --git a/Images/champs/Ivern.png b/Images/champs/Ivern.png new file mode 100644 index 0000000..509758c Binary files /dev/null and b/Images/champs/Ivern.png differ diff --git a/Images/champs/Janna.png b/Images/champs/Janna.png new file mode 100644 index 0000000..777d6e5 Binary files /dev/null and b/Images/champs/Janna.png differ diff --git a/Images/champs/Jarvan.png b/Images/champs/Jarvan.png new file mode 100644 index 0000000..8539510 Binary files /dev/null and b/Images/champs/Jarvan.png differ diff --git a/Images/champs/Jax.PNG b/Images/champs/Jax.PNG new file mode 100644 index 0000000..629a833 Binary files /dev/null and b/Images/champs/Jax.PNG differ diff --git a/Images/champs/Jayce.png b/Images/champs/Jayce.png new file mode 100644 index 0000000..78a1eae Binary files /dev/null and b/Images/champs/Jayce.png differ diff --git a/Images/champs/Jhin.png b/Images/champs/Jhin.png new file mode 100644 index 0000000..2233167 Binary files /dev/null and b/Images/champs/Jhin.png differ diff --git a/Images/champs/Jinx.png b/Images/champs/Jinx.png new file mode 100644 index 0000000..34c252b Binary files /dev/null and b/Images/champs/Jinx.png differ diff --git a/Images/champs/KaiSa.png b/Images/champs/KaiSa.png new file mode 100644 index 0000000..ed5c5be Binary files /dev/null and b/Images/champs/KaiSa.png differ diff --git a/Images/champs/Karma.png b/Images/champs/Karma.png new file mode 100644 index 0000000..eb60ebf Binary files /dev/null and b/Images/champs/Karma.png differ diff --git a/Images/champs/Karthus-Icon.png b/Images/champs/Karthus.png similarity index 100% rename from Images/champs/Karthus-Icon.png rename to Images/champs/Karthus.png diff --git a/Images/champs/Kassadin-Icon.png b/Images/champs/Kassadin-Icon.png deleted file mode 100644 index ae40378..0000000 Binary files a/Images/champs/Kassadin-Icon.png and /dev/null differ diff --git a/Images/champs/Kassadin.png b/Images/champs/Kassadin.png new file mode 100644 index 0000000..041a744 Binary files /dev/null and b/Images/champs/Kassadin.png differ diff --git a/Images/champs/Katarina-Icon.png b/Images/champs/Katarina.png similarity index 100% rename from Images/champs/Katarina-Icon.png rename to Images/champs/Katarina.png diff --git a/Images/champs/Kayle-Icon.png b/Images/champs/Kayle-Icon.png deleted file mode 100644 index 265700f..0000000 Binary files a/Images/champs/Kayle-Icon.png and /dev/null differ diff --git a/Images/champs/Kayle.png b/Images/champs/Kayle.png new file mode 100644 index 0000000..9a4223e Binary files /dev/null and b/Images/champs/Kayle.png differ diff --git a/Images/champs/Kennen-Icon.png b/Images/champs/Kennen.png similarity index 100% rename from Images/champs/Kennen-Icon.png rename to Images/champs/Kennen.png diff --git a/Images/champs/KhaZix-Icon.png b/Images/champs/KhaZix-Icon.png deleted file mode 100644 index db8786d..0000000 Binary files a/Images/champs/KhaZix-Icon.png and /dev/null differ diff --git a/Images/champs/KhaZix.png b/Images/champs/KhaZix.png new file mode 100644 index 0000000..2cc10a7 Binary files /dev/null and b/Images/champs/KhaZix.png differ diff --git a/Images/champs/Kindred-Icon.png b/Images/champs/Kindred-Icon.png deleted file mode 100644 index 58f53ee..0000000 Binary files a/Images/champs/Kindred-Icon.png and /dev/null differ diff --git a/Images/champs/Kindred.png b/Images/champs/Kindred.png new file mode 100644 index 0000000..169a97f Binary files /dev/null and b/Images/champs/Kindred.png differ diff --git a/Images/champs/KogMaw.png b/Images/champs/KogMaw.png new file mode 100644 index 0000000..60bb6b2 Binary files /dev/null and b/Images/champs/KogMaw.png differ diff --git a/Images/champs/LeBlanc.PNG b/Images/champs/LeBlanc.PNG new file mode 100644 index 0000000..d0d1a29 Binary files /dev/null and b/Images/champs/LeBlanc.PNG differ diff --git a/Images/champs/Leona-Icon.png b/Images/champs/Leona-Icon.png deleted file mode 100644 index 7e76181..0000000 Binary files a/Images/champs/Leona-Icon.png and /dev/null differ diff --git a/Images/champs/Leona.png b/Images/champs/Leona.png new file mode 100644 index 0000000..f272a8e Binary files /dev/null and b/Images/champs/Leona.png differ diff --git a/Images/champs/Lissandra-Icon.png b/Images/champs/Lissandra.png similarity index 100% rename from Images/champs/Lissandra-Icon.png rename to Images/champs/Lissandra.png diff --git a/Images/champs/Lucian-Icon.png b/Images/champs/Lucian-Icon.png deleted file mode 100644 index ed44cd7..0000000 Binary files a/Images/champs/Lucian-Icon.png and /dev/null differ diff --git a/Images/champs/Lucian.png b/Images/champs/Lucian.png new file mode 100644 index 0000000..26f1466 Binary files /dev/null and b/Images/champs/Lucian.png differ diff --git a/Images/champs/Lulu-Icon.png b/Images/champs/Lulu-Icon.png deleted file mode 100644 index 6d45d47..0000000 Binary files a/Images/champs/Lulu-Icon.png and /dev/null differ diff --git a/Images/champs/Lulu.png b/Images/champs/Lulu.png new file mode 100644 index 0000000..0c0d275 Binary files /dev/null and b/Images/champs/Lulu.png differ diff --git a/Images/champs/Lux.PNG b/Images/champs/Lux.PNG new file mode 100644 index 0000000..441113c Binary files /dev/null and b/Images/champs/Lux.PNG differ diff --git a/Images/champs/Malphite.png b/Images/champs/Malphite.png new file mode 100644 index 0000000..a3e7947 Binary files /dev/null and b/Images/champs/Malphite.png differ diff --git a/Images/champs/Malzahar.png b/Images/champs/Malzahar.png new file mode 100644 index 0000000..dd9c9d0 Binary files /dev/null and b/Images/champs/Malzahar.png differ diff --git a/Images/champs/Maokai.png b/Images/champs/Maokai.png new file mode 100644 index 0000000..d00f0e0 Binary files /dev/null and b/Images/champs/Maokai.png differ diff --git a/Images/champs/MasterYi.png b/Images/champs/MasterYi.png new file mode 100644 index 0000000..669811e Binary files /dev/null and b/Images/champs/MasterYi.png differ diff --git a/Images/champs/MissFortune-Icon.png b/Images/champs/MissFortune-Icon.png deleted file mode 100644 index 885bb32..0000000 Binary files a/Images/champs/MissFortune-Icon.png and /dev/null differ diff --git a/Images/champs/MissFortune.png b/Images/champs/MissFortune.png new file mode 100644 index 0000000..295c554 Binary files /dev/null and b/Images/champs/MissFortune.png differ diff --git a/Images/champs/Mordekaiser-Icon.png b/Images/champs/Mordekaiser-Icon.png deleted file mode 100644 index 487abbf..0000000 Binary files a/Images/champs/Mordekaiser-Icon.png and /dev/null differ diff --git a/Images/champs/Mordekaiser.png b/Images/champs/Mordekaiser.png new file mode 100644 index 0000000..43467b1 Binary files /dev/null and b/Images/champs/Mordekaiser.png differ diff --git a/Images/champs/Morgana-Icon.png b/Images/champs/Morgana.png similarity index 100% rename from Images/champs/Morgana-Icon.png rename to Images/champs/Morgana.png diff --git a/Images/champs/Nami.PNG b/Images/champs/Nami.PNG new file mode 100644 index 0000000..07e7122 Binary files /dev/null and b/Images/champs/Nami.PNG differ diff --git a/Images/champs/Nasus.PNG b/Images/champs/Nasus.PNG new file mode 100644 index 0000000..7b32cad Binary files /dev/null and b/Images/champs/Nasus.PNG differ diff --git a/Images/champs/Nautilus.png b/Images/champs/Nautilus.png new file mode 100644 index 0000000..ef6d142 Binary files /dev/null and b/Images/champs/Nautilus.png differ diff --git a/Images/champs/Neeko.png b/Images/champs/Neeko.png new file mode 100644 index 0000000..57b79d3 Binary files /dev/null and b/Images/champs/Neeko.png differ diff --git a/Images/champs/Nidalee-Icon.png b/Images/champs/Nidalee.png similarity index 100% rename from Images/champs/Nidalee-Icon.png rename to Images/champs/Nidalee.png diff --git a/Images/champs/Nocturne.png b/Images/champs/Nocturne.png new file mode 100644 index 0000000..d94f2eb Binary files /dev/null and b/Images/champs/Nocturne.png differ diff --git a/Images/champs/Olaf.png b/Images/champs/Olaf.png new file mode 100644 index 0000000..1eb66f8 Binary files /dev/null and b/Images/champs/Olaf.png differ diff --git a/Images/champs/Ornn.PNG b/Images/champs/Ornn.PNG new file mode 100644 index 0000000..afaf0aa Binary files /dev/null and b/Images/champs/Ornn.PNG differ diff --git a/Images/champs/Pantheon.png b/Images/champs/Pantheon.png new file mode 100644 index 0000000..004ba37 Binary files /dev/null and b/Images/champs/Pantheon.png differ diff --git a/Images/champs/Poppy-Icon.png b/Images/champs/Poppy-Icon.png deleted file mode 100644 index f9dc164..0000000 Binary files a/Images/champs/Poppy-Icon.png and /dev/null differ diff --git a/Images/champs/Poppy.png b/Images/champs/Poppy.png new file mode 100644 index 0000000..301950c Binary files /dev/null and b/Images/champs/Poppy.png differ diff --git a/Images/champs/Pyke-Icon.png b/Images/champs/Pyke.png similarity index 100% rename from Images/champs/Pyke-Icon.png rename to Images/champs/Pyke.png diff --git a/Images/champs/Qiyana.PNG b/Images/champs/Qiyana.PNG new file mode 100644 index 0000000..10ec614 Binary files /dev/null and b/Images/champs/Qiyana.PNG differ diff --git a/Images/champs/Rakan.png b/Images/champs/Rakan.png new file mode 100644 index 0000000..11bdeb7 Binary files /dev/null and b/Images/champs/Rakan.png differ diff --git a/Images/champs/RekSai-Icon.png b/Images/champs/RekSai-Icon.png deleted file mode 100644 index 0a0e388..0000000 Binary files a/Images/champs/RekSai-Icon.png and /dev/null differ diff --git a/Images/champs/RekSai.png b/Images/champs/RekSai.png new file mode 100644 index 0000000..8dcc678 Binary files /dev/null and b/Images/champs/RekSai.png differ diff --git a/Images/champs/Renekton.png b/Images/champs/Renekton.png new file mode 100644 index 0000000..bf606d2 Binary files /dev/null and b/Images/champs/Renekton.png differ diff --git a/Images/champs/Rengar-Icon.png b/Images/champs/Rengar.png similarity index 100% rename from Images/champs/Rengar-Icon.png rename to Images/champs/Rengar.png diff --git a/Images/champs/Rumble.png b/Images/champs/Rumble.png new file mode 100644 index 0000000..d8ac4dc Binary files /dev/null and b/Images/champs/Rumble.png differ diff --git a/Images/champs/Sejuani-Icon.png b/Images/champs/Sejuani.png similarity index 100% rename from Images/champs/Sejuani-Icon.png rename to Images/champs/Sejuani.png diff --git a/Images/champs/Senna.png b/Images/champs/Senna.png new file mode 100644 index 0000000..d071677 Binary files /dev/null and b/Images/champs/Senna.png differ diff --git a/Images/champs/Shaco.png b/Images/champs/Shaco.png new file mode 100644 index 0000000..b38601e Binary files /dev/null and b/Images/champs/Shaco.png differ diff --git a/Images/champs/Shen-Icon.png b/Images/champs/Shen-Icon.png deleted file mode 100644 index e27c744..0000000 Binary files a/Images/champs/Shen-Icon.png and /dev/null differ diff --git a/Images/champs/Shen.png b/Images/champs/Shen.png new file mode 100644 index 0000000..b44aa25 Binary files /dev/null and b/Images/champs/Shen.png differ diff --git a/Images/champs/Shyvana-Icon.png b/Images/champs/Shyvana.png similarity index 100% rename from Images/champs/Shyvana-Icon.png rename to Images/champs/Shyvana.png diff --git a/Images/champs/Singed.png b/Images/champs/Singed.png new file mode 100644 index 0000000..ebd34d5 Binary files /dev/null and b/Images/champs/Singed.png differ diff --git a/Images/champs/Sion.png b/Images/champs/Sion.png new file mode 100644 index 0000000..8432daf Binary files /dev/null and b/Images/champs/Sion.png differ diff --git a/Images/champs/Sivir.png b/Images/champs/Sivir.png new file mode 100644 index 0000000..f2e033e Binary files /dev/null and b/Images/champs/Sivir.png differ diff --git a/Images/champs/Skarner.png b/Images/champs/Skarner.png new file mode 100644 index 0000000..f307753 Binary files /dev/null and b/Images/champs/Skarner.png differ diff --git a/Images/champs/Sona.png b/Images/champs/Sona.png new file mode 100644 index 0000000..a6610de Binary files /dev/null and b/Images/champs/Sona.png differ diff --git a/Images/champs/Soraka.png b/Images/champs/Soraka.png new file mode 100644 index 0000000..784f085 Binary files /dev/null and b/Images/champs/Soraka.png differ diff --git a/Images/champs/Swain-Icon.png b/Images/champs/Swain.png similarity index 100% rename from Images/champs/Swain-Icon.png rename to Images/champs/Swain.png diff --git a/Images/champs/Syndra.PNG b/Images/champs/Syndra.PNG new file mode 100644 index 0000000..ac607d5 Binary files /dev/null and b/Images/champs/Syndra.PNG differ diff --git a/Images/champs/Taliyah.png b/Images/champs/Taliyah.png new file mode 100644 index 0000000..3813f2e Binary files /dev/null and b/Images/champs/Taliyah.png differ diff --git a/Images/champs/Taric.png b/Images/champs/Taric.png new file mode 100644 index 0000000..8632a07 Binary files /dev/null and b/Images/champs/Taric.png differ diff --git a/Images/champs/Teemo-Icon.png b/Images/champs/Teemo.png similarity index 100% rename from Images/champs/Teemo-Icon.png rename to Images/champs/Teemo.png diff --git a/Images/champs/Thresh.png b/Images/champs/Thresh.png new file mode 100644 index 0000000..e77407f Binary files /dev/null and b/Images/champs/Thresh.png differ diff --git a/Images/champs/Tristana-Icon.png b/Images/champs/Tristana.png similarity index 100% rename from Images/champs/Tristana-Icon.png rename to Images/champs/Tristana.png diff --git a/Images/champs/TwistedFate-Icon.png b/Images/champs/TwistedFate-Icon.png deleted file mode 100644 index 77c2a6f..0000000 Binary files a/Images/champs/TwistedFate-Icon.png and /dev/null differ diff --git a/Images/champs/TwistedFate.png b/Images/champs/TwistedFate.png new file mode 100644 index 0000000..bf3cdab Binary files /dev/null and b/Images/champs/TwistedFate.png differ diff --git a/Images/champs/Twitch.png b/Images/champs/Twitch.png new file mode 100644 index 0000000..7d1f58e Binary files /dev/null and b/Images/champs/Twitch.png differ diff --git a/Images/champs/Varus-Icon.png b/Images/champs/Varus.png similarity index 100% rename from Images/champs/Varus-Icon.png rename to Images/champs/Varus.png diff --git a/Images/champs/Vayne-Icon.png b/Images/champs/Vayne.png similarity index 100% rename from Images/champs/Vayne-Icon.png rename to Images/champs/Vayne.png diff --git a/Images/champs/Veigar-Icon.png b/Images/champs/Veigar.png similarity index 100% rename from Images/champs/Veigar-Icon.png rename to Images/champs/Veigar.png diff --git a/Images/champs/VelKoz.png b/Images/champs/VelKoz.png new file mode 100644 index 0000000..9639f68 Binary files /dev/null and b/Images/champs/VelKoz.png differ diff --git a/Images/champs/Vi.png b/Images/champs/Vi.png new file mode 100644 index 0000000..befd018 Binary files /dev/null and b/Images/champs/Vi.png differ diff --git a/Images/champs/Vladimir.png b/Images/champs/Vladimir.png new file mode 100644 index 0000000..daeca73 Binary files /dev/null and b/Images/champs/Vladimir.png differ diff --git a/Images/champs/Volibear-Icon.png b/Images/champs/Volibear.png similarity index 100% rename from Images/champs/Volibear-Icon.png rename to Images/champs/Volibear.png diff --git a/Images/champs/Warwick-Icon.png b/Images/champs/Warwick-Icon.png deleted file mode 100644 index 5c074b4..0000000 Binary files a/Images/champs/Warwick-Icon.png and /dev/null differ diff --git a/Images/champs/Warwick.png b/Images/champs/Warwick.png new file mode 100644 index 0000000..b61b269 Binary files /dev/null and b/Images/champs/Warwick.png differ diff --git a/Images/champs/Wukong.png b/Images/champs/Wukong.png new file mode 100644 index 0000000..5c3220b Binary files /dev/null and b/Images/champs/Wukong.png differ diff --git a/Images/champs/Xayah.png b/Images/champs/Xayah.png new file mode 100644 index 0000000..46da775 Binary files /dev/null and b/Images/champs/Xayah.png differ diff --git a/Images/champs/XinZhao.png b/Images/champs/XinZhao.png new file mode 100644 index 0000000..f172361 Binary files /dev/null and b/Images/champs/XinZhao.png differ diff --git a/Images/champs/Yasuo-Icon.png b/Images/champs/Yasuo-Icon.png deleted file mode 100644 index 3908808..0000000 Binary files a/Images/champs/Yasuo-Icon.png and /dev/null differ diff --git a/Images/champs/Yasuo.png b/Images/champs/Yasuo.png new file mode 100644 index 0000000..7fef077 Binary files /dev/null and b/Images/champs/Yasuo.png differ diff --git a/Images/champs/Yorick.PNG b/Images/champs/Yorick.PNG new file mode 100644 index 0000000..c58f7f0 Binary files /dev/null and b/Images/champs/Yorick.PNG differ diff --git a/Images/champs/Zed-Icon.png b/Images/champs/Zed-Icon.png deleted file mode 100644 index f5043a0..0000000 Binary files a/Images/champs/Zed-Icon.png and /dev/null differ diff --git a/Images/champs/Zed.png b/Images/champs/Zed.png new file mode 100644 index 0000000..23b6663 Binary files /dev/null and b/Images/champs/Zed.png differ diff --git a/Images/champs/Ziggs.png b/Images/champs/Ziggs.png new file mode 100644 index 0000000..70dacd9 Binary files /dev/null and b/Images/champs/Ziggs.png differ diff --git a/Images/champs/Zoe.png b/Images/champs/Zoe.png new file mode 100644 index 0000000..3dd912a Binary files /dev/null and b/Images/champs/Zoe.png differ diff --git a/Images/champs/Zyra.png b/Images/champs/Zyra.png new file mode 100644 index 0000000..47adc9e Binary files /dev/null and b/Images/champs/Zyra.png differ diff --git a/Images/classes/Alchemist.png b/Images/classes/Alchemist.png new file mode 100644 index 0000000..fd230bb Binary files /dev/null and b/Images/classes/Alchemist.png differ diff --git a/Images/classes/Assassin.png b/Images/classes/Assassin.png new file mode 100644 index 0000000..2686025 Binary files /dev/null and b/Images/classes/Assassin.png differ diff --git a/Images/classes/Avatar.png b/Images/classes/Avatar.png new file mode 100644 index 0000000..02cf725 Binary files /dev/null and b/Images/classes/Avatar.png differ diff --git a/Images/classes/Berserker.png b/Images/classes/Berserker.png new file mode 100644 index 0000000..74773bf Binary files /dev/null and b/Images/classes/Berserker.png differ diff --git a/Images/classes/Blademaster.png b/Images/classes/Blademaster.png new file mode 100644 index 0000000..2c3cde8 Binary files /dev/null and b/Images/classes/Blademaster.png differ diff --git a/Images/classes/Blaster.png b/Images/classes/Blaster.png new file mode 100644 index 0000000..5868c43 Binary files /dev/null and b/Images/classes/Blaster.png differ diff --git a/Images/classes/Brawler.png b/Images/classes/Brawler.png new file mode 100644 index 0000000..db650ad Binary files /dev/null and b/Images/classes/Brawler.png differ diff --git a/Images/classes/Demolitionist.png b/Images/classes/Demolitionist.png new file mode 100644 index 0000000..9f8649d Binary files /dev/null and b/Images/classes/Demolitionist.png differ diff --git a/Images/classes/Druid.png b/Images/classes/Druid.png new file mode 100644 index 0000000..cbcdbaf Binary files /dev/null and b/Images/classes/Druid.png differ diff --git a/Images/classes/Infiltrator.png b/Images/classes/Infiltrator.png new file mode 100644 index 0000000..1a75c87 Binary files /dev/null and b/Images/classes/Infiltrator.png differ diff --git a/Images/classes/Mage.png b/Images/classes/Mage.png new file mode 100644 index 0000000..958f4a6 Binary files /dev/null and b/Images/classes/Mage.png differ diff --git a/Images/classes/ManaReaver.png b/Images/classes/ManaReaver.png new file mode 100644 index 0000000..42abfd9 Binary files /dev/null and b/Images/classes/ManaReaver.png differ diff --git a/Images/classes/Mercenary.png b/Images/classes/Mercenary.png new file mode 100644 index 0000000..05b6702 Binary files /dev/null and b/Images/classes/Mercenary.png differ diff --git a/Images/classes/Mystic.png b/Images/classes/Mystic.png new file mode 100644 index 0000000..cbf9cbe Binary files /dev/null and b/Images/classes/Mystic.png differ diff --git a/Images/classes/Predator.png b/Images/classes/Predator.png new file mode 100644 index 0000000..e41a45c Binary files /dev/null and b/Images/classes/Predator.png differ diff --git a/Images/classes/Protector.png b/Images/classes/Protector.png new file mode 100644 index 0000000..9dbdb97 Binary files /dev/null and b/Images/classes/Protector.png differ diff --git a/Images/classes/Ranger.png b/Images/classes/Ranger.png new file mode 100644 index 0000000..f91d904 Binary files /dev/null and b/Images/classes/Ranger.png differ diff --git a/Images/classes/Sniper.png b/Images/classes/Sniper.png new file mode 100644 index 0000000..b2347be Binary files /dev/null and b/Images/classes/Sniper.png differ diff --git a/Images/classes/Sorcerer.png b/Images/classes/Sorcerer.png new file mode 100644 index 0000000..3d899a6 Binary files /dev/null and b/Images/classes/Sorcerer.png differ diff --git a/Images/classes/Soulbound.png b/Images/classes/Soulbound.png new file mode 100644 index 0000000..47f0584 Binary files /dev/null and b/Images/classes/Soulbound.png differ diff --git a/Images/classes/Starship.png b/Images/classes/Starship.png new file mode 100644 index 0000000..fe0f6b2 Binary files /dev/null and b/Images/classes/Starship.png differ diff --git a/Images/classes/Summoner.png b/Images/classes/Summoner.png new file mode 100644 index 0000000..59dd0ab Binary files /dev/null and b/Images/classes/Summoner.png differ diff --git a/Images/classes/Vanguard.png b/Images/classes/Vanguard.png new file mode 100644 index 0000000..29e96c5 Binary files /dev/null and b/Images/classes/Vanguard.png differ diff --git a/Images/classes/Warden.png b/Images/classes/Warden.png new file mode 100644 index 0000000..8f0a030 Binary files /dev/null and b/Images/classes/Warden.png differ diff --git a/Images/classes/assassin.jpg b/Images/classes/assassin.jpg deleted file mode 100644 index bae14a6..0000000 Binary files a/Images/classes/assassin.jpg and /dev/null differ diff --git a/Images/classes/blademaster.jpg b/Images/classes/blademaster.jpg deleted file mode 100644 index ebd84ea..0000000 Binary files a/Images/classes/blademaster.jpg and /dev/null differ diff --git a/Images/classes/brawler.jpg b/Images/classes/brawler.jpg deleted file mode 100644 index 27221c8..0000000 Binary files a/Images/classes/brawler.jpg and /dev/null differ diff --git a/Images/classes/elementalist.jpg b/Images/classes/elementalist.jpg deleted file mode 100644 index dbde8ab..0000000 Binary files a/Images/classes/elementalist.jpg and /dev/null differ diff --git a/Images/classes/guardian.jpg b/Images/classes/guardian.jpg deleted file mode 100644 index ea1f69f..0000000 Binary files a/Images/classes/guardian.jpg and /dev/null differ diff --git a/Images/classes/gunslinger.jpg b/Images/classes/gunslinger.jpg deleted file mode 100644 index 1e2bfab..0000000 Binary files a/Images/classes/gunslinger.jpg and /dev/null differ diff --git a/Images/classes/knight.jpg b/Images/classes/knight.jpg deleted file mode 100644 index 0bc7efc..0000000 Binary files a/Images/classes/knight.jpg and /dev/null differ diff --git a/Images/classes/ranger.jpg b/Images/classes/ranger.jpg deleted file mode 100644 index be895d7..0000000 Binary files a/Images/classes/ranger.jpg and /dev/null differ diff --git a/Images/classes/shapeshifter.jpg b/Images/classes/shapeshifter.jpg deleted file mode 100644 index 6f5b2a6..0000000 Binary files a/Images/classes/shapeshifter.jpg and /dev/null differ diff --git a/Images/classes/sorcerer.jpg b/Images/classes/sorcerer.jpg deleted file mode 100644 index 9f5280c..0000000 Binary files a/Images/classes/sorcerer.jpg and /dev/null differ diff --git a/Images/cstyle/GlovesAB.png b/Images/cstyle/GlovesAB.png new file mode 100644 index 0000000..4824860 Binary files /dev/null and b/Images/cstyle/GlovesAB.png differ diff --git a/Images/cstyle/GlovesMB.png b/Images/cstyle/GlovesMB.png new file mode 100644 index 0000000..4282b55 Binary files /dev/null and b/Images/cstyle/GlovesMB.png differ diff --git a/Images/cstyle/GlovesPB.png b/Images/cstyle/GlovesPB.png new file mode 100644 index 0000000..25e2f44 Binary files /dev/null and b/Images/cstyle/GlovesPB.png differ diff --git a/Images/cstyle/GlovesPM.png b/Images/cstyle/GlovesPM.png new file mode 100644 index 0000000..aaa3679 Binary files /dev/null and b/Images/cstyle/GlovesPM.png differ diff --git a/Images/cstyle/items/blade_of_the_ruined_king.png b/Images/cstyle/items/BOTRK.png similarity index 100% rename from Images/cstyle/items/blade_of_the_ruined_king.png rename to Images/cstyle/items/BOTRK.png diff --git a/Images/cstyle/items/CelestialOrb.png b/Images/cstyle/items/CelestialOrb.png new file mode 100644 index 0000000..984f3b1 Binary files /dev/null and b/Images/cstyle/items/CelestialOrb.png differ diff --git a/Images/cstyle/items/ChaliceofFavor.png b/Images/cstyle/items/ChaliceofFavor.png new file mode 100644 index 0000000..3476133 Binary files /dev/null and b/Images/cstyle/items/ChaliceofFavor.png differ diff --git a/Images/cstyle/items/DarkstarsHeart.png b/Images/cstyle/items/DarkstarsHeart.png new file mode 100644 index 0000000..b069e8a Binary files /dev/null and b/Images/cstyle/items/DarkstarsHeart.png differ diff --git a/Images/cstyle/items/DemolitionistsCharge.png b/Images/cstyle/items/DemolitionistsCharge.png new file mode 100644 index 0000000..0e18208 Binary files /dev/null and b/Images/cstyle/items/DemolitionistsCharge.png differ diff --git a/Images/cstyle/items/Gloves.png b/Images/cstyle/items/Gloves.png new file mode 100644 index 0000000..79022e4 Binary files /dev/null and b/Images/cstyle/items/Gloves.png differ diff --git a/Images/cstyle/items/InfiltratorsTalons.png b/Images/cstyle/items/InfiltratorsTalons.png new file mode 100644 index 0000000..39be2b5 Binary files /dev/null and b/Images/cstyle/items/InfiltratorsTalons.png differ diff --git a/Images/cstyle/items/ProtectorsChestguard.png b/Images/cstyle/items/ProtectorsChestguard.png new file mode 100644 index 0000000..e50c181 Binary files /dev/null and b/Images/cstyle/items/ProtectorsChestguard.png differ diff --git a/Images/cstyle/items/RebelMedal.png b/Images/cstyle/items/RebelMedal.png new file mode 100644 index 0000000..5809c53 Binary files /dev/null and b/Images/cstyle/items/RebelMedal.png differ diff --git a/Images/cstyle/items/ShroudOfStillness.png b/Images/cstyle/items/ShroudOfStillness.png new file mode 100644 index 0000000..b4ddd50 Binary files /dev/null and b/Images/cstyle/items/ShroudOfStillness.png differ diff --git a/Images/cstyle/items/StarguardiansCharm.png b/Images/cstyle/items/StarguardiansCharm.png new file mode 100644 index 0000000..93d23e0 Binary files /dev/null and b/Images/cstyle/items/StarguardiansCharm.png differ diff --git a/Images/cstyle/items/ZzRotPortal.png b/Images/cstyle/items/ZzRotPortal.png new file mode 100644 index 0000000..d19f10d Binary files /dev/null and b/Images/cstyle/items/ZzRotPortal.png differ diff --git a/Images/cstyle/items/berserker_axe.png b/Images/cstyle/items/berserker_axe.png new file mode 100644 index 0000000..236c240 Binary files /dev/null and b/Images/cstyle/items/berserker_axe.png differ diff --git a/Images/cstyle/items/bramble_vest.png b/Images/cstyle/items/bramble_vest.png new file mode 100644 index 0000000..84ac6e8 Binary files /dev/null and b/Images/cstyle/items/bramble_vest.png differ diff --git a/Images/cstyle/items/deathblade.png b/Images/cstyle/items/deathblade.png new file mode 100644 index 0000000..d950e77 Binary files /dev/null and b/Images/cstyle/items/deathblade.png differ diff --git a/Images/cstyle/items/giant_slayer.png b/Images/cstyle/items/giant_slayer.png new file mode 100644 index 0000000..d60149b Binary files /dev/null and b/Images/cstyle/items/giant_slayer.png differ diff --git a/Images/cstyle/items/hand_of_justice.png b/Images/cstyle/items/hand_of_justice.png new file mode 100644 index 0000000..4711164 Binary files /dev/null and b/Images/cstyle/items/hand_of_justice.png differ diff --git a/Images/cstyle/items/iceborn_gauntlet.png b/Images/cstyle/items/iceborn_gauntlet.png new file mode 100644 index 0000000..8199b73 Binary files /dev/null and b/Images/cstyle/items/iceborn_gauntlet.png differ diff --git a/Images/cstyle/items/inferno_cinder.png b/Images/cstyle/items/inferno_cinder.png new file mode 100644 index 0000000..4826927 Binary files /dev/null and b/Images/cstyle/items/inferno_cinder.png differ diff --git a/Images/cstyle/items/jeweled_gauntlet.png b/Images/cstyle/items/jeweled_gauntlet.png new file mode 100644 index 0000000..6c0430f Binary files /dev/null and b/Images/cstyle/items/jeweled_gauntlet.png differ diff --git a/Images/cstyle/items/last_whisper.png b/Images/cstyle/items/last_whisper.png new file mode 100644 index 0000000..572593c Binary files /dev/null and b/Images/cstyle/items/last_whisper.png differ diff --git a/Images/cstyle/items/mages_cap.png b/Images/cstyle/items/mages_cap.png new file mode 100644 index 0000000..cbdf74b Binary files /dev/null and b/Images/cstyle/items/mages_cap.png differ diff --git a/Images/cstyle/items/mittens.png b/Images/cstyle/items/mittens.png new file mode 100644 index 0000000..9b0d0c7 Binary files /dev/null and b/Images/cstyle/items/mittens.png differ diff --git a/Images/cstyle/items/neekos_help.png b/Images/cstyle/items/neekos_help.png new file mode 100644 index 0000000..b18323c Binary files /dev/null and b/Images/cstyle/items/neekos_help.png differ diff --git a/Images/cstyle/items/quicksilver.png b/Images/cstyle/items/quicksilver.png new file mode 100644 index 0000000..68db2c4 Binary files /dev/null and b/Images/cstyle/items/quicksilver.png differ diff --git a/Images/cstyle/items/repeating_crossbow.png b/Images/cstyle/items/repeating_crossbow.png new file mode 100644 index 0000000..62adc4c Binary files /dev/null and b/Images/cstyle/items/repeating_crossbow.png differ diff --git a/Images/cstyle/items/talisman_of_light.png b/Images/cstyle/items/talisman_of_light.png new file mode 100644 index 0000000..adc40e1 Binary files /dev/null and b/Images/cstyle/items/talisman_of_light.png differ diff --git a/Images/cstyle/items/thiefs_gloves.png b/Images/cstyle/items/thiefs_gloves.png new file mode 100644 index 0000000..36137e7 Binary files /dev/null and b/Images/cstyle/items/thiefs_gloves.png differ diff --git a/Images/cstyle/items/titans_resolve.png b/Images/cstyle/items/titans_resolve.png new file mode 100644 index 0000000..a3d5f80 Binary files /dev/null and b/Images/cstyle/items/titans_resolve.png differ diff --git a/Images/cstyle/items/trap_claw.png b/Images/cstyle/items/trap_claw.png new file mode 100644 index 0000000..a6e76a4 Binary files /dev/null and b/Images/cstyle/items/trap_claw.png differ diff --git a/Images/cstyle/items/wardens_mail.png b/Images/cstyle/items/wardens_mail.png new file mode 100644 index 0000000..f829d21 Binary files /dev/null and b/Images/cstyle/items/wardens_mail.png differ diff --git a/Images/deathblade.png b/Images/deathblade.png new file mode 100644 index 0000000..04d6ef8 Binary files /dev/null and b/Images/deathblade.png differ diff --git a/Images/demon.jpg b/Images/demon.jpg deleted file mode 100644 index 9da152a..0000000 Binary files a/Images/demon.jpg and /dev/null differ diff --git a/Images/giant_slayer.png b/Images/giant_slayer.png new file mode 100644 index 0000000..5405f78 Binary files /dev/null and b/Images/giant_slayer.png differ diff --git a/Images/hand_of_justice.png b/Images/hand_of_justice.png new file mode 100644 index 0000000..72ab95c Binary files /dev/null and b/Images/hand_of_justice.png differ diff --git a/Images/inferno_cinder.png b/Images/inferno_cinder.png new file mode 100644 index 0000000..7f72214 Binary files /dev/null and b/Images/inferno_cinder.png differ diff --git a/Images/jeweled_gauntlet.png b/Images/jeweled_gauntlet.png new file mode 100644 index 0000000..e12feb1 Binary files /dev/null and b/Images/jeweled_gauntlet.png differ diff --git a/Images/last_whisper.png b/Images/last_whisper.png new file mode 100644 index 0000000..1b5e751 Binary files /dev/null and b/Images/last_whisper.png differ diff --git a/Images/mages_cap.png b/Images/mages_cap.png new file mode 100644 index 0000000..d18d7ef Binary files /dev/null and b/Images/mages_cap.png differ diff --git a/Images/null.png b/Images/null.png deleted file mode 100644 index 943d998..0000000 Binary files a/Images/null.png and /dev/null differ diff --git a/Images/origins/Celestial.png b/Images/origins/Celestial.png new file mode 100644 index 0000000..ad25bdf Binary files /dev/null and b/Images/origins/Celestial.png differ diff --git a/Images/origins/Chrono.png b/Images/origins/Chrono.png new file mode 100644 index 0000000..63d6a5e Binary files /dev/null and b/Images/origins/Chrono.png differ diff --git a/Images/origins/Cloud.png b/Images/origins/Cloud.png new file mode 100644 index 0000000..3f7dd0f Binary files /dev/null and b/Images/origins/Cloud.png differ diff --git a/Images/origins/Crystal.png b/Images/origins/Crystal.png new file mode 100644 index 0000000..3a76efa Binary files /dev/null and b/Images/origins/Crystal.png differ diff --git a/Images/origins/Cybernetic.png b/Images/origins/Cybernetic.png new file mode 100644 index 0000000..aaa6938 Binary files /dev/null and b/Images/origins/Cybernetic.png differ diff --git a/Images/origins/DarkStar.png b/Images/origins/DarkStar.png new file mode 100644 index 0000000..fc8db1f Binary files /dev/null and b/Images/origins/DarkStar.png differ diff --git a/Images/origins/Desert.png b/Images/origins/Desert.png new file mode 100644 index 0000000..337ca60 Binary files /dev/null and b/Images/origins/Desert.png differ diff --git a/Images/origins/Electric.png b/Images/origins/Electric.png new file mode 100644 index 0000000..0a55c21 Binary files /dev/null and b/Images/origins/Electric.png differ diff --git a/Images/origins/Glacial.png b/Images/origins/Glacial.png new file mode 100644 index 0000000..3f32d90 Binary files /dev/null and b/Images/origins/Glacial.png differ diff --git a/Images/origins/Inferno.png b/Images/origins/Inferno.png new file mode 100644 index 0000000..9a14d9f Binary files /dev/null and b/Images/origins/Inferno.png differ diff --git a/Images/origins/Light.png b/Images/origins/Light.png new file mode 100644 index 0000000..5ff66db Binary files /dev/null and b/Images/origins/Light.png differ diff --git a/Images/origins/Lunar.png b/Images/origins/Lunar.png new file mode 100644 index 0000000..0346440 Binary files /dev/null and b/Images/origins/Lunar.png differ diff --git a/Images/origins/MechPilot.png b/Images/origins/MechPilot.png new file mode 100644 index 0000000..29194f9 Binary files /dev/null and b/Images/origins/MechPilot.png differ diff --git a/Images/origins/Mountain.png b/Images/origins/Mountain.png new file mode 100644 index 0000000..ce30eef Binary files /dev/null and b/Images/origins/Mountain.png differ diff --git a/Images/origins/Ocean.png b/Images/origins/Ocean.png new file mode 100644 index 0000000..5f03c5e Binary files /dev/null and b/Images/origins/Ocean.png differ diff --git a/Images/origins/Poison.png b/Images/origins/Poison.png new file mode 100644 index 0000000..6c59886 Binary files /dev/null and b/Images/origins/Poison.png differ diff --git a/Images/origins/Rebel.png b/Images/origins/Rebel.png new file mode 100644 index 0000000..bb9a48b Binary files /dev/null and b/Images/origins/Rebel.png differ diff --git a/Images/origins/Shadow.png b/Images/origins/Shadow.png new file mode 100644 index 0000000..2458f27 Binary files /dev/null and b/Images/origins/Shadow.png differ diff --git a/Images/origins/SpacePirate.png b/Images/origins/SpacePirate.png new file mode 100644 index 0000000..375e797 Binary files /dev/null and b/Images/origins/SpacePirate.png differ diff --git a/Images/origins/StarGuardian.png b/Images/origins/StarGuardian.png new file mode 100644 index 0000000..7a5589a Binary files /dev/null and b/Images/origins/StarGuardian.png differ diff --git a/Images/origins/Steel.png b/Images/origins/Steel.png new file mode 100644 index 0000000..8e4e542 Binary files /dev/null and b/Images/origins/Steel.png differ diff --git a/Images/origins/Valkyrie.png b/Images/origins/Valkyrie.png new file mode 100644 index 0000000..c76f29c Binary files /dev/null and b/Images/origins/Valkyrie.png differ diff --git a/Images/origins/Void.png b/Images/origins/Void.png new file mode 100644 index 0000000..dc2c26d Binary files /dev/null and b/Images/origins/Void.png differ diff --git a/Images/origins/Woodland.png b/Images/origins/Woodland.png new file mode 100644 index 0000000..064f791 Binary files /dev/null and b/Images/origins/Woodland.png differ diff --git a/Images/origins/demon.jpg b/Images/origins/demon.jpg deleted file mode 100644 index 9da152a..0000000 Binary files a/Images/origins/demon.jpg and /dev/null differ diff --git a/Images/origins/dragon.jpg b/Images/origins/dragon.jpg deleted file mode 100644 index 039d4e5..0000000 Binary files a/Images/origins/dragon.jpg and /dev/null differ diff --git a/Images/origins/exile.jpg b/Images/origins/exile.jpg deleted file mode 100644 index 739eb54..0000000 Binary files a/Images/origins/exile.jpg and /dev/null differ diff --git a/Images/origins/glacial.jpg b/Images/origins/glacial.jpg deleted file mode 100644 index d7d3d48..0000000 Binary files a/Images/origins/glacial.jpg and /dev/null differ diff --git a/Images/origins/imperial.jpg b/Images/origins/imperial.jpg deleted file mode 100644 index d85a558..0000000 Binary files a/Images/origins/imperial.jpg and /dev/null differ diff --git a/Images/origins/ninja.jpg b/Images/origins/ninja.jpg deleted file mode 100644 index db1a6b3..0000000 Binary files a/Images/origins/ninja.jpg and /dev/null differ diff --git a/Images/origins/noble.jpg b/Images/origins/noble.jpg deleted file mode 100644 index b74da74..0000000 Binary files a/Images/origins/noble.jpg and /dev/null differ diff --git a/Images/origins/phantom.jpg b/Images/origins/phantom.jpg deleted file mode 100644 index 380f782..0000000 Binary files a/Images/origins/phantom.jpg and /dev/null differ diff --git a/Images/origins/pirate.jpg b/Images/origins/pirate.jpg deleted file mode 100644 index cffd4a5..0000000 Binary files a/Images/origins/pirate.jpg and /dev/null differ diff --git a/Images/origins/robot.jpg b/Images/origins/robot.jpg deleted file mode 100644 index fb01dca..0000000 Binary files a/Images/origins/robot.jpg and /dev/null differ diff --git a/Images/origins/void.jpg b/Images/origins/void.jpg deleted file mode 100644 index 9ff922c..0000000 Binary files a/Images/origins/void.jpg and /dev/null differ diff --git a/Images/origins/wild.jpg b/Images/origins/wild.jpg deleted file mode 100644 index fc8871f..0000000 Binary files a/Images/origins/wild.jpg and /dev/null differ diff --git a/Images/origins/yordle.jpg b/Images/origins/yordle.jpg deleted file mode 100644 index 2ad9b87..0000000 Binary files a/Images/origins/yordle.jpg and /dev/null differ diff --git a/Images/quicksilver.png b/Images/quicksilver.png new file mode 100644 index 0000000..3a69649 Binary files /dev/null and b/Images/quicksilver.png differ diff --git a/Images/repeating_crossbow.png b/Images/repeating_crossbow.png new file mode 100644 index 0000000..b5a92dd Binary files /dev/null and b/Images/repeating_crossbow.png differ diff --git a/Images/talisman_of_light.png b/Images/talisman_of_light.png new file mode 100644 index 0000000..0084568 Binary files /dev/null and b/Images/talisman_of_light.png differ diff --git a/Images/thiefs_gloves.png b/Images/thiefs_gloves.png new file mode 100644 index 0000000..2e4f28b Binary files /dev/null and b/Images/thiefs_gloves.png differ diff --git a/Images/titans_resolve.png b/Images/titans_resolve.png new file mode 100644 index 0000000..30a8def Binary files /dev/null and b/Images/titans_resolve.png differ diff --git a/Images/trap_claw.png b/Images/trap_claw.png new file mode 100644 index 0000000..570ae7c Binary files /dev/null and b/Images/trap_claw.png differ diff --git a/Images/wardens_mail.png b/Images/wardens_mail.png new file mode 100644 index 0000000..693d5e0 Binary files /dev/null and b/Images/wardens_mail.png differ diff --git a/Localization.md b/Localization.md index 063c36f..ecaa3ce 100644 --- a/Localization.md +++ b/Localization.md @@ -1,6 +1,6 @@ ## How to Localize app for your language: - - [Download a Copy of the Strings File](https://github.com/Just2good/TFT-Overlay/blob/master/Resource/Localization/ItemStrings_en-US.xaml) + - [Download a Copy of the Strings File](https://github.com/jtborn/TFT-Overlay/blob/master/Resource/Localization/ItemStrings_en-US.xaml) - Rename ItemStrings_en-US.xaml to ItemStrings_LocaleCode.xaml - You can find LocaleCode here [Locale Codes](https://www.science.co.il/language/Locale-codes.php) - Use LCID String Section diff --git a/MainWindow.xaml b/MainWindow.xaml index 0d3be5f..8121a34 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,442 +1,488 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 590f109..986ddd9 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -25,7 +25,7 @@ public partial class MainWindow : Window private readonly Cursor LoLPointer = CustomCursor.FromByteArray(Properties.Resources.LoLPointer); private readonly Cursor LoLHover = CustomCursor.FromByteArray(Properties.Resources.LoLHover); - private string CurrentVersion { get; } = Utilities.Version.version; + private string CurrentVersion { get; } = Version.version; private bool OnTop { get; set; } = true; private bool canDrag; @@ -89,7 +89,7 @@ public void theout(object source, System.Timers.ElapsedEventArgs e) ) ); } - catch (System.Threading.Tasks.TaskCanceledException errMsg) + catch (System.Threading.Tasks.TaskCanceledException) { tTop.Stop(); } @@ -286,12 +286,12 @@ private void IconOpacityHandler_Click(object sender, RoutedEventArgs e) private void OpenChangelog_Click(object sender, RoutedEventArgs e) { - System.Diagnostics.Process.Start("https://github.com/Just2good/TFT-Overlay/blob/master/README.md#version-history"); + System.Diagnostics.Process.Start("https://github.com/jtborn/TFT-Overlay/blob/master/README.md#version-history"); } private void LocalizationHelp_Click(object sender, RoutedEventArgs e) { - System.Diagnostics.Process.Start("https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md"); + System.Diagnostics.Process.Start("https://github.com/jtborn/TFT-Overlay/blob/master/Localization.md"); } } } diff --git a/README.md b/README.md index 5d1fbd5..bddad36 100644 --- a/README.md +++ b/README.md @@ -1,164 +1,268 @@ - # TFT Overlay by J2GKaze (Discord: Jinsoku#4019) - [TFT Discord Server link](https://discord.gg/KHMCRJA) - -`7.28.2019 @ 10PM PST: The Horizontal Bars (Opacity and Orange bar) will be changed. This is temporary until I get draggable tabs to work.` - -`8.6.2019 @ 3PM PDT: Apologies for the extremely slow updates, been working a lot of overtime to pay off late bills. I do still want to keep continuing this project and will update whenever I can.` - -`8.21.2019 @ 11AM PDT: Again I apologize, I won't be able to update this due to real life issues so I will be discontinuing this project. I really enjoyed working on it and it completely sucks when life hits you hard. Thank you to all the people that used my overlay and provided feedback, issues, and even just letting me know that it made TFT easier for them. For anyone that wants to continue working on this and improving it even more, feel free to message me and I'll put a link to your fork in this readme. Thank you!` - -## How to use: - - [Download TFT Overlay](https://github.com/Just2good/TFT-Overlay/releases/) - - Extract the file and run `TFT Overlay.exe` - - Right click Orange box for context menu - - Click on Icons for information -![Image](https://giant.gfycat.com/VastWeakHen.gif) - -## Localization - - [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md) - -## Version History -- **8.01.2019** - - [2.0.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.5) - - Updated ch-ZN - -- **8.01.2019** - - [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4) - - Updated to 9.15 Hotfix #2 - - Added tooltip to Combined items in Item Builder - - Added Icon to app - -- **7.28.2019** - - [2.0.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.3) - - Added + - effects - - Fixed Program not showing in task bar - - Updated Item Descriptions + Updated it-IT - -- **7.24.2019** - - [2.0.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.2) - - Fixed really dumb auto updater - - - [2.0.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.1) - - Fullscreen by Izoyo - - Updated for 9.14B - - IT & FR Updated - -- **7.23.2019** - - [1.9.9](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.9) - - Added Player Damage Chart - - Updated Localizations - -- **7.18.2019** - - [1.9.8](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.8) - - Added Twisted Fate - - Changed Elise from 2g to 1g - - Updated it-IT & Added HU - -- **7.16.2019** - - [1.9.7](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.7) - - Updated for 9.14 (ItemStrings and en-US only) - - Localization: SL added, PL was updated to include origins/classes - - Icon Opacity in context menu (Changes opacity of item builder only) - - Item Builder - Removed extra icons, Reversed + and - buttons. - -- **7.10.2019** - - [1.9.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.5) - - Added Item Builder by narcolic#6374 - - Added de-DE - - Moved Context Bar and Opacity Slider for Multi-Tab functionality - - - [1.9.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.1) - - Fixed Auto-Updater (For good this time) - - Added pt-BR - -- **7.9.2019** - - [1.9](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9) - - Items are fully skinned. - - Window position, size, and draggable preferences saved on exit. (By ꙅꙅɘᴎTqAbɘbᴎɘld#1175) - - Added Languages: es-AR, es-MX, fr-FR, it-IT, JA, PL, RU, vi-VN, zh-CN, zh-TW - - Custom Cursor has been added to fit LoL theme. - - New additions to Context Menu - `Auto-Dim (Sets Opacity of Program to 20% when League of Legends is not open)` - `Switch Language` - -- **7.5.2019** - - [1.8.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8.2) - - Auto-Updater re-added (There is a section in Context Menu as well) - - Buttons are all back to the same line (New tabs will be used for future features that require its own section) - - Added Design buttons for Classes/Origins. - - Chart has a "Last Updated" date next to the title. (Considering adding these to show that the information has been updated for the current LoL patch) - -- **7.4.2019** - - [1.8.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8.1) - - Removed Auto-Updater - - [1.8](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8) - - Added Tabs - - Changed Bar Design (Design by Athenyx#9406) - - Added Test Spatula Box when clicked (Tooltip over item) - - Auto-Updater by Omnitenebris - -- **7.2.2019** - - [1.7.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.7.2) - - Added Resizing - - Added Lock Resize to Right Click Context Menu - - [1.7](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.7) - - Added Opacity Slider (Ghost Icon) - - [1.6.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.5) - - Added design to Spatula section only. (Give me feedback, do you like this or not?) - - [1.6.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.3) - - Fixed wild origin (Rengar was missing) - - Updated Demon % Chance to burn mana (30/50/70 to 40/60/80) - -- **7.1.2019** - - [1.6.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.2) - - Roll Chance changed to fit new patch - -- **6.30.2019** - - [1.6.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.1) - - Bugfix - - [1.6](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6) - - Allow Button Toggle and Mouseover at the same time - - [1.5.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.5.5) - - Mouseover buttons instead of toggle (By Chaoticoz) - - 1.5 - - Added Origins and Classes (By Asemco) - -- **6.29.2019** - - [1.4.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.4.1) - - Morellonomicon text changed to fit new patch - - [1.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.4) - - Removed excess icons - - Added spacing between rows - - 50% Alpha background (Need feedback on if this should stay or go) - - 1.3 - - Added Lock and Always On Top functionality (By Chaoticoz) - -- **6.28.2019** - - 1.2 - - Added description to items - - 1.1 - - Added Tier Roll Chance + Pool Size - - Removed Cancel button and made every button toggle-able - - Made bar and icons a bit smaller + moved around a bit. - -- **6.27.2019** - - 1.0 - - Item combination buttons - -## Known issues: -- Overlay does not stay on top while Fullscreen (Play in Windowed/Borderless) -- FPS Drop while League of Legends is in the background. (Just click on League again after using Overlay) - -## Possible Future Features: -- Synergy (Half-done) -- Champions -- Sorted items by Offense, Defense, Utility (Low Priority) -- Bar resize (Done) -- Expand on Mouseover (Done) -- 50% Alpha Background for item combinations (Done) - -## Notes -- There will be a way to switch back to Default design -- Will also include Localization (Done -- Feedback is very helpful. Feel free to open up an Issue on Github with your concerns, or just DM me on Discord. - + # TFT Overlay by J2GKaze (Taken over by jtborn) + [TFT Discord Server link](https://discord.gg/KHMCRJA) + +`9.09.2019 @ 11:36PM PST: I've forked the repo and will try to keep it updated when new patches hit. Big thanks to Just2good for starting this project.` + +## How to use: + - [Download TFT Overlay](https://github.com/jtborn/TFT-Overlay/releases/) + - Extract the file and run `TFT Overlay.exe` + - Right click Orange box for context menu + - Click on Icons for information +![Imgur](https://i.imgur.com/mLBNGst.gif) + +## Localization + - [Click Here for instructions](https://github.com/jtborn/TFT-Overlay/blob/master/Localization.md) + +## Version History +- **3.25.2020** + - [2.3.3](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.3.3) + - CN lang update for Set 3 + +- **3.23.2020** + - [2.3.2](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.3.2) + - Set 3 Galaxies + +- **2.11.2020** + - [2.3.0](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.3.0) + - Patch 10.3 + +- **1.25.2020** + - [2.2.9](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.9) + - CN lang update + +- **1.22.2020** + - [2.2.8](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.8) + - Patch 10.2 + +- **1.21.2020** + - [2.2.7](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.7) + - Added CN translations for new items + +- **1.18.2020** + - [2.2.6](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.6) + - Updated to Patch 10.1 + - Added Amumu, Leona, Karma, Lucian, Senna + - Added Soulbound and Lunar + - Added Titan's Resolve, Bramble Vest, Last Whisper + +- **11.21.2019** + - [2.2.5](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.5) + - Updated to Patch 9.23 + - Added Brand to Inferno + +- **11.12.2019** + - [2.2.4](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.4) + - Corrected unit costs + +- **11.15.2019** + - [2.2.3](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.3) + - Updated CN items to client names + - Added missing origin/class pictures + - Removed "variable" origin and added Qiyana and Lux to each element that they can spawn as for more clarity + +- **11.12.2019** + - [2.2.2](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.2) + - CN language updates + +- **11.07.2019** + - [2.2.1](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.1) + - Further set 2 updates for item/synergy stats + - CN language updates + +- **11.06.2019** + - [2.2.0](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.2.0) + - Set 2 updates + +- **10.15.2019** + - [2.1.6](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.6) + - Fixed bug submitted by SuTree showing BF instead of Gloves for IE recipe + +- **10.13.2019** + - [2.1.5](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.5) + - Updated to Patch 9.20 + - CN localization updates + - Giant Slayer updated to correct image + +- **9.24.2019** + - [2.1.4](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.4) + - Updated to Patch 9.19 + - Changed item names to Riot's new names + - Updated CN item changes for the patch, still need translations for new item names + +- **9.17.2019** + - [2.1.3](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.3) + - Further CN updates + +- **9.16.2019** + - [2.1.2](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.2) + - Added CN localization updates by jingfan2646 + +- **9.15.2019** + - [2.1.1](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.1) + - Added CN localization updates by kukudy1982 and sunuanxiaopy + +- **9.14.2019** + - [2.1.0](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.1.0) + - **WARNING** This is ahead of the current patch. Infinity Edge changed recipe and Sword of the Divine has been removed + - Adds all Sparring Gloves items + - Fixed CN localization update, it wasn't loading due to an xaml error + - Changed ItemBuilder tooltip position to fix usability improvement suggested by widget + +- **9.13.2019** + - [2.0.8](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.0.8) + - Fixed Auto-Updater to point to my repo + - Added CN localization update by golol + +- **9.12.2019** + - [2.0.7](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.0.7) + - Updated to 9.18 patch + - Added Neeko's Help + +- **9.09.2019** + - [2.0.6](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.0.6) + - Updated to 9.17 patch + - Added Hextech origin and Pantheon to Dragon/Guardian + +- **8.01.2019** + - [2.0.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.5) + - Updated ch-ZN + +- **8.01.2019** + - [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4) + - Updated to 9.15 Hotfix #2 + - Added tooltip to Combined items in Item Builder + - Added Icon to app + +- **7.28.2019** + - [2.0.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.3) + - Added + - effects + - Fixed Program not showing in task bar + - Updated Item Descriptions + Updated it-IT + +- **7.24.2019** + - [2.0.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.2) + - Fixed really dumb auto updater + + - [2.0.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.1) + - Fullscreen by Izoyo + - Updated for 9.14B + - IT & FR Updated + +- **7.23.2019** + - [1.9.9](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.9) + - Added Player Damage Chart + - Updated Localizations + +- **7.18.2019** + - [1.9.8](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.8) + - Added Twisted Fate + - Changed Elise from 2g to 1g + - Updated it-IT & Added HU + +- **7.16.2019** + - [1.9.7](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.7) + - Updated for 9.14 (ItemStrings and en-US only) + - Localization: SL added, PL was updated to include origins/classes + - Icon Opacity in context menu (Changes opacity of item builder only) + - Item Builder - Removed extra icons, Reversed + and - buttons. + +- **7.10.2019** + - [1.9.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.5) + - Added Item Builder by narcolic#6374 + - Added de-DE + - Moved Context Bar and Opacity Slider for Multi-Tab functionality + + - [1.9.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9.1) + - Fixed Auto-Updater (For good this time) + - Added pt-BR + +- **7.9.2019** + - [1.9](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.9) + - Items are fully skinned. + - Window position, size, and draggable preferences saved on exit. (By ꙅꙅɘᴎTqAbɘbᴎɘld#1175) + - Added Languages: es-AR, es-MX, fr-FR, it-IT, JA, PL, RU, vi-VN, zh-CN, zh-TW + - Custom Cursor has been added to fit LoL theme. + - New additions to Context Menu + `Auto-Dim (Sets Opacity of Program to 20% when League of Legends is not open)` + `Switch Language` + +- **7.5.2019** + - [1.8.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8.2) + - Auto-Updater re-added (There is a section in Context Menu as well) + - Buttons are all back to the same line (New tabs will be used for future features that require its own section) + - Added Design buttons for Classes/Origins. + - Chart has a "Last Updated" date next to the title. (Considering adding these to show that the information has been updated for the current LoL patch) + +- **7.4.2019** + - [1.8.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8.1) + - Removed Auto-Updater + - [1.8](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.8) + - Added Tabs + - Changed Bar Design (Design by Athenyx#9406) + - Added Test Spatula Box when clicked (Tooltip over item) + - Auto-Updater by Omnitenebris + +- **7.2.2019** + - [1.7.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.7.2) + - Added Resizing + - Added Lock Resize to Right Click Context Menu + - [1.7](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.7) + - Added Opacity Slider (Ghost Icon) + - [1.6.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.5) + - Added design to Spatula section only. (Give me feedback, do you like this or not?) + - [1.6.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.3) + - Fixed wild origin (Rengar was missing) + - Updated Demon % Chance to burn mana (30/50/70 to 40/60/80) + +- **7.1.2019** + - [1.6.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.2) + - Roll Chance changed to fit new patch + +- **6.30.2019** + - [1.6.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6.1) + - Bugfix + - [1.6](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.6) + - Allow Button Toggle and Mouseover at the same time + - [1.5.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.5.5) + - Mouseover buttons instead of toggle (By Chaoticoz) + - 1.5 + - Added Origins and Classes (By Asemco) + +- **6.29.2019** + - [1.4.1](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.4.1) + - Morellonomicon text changed to fit new patch + - [1.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V1.4) + - Removed excess icons + - Added spacing between rows + - 50% Alpha background (Need feedback on if this should stay or go) + - 1.3 + - Added Lock and Always On Top functionality (By Chaoticoz) + +- **6.28.2019** + - 1.2 + - Added description to items + - 1.1 + - Added Tier Roll Chance + Pool Size + - Removed Cancel button and made every button toggle-able + - Made bar and icons a bit smaller + moved around a bit. + +- **6.27.2019** + - 1.0 + - Item combination buttons + +## Known issues: +- Overlay does not stay on top while Fullscreen (Play in Windowed/Borderless) +- FPS Drop while League of Legends is in the background. (Just click on League again after using Overlay) + +## Possible Future Features: +- Synergy (Half-done) +- Champions +- Sorted items by Offense, Defense, Utility (Low Priority) +- Bar resize (Done) +- Expand on Mouseover (Done) +- 50% Alpha Background for item combinations (Done) + +## Notes +- There will be a way to switch back to Default design +- Will also include Localization (Done +- Feedback is very helpful. Feel free to open up an Issue on Github with your concerns, or just DM me on Discord. diff --git a/Resource/Charts.xaml b/Resource/Charts.xaml index 9a5048b..e725a98 100644 --- a/Resource/Charts.xaml +++ b/Resource/Charts.xaml @@ -1,186 +1,212 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Resource/ClassOrigins.xaml b/Resource/ClassOrigins.xaml index e2cfb61..758ac64 100644 --- a/Resource/ClassOrigins.xaml +++ b/Resource/ClassOrigins.xaml @@ -1,932 +1,2025 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Assassin - Assassins leap to the farthest enemy at the start of combat and deal additional - Critical Strike Damage - (3) 150% (6) 350% - - Blademaster - Blademasters have a 35% chance to strike - Additional Times - each attack. - (3) 1 Additional Strike (6) 2 Additional Strikes - - - - Demons - Chance on hit to burn all of target's current - Mana, - dealing - True Damage - equal to mana burned. - (2) 40% (4) 60% (6) 80% - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resource/Items.xaml b/Resource/Items.xaml index 64aea35..8e4132d 100644 --- a/Resource/Items.xaml +++ b/Resource/Items.xaml @@ -1,843 +1,1027 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resource/ItemsBuilder.xaml b/Resource/ItemsBuilder.xaml index 9923cd8..49d3f8f 100644 --- a/Resource/ItemsBuilder.xaml +++ b/Resource/ItemsBuilder.xaml @@ -1,840 +1,1025 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -