From 86c2ea85285e0187710b388a061f30ff08731b39 Mon Sep 17 00:00:00 2001 From: msprijatelj <44978587+msprijatelj@users.noreply.github.com> Date: Sun, 27 Jul 2025 12:25:09 -0400 Subject: [PATCH] feat(Horror): add Heat Cap Override to Artificial --- lib/npc_features.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/npc_features.json b/lib/npc_features.json index 55d37e3..3dd5c96 100644 --- a/lib/npc_features.json +++ b/lib/npc_features.json @@ -97,7 +97,10 @@ }, "locked": false, "type": "Trait", - "effect": "This trait can only be applied if the Horror is Biological. The Horror is no longer Biological and gains Heat Cap 6." + "effect": "This trait can only be applied if the Horror is Biological. The Horror is no longer Biological and gains Heat Cap 6.", + "override": { + "heatcap": 6 + } }, { "id": "npcf_terrifying_horror",