Releases: dragitz/TFT-Comp-Creator
0.5.8 - TFT Comp Creator 2 (Set 16 - Experimental)
Added algo that is only used when you tick the "Bronze for life" option, giving you faster results
Added some new unlock conditions to champs in set.json
Some bug fixes
0.5.7 - TFT Comp Creator 2 (Set 16 - Experimental)
This is an experimental build for the Set 16 that implements the unlock mechanic for the new set.
It may contain bugs and or crashes, please report if you find any.
I've also done a refactor (JSON to structs) that should make the computation slightly faster.
This build contains a predefined set.json meaning if you delete it, the tool will still make a new one, but without the unlock logic. (I had to type it all in)
Comp code generator might be bugged.
0.5.6 - TFT Comp Creator 2
- Fixed a bug in previous versions that might have prevented a few champions form being validated at setup
Added two new options to maximize a trait's level (without using emblems)
0.5.5 - TFT Comp Creator 2
Update fix in preparation for Set14:
- Fixed a null string error caused by unplayable characters not having a name assigned
- Changed algo for the comp code generation for Set14
Note: Since the algo has changed, this update won't work for the previous sets.
0.5.4 - TFT Comp Creator 2
Added Carry Logic option
0.5.3 - TFT Comp Creator 2
This build should handle most of the future updates with ease
0.5.2 - Set 10 PBE (Last set 10 update)
Set 10 final build +min/max tank amount +max traits amount
0.5.1 - Set 10 PBE
Bug fix in included traits
0.5 - Set 10 PBE
set-10-2 Update README.md
0.4 - Set 10 PBE
Fixed a bunch of bugs with the upgrade scoring
Made some improvements in the recursive FindCombinations function
Remade part of the ui