Skip to content

Commit

Permalink
Update mission names
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Oct 6, 2023
1 parent b0c4138 commit 4a5c291
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "DDA version, update 10/5/2023",
"version": "DDA version, update 10/6/2023",
"category": "content",
"dependencies": [ "dda" ]
}
Expand Down
10 changes: 5 additions & 5 deletions Arcana/npcs/missiondef.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@
{
"id": "MISSION_CF_REP_5",
"type": "mission_definition",
"name": { "str": "Bring back research from the Keepers of The Oath" },
"description": "Find a suspected remnant of the Keepers, who may have research and intel to bring back to Sofia. Sofia advised that the information being sought might be preserved on something more durable than a book.",
"name": { "str": "Bring back research from the Keepers" },
"description": "Find a suspected remnant of the Keepers of The Oath, who may have research and intel to bring back to Sofia. Sofia advised that the information being sought might be preserved on something more durable than a book.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 4,
"value": 7500,
Expand Down Expand Up @@ -439,7 +439,7 @@
{
"id": "MISSION_CF_REP_6",
"type": "mission_definition",
"name": { "str": "Secure Research From The Renegade Shrikes" },
"name": { "str": "Secure Research From Renegade Shrikes" },
"description": "Find a suspected splinter faction of the Sanguine Order, who may have research and intel to bring back to Sofia. Bring back any unique research they have.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 4,
Expand Down Expand Up @@ -1103,7 +1103,7 @@
{
"id": "MISSION_CF_PURIFIER_1_INTERLUDE_3",
"type": "mission_definition",
"name": { "str": "Investigate Research Material Transport Site" },
"name": { "str": "Investigate Material Transport Site" },
"description": "Investigate the location known to be used for organizing the transportation of items from local science labs, which may have the documents Nicholas is looking for. Additionally, bring a t-substrate sample back to Hub 01.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
Expand Down Expand Up @@ -1138,7 +1138,7 @@
{
"id": "MISSION_CF_PURIFIER_1_3",
"type": "mission_definition",
"name": { "str": "Retrieve dimensional focus lens from Project Kairos facility" },
"name": { "str": "Retrieve Dimensional Focus Lens" },
"description": "Investigate the research facility now suspected to be the location of Project Kairos, and retrieve a vital component known as a dimensional focus lens from it.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 8,
Expand Down
2 changes: 1 addition & 1 deletion Arcana_BN/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "BN version, update 10/1/2023",
"version": "BN version, update 10/6/2023",
"category": "content",
"dependencies": [ "bn" ]
}
Expand Down
10 changes: 5 additions & 5 deletions Arcana_BN/npcs/missiondef.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@
{
"id": "MISSION_CF_REP_5",
"type": "mission_definition",
"name": { "str": "Bring back research from the Keepers of The Oath" },
"description": "Find a suspected remnant of the Keepers, who may have research and intel to bring back to Sofia. Sofia advised that the information being sought might be preserved on something more durable than a book.",
"name": { "str": "Bring back research from the Keepers" },
"description": "Find a suspected remnant of the Keepers of The Oath, who may have research and intel to bring back to Sofia. Sofia advised that the information being sought might be preserved on something more durable than a book.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 4,
"value": 7500,
Expand Down Expand Up @@ -432,7 +432,7 @@
{
"id": "MISSION_CF_REP_6",
"type": "mission_definition",
"name": { "str": "Secure Research From The Renegade Shrikes" },
"name": { "str": "Secure Research From Renegade Shrikes" },
"description": "Find a suspected splinter faction of the Sanguine Order, who may have research and intel to bring back to Sofia. Bring back any unique research they have.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 4,
Expand Down Expand Up @@ -1096,7 +1096,7 @@
{
"id": "MISSION_CF_PURIFIER_1_INTERLUDE_3",
"type": "mission_definition",
"name": { "str": "Investigate Research Material Transport Site" },
"name": { "str": "Investigate Material Transport Site" },
"description": "Investigate the location known to be used for organizing the transportation of items from local science labs, which may have the documents Nicholas is looking for. Additionally, bring a t-substrate sample back to Hub 01.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
Expand Down Expand Up @@ -1131,7 +1131,7 @@
{
"id": "MISSION_CF_PURIFIER_1_3",
"type": "mission_definition",
"name": { "str": "Retrieve dimensional focus lens from Project Kairos facility" },
"name": { "str": "Retrieve Dimensional Focus Lens" },
"description": "Investigate the research facility now suspected to be the location of Project Kairos, and retrieve a vital component known as a dimensional focus lens from it.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 8,
Expand Down

0 comments on commit 4a5c291

Please sign in to comment.