Skip to content

Tactics Drills

Pival edited this page Jul 17, 2021 · 9 revisions

A module use to create Tactics Drills pages.

Functions

TacticsDrills()

TacticsDrills(mapId)

Parameter Type
mapId String

Return: String


__main__

python3 TD.py [mapId]...

Internal globals

TD_KIND

Type: List (String)

Internal functions

TDMapInfobox()

TDMapInfobox(stage, field)

Parameter Type
stage StagePuzzle object
field SRPGMap.field object

Return: String


TDText()

TDText(mapId)

Parameter Type
mapId String

Return: String


TDUnitData()

TDUnitData(SRPGMap, StageEvent)

Parameter Type
SRPGMap SRPGMap object
StageEvent StagePuzzle object

Return: String


Solution()

Solution(field)

Parameter Type
field SRPGMap.field 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