Hugo Garcia-Cotte commited on
Commit
672db4b
1 Parent(s): f78eace

Added the intro

Browse files
Files changed (1) hide show
  1. danse_macabre.py +16 -1
danse_macabre.py CHANGED
@@ -103,7 +103,8 @@ def main():
103
  # print("Character = "+character)
104
 
105
  #TODO AMBIANCE TRACK
106
-
 
107
  Act1 = True
108
  nextseq="#NEXT:ABBEY#"
109
 
@@ -145,6 +146,20 @@ def main():
145
  archivesVisited = None
146
  cryptsVisited = None
147
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  while(Act1):
149
 
150
  quest_journal()
 
103
  # print("Character = "+character)
104
 
105
  #TODO AMBIANCE TRACK
106
+ #TODO rework controller
107
+ #TODO add to global context when the heart is discovered missing
108
  Act1 = True
109
  nextseq="#NEXT:ABBEY#"
110
 
 
146
  archivesVisited = None
147
  cryptsVisited = None
148
 
149
+ print("""Welcome to the year 1344.
150
+ You are one of the inquisitors appointed by the Pope to investigate the suspicious death of Friedrich II von Habsburg.
151
+ As the last member of his branch of the House of Habsburg, his death at the Neuberg Abbey on the 11th of December has raised many questions.
152
+
153
+ This is not the first time a Habsburg has died under mysterious circumstances within the walls of this ancient abbey, and you have been chosen to uncover the truth.
154
+ Otto der Fröhliche in 1339, followed by Leopold II von Habsburg in August 1344, and now Friedrich II in December.
155
+
156
+ The stakes are high, and the truth is shrouded in secrecy and lies. Rudolf IV, a member of a rival branch of the Habsburg family, has just been appointed as the Duke of Austria, succeeding Friedrich II, and he has made it clear to the Pope that he wants no interference in the matter.
157
+
158
+ But you know that justice must prevail, and it is up to you to uncover the truth.
159
+
160
+ As you approach the Neuberg Abbey, you can feel the weight of history bearing down on you, and the task ahead seems daunting.
161
+ But you are determined to see it through to the end, no matter what obstacles lie in your path. The fate of the Habsburgs rests on your shoulders.""".replace('\t', ''))
162
+
163
  while(Act1):
164
 
165
  quest_journal()