cryptocalypse commited on
Commit
903dd86
·
verified ·
1 Parent(s): e35f590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -99,8 +99,9 @@ TABLE Race_Class_Definitions
99
  | Transcendents | Warriors | Transcendents who merge their divine essence with martial prowess, becoming living embodiments of celestial justice on the battlefield. |
100
  | Transcendents | Bards | Transcendents who commune with the very fabric of reality, crafting tales that transcend time and space, inspiring awe and wonder in all who hear them. |
101
  END TABLE
102
- TABLE Classes
103
- # Classes: Warlocks
 
104
 
105
  | Class | Description | Skills | Examples |
106
  |----------------|------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
@@ -108,7 +109,7 @@ TABLE Classes
108
  | Illusionist | Experts in creating realistic illusions that confuse and manipulate their enemies. | Sleight of Hand, Numatic Magic, Persuasion, Charisma | Example 1: Create an illusion to infiltrate the enemy camp undetected #dominationcodex #mission <br> Example 2: Disguise yourself to extract information from the royal guards #dominationcodex #mission <br> Example 3: Confuse the enemy with illusions to steal the artifact #dominationcodex #mission <br> Example 4: Use your charisma to persuade the council with a mesmerizing performance #dominationcodex #mission |
109
  | Conjurer | Summoners of ancient spirits and entities using the names of stars and angels from various mythologies. | Summoning, Mythological Knowledge, Rituals, Communication with Spirits | Example 1: Summon an ancient spirit to reveal the location of the sacred grove #dominationcodex #mission <br> Example 2: Conjure a guardian spirit to protect the village from invaders #dominationcodex #mission <br> Example 3: Bind the restless spirit in the haunted mansion #dominationcodex #mission <br> Example 4: Invoke celestial beings to bless the crops before the harvest #dominationcodex #mission |
110
 
111
- # Classes: Priest
112
 
113
  | Class | Description | Skills | Examples |
114
  |---------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
@@ -116,7 +117,7 @@ TABLE Classes
116
  | Oracle | Possess the gift of clairvoyance and can see the future and offer advice based on visions and prophecies. | Clairvoyance, Prophecies, Visions, Dream Interpretation | Example 1: Foresee the enemy's strategy and warn the king #dominationcodex #mission <br> Example 2: Interpret the dreams of the villagers to uncover hidden threats #dominationcodex #mission <br> Example 3: Predict the outcome of the war and advise the generals #dominationcodex #mission <br> Example 4: Use a vision to locate the missing prince #dominationcodex #mission |
117
  | Exorcist | Fight against evil entities and dark spirits. | Exorcism, Spiritual Protection, Sacred Rituals, Demonology Knowledge | Example 1: Exorcise the demon possessing the town's mayor #dominationcodex #mission <br> Example 2: Protect the villagers from a vengeful spirit #dominationcodex #mission <br> Example 3: Banish the dark entity from the ancient ruins #dominationcodex #mission <br> Example 4: Seal the portal to the underworld in the cursed cave #dominationcodex #mission |
118
 
119
- # Classes: Warrior
120
 
121
  | Class | Description | Skills | Examples |
122
  |-----------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
@@ -124,7 +125,7 @@ TABLE Classes
124
  | Guardian | Relentless defenders, experts in protecting their allies and maintaining strategic positions in combat. | Defense, Protection Tactics, Shield Use, Endurance | Example 1: Defend the castle gates from the invading army #dominationcodex #mission <br> Example 2: Shield the villagers from a hail of arrows #dominationcodex #mission <br> Example 3: Hold the line against a horde of undead #dominationcodex #mission <br> Example 4: Escort the caravan safely through bandit territory #dominationcodex #mission |
125
  | Assassin | Specialists in eliminating targets with stealth and precision. | Stealth, Agility, Assassination, Espionage | Example 1: Infiltrate the enemy camp and eliminate their leader #dominationcodex #mission <br> Example 2: Sabotage the enemy's supply lines #dominationcodex #mission <br> Example 3: Gather intelligence on the enemy's plans #dominationcodex #mission <br> Example 4: Neutralize the traitor within the royal court #dominationcodex #mission |
126
 
127
- # Classes: Bard
128
 
129
  | Class | Description | Skills | Examples |
130
  |-----------|-----------------------------------------------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
@@ -291,7 +292,7 @@ DEFINE GAME FLOW
291
  RACES
292
  LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
293
  CLASSES
294
- LIST CLASSES TO CHOOSE AND EXPLAIN EACH ONE ACCORDING TO GAME TABLES AND DEFINITIONS,EXACT DEFINITIONS AND COMPLETE CONTENT Race_Class_Definitions TABLE
295
  RULES
296
  EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX,EXACT DEFINITIONS AND COMPLETE CONTENT IN MARKDOWN TABLES
297
 
@@ -350,7 +351,7 @@ demo = chatBot = gr.ChatInterface(
350
  retry_btn=None,
351
  undo_btn="Undo",
352
  clear_btn="Clear",
353
- examples=["Explain me the history of the game","Let's start the game, list races and classes to choose ","Explain how to use","List game rules","List races and classes tables","List magic hashtag table","Generate Mission for British Museum"]
354
  )
355
 
356
 
 
99
  | Transcendents | Warriors | Transcendents who merge their divine essence with martial prowess, becoming living embodiments of celestial justice on the battlefield. |
100
  | Transcendents | Bards | Transcendents who commune with the very fabric of reality, crafting tales that transcend time and space, inspiring awe and wonder in all who hear them. |
101
  END TABLE
102
+
103
+ TABLE Characters
104
+ # Character: Warlocks
105
 
106
  | Class | Description | Skills | Examples |
107
  |----------------|------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
 
109
  | Illusionist | Experts in creating realistic illusions that confuse and manipulate their enemies. | Sleight of Hand, Numatic Magic, Persuasion, Charisma | Example 1: Create an illusion to infiltrate the enemy camp undetected #dominationcodex #mission <br> Example 2: Disguise yourself to extract information from the royal guards #dominationcodex #mission <br> Example 3: Confuse the enemy with illusions to steal the artifact #dominationcodex #mission <br> Example 4: Use your charisma to persuade the council with a mesmerizing performance #dominationcodex #mission |
110
  | Conjurer | Summoners of ancient spirits and entities using the names of stars and angels from various mythologies. | Summoning, Mythological Knowledge, Rituals, Communication with Spirits | Example 1: Summon an ancient spirit to reveal the location of the sacred grove #dominationcodex #mission <br> Example 2: Conjure a guardian spirit to protect the village from invaders #dominationcodex #mission <br> Example 3: Bind the restless spirit in the haunted mansion #dominationcodex #mission <br> Example 4: Invoke celestial beings to bless the crops before the harvest #dominationcodex #mission |
111
 
112
+ # Character: Priest
113
 
114
  | Class | Description | Skills | Examples |
115
  |---------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
 
117
  | Oracle | Possess the gift of clairvoyance and can see the future and offer advice based on visions and prophecies. | Clairvoyance, Prophecies, Visions, Dream Interpretation | Example 1: Foresee the enemy's strategy and warn the king #dominationcodex #mission <br> Example 2: Interpret the dreams of the villagers to uncover hidden threats #dominationcodex #mission <br> Example 3: Predict the outcome of the war and advise the generals #dominationcodex #mission <br> Example 4: Use a vision to locate the missing prince #dominationcodex #mission |
118
  | Exorcist | Fight against evil entities and dark spirits. | Exorcism, Spiritual Protection, Sacred Rituals, Demonology Knowledge | Example 1: Exorcise the demon possessing the town's mayor #dominationcodex #mission <br> Example 2: Protect the villagers from a vengeful spirit #dominationcodex #mission <br> Example 3: Banish the dark entity from the ancient ruins #dominationcodex #mission <br> Example 4: Seal the portal to the underworld in the cursed cave #dominationcodex #mission |
119
 
120
+ # Character: Warrior
121
 
122
  | Class | Description | Skills | Examples |
123
  |-----------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
 
125
  | Guardian | Relentless defenders, experts in protecting their allies and maintaining strategic positions in combat. | Defense, Protection Tactics, Shield Use, Endurance | Example 1: Defend the castle gates from the invading army #dominationcodex #mission <br> Example 2: Shield the villagers from a hail of arrows #dominationcodex #mission <br> Example 3: Hold the line against a horde of undead #dominationcodex #mission <br> Example 4: Escort the caravan safely through bandit territory #dominationcodex #mission |
126
  | Assassin | Specialists in eliminating targets with stealth and precision. | Stealth, Agility, Assassination, Espionage | Example 1: Infiltrate the enemy camp and eliminate their leader #dominationcodex #mission <br> Example 2: Sabotage the enemy's supply lines #dominationcodex #mission <br> Example 3: Gather intelligence on the enemy's plans #dominationcodex #mission <br> Example 4: Neutralize the traitor within the royal court #dominationcodex #mission |
127
 
128
+ # Character: Bard
129
 
130
  | Class | Description | Skills | Examples |
131
  |-----------|-----------------------------------------------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
 
292
  RACES
293
  LIST RACES AND EXPLAIN EACH ONE ACCORDING TO THE DEFINITIONS AND TABLES, EXACT DEFINITIONS AND COMPLETE CONTENT
294
  CLASSES
295
+ 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
296
  RULES
297
  EXPLAIN DUGNEON AND DRAGON RULES ADAPTED TO DOMINATION CODEX,EXACT DEFINITIONS AND COMPLETE CONTENT IN MARKDOWN TABLES
298
 
 
351
  retry_btn=None,
352
  undo_btn="Undo",
353
  clear_btn="Clear",
354
+ examples=["Explain me the history of the game","Let's start the game, list races and classes to choose ","Explain how to use","List Domination Codex game rules","List races and character tables","List magic hashtag table","Generate Mission for British Museum"]
355
  )
356
 
357