From c1bd7ac2a3f6175c4beb4cd2c7153bdcbd995f68 Mon Sep 17 00:00:00 2001 From: 7H3LaughingMan <7H3LaughingMan@proton.me> Date: Thu, 12 Dec 2024 14:47:04 -0600 Subject: [PATCH] Floor Advanced Alchemy --- packs/classfeatures/advanced-alchemy.json | 2 +- packs/feats/advanced-efficient-alchemy.json | 2 +- packs/feats/efficient-alchemy-alchemist.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packs/classfeatures/advanced-alchemy.json b/packs/classfeatures/advanced-alchemy.json index 2d93c611dae..eff5640fd22 100644 --- a/packs/classfeatures/advanced-alchemy.json +++ b/packs/classfeatures/advanced-alchemy.json @@ -33,7 +33,7 @@ "isDailyPrep": true, "key": "CraftingAbility", "label": "PF2E.SpecificRule.Alchemist.AdvancedAlchemy", - "maxSlots": "4 + @actor.system.abilities.int.mod", + "maxSlots": "floor(4 + @actor.system.abilities.int.mod)", "slug": "advanced-alchemy" } ], diff --git a/packs/feats/advanced-efficient-alchemy.json b/packs/feats/advanced-efficient-alchemy.json index d62dcdc0ab9..7228c491402 100644 --- a/packs/feats/advanced-efficient-alchemy.json +++ b/packs/feats/advanced-efficient-alchemy.json @@ -33,7 +33,7 @@ "key": "ActiveEffectLike", "mode": "upgrade", "path": "system.crafting.entries.advancedAlchemy.maxSlots", - "value": "ternary(gte(@actor.level,16),10,8) + @actor.system.abilities.int.mod" + "value": "floor(ternary(gte(@actor.level,16),10,8) + @actor.system.abilities.int.mod)" } ], "traits": { diff --git a/packs/feats/efficient-alchemy-alchemist.json b/packs/feats/efficient-alchemy-alchemist.json index e1f9ac02d4f..213977d7986 100644 --- a/packs/feats/efficient-alchemy-alchemist.json +++ b/packs/feats/efficient-alchemy-alchemist.json @@ -29,7 +29,7 @@ "key": "ActiveEffectLike", "mode": "upgrade", "path": "system.crafting.entries.advancedAlchemy.maxSlots", - "value": "6 + @actor.system.abilities.int.mod" + "value": "floor(6 + @actor.system.abilities.int.mod)" } ], "traits": {