Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | quest_introduction_factory |
class | quest_introduction |
Namespaces | |
quest_intro | |
Constant Groups | |
quest_intro | |
Functions | |
def | buyDrive |
def | haveDrive |
def | okayDrawJenek |
def | getJenekConversation |
def | interactWithJenek |
Variables | |
string | TRIGGER_SAVE = "IntroJP" |
int | TRIGGER_VALUE = 1 |
list | TRIGGER_MESSAGE = ["[Reminder]","Jenek on Wiley may have a jump drive going cheap."] |
int | DEFAULT_VALUE = 0 |
int | REFUSED_VALUE = 2 |
int | DONE_VALUE = 3 |
int | JP_DRV_PRICE = 7000 |
int | DRV_SUCCESS = 1 |
int | DRV_FAIL = 2 |
int | JP_DISTANCE = 10000 |
string | FIXER_NAME = "IntroFixer" |
string | FIXER_TEXT = "#\nimport quest_intro\nconversation = quest_intro.getJenekConversation()" |