Skip to content

Commit

Permalink
Merge pull request #48026 from akirashirosawa/fix-reward_count
Browse files Browse the repository at this point in the history
add description for Uyen's missions
  • Loading branch information
ZhilkinSerg authored Mar 14, 2021
2 parents bc57ef3 + a32cbca commit 9bc46f7
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,8 @@
{
"id": "MISSION_REFUGEE_Uyen_1",
"type": "mission_definition",
"name": {
"str": "Find 50 doses of antiseptic for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch."
},
"name": { "str": "Find 50 doses of antiseptic" },
"description": "Find 50 doses of antiseptic for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
Expand Down Expand Up @@ -189,7 +188,8 @@
{
"id": "MISSION_REFUGEE_Uyen_2",
"type": "mission_definition",
"name": { "str": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch." },
"name": { "str": "Find 30 bandages" },
"description": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
Expand Down Expand Up @@ -219,7 +219,8 @@
{
"id": "MISSION_REFUGEE_Uyen_3",
"type": "mission_definition",
"name": { "str": "Find 6 bottles of Prozac for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch." },
"name": { "str": "Find 6 bottles of Prozac" },
"description": "Find 6 bottles of Prozac for Uyen Tran in the refugee center, in exchange for <reward_count:FMCNote> Merch.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 2,
"value": 0,
Expand Down

0 comments on commit 9bc46f7

Please sign in to comment.