Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | quest_introduction_factory |
class | quest_introduction |
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()" |
def quest_intro.buyDrive | ( | ) |
def quest_intro.getJenekConversation | ( | ) |
Returns the conversation object for the Jenek fixer.
Definition at line 110 of file quest_intro.py.
References locale.str().
def quest_intro.haveDrive | ( | ) |
Does the player already have a jumpdrive?
Definition at line 91 of file quest_intro.py.
def quest_intro.interactWithJenek | ( | ref = "Root" ) |
Iterates the conversation, allowing for extra events to be launched during the conversation.
Definition at line 182 of file quest_intro.py.
References getJenekConversation().
def quest_intro.okayDrawJenek | ( | ) |
Checks if the player is docked to the right planet, and the fixer is still \'around\'.
Definition at line 99 of file quest_intro.py.
References quest.checkSaveValue().
int DEFAULT_VALUE = 0 |
Definition at line 11 of file quest_intro.py.
int DONE_VALUE = 3 |
Definition at line 13 of file quest_intro.py.
int DRV_FAIL = 2 |
Definition at line 18 of file quest_intro.py.
int DRV_SUCCESS = 1 |
Definition at line 17 of file quest_intro.py.
string FIXER_NAME = "IntroFixer" |
Definition at line 22 of file quest_intro.py.
string FIXER_TEXT = "#\nimport quest_intro\nconversation = quest_intro.getJenekConversation()" |
Definition at line 23 of file quest_intro.py.
int JP_DISTANCE = 10000 |
Definition at line 20 of file quest_intro.py.
int JP_DRV_PRICE = 7000 |
Definition at line 15 of file quest_intro.py.
int REFUSED_VALUE = 2 |
Definition at line 12 of file quest_intro.py.
list TRIGGER_MESSAGE = ["[Reminder]","Jenek on Wiley may have a jump drive going cheap."] |
Definition at line 9 of file quest_intro.py.
string TRIGGER_SAVE = "IntroJP" |
Definition at line 7 of file quest_intro.py.
int TRIGGER_VALUE = 1 |
Definition at line 8 of file quest_intro.py.