From 9b793253fb14e51adbbbce31cf4b43dd3210a425 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Mar 2023 11:08:29 -0700 Subject: More npc dialogue fixes. --- PKGBUILD | 2 +- npc-20_dialogue-fixes.patch | 53 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cefb108..57467cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -192,7 +192,7 @@ b2sums=('3c03c7e52c9eb10a12644d8e7b57f9513ff22ec556a08617702dbfa54dcca562b994e9d '88dd4e6a53b948ddd5bdf9a567a116f70047cc6cf5fb695b72b9ab571641e9af52e386c6e0b442c9dd794de39d57b26891dc8bb83e4c92506547f395d340915b' '9fbf8cf2aaa18c5cccca24783f40503cf7b7c66731f65450cc312e8b29145c56c23d31d19063dccdf3790ec06480d773d7d64de1672f38b7a4740a8aa0fd4f7d' 'abafa39e57cf04396b841833215aca427655dd3b56ebc260b8a57d6376360b31a4b1d4493da76ec4dc0129939ab9e23cada70dd6f49e647f02bce12c81f6451a' - 'adcf0b46ad57390488b3932910fba5a5be8152f91b45864bf078a2b8d92dc89e9944c320dafb7a0d4786e1fce48bedea714d671feefe565ffbbb74baca21d98e' + 'e6eda6cf4831df11facb124ab80972ddffabc8e2a61f8180275c7a95a8f00917301e9b8912f2418138c9dabd91c979d5d5b5d0b2b4b8eae3891f9c1880a4c526' '3373939e76f1ddb788b45424533c2e7687bbacae840fb3e6b1d49034e18315297af66dddf1b13d4f42033608123929b78819f38cca6cbc6c5ecca09bc67ab69f' '80da2c341d8564a47bc460fcdaf9196ac3bb77f0f2ba56bd71089e80e7481728a3ccbdcfcbc3bf70a9c9e5d9d9b01f2ca6615b67c7ab61003808ce00f6545ba3' 'b8a64accada87ee5be989c5307805610c9b5c0327bc107aab237ac3225dd9e4c51b6c79a2a7de15fe187d3c32d7cbe1c462f9b0e9fb5d5a55a74236c7061e96e' diff --git a/npc-20_dialogue-fixes.patch b/npc-20_dialogue-fixes.patch index 577fc60..c188437 100644 --- a/npc-20_dialogue-fixes.patch +++ b/npc-20_dialogue-fixes.patch @@ -30,3 +30,56 @@ "goal": "MGOAL_FIND_ITEM", "difficulty": 3, "value": 20000, + +--- a/data/json/npcs/refugee_center/surface_refugees/NPC_Uyen_Tran.json ++++ b/data/json/npcs/refugee_center/surface_refugees/NPC_Uyen_Tran.json +@@ -156,9 +156,7 @@ + { + "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 Merch." +- }, ++ "name": { "str": "Find 50 doses of antiseptic for Uyen Tran in the refugee center, in exchange for 8 Merch." }, + "goal": "MGOAL_FIND_ITEM", + "difficulty": 2, + "value": 0, +@@ -188,7 +186,7 @@ + { + "id": "MISSION_REFUGEE_Uyen_2", + "type": "mission_definition", +- "name": { "str": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for Merch." }, ++ "name": { "str": "Find 30 bandages for Uyen Tran in the refugee center, in exchange for 7 Merch." }, + "goal": "MGOAL_FIND_ITEM", + "difficulty": 2, + "value": 0, +@@ -218,7 +216,7 @@ + { + "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 Merch." }, ++ "name": { "str": "Find 6 bottles of Prozac for Uyen Tran in the refugee center, in exchange for 5 Merch." }, + "goal": "MGOAL_FIND_ITEM", + "difficulty": 2, + "value": 0, + +--- a/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json ++++ b/data/json/npcs/refugee_center/surface_refugees/NPC_Boris_Borichenko.json +@@ -376,7 +376,7 @@ + { + "id": "MISSION_REFUGEE_Boris_WORKSPACE", + "type": "mission_definition", +- "name": { "str": "Bring Boris some tools." }, ++ "name": { "str": "Bring a circular saw" }, + "difficulty": 1, + "value": 0, + "goal": "MGOAL_FIND_ITEM", +@@ -406,7 +406,7 @@ + { + "id": "MISSION_REFUGEE_Boris_LAPTOP", + "type": "mission_definition", +- "name": { "str": "Bring Boris his son's lost writing." }, ++ "name": { "str": "Bring Boris his son's lost laptop." }, + "difficulty": 1, + "value": 0, + "goal": "MGOAL_FIND_ITEM", -- cgit v1.2.1