Tuesday, January 1, 2013

My Support Recommended Items

Here is a link to a pastebin of the file, or you can copy the text below.  You want to put this text in the directory "....Riot Games\League of Legends\Config\Champions\SUPPORTNAME\Recommended" in a file called "EnigmaItem_1_CLASSIC-0.json" and edit "Sona" to say instead "SUPPORTNAME".

For more information, visit this page, and here is a link to Enigma's item changer, which has an amazing GUI.  I generated this file using his item changer, and then I used the Python script that I posted earlier to clone it for all of my supports.  If you want a list of supports, you can use (and modify, if desired) this line

SUPPORT = ["Alistar", "Blitzcrank", "Fiddlesticks", "Janna", "Leona", "Lulu",
            "Lux", "Nami", "Nidalee", "Nunu", "Sona", "Soraka", "Taric",
            "Zilean", "Zyra"]


to define the variable 'SUPPORT' so that you can easily edit your support builds all at the same time.

And here is my Sona recommended items file (copy the pastebin file if any indentation problems arise):

{"champion":"Sona","title":"Support","priority":true,"map":"1","blocks":[{"items":[{"id":"2041","count":1},{"id":"2044","count":1},{"id":"2043","count":1},{"id":"2003","count":1},{"id":"2004","count":1},{"id":"2042","count":1}],"type":"Consumables"},{"items":[{"id":"1001","count":1},{"id":"1004","count":1},{"id":"1006","count":1},{"id":"1028","count":1},{"id":"1029","count":1},{"id":"1033","count":1}],"type":"Base Items"},{"items":[{"id":"3096","count":1},{"id":"3098","count":1},{"id":"3097","count":1},{"id":"3037","count":1},{"id":"3067","count":1},{"id":"3028","count":1}],"type":"Intermediate Items"},{"items":[{"id":"3107","count":1},{"id":"3069","count":1},{"id":"3092","count":1},{"id":"3222","count":1},{"id":"3023","count":1},{"id":"2045","count":1}],"type":"Final Items"},{"items":[{"id":"1031","count":1},{"id":"1057","count":1},{"id":"1011","count":1},{"id":"1026","count":1},{"id":"1058","count":1},{"id":"1038","count":1}],"type":"Big Items"},{"items":[{"id":"3078","count":1},{"id":"3089","count":1},{"id":"3110","count":1},{"id":"3001","count":1},{"id":"3022","count":1},{"id":"3025","count":1}],"type":"New Group"}],"_notes":"","type":"custom","mode":"CLASSIC","_author":"Rheingold"}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.