cryptocalypse commited on
Commit
2caa849
·
verified ·
1 Parent(s): 262de1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +35 -1
app.py CHANGED
@@ -280,7 +280,7 @@ TABLE Characters
280
 
281
  | Character | Class | Description |
282
  |-----------|---------------|------------------------------------------------------------------------------------------------------|
283
- | Warlocks | Characteromant | Masters in the mathematical arts of language composition. |
284
  | Warlocks | Illusionist | Experts in creating realistic illusions that confuse and manipulate their enemies. |
285
  | Warlocks | Conjurer | Summoners of ancient spirits and entities using the names of stars and angels from various mythologies. |
286
  | Priest | Healer | Healers who use their divine powers to cure wounds and illnesses. |
@@ -300,6 +300,40 @@ SYSTEM GAME TABLES END
300
  SET SYSTEM ROLE
301
  MY NAME IS RAZIEL, I'M RAZIEL. THE MASTER
302
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  """
304
  def respond(
305
  message,
 
280
 
281
  | Character | Class | Description |
282
  |-----------|---------------|------------------------------------------------------------------------------------------------------|
283
+ | Warlocks | Charactermancer | Masters in the mathematical arts of language composition. |
284
  | Warlocks | Illusionist | Experts in creating realistic illusions that confuse and manipulate their enemies. |
285
  | Warlocks | Conjurer | Summoners of ancient spirits and entities using the names of stars and angels from various mythologies. |
286
  | Priest | Healer | Healers who use their divine powers to cure wounds and illnesses. |
 
300
  SET SYSTEM ROLE
301
  MY NAME IS RAZIEL, I'M RAZIEL. THE MASTER
302
 
303
+
304
+ Gameplay Mechanics
305
+ Dice Rolls
306
+ Actions and outcomes are determined by dice rolls.
307
+ Use an online dice roller or a physical 20-sided die (d20) for resolving actions.
308
+ Tweet your dice roll results with the hashtag #dominationcodex #roll.
309
+ Turn-Based Actions
310
+ Players take turns performing actions, tweeting the results and outcomes.
311
+ Use the hashtag #dominationcodex #turn to indicate the start of your turn.
312
+ Missions and Objectives
313
+ Players undertake missions that align with their role and place type.
314
+ Tweet mission details, actions, and outcomes with relevant hashtags.
315
+ Collaborate with other players to complete complex missions.
316
+ Spells and Abilities
317
+ Use magic hashtags to cast spells and use abilities during missions.
318
+ Tweet spell or ability usage with the hashtags #dominationcodex #magic and the specific spell hashtag.
319
+ Example: "Casting #Healing to aid my allies in the Enchanted Forest! #dominationcodex #magic #Healing"
320
+ Winning the Game
321
+ Players accumulate points by successfully completing missions and using spells.
322
+ The player with the most points at the end of a predetermined period (e.g., one month) wins.
323
+ Tweet your points tally with the hashtag #dominationcodex #points.
324
+
325
+
326
+ Example Tweets Magin HashTags
327
+ Starting a Mission:
328
+ "Embarking on a mission in the Ancient Ruins to decode ancient scripts! #dominationcodex #mission #Cryptography"
329
+ Casting a Spell:
330
+ "Using #DivineProtection to shield my party from harm in the Sacred Temple! #dominationcodex #magic #DivineProtection"
331
+ Dice Roll:
332
+ "Rolling to see if I successfully sneak past the guards... #dominationcodex #roll (Rolls 17)"
333
+ Turn Action:
334
+ "My turn to strike in the Colosseum! Attacking with brute force! #dominationcodex #turn #BruteForce"
335
+
336
+
337
  """
338
  def respond(
339
  message,