From 093b66ccfdd9488bf1087a106c53cc8e74effbe7 Mon Sep 17 00:00:00 2001 From: Ryan Hagelstrom Date: Tue, 17 Sep 2024 22:01:01 -0500 Subject: [PATCH 1/2] Farratto update for 2024 ruleset --- campaign/record_npc_5e.xml | 53 ++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/campaign/record_npc_5e.xml b/campaign/record_npc_5e.xml index 5fca7ba..48b903c 100644 --- a/campaign/record_npc_5e.xml +++ b/campaign/record_npc_5e.xml @@ -5,22 +5,21 @@ attribution and copyright information. --> + + - + - + - - + + - + + + + + + \ No newline at end of file From 1896577fbef0e2fb26b121d12a816cf1c5f8f6ec Mon Sep 17 00:00:00 2001 From: Farratto <181971243+Farratto@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:36:50 -0400 Subject: [PATCH 2/2] Found & Fixed bug When resetting an NPC record back to original, it would found a node that was throwing an error. Temporal Fixation was creating an temporary init field using a deprecated method. I just updated it to the method supplied on Atlassian. --- campaign/record_npc_5e.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/campaign/record_npc_5e.xml b/campaign/record_npc_5e.xml index 48b903c..f57fbc7 100644 --- a/campaign/record_npc_5e.xml +++ b/campaign/record_npc_5e.xml @@ -5,8 +5,6 @@ attribution and copyright information. --> - - - + @@ -60,7 +58,7 @@ - + @@ -83,7 +81,7 @@ return action(); end - + \ No newline at end of file