From b2d98487fcebccd5ff813fcd2c3f5a44d511f5cd Mon Sep 17 00:00:00 2001 From: Stusers Date: Thu, 16 Mar 2023 11:50:22 +0000 Subject: [PATCH 1/2] Invis Spell Clarification Adds clarification for how the invisible condition interacts with spells --- js/data_condition.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/data_condition.js b/js/data_condition.js index 43324f6a..5e006aa4 100644 --- a/js/data_condition.js +++ b/js/data_condition.js @@ -88,6 +88,7 @@ data_condition = [ "You can still be detected by any noise you make or tracks you leave.", "You have advantage on attack rolls.", "Attack rolls against you have disadvantage." + "A target that's invisble can’t be targeted by a spell requiring sight.", ] }, { From cbeb2e286b1c4c364331766b3fd85498280a040d Mon Sep 17 00:00:00 2001 From: Stusers Date: Thu, 16 Mar 2023 11:52:32 +0000 Subject: [PATCH 2/2] Invis Spell Clarification Adds clarification for how the invisible condition interacts with spells --- js/data_condition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/data_condition.js b/js/data_condition.js index 5e006aa4..afcdd1f6 100644 --- a/js/data_condition.js +++ b/js/data_condition.js @@ -87,7 +87,7 @@ data_condition = [ "For the purpose of hiding, you are heavily obscured.", "You can still be detected by any noise you make or tracks you leave.", "You have advantage on attack rolls.", - "Attack rolls against you have disadvantage." + "Attack rolls against you have disadvantage.", "A target that's invisble can’t be targeted by a spell requiring sight.", ] },