Skip to content

Lost Lore

Pival edited this page Jul 17, 2021 · 7 revisions

A module use to create Lost Lore event pages.

Functions

LostLore()

LostLore(tag)

Parameter Type
tag String

Return: Dict (String, String)


__main__

python3 LL.py [update_tag]...

Internal globals

extraTeams

Type: List (Integer)

This will eventually disappear

Internal function

LLInfobox()

LLInfobox(data, strikes)

Parameter Type
data Trip object
strikes List (Trip.maps.strike object)

Return: String


LLRewards()

LLRewards(data)

Parameter Type
data Trip object

Return: String


LLSaga()

LLSaga(data, tag)

Parameter Type
data Trip object
tag String

Return: String


LLLocation()

LLLocation(data)

Parameter Type
data Trip object

Return: String


LLUnit()

LLUnit(data, strikes)

Parameter Type
data Trip object
strikes List (Trip.maps.strike object)

Return: 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