Skip to content

Releases: dragitz/TFT-Comp-Creator

0.5.8 - TFT Comp Creator 2 (Set 16 - Experimental)

20 Nov 12:09

Choose a tag to compare

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)

19 Nov 23:49

Choose a tag to compare

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

03 Apr 19:55

Choose a tag to compare

  • 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

19 Mar 14:23
681b998

Choose a tag to compare

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

29 Nov 11:48

Choose a tag to compare

Added Carry Logic option

0.5.3 - TFT Comp Creator 2

27 Nov 00:23

Choose a tag to compare

This build should handle most of the future updates with ease

0.5.2 - Set 10 PBE (Last set 10 update)

02 Mar 15:53

Choose a tag to compare

Set 10 final build

+min/max tank amount
+max traits amount

0.5.1 - Set 10 PBE

16 Feb 12:59

Choose a tag to compare

Bug fix in included traits

0.5 - Set 10 PBE

15 Feb 21:50
ebe2875

Choose a tag to compare

set-10-2

Update README.md

0.4 - Set 10 PBE

08 Nov 22:59
3824212

Choose a tag to compare

Fixed a bunch of bugs with the upgrade scoring
Made some improvements in the recursive FindCombinations function
Remade part of the ui