From 6becc97857bda3995de800f385ca572bd35c0d8f Mon Sep 17 00:00:00 2001 From: crackedmind Date: Wed, 22 Nov 2023 08:24:02 +0500 Subject: [PATCH 1/5] Fix paths to Dwell's DLC1 metagems. Closes #200 --- RemnantSaveGuardian/game.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RemnantSaveGuardian/game.json b/RemnantSaveGuardian/game.json index 810a90e..e9abe00 100644 --- a/RemnantSaveGuardian/game.json +++ b/RemnantSaveGuardian/game.json @@ -2167,11 +2167,11 @@ "name": "/Items/Gems/Melee/MetaGems/WeaponLord/MetaGem_WeaponLord" }, { - "name": "/Items/Gems/Melee/MetaGems/TaintedBlade/MetaGem_TaintedBlade" + "name": "/Items/Gems/Melee/TaintedBlade/MetaGem_TaintedBlade" }, { - "name": "/Items/Gems/Melee/MetaGems/FetidWounds/MetaGem_FetidWounds" - }, + "name": "/Items/Gems/Ranged/FetidWounds/MetaGem_FetidWounds" + }, { "name": "/Items/Weapons/Longguns/Special/CorruptedAphelion/Weapon_CorruptedAphelion" }, From d0147fbbdd48f04f5f485fbde3b5affc08da91d6 Mon Sep 17 00:00:00 2001 From: crackedmind Date: Wed, 22 Nov 2023 08:26:35 +0500 Subject: [PATCH 2/5] Add missing names for two items --- RemnantSaveGuardian/locales/GameStrings.resx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RemnantSaveGuardian/locales/GameStrings.resx b/RemnantSaveGuardian/locales/GameStrings.resx index 11698a8..80411f0 100644 --- a/RemnantSaveGuardian/locales/GameStrings.resx +++ b/RemnantSaveGuardian/locales/GameStrings.resx @@ -1987,7 +1987,7 @@ Ritualist Scythe - + Sparkfire Shotgun Steel Scythe @@ -2262,4 +2262,7 @@ Dark Pact + + A'Taerii Booster + \ No newline at end of file From 9c4fbaafb6dd45d524e735951a6136f5d5afb28f Mon Sep 17 00:00:00 2001 From: crackedmind Date: Wed, 22 Nov 2023 18:39:38 +0500 Subject: [PATCH 3/5] Rename Bright Steel Ring to Dull Steel Ring --- RemnantSaveGuardian/locales/GameStrings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RemnantSaveGuardian/locales/GameStrings.resx b/RemnantSaveGuardian/locales/GameStrings.resx index 80411f0..0e4489c 100644 --- a/RemnantSaveGuardian/locales/GameStrings.resx +++ b/RemnantSaveGuardian/locales/GameStrings.resx @@ -1903,7 +1903,7 @@ Diverting Heart - Bright Steel Ring + Dull Steel Ring Sapphire Dreamstone From a086d782ef26092d6cb2b5cbf04f10d797346e0f Mon Sep 17 00:00:00 2001 From: crackedmind Date: Wed, 22 Nov 2023 18:40:35 +0500 Subject: [PATCH 4/5] Add names for missing items --- RemnantSaveGuardian/locales/GameStrings.resx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RemnantSaveGuardian/locales/GameStrings.resx b/RemnantSaveGuardian/locales/GameStrings.resx index 0e4489c..e6fc82e 100644 --- a/RemnantSaveGuardian/locales/GameStrings.resx +++ b/RemnantSaveGuardian/locales/GameStrings.resx @@ -2104,7 +2104,7 @@ Knight Guard - + Ring Of Spears Dreadful @@ -2265,4 +2265,7 @@ A'Taerii Booster + + Chain Of Command + \ No newline at end of file From 82579f944a05aa4c3f33dab77a000dcb693a3f66 Mon Sep 17 00:00:00 2001 From: crackedmind Date: Wed, 22 Nov 2023 18:41:27 +0500 Subject: [PATCH 5/5] Missing changes for GameString.Designer.cs --- .../locales/GameStrings.Designer.cs | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/RemnantSaveGuardian/locales/GameStrings.Designer.cs b/RemnantSaveGuardian/locales/GameStrings.Designer.cs index b6321f2..8c64b4e 100644 --- a/RemnantSaveGuardian/locales/GameStrings.Designer.cs +++ b/RemnantSaveGuardian/locales/GameStrings.Designer.cs @@ -2445,6 +2445,15 @@ public static string Mod_Bore { } } + /// + /// Looks up a localized string similar to Chain Of Command. + /// + public static string Mod_ChainOfCommand { + get { + return ResourceManager.GetString("Mod_ChainOfCommand", resourceCulture); + } + } + /// /// Looks up a localized string similar to Concussive Shot. /// @@ -2572,7 +2581,7 @@ public static string Mod_PrismaticDriver { } /// - /// Looks up a localized string similar to . + /// Looks up a localized string similar to Ring Of Spears. /// public static string Mod_RingOfSpears { get { @@ -3228,6 +3237,15 @@ public static string Ring_AssassinsSeal { } } + /// + /// Looks up a localized string similar to A'Taerii Booster. + /// + public static string Ring_ATaeriiBooster { + get { + return ResourceManager.GetString("Ring_ATaeriiBooster", resourceCulture); + } + } + /// /// Looks up a localized string similar to Atonement Fold. /// @@ -3400,7 +3418,7 @@ public static string Ring_BridgeWardensCrest { } /// - /// Looks up a localized string similar to Bright Steel Ring. + /// Looks up a localized string similar to Dull Steel Ring. /// public static string Ring_BrightSteelRing { get { @@ -6253,7 +6271,7 @@ public static string Weapon_Sorrow { } /// - /// Looks up a localized string similar to . + /// Looks up a localized string similar to Sparkfire Shotgun. /// public static string Weapon_Sparkfire { get {