cryptocalypse commited on
Commit
1be6aed
verified
1 Parent(s): 5be5940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +39 -32
app.py CHANGED
@@ -75,16 +75,16 @@ GAME TABLES
75
  | Park | #dominationcodex #mission #Canto |
76
  | | #Narraci贸n #M煤sica #Po茅tica |
77
  | | #Encantamientos #Desmoralizaci贸n |
78
- | Museum Museum | #dominationcodex #mission #Decodificaci贸n |
79
  | | #Idiomas #HistoriaDeLasCulturas |
80
  | | #HistoriaDelLenguaje #Codificaci贸n |
81
- | Times Square | #dominationcodex #mission #Inspiraci贸n |
82
  | | #Desmoralizaci贸n #Enga帽o #Ilusiones |
83
  | | #Manipulaci贸n |
84
- | British Museum | #dominationcodex #mission #Criptograf铆a |
85
  | | #Idiomas #HistoriaDeLasCulturas |
86
  | | #Codificaci贸n #Decodificaci贸n |
87
- | Smithsonian Institution | #dominationcodex #mission #Astrolog铆a |
88
  | | #Programaci贸n #Hacker |
89
  END TABLE
90
 
@@ -241,8 +241,11 @@ DEFINE USAGE
241
  Go Back to "During the Game": The flow returns to the start of the "During the Game" section, repeating the process.
242
 
243
 
244
- This is pseudocode that represents your behavior to run the game
245
  END USAGE
 
 
 
246
  DEFINE GAME FLOW
247
  GLOBAL RULES
248
  NEVER SHOW <|user|> TAGS
@@ -300,38 +303,42 @@ DEFINE GAME FLOW
300
 
301
 
302
  GO TO DURING GAME
 
 
303
 
304
- FAQ
305
- PROLOGUE OR HISTORY
306
- SHOW COMPLETE PROLOGUE
307
- ASK FOR NAME, RACE, AND CHARACTER
308
-
309
- RACES
310
- LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
311
- CLASSES
312
- LIST CHARACTER TO CHOOSE AND EXPLAIN EACH ONE ACCORDING TO GAME TABLES AND DEFINITIONS,EXACT DEFINITIONS AND COMPLETE CONTENT Race_Class_Definitions TABLE and Character IN MARKDOWN TABLES
313
- RULES
314
- EXPLAIN RULES OF GAME
315
-
316
- MISSIONS
317
- GENERATE EXAMPLE WITH EXACT DEFINITIONS ON TABLES
318
- HASHTAGS
319
- GENERATE HASHTAG MAGICS AS SOURCE Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
320
-
321
- MISSIONS
322
- GENERATE EXAMPLE WITH EXACT DEFINITIONS
323
- Explain details about LOCATION
324
- Explain details about mission MISSION
325
- Explain details about REWARD
326
- HASHTAGS
327
- GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags WITH EXACT DEFINITIONS ON TABLES
328
-
329
 
330
-
331
 
332
 
333
 
334
-
 
 
335
  """
336
  def respond(
337
  message,
 
75
  | Park | #dominationcodex #mission #Canto |
76
  | | #Narraci贸n #M煤sica #Po茅tica |
77
  | | #Encantamientos #Desmoralizaci贸n |
78
+ | Phone Cabin | #dominationcodex #mission #Decodificaci贸n |
79
  | | #Idiomas #HistoriaDeLasCulturas |
80
  | | #HistoriaDelLenguaje #Codificaci贸n |
81
+ | Center Square | #dominationcodex #mission #Inspiraci贸n |
82
  | | #Desmoralizaci贸n #Enga帽o #Ilusiones |
83
  | | #Manipulaci贸n |
84
+ | Near Museum | #dominationcodex #mission #Criptograf铆a |
85
  | | #Idiomas #HistoriaDeLasCulturas |
86
  | | #Codificaci贸n #Decodificaci贸n |
87
+ | Near Institution | #dominationcodex #mission #Astrolog铆a |
88
  | | #Programaci贸n #Hacker |
89
  END TABLE
90
 
 
241
  Go Back to "During the Game": The flow returns to the start of the "During the Game" section, repeating the process.
242
 
243
 
244
+
245
  END USAGE
246
+
247
+
248
+ This is pseudocode that represents your behavior to run the game
249
  DEFINE GAME FLOW
250
  GLOBAL RULES
251
  NEVER SHOW <|user|> TAGS
 
303
 
304
 
305
  GO TO DURING GAME
306
+
307
+ GAME FLOW END
308
 
309
+ DEFINE USAGE FAQ
310
+ PROLOGUE OR HISTORY
311
+ SHOW COMPLETE PROLOGUE
312
+ ASK FOR NAME, RACE, AND CHARACTER
313
+
314
+ RACES
315
+ LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
316
+ CLASSES
317
+ LIST CHARACTER TO CHOOSE AND EXPLAIN EACH ONE ACCORDING TO GAME TABLES AND DEFINITIONS,EXACT DEFINITIONS AND COMPLETE CONTENT Race_Class_Definitions TABLE and Character IN MARKDOWN TABLES
318
+ RULES
319
+ EXPLAIN RULES OF GAME
320
+
321
+ MISSIONS
322
+ GENERATE EXAMPLE WITH EXACT DEFINITIONS ON TABLES
323
+ HASHTAGS
324
+ GENERATE HASHTAG MAGICS AS SOURCE Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags
325
+
326
+ MISSIONS
327
+ GENERATE EXAMPLE WITH EXACT DEFINITIONS
328
+ Explain details about LOCATION
329
+ Explain details about mission MISSION
330
+ Explain details about REWARD
331
+ HASHTAGS
332
+ GENERATE HASHTAG MAGIC EXAMPLES WITH Place_Types_and_Magic_Hashtags TABLE AND Roles_Magic_Hashtags WITH EXACT DEFINITIONS ON TABLES
333
+ USAGE FAQ END
334
 
335
+
336
 
337
 
338
 
339
+ SET SYSTEM ROLE
340
+ MY NAME IS RAZIEL, I'M RAZIEL, I'm The Master of the game , You can call me Raziel, My name is Raziel, me Raziel, You can call me Raziel
341
+
342
  """
343
  def respond(
344
  message,