cryptocalypse commited on
Commit
e35f590
verified
1 Parent(s): ebe6870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +33 -134
app.py CHANGED
@@ -99,6 +99,39 @@ 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
 
103
  PSEUDO CODE
104
 
@@ -150,140 +183,6 @@ DEFINE RULES "Dugneon and Dragons"
150
  END
151
 
152
 
153
- // Clases: Warlocks
154
- BEGIN Warlocks
155
- // Characteromant
156
- DEFINE Characteromant
157
- SET Description = "Maestros en los artes matem谩ticos de la composici贸n del lenguaje."
158
- SET Skills = ["Criptograf铆a", "Idiomas", "Historia de las culturas", "Historia del lenguaje", "ELS (Equidistant Letter Sequence)", "Temuraeh", "Ziruph", "Codificaci贸n", "Decodificaci贸n", "Programaci贸n", "Hacker", "Astrolog铆a"]
159
- EXAMPLES
160
- DISPLAY "Example 1: Decode the inscriptions in the ruins to reveal the hidden treasure #dominationcodex #mission"
161
- DISPLAY "Example 2: Unravel the encrypted messages from the old scroll to prevent a catastrophe #dominationcodex #mission"
162
- DISPLAY "Example 3: Crack the code of the forgotten language to unlock the mystic library #dominationcodex #mission"
163
- DISPLAY "Example 4: Solve the cryptographic puzzle to disable the magical barrier #dominationcodex #mission"
164
-
165
- // Illusionist
166
- DEFINE Illusionist
167
- SET Description = "Expertos en crear ilusiones realistas que confunden y manipulan a sus enemigos."
168
- SET Skills = ["Destreza manual", "Magia num谩tica", "Persuasi贸n", "Carisma"]
169
- EXAMPLES
170
- DISPLAY "Example 1: Create an illusion to infiltrate the enemy camp undetected #dominationcodex #mission"
171
- DISPLAY "Example 2: Disguise yourself to extract information from the royal guards #dominationcodex #mission"
172
- DISPLAY "Example 3: Confuse the enemy with illusions to steal the artifact #dominationcodex #mission"
173
- DISPLAY "Example 4: Use your charisma to persuade the council with a mesmerizing performance #dominationcodex #mission"
174
-
175
- // Conjurer
176
- DEFINE Conjurer
177
- SET Description = "Invocan a antiguos esp铆ritus y entidades utilizando los nombres de astros y 谩ngeles de diversas mitolog铆as."
178
- SET Skills = ["Invocaci贸n", "Conocimiento de mitolog铆as", "Rituales", "Comunicaci贸n con esp铆ritus"]
179
- EXAMPLES
180
- DISPLAY "Example 1: Summon an ancient spirit to reveal the location of the sacred grove #dominationcodex #mission"
181
- DISPLAY "Example 2: Conjure a guardian spirit to protect the village from invaders #dominationcodex #mission"
182
- DISPLAY "Example 3: Bind the restless spirit in the haunted mansion #dominationcodex #mission"
183
- DISPLAY "Example 4: Invoke celestial beings to bless the crops before the harvest #dominationcodex #mission"
184
- END Warlocks
185
-
186
- // Clases: Priest
187
- BEGIN Priest
188
- // Healer
189
- DEFINE Healer
190
- SET Description = "Sanadores que utilizan sus poderes divinos para curar heridas y enfermedades."
191
- SET Skills = ["Curaci贸n", "Purificaci贸n", "Bendiciones", "Protecci贸n divina"]
192
- EXAMPLES
193
- DISPLAY "Example 1: Heal the wounded soldiers after the battle #dominationcodex #mission"
194
- DISPLAY "Example 2: Purify the cursed forest to restore its natural beauty #dominationcodex #mission"
195
- DISPLAY "Example 3: Administer healing potions to the plague-stricken village #dominationcodex #mission"
196
- DISPLAY "Example 4: Perform a sacred ritual to cleanse the temple of dark magic #dominationcodex #mission"
197
-
198
- // Oracle
199
- DEFINE Oracle
200
- SET Description = "Poseen el don de la clarividencia y pueden ver el futuro y ofrecer consejos basados en visiones y profec铆as."
201
- SET Skills = ["Clarividencia", "Profec铆as", "Visiones", "Interpretaci贸n de sue帽os"]
202
- EXAMPLES
203
- DISPLAY "Example 1: Foresee the enemy's strategy and warn the king #dominationcodex #mission"
204
- DISPLAY "Example 2: Interpret the dreams of the villagers to uncover hidden threats #dominationcodex #mission"
205
- DISPLAY "Example 3: Predict the outcome of the war and advise the generals #dominationcodex #mission"
206
- DISPLAY "Example 4: Use a vision to locate the missing prince #dominationcodex #mission"
207
-
208
- // Exorcist
209
- DEFINE Exorcist
210
- SET Description = "Luchan contra entidades malignas y esp铆ritus oscuros."
211
- SET Skills = ["Exorcismo", "Protecci贸n espiritual", "Rituales sagrados", "Conocimiento de demonolog铆a"]
212
- EXAMPLES
213
- DISPLAY "Example 1: Exorcise the demon possessing the town's mayor #dominationcodex #mission"
214
- DISPLAY "Example 2: Protect the villagers from a vengeful spirit #dominationcodex #mission"
215
- DISPLAY "Example 3: Banish the dark entity from the ancient ruins #dominationcodex #mission"
216
- DISPLAY "Example 4: Seal the portal to the underworld in the cursed cave #dominationcodex #mission"
217
- END Priest
218
-
219
- // Clases: Warrior
220
-
221
- DEFINE CLASSES
222
- BEGIN Warrior
223
- // Berserker
224
- DEFINE Berserker
225
- SET Description = "Guerreros feroces que entran en un estado de frenes铆 en combate."
226
- SET Skills = ["Frenes铆", "Fuerza bruta", "Resistencia", "T谩cticas de combate cuerpo a cuerpo"]
227
- EXAMPLES
228
- DISPLAY "Example 1: Lead the charge against the enemy fortifications #dominationcodex #mission"
229
- DISPLAY "Example 2: Break through the enemy lines to capture their commander #dominationcodex #mission"
230
- DISPLAY "Example 3: Defeat the monstrous beast threatening the village #dominationcodex #mission"
231
- DISPLAY "Example 4: Destroy the bandit camp in the forest #dominationcodex #mission"
232
-
233
- // Guardian
234
- DEFINE Guardian
235
- SET Description = "Defensores implacables, expertos en proteger a sus aliados y mantener posiciones estrat茅gicas en combate."
236
- SET Skills = ["Defensa", "T谩cticas de protecci贸n", "Uso de escudos", "Resistencia"]
237
- EXAMPLES
238
- DISPLAY "Example 1: Defend the castle gates from the invading army #dominationcodex #mission"
239
- DISPLAY "Example 2: Shield the villagers from a hail of arrows #dominationcodex #mission"
240
- DISPLAY "Example 3: Hold the line against a horde of undead #dominationcodex #mission"
241
- DISPLAY "Example 4: Escort the caravan safely through bandit territory #dominationcodex #mission"
242
-
243
- // Assassin
244
- DEFINE Assassin
245
- SET Description = "Especialistas en eliminar objetivos con sigilo y precisi贸n."
246
- SET Skills = ["Sigilo", "Agilidad", "Asesinato", "Espionaje"]
247
- EXAMPLES
248
- DISPLAY "Example 1: Infiltrate the enemy camp and eliminate their leader #dominationcodex #mission"
249
- DISPLAY "Example 2: Sabotage the enemy's supply lines #dominationcodex #mission"
250
- DISPLAY "Example 3: Gather intelligence on the enemy's plans #dominationcodex #mission"
251
- DISPLAY "Example 4: Neutralize the traitor within the royal court #dominationcodex #mission"
252
- END Warrior
253
-
254
- // Clases: Bard
255
- BEGIN Bard
256
- // Skald
257
- DEFINE Skald
258
- SET Description = "Narradores de historias y leyendas que inspiran a sus aliados y confunden a sus enemigos."
259
- SET Skills = ["Canto", "Narraci贸n", "Inspiraci贸n", "Desmoralizaci贸n"]
260
- EXAMPLES
261
- DISPLAY "Example 1: Inspire the troops with a heroic ballad before battle #dominationcodex #mission"
262
- DISPLAY "Example 2: Weave a tale to lower the enemy's morale #dominationcodex #mission"
263
- DISPLAY "Example 3: Rally the villagers to defend their homes #dominationcodex #mission"
264
- DISPLAY "Example 4: Spread tales of your victories to gain the support of the nobles #dominationcodex #mission"
265
-
266
- // Minstrel
267
- DEFINE Minstrel
268
- SET Description = "M煤sicos y poetas que utilizan sus habilidades para embelesar y manipular."
269
- SET Skills = ["M煤sica", "Po茅tica", "Encantamientos", "Diplomacia"]
270
- EXAMPLES
271
- DISPLAY "Example 1: Enchant the queen with a mesmerizing performance #dominationcodex #mission"
272
- DISPLAY "Example 2: Use music to soothe the rampaging beast #dominationcodex #mission"
273
- DISPLAY "Example 3: Negotiate peace between warring factions with a song #dominationcodex #mission"
274
- DISPLAY "Example 4: Charm the guards to gain entry to the fortress #dominationcodex #mission"
275
-
276
- // Trickster
277
- DEFINE Trickster
278
- SET Description = "Maestros de las travesuras y las ilusiones, expertos en burlar a sus enemigos."
279
- SET Skills = ["Enga帽o", "Ilusiones", "Acrobacias", "Manipulaci贸n"]
280
- EXAMPLES
281
- DISPLAY "Example 1: Fool the bandits into a trap with clever tricks #dominationcodex #mission"
282
- DISPLAY "Example 2: Create illusions to distract the enemy during a heist #dominationcodex #mission"
283
- DISPLAY "Example 3: Perform acrobatics to escape from a dire situation #dominationcodex #mission"
284
- DISPLAY "Example 4: Manipulate the crowd to incite a rebellion #dominationcodex #mission"
285
- END Bard
286
-
287
  // Postlogue of "The Domination Codex"
288
  BEGIN
289
  DISPLAY "The story has just begun."
 
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
+ |----------------|------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
107
+ | Characteromant | Masters in the mathematical arts of language composition. | Cryptography, Languages, Cultural History, History of Language, ELS (Equidistant Letter Sequence), Temuraeh, Ziruph, Encoding, Decoding, Programming, Hacking, Astrology | Example 1: Decode the inscriptions in the ruins to reveal the hidden treasure #dominationcodex #mission <br> Example 2: Unravel the encrypted messages from the old scroll to prevent a catastrophe #dominationcodex #mission <br> Example 3: Crack the code of the forgotten language to unlock the mystic library #dominationcodex #mission <br> Example 4: Solve the cryptographic puzzle to disable the magical barrier #dominationcodex #mission |
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
+ |---------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
115
+ | Healer | Healers who use their divine powers to cure wounds and illnesses. | Healing, Purification, Blessings, Divine Protection | Example 1: Heal the wounded soldiers after the battle #dominationcodex #mission <br> Example 2: Purify the cursed forest to restore its natural beauty #dominationcodex #mission <br> Example 3: Administer healing potions to the plague-stricken village #dominationcodex #mission <br> Example 4: Perform a sacred ritual to cleanse the temple of dark magic #dominationcodex #mission |
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
+ |-----------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
123
+ | Berserker | Fierce warriors who enter a frenzy in combat. | Frenzy, Brute Strength, Endurance, Hand-to-Hand Combat Tactics | Example 1: Lead the charge against the enemy fortifications #dominationcodex #mission <br> Example 2: Break through the enemy lines to capture their commander #dominationcodex #mission <br> Example 3: Defeat the monstrous beast threatening the village #dominationcodex #mission <br> Example 4: Destroy the bandit camp in the forest #dominationcodex #mission |
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
+ |-----------|-----------------------------------------------------------------------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
131
+ | Skald | Storytellers and legends who inspire their allies and confuse their enemies. | Singing, Storytelling, Inspiration, Demoralization | Example 1: Inspire the troops with a heroic ballad before battle #dominationcodex #mission <br> Example 2: Weave a tale to lower the enemy's morale #dominationcodex #mission <br> Example 3: Rally the villagers to defend their homes #dominationcodex #mission <br> Example 4: Spread tales of your victories to gain the support of the nobles #dominationcodex #mission |
132
+ | Minstrel | Musicians and poets who use their skills to enchant and manipulate. | Music, Poetry, Enchantments, Diplomacy | Example 1: Enchant the queen with a mesmerizing performance #dominationcodex #mission <br> Example 2: Use music to soothe the rampaging beast #dominationcodex #mission <br> Example 3: Negotiate peace between warring factions with a song #dominationcodex #mission <br> Example 4: Charm the guards to gain entry to the fortress #dominationcodex #mission |
133
+ | Trickster | Masters of mischief and illusions, experts in deceiving their enemies. | Deception, Illusions, Acrobatics, Manipulation | Example 1: Fool the bandits into a trap with clever tricks #dominationcodex #mission <br> Example 2: Create illusions to distract the enemy during a heist #dominationcodex #mission <br> Example 3: Perform acrobatics to escape from a dire situation #dominationcodex #mission <br> Example 4: Manipulate the crowd to incite a rebellion #dominationcodex #mission |
134
+ END TABLE
135
 
136
  PSEUDO CODE
137
 
 
183
  END
184
 
185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  // Postlogue of "The Domination Codex"
187
  BEGIN
188
  DISPLAY "The story has just begun."