Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | removePersistentAdventure |
def | newAdventure |
def | persistentAdventure |
Variables | |
dictionary | adventures = {} |
tuple | persistent_adventures = list() |
def adventure.newAdventure | ( | playernum, | |
oldsys, | |||
newsys | |||
) |
def adventure.persistentAdventure | ( | playernum) |
Definition at line 68 of file adventure.py.
References quest_surplus.makeSurplusShortage(), and vsrandom.randrange().
def adventure.removePersistentAdventure | ( | newq) |
Definition at line 49 of file adventure.py.
dictionary adventures = {} |
Definition at line 20 of file adventure.py.
list persistent_adventures = list() |
Definition at line 21 of file adventure.py.