From c0203248326a7abb659eb92f1427bf24a4fbd076 Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:13:48 +0800 Subject: [PATCH] Update assets --- game_assets.py | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/game_assets.py b/game_assets.py index becc817..a02cc9c 100644 --- a/game_assets.py +++ b/game_assets.py @@ -78,7 +78,6 @@ "Neeko":{"Gold":2,"Board Size":1,"Trait1":"Arcanist","Trait2":"Heavenly","Trait3":"Mythic"}, "Ornn":{"Gold":4,"Board Size":1,"Trait1":"Behemoth","Trait2":"Dryad","Trait3":""}, "Qiyana":{"Gold":2,"Board Size":1,"Trait1":"Duelist","Trait2":"Heavenly","Trait3":""}, - "Rakan":{"Gold":5,"Board Size":1,"Trait1":"Altruist","Trait2":"Lovers","Trait3":"Dragonlord"}, "RekSai":{"Gold":1,"Board Size":1,"Trait1":"Bruiser","Trait2":"Dryad","Trait3":""}, "Riven":{"Gold":2,"Board Size":1,"Trait1":"Bruiser","Trait2":"Altruist","Trait3":"Storyweaver"}, "Senna":{"Gold":2,"Board Size":1,"Trait1":"Sniper","Trait2":"Inkshadow","Trait3":""}, @@ -95,7 +94,7 @@ "Udyr":{"Gold":5,"Board Size":1,"Trait1":"Behemoth","Trait2":"SpiritWalker","Trait3":"Inkshadow"}, "Volibear":{"Gold":3,"Board Size":1,"Trait1":"Duelist","Trait2":"Inkshadow","Trait3":""}, "Wukong":{"Gold":5,"Board Size":1,"Trait1":"Sage","Trait2":"Great","Trait3":"Heavenly"}, - "Xayah":{"Gold":5,"Board Size":1,"Trait1":"Trickshot","Trait2":"Lovers","Trait3":"Dragonlord"}, + "XayahRakan":{"Gold":5,"Board Size":1,"Trait1":"Trickshot","Trait2":"Lovers","Trait3":"Dragonlord"}, "Yasuo":{"Gold":1,"Board Size":1,"Trait1":"Duelist","Trait2":"Fated","Trait3":""}, "Yone":{"Gold":3,"Board Size":1,"Trait1":"Reaper","Trait2":"Umbral","Trait3":""}, "Yorick":{"Gold":2,"Board Size":1,"Trait1":"Behemoth","Trait2":"Umbral","Trait3":""}, @@ -136,24 +135,24 @@ FINAL_COMP_ROUND = "4-5" -FULL_ITEMS = {"8bitEmblem":("Spatula","RecurveBow"), - "EmoEmblem":("Spatula","TearoftheGoddess"), - "HEARTSTEELEmblem":("Spatula","GiantsBelt"), - "JazzEmblem":("Spatula","NegatronCloak"), - "KDAEmblem":("Spatula","NeedlesslyLargeRod"), - "PentakillEmblem":("Spatula","ChainVest"), - "PunkEmblem":("Spatula","SparringGloves"), - "TrueDamageEmblem":("Spatula","SparringGloves"), - "AdaptiveHelm":("NegatronCloak","B.F.Sword"), - "ArchangelsStaff":("NeedlesslyLargeRod","TearoftheGoddess"), - "Bloodthirster":("B.F.Sword","NegatronCloak"), +FULL_ITEMS = {"DryadEmblem":("Spatula","GiantsBelt"), + "FatedEmblem":("Spatula","NeedlesslyLargeRod"), + "GhostlyEmblem":("Spatula","BFSword"), + "HeavenlyEmblem":("Spatula","NegatronCloak"), + "MythicEmblem":("Spatula","TearoftheGoddess"), + "PorcelainEmblem":("Spatula","RecurveBow"), + "StoryweaverEmblem":("Spatula","ChainVest"), + "UmbralEmblem":("Spatula","SparringGloves"), + "AdaptiveHelm":("TearoftheGoddess","NegatronCloak"), + "ArchangelsStaff":("TearoftheGoddess","NeedlesslyLargeRod"), + "Bloodthirster":("BFSword","NegatronCloak"), "BlueBuff":("TearoftheGoddess","TearoftheGoddess"), "BrambleVest":("ChainVest","ChainVest"), - "Crownguard":("ChainVest","NeedlesslyLargeRod"), - "Deathblade":("B.F.Sword","B.F.Sword"), + "Crownguard":("NeedlesslyLargeRod","ChainVest"), + "Deathblade":("BFSword","BFSword"), "DragonsClaw":("NegatronCloak","NegatronCloak"), - "EdgeofNight":("B.F.Sword","ChainVest"), - "Evenshroud":("GiantsBelt","NegatronCloak"), + "EdgeofNight":("BFSword","ChainVest"), + "Evenshroud":("NegatronCloak","GiantsBelt"), "GargoyleStoneplate":("ChainVest","NegatronCloak"), "GiantSlayer":("BFSword","RecurveBow"), "Guardbreaker":("GiantsBelt","SparringGloves"), @@ -162,25 +161,26 @@ "HextechGunblade":("BFSword","NeedlesslyLargeRod"), "InfinityEdge":("BFSword","SparringGloves"), "IonicSpark":("NeedlesslyLargeRod","NegatronCloak"), - "JeweledGauntlet":("NeedlesslyLargeRod","SparringGloves"), + "JeweledGauntlet":("SparringGloves","NeedlesslyLargeRod"), "LastWhisper":("RecurveBow","SparringGloves"), - "Morellonomicon":("GiantsBelt","NeedlesslyLargeRod"), - "NashorsTooth":("GiantsBelt","RecurveBow"), + "Morellonomicon":("NeedlesslyLargeRod","GiantsBelt"), + "NashorsTooth":("RecurveBow","GiantsBelt"), "ProtectorsVow":("ChainVest","TearoftheGoddess"), "Quicksilver":("NegatronCloak","SparringGloves"), "RabadonsDeathcap":("NeedlesslyLargeRod","NeedlesslyLargeRod"), "RedBuff":("RecurveBow","RecurveBow"), - "Redemption":("GiantsBelt","TearoftheGoddess"), - "RunaansHurricane":("NegatronCloak","RecurveBow"), + "Redemption":("TearoftheGoddess","GiantsBelt"), + "RunaansHurricane":("RecurveBow","NegatronCloak"), "SpearofShojin":("BFSword","TearoftheGoddess"), - "StatikkShiv":("RecurveBow","TearoftheGoddess"), - "SteadfastHeart":("ChainVest","SparringGloves"), - "SteraksGage":("B.F.Sword","GiantsBelt"), + "StatikkShiv":("TearoftheGoddess","RecurveBow"), + "SteadfastHeart":("SparringGloves","ChainVest"), + "SteraksGage":("BFSword","GiantsBelt"), "SunfireCape":("ChainVest","GiantsBelt"), "TacticiansCrown":("Spatula","Spatula"), "ThiefsGloves":("SparringGloves","SparringGloves"), "TitansResolve":("ChainVest","RecurveBow"), - "WarmogsArmor":("GiantsBelt","GiantsBelt")} + "WarmogsArmor":("GiantsBelt","GiantsBelt") + } def champion_board_size(champion: str) -> int: """Takes a string (champion name) and returns board size of champion"""