Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
update traits in constants to set 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Deko committed Mar 22, 2024
1 parent 1cb87a8 commit 0ff0672
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions tft_bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,32 +107,28 @@
"elder_dragon_active": "captures/round/elder_dragon_active.png",
},
"trait": {
"8_bit": "captures/trait/8_bit.png",
"big_shot": "captures/trait/big_shot.png",
"altruist": "captures/trait/altruist.png",
"arcanist": "captures/trait/arcanist.png",
"behemoth": "captures/trait/behemoth.png",
"bruiser": "captures/trait/bruiser.png",
"breakout": "captures/trait/breakout.png",
"country": "captures/trait/country.png",
"crowd_diver": "captures/trait/crowd_diver.png",
"dazzler": "captures/trait/dazzler.png",
"disco": "captures/trait/disco.png",
"edgelord": "captures/trait/edgelord.png",
"edm": "captures/trait/edm.png",
"emo": "captures/trait/emo.png",
"executioner": "captures/trait/executioner.png",
"guardian": "captures/trait/guardian.png",
"heartsteel": "captures/trait/heartsteel.png",
"hyperpop": "captures/trait/hyperpop.png",
"jazz": "captures/trait/jazz.png",
"kda": "captures/trait/kda.png",
"maestro": "captures/trait/maestro.png",
"mosher": "captures/trait/mosher.png",
"pentakill": "captures/trait/pentakill.png",
"punk": "captures/trait/punk.png",
"rapidfire": "captures/trait/rapidfire.png",
"sentinel": "captures/trait/sentinel.png",
"spellweaver": "captures/trait/spellweaver.png",
"superfan": "captures/trait/superfan.png",
"true_damage": "captures/trait/true_damage.png",
"dragonlord": "captures/trait/dragonlord.png",
"dryad": "captures/trait/dryad.png",
"duelist": "captures/trait/duelist.png",
"exalted": "captures/trait/exalted.png",
"fated": "captures/trait/fated.png",
"fortune": "captures/trait/fortune.png",
"ghostly": "captures/trait/ghostly.png",
"heavenly": "captures/trait/heavenly.png",
"inkshadow": "captures/trait/inkshadow.png",
"invoker": "captures/trait/invoker.png",
"mythic": "captures/trait/mythic.png",
"porcelain": "captures/trait/porcelain.png",
"reaper": "captures/trait/reaper.png",
"sniper": "captures/trait/sniper.png",
"storyweaver": "captures/trait/storyweaver.png",
"trickshot": "captures/trait/trickshot.png",
"umbral": "captures/trait/umbral.png",
"warden": "captures/trait/warden.png",
},
},
}
Expand Down

0 comments on commit 0ff0672

Please sign in to comment.