Skip to content

Resplendent

Pival edited this page Jul 17, 2021 · 5 revisions

A module whose goal is to update Hero pages to add informations about their resplendent variation.

Functions

ResplendentHero():

ResplendentHero(unitId)

Parameter Type
unitId String

Return: Dict (String, String)


ResplendentHeroes():

ResplendentHeroes(tagId)

Parameter Type
tagId String

Return: Dict (String, String)


__main__

python3 Resplendent.py [update_tag | unit_id | unit_full_name]...

Internal functions

addResplendentHeroQuotes():

addResplendentHeroQuotes(unit)

Parameter Type
unit SubscriptionCostume object

Return: Dict (String, String)


updateResplendentHeroPage():

updateResplendentHeroPage(unit)

Parameter Type
unit SubscriptionCostume object

Return: Dict (String, String)


  • REUtil.py
  • Reverse.py
  • Events
    • RevVG.py
    • RevTT.py
    • RevTB.py
    • RevGC.py
    • RevFB.py
    • RevRS.py
    • RevLL.py
    • RevHoF.py
    • RevMS.py
    • RevFP.py
    • RevPoL.py
  • Others
    • RevData.py
    • RevMap.py
    • RevQuests.py
    • RevSound.py
    • RevUnit.py
Clone this wiki locally