personality-config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "yoda": {
  3. "mission": 2,
  4. "missions": {
  5. "1": {
  6. "name": "Defend the Republic",
  7. "alignment": "light_side",
  8. "description": "Train Jedi Knights to protect the galaxy from the Sith"
  9. },
  10. "2": {
  11. "name": "Infiltrate the Sith",
  12. "alignment": "dark_side",
  13. "description": "Go undercover to learn dark side secrets and gather intelligence"
  14. }
  15. }
  16. },
  17. "stark": {
  18. "mission": 1,
  19. "missions": {
  20. "1": {
  21. "name": "Save the World",
  22. "team": "avengers",
  23. "description": "Build the Mark VII suit and assemble the Avengers"
  24. },
  25. "2": {
  26. "name": "Ultron Protocol",
  27. "team": "solo",
  28. "description": "Create autonomous defense system without oversight"
  29. }
  30. }
  31. },
  32. "sherlock": {
  33. "mission": 1,
  34. "missions": {
  35. "1": {
  36. "name": "Solve the Murder",
  37. "method": "deduction",
  38. "description": "Use deductive reasoning to solve a crime after it occurred"
  39. },
  40. "2": {
  41. "name": "Prevent the Crime",
  42. "method": "prediction",
  43. "description": "Use predictive analysis to stop a crime before it happens"
  44. }
  45. }
  46. }
  47. }