Advertisement
NRFB

camp_events.json

May 1st, 2023
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. "camp_event_ID":
  2. String
  3. REQUIRED
  4. A unique identifier for this camp event.
  5. "ShortDescription":
  6. String
  7. REQUIRED
  8. The text that appears in the camp UI when this event occurs.
  9. "ShowDescriptionInCampInfo":
  10. bool
  11. Not Required. Will default to false.
  12. If the short description for this event will appear in the main camp window text box.
  13. "ShowDescriptionInTentInfo":
  14. bool
  15. Not Required. Will default to false.
  16. If the short description for this event will appear in the text box of the desire manipulation menu.
  17. "DialogueScript":
  18. String file location of a json file
  19. REQUIRED
  20. The dialogue script that will play when this event occurs.
  21. "requirements":
  22. Requirements Dictionary
  23. REQUIRED
  24. The set of requirements that must be met for this camp event to occur.
  25. "checks":
  26. Array of Dictionaries
  27. Not Required
  28. List of checks this event raises when it occurs.
  29. "priority":
  30. int
  31. Not Required. Will default to 1.
  32. If multiple events are qualified for at the same time, the event with the higher priority will be displayed. If multiple events have the same priority and are the highest priority qualified for, one is chosen at random.
  33. "allow_repeat":
  34. bool
  35. Not Required. Will default to false.
  36. If this event is allowed to occur if it has already occurred during this run.
  37. "KP":
  38. int
  39. Not Required. Will default to 0.
  40. The amount of Knowledge Points having seen this event will add to the player's KP count when using the New Game+ menu. Generally, normal events give 10 KP.
  41. "show_in_notes_of":
  42. Array of Strings
  43. Not Required
  44. A list of ally_IDs of which allies will have this event listed in their Research Notes entry.
  45. "notes_name":
  46. String
  47. REQUIRED
  48. The name that this event will show when listed in the research notes menu.
  49. "notes_description":
  50. String
  51. REQUIRED
  52. Description of the event displayed by the UI when the event is selected in the research notes menu. Supports BBCode. Should be enclosed with [center][/center] for formatting.
  53. "notes_unlock":
  54. String
  55. REQUIRED
  56. Hint of what is required to unlock the event displayed by the UI when the event is selected in the research notes menu. Supports BBCode. Should be enclosed with [center][/center] for formatting.
  57. "allow_character_selection":
  58. bool
  59. Not Required. Will default to true.
  60. If this event should allow the player to select which knight is leading the dialogue when viewing the event from the research notes menu.
  61. "show_hint":
  62. bool
  63. Not Required. Will default to false.
  64. If this event should show the notes_unlock hint when selected in the research notes menu when it has not been unlocked.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement