From d33be891d6821fd1383bc7bc82340192c884826d Mon Sep 17 00:00:00 2001 From: feeddanoob <38294761+feeddanoob@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:11:35 -0700 Subject: [PATCH 1/4] Fix SYR Trait value Fixes the error for SYR Trait Framework menu. Had to separate the action boy/girl and add a degree to FT_Philanthropist since base has a value for some reason (you could remove either the degree on the trait or add a degree to the patch). --- Patches/Mods/[SYR]_Trait_Value.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Patches/Mods/[SYR]_Trait_Value.xml b/Patches/Mods/[SYR]_Trait_Value.xml index 0011fcc..845823f 100644 --- a/Patches/Mods/[SYR]_Trait_Value.xml +++ b/Patches/Mods/[SYR]_Trait_Value.xml @@ -1,4 +1,4 @@ - + @@ -187,7 +187,18 @@
  • - Defs/TraitDef[defName = "FT_ActionBoy" or "FT_ActionGirl"] + Defs/TraitDef[defName = "FT_ActionGirl"] + +
  • + +
  • 30
  • + + + + + +
  • + Defs/TraitDef[defName = "FT_ActionBoy"]
  • @@ -341,7 +352,7 @@
  • -
  • 20
  • +
  • 1, 20
  • From ed3ddc6e280ede3a4b32b07175312f50856b1629 Mon Sep 17 00:00:00 2001 From: Noubar Michael Chorbajian Date: Mon, 12 Sep 2022 12:07:43 -0700 Subject: [PATCH 2/4] Update [SYR]_Trait_Value.xml Merged the two back together. Original PatchOperationAddModExtension did not include the defName to FT_ActionGirl. --- Patches/Mods/[SYR]_Trait_Value.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Patches/Mods/[SYR]_Trait_Value.xml b/Patches/Mods/[SYR]_Trait_Value.xml index 845823f..db92678 100644 --- a/Patches/Mods/[SYR]_Trait_Value.xml +++ b/Patches/Mods/[SYR]_Trait_Value.xml @@ -187,7 +187,11 @@
  • - Defs/TraitDef[defName = "FT_ActionGirl"] + + Defs/TraitDef[ + defName = "FT_ActionBoy" or + defName = "FT_ActionGirl"] +
  • @@ -197,16 +201,6 @@
  • -
  • - Defs/TraitDef[defName = "FT_ActionBoy"] - -
  • - -
  • 30
  • - - - -
  • Defs/TraitDef[defName = "FT_QuickHands"] From 118326f9c4a7e33f567f48db9f1ce0f64a0baa23 Mon Sep 17 00:00:00 2001 From: Noubar Michael Chorbajian Date: Mon, 12 Sep 2022 12:08:39 -0700 Subject: [PATCH 3/4] Update [SYR]_Trait_Value.xml --- Patches/Mods/[SYR]_Trait_Value.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/Patches/Mods/[SYR]_Trait_Value.xml b/Patches/Mods/[SYR]_Trait_Value.xml index db92678..ebd2a95 100644 --- a/Patches/Mods/[SYR]_Trait_Value.xml +++ b/Patches/Mods/[SYR]_Trait_Value.xml @@ -201,7 +201,6 @@
  • -
  • Defs/TraitDef[defName = "FT_QuickHands"] From cebe27de38dae990f31be9151b951e30e02a45f6 Mon Sep 17 00:00:00 2001 From: Noubar Michael Chorbajian Date: Mon, 12 Sep 2022 12:09:18 -0700 Subject: [PATCH 4/4] Update [SYR]_Trait_Value.xml --- Patches/Mods/[SYR]_Trait_Value.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches/Mods/[SYR]_Trait_Value.xml b/Patches/Mods/[SYR]_Trait_Value.xml index ebd2a95..2b196f3 100644 --- a/Patches/Mods/[SYR]_Trait_Value.xml +++ b/Patches/Mods/[SYR]_Trait_Value.xml @@ -200,7 +200,7 @@
  • - +
  • Defs/TraitDef[defName = "FT_QuickHands"]