diff --git a/module/data/fields/action/countdownField.mjs b/module/data/fields/action/countdownField.mjs index 4e7dd38b..2a3b3d69 100644 --- a/module/data/fields/action/countdownField.mjs +++ b/module/data/fields/action/countdownField.mjs @@ -39,21 +39,18 @@ export default class CountdownField extends fields.ArrayField { return; } - const data = await config.countdowns.reduce( - async (acc, curr) => { - const { total: max } = await new Roll(curr.progress.max).evaluate(); - acc.countdowns[foundry.utils.randomID()] = { - ...curr, - progress: { - ...curr.progress, - current: max, - max: max - } - }; - return acc; - }, - { countdowns: {} } - ); + const data = { countdowns: {} }; + for (let countdown of config.countdowns) { + const { total: max } = await new Roll(countdown.progress.max).evaluate(); + data.countdowns[foundry.utils.randomID()] = { + ...countdown, + progress: { + ...countdown.progress, + current: max, + max: max + } + }; + } await emitAsGM( GMUpdateEvent.UpdateCountdowns, diff --git a/src/packs/adversaries/adversary_Adult_Flickerfly_G7jiltRjgvVhZewm.json b/src/packs/adversaries/adversary_Adult_Flickerfly_G7jiltRjgvVhZewm.json index c04d1a65..0c969a5b 100644 --- a/src/packs/adversaries/adversary_Adult_Flickerfly_G7jiltRjgvVhZewm.json +++ b/src/packs/adversaries/adversary_Adult_Flickerfly_G7jiltRjgvVhZewm.json @@ -611,14 +611,14 @@ "name": "Hallucinatory Breath", "type": "feature", "system": { - "description": "
Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must make an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail lose 2 Hope and take 3d8+3 direct magic damage.
@Template[type:inFront|range:f]
", + "description": "Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must make an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail lose 2 Hope and take 3d8+3 direct magic damage.
@Template[type:inFront|range:f]
", "resource": null, "actions": { "YOyKyKGTUEWkMmJe": { "type": "attack", "_id": "YOyKyKGTUEWkMmJe", "systemPath": "actions", - "description": "Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must make an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail lose 2 Hope and take 3d8+3 direct magic damage.
@Template[type:inFront|range:f]
", + "description": "The Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must make an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfly have disadvantage on this roll. Targets who fail lose 2 Hope and take 3d8+3 direct magic damage.
@Template[type:inFront|range:f]
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -711,6 +711,42 @@ "name": "Roll Save", "img": "icons/magic/air/fog-gas-smoke-purple.webp", "range": "far" + }, + "lBhmLc33pcXzJHT3": { + "type": "countdown", + "_id": "lBhmLc33pcXzJHT3", + "systemPath": "actions", + "description": "Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Hallucinatory Breath", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/air/fog-gas-smoke-purple.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "1d6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/air/fog-gas-smoke-purple.webp", + "range": "" } }, "originItemType": null, @@ -730,12 +766,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754122030308, - "modifiedTime": 1754122681022, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488778150, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!G7jiltRjgvVhZewm.49cIxZRFiAM6jDva" }, diff --git a/src/packs/adversaries/adversary_Arch_Necromancer_WPEOIGfclNJxWb87.json b/src/packs/adversaries/adversary_Arch_Necromancer_WPEOIGfclNJxWb87.json index c8f0b0d1..aff64172 100644 --- a/src/packs/adversaries/adversary_Arch_Necromancer_WPEOIGfclNJxWb87.json +++ b/src/packs/adversaries/adversary_Arch_Necromancer_WPEOIGfclNJxWb87.json @@ -712,36 +712,14 @@ "name": "Your Life Is Mine", "type": "feature", "system": { - "description": "Countdown (Loop 2d6). When the Necromancer has marked 6 or more of their HP, activate the countdown. When it triggers, deal 2d10+6 direct magic damage to a target within Close range. The Necromancer then clears a number of Stress or HP equal to the number of HP marked by the target from this attack.
", + "description": "Countdown (Loop 2d6). When the Necromancer has marked 6 or more of their HP, activate the countdown. When it triggers, deal 2d10+6 direct magic damage to a target within Close range. The Necromancer then clears a number of Stress or HP equal to the number of HP marked by the target from this attack.
", "resource": null, "actions": { - "Gd70IsPckAFOw0ha": { - "type": "effect", - "_id": "Gd70IsPckAFOw0ha", - "systemPath": "actions", - "description": "Countdown (Loop 2d6). When the Necromancer has marked 6 or more of their HP, activate the countdown.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/unholy/hand-claw-fire-green.webp", - "range": "" - }, "YzepYov9vEMcBPU1": { "type": "damage", "_id": "YzepYov9vEMcBPU1", "systemPath": "actions", - "description": "When the countdown triggers, deal 2d10+6 direct magic damage to a target within Close range. The Necromancer then clears a number of Stress or HP equal to the number of HP marked by the target from this attack.
", + "description": "Deal 2d10+6 direct magic damage to a target within Close range. The Necromancer then clears a number of Stress or HP equal to the number of HP marked by the target from this attack.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -789,6 +767,42 @@ "name": "Damage", "img": "icons/magic/unholy/hand-claw-fire-green.webp", "range": "close" + }, + "LXhwkNCDFeUric8D": { + "type": "countdown", + "_id": "LXhwkNCDFeUric8D", + "systemPath": "actions", + "description": "Countdown (Loop 2d6). When the Necromancer has marked 6 or more of their HP, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Your Life Is Mine", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/unholy/hand-claw-fire-green.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "2d6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/unholy/hand-claw-fire-green.webp", + "range": "" } }, "originItemType": null, @@ -808,12 +822,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754132668836, - "modifiedTime": 1754135206850, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489422778, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!WPEOIGfclNJxWb87.FKcuCo0v2U7fVkqq" } diff --git a/src/packs/adversaries/adversary_Demon_of_Wrath_5lphJAgzoqZI3VoG.json b/src/packs/adversaries/adversary_Demon_of_Wrath_5lphJAgzoqZI3VoG.json index 027383e2..f442da25 100644 --- a/src/packs/adversaries/adversary_Demon_of_Wrath_5lphJAgzoqZI3VoG.json +++ b/src/packs/adversaries/adversary_Demon_of_Wrath_5lphJAgzoqZI3VoG.json @@ -447,9 +447,72 @@ "name": "Blood and Souls", "type": "feature", "system": { - "description": "Countdown (Loop 6). Activate the first time an attack is made within sight of the Demon. It ticks down when a PC takes a violent action. When it triggers, summon [[/r 1d4]]@UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demons}, who appear at Close range.
", + "description": "Countdown (Loop 6). Activate the first time an attack is made within sight of the Demon. It ticks down when a PC takes a violent action. When it triggers, summon [[/r 1d4]]@UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demons}, who appear at Close range.
", "resource": null, - "actions": {}, + "actions": { + "szg3qA09aJUt9WKS": { + "type": "countdown", + "_id": "szg3qA09aJUt9WKS", + "systemPath": "actions", + "description": "Countdown (Loop 6). Activate the first time an attack is made within sight of the Demon. It ticks down when a PC takes a violent action.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Blood and Souls", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/creatures/unholy/demon-fire-horned-clawed.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Countdown", + "img": "icons/creatures/unholy/demon-fire-horned-clawed.webp", + "range": "" + }, + "7G6uWlFEeOLsJIWY": { + "type": "effect", + "_id": "7G6uWlFEeOLsJIWY", + "systemPath": "actions", + "description": "Summon [[/r 1d4]]@UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demons}, who appear at Close range.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "effects": [], + "target": { + "type": "any", + "amount": null + }, + "name": "Summon", + "img": "icons/creatures/unholy/demon-fire-horned-clawed.webp", + "range": "" + } + }, "originItemType": null, "originId": null }, @@ -467,12 +530,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754126056313, - "modifiedTime": 1754126142902, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488897395, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!5lphJAgzoqZI3VoG.2F75BO0xEU8Zlj7T" } diff --git a/src/packs/adversaries/adversary_Dire_Bat_tBWHW00epmMnkawe.json b/src/packs/adversaries/adversary_Dire_Bat_tBWHW00epmMnkawe.json index 22408c0e..5eae4f5a 100644 --- a/src/packs/adversaries/adversary_Dire_Bat_tBWHW00epmMnkawe.json +++ b/src/packs/adversaries/adversary_Dire_Bat_tBWHW00epmMnkawe.json @@ -287,12 +287,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.347", + "coreVersion": "13.351", "systemId": "daggerheart", "systemVersion": "0.0.1", "createdTime": 1754126247394, - "modifiedTime": 1755266380104, - "lastModifiedBy": "VZIeX2YDvX338Zvr" + "modifiedTime": 1763488974350, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items.effects!tBWHW00epmMnkawe.gx22MpD8fWoi8klZ.qZfNiqw1iAIxeuYg" } diff --git a/src/packs/adversaries/adversary_Fallen_Sorcerer_PELRry1vqjBzSAlr.json b/src/packs/adversaries/adversary_Fallen_Sorcerer_PELRry1vqjBzSAlr.json index 43edbc70..8999db3f 100644 --- a/src/packs/adversaries/adversary_Fallen_Sorcerer_PELRry1vqjBzSAlr.json +++ b/src/packs/adversaries/adversary_Fallen_Sorcerer_PELRry1vqjBzSAlr.json @@ -493,31 +493,9 @@ "name": "Shackles of Guilt", "type": "feature", "system": { - "description": "Countdown (Loop 2d6). When the Sorcerer is in the spotlight for the first time, activate the countdown. When it triggers, all targets within Far range become Vulnerable and must mark a Stress as they relive their greatest regrets. A target can break free from their regret with a successful Presence or Strength Roll. When a PC fails to break free, they lose a Hope.
@Template[type:emanation|range:f]
", + "description": "Countdown (Loop 2d6). When the Sorcerer is in the spotlight for the first time, activate the countdown. When it triggers, all targets within Far range become Vulnerable and must mark a Stress as they relive their greatest regrets. A target can break free from their regret with a successful Presence or Strength Roll. When a PC fails to break free, they lose a Hope.
@Template[type:emanation|range:f]
", "resource": null, "actions": { - "11mqihmiBK41aoDm": { - "type": "effect", - "_id": "11mqihmiBK41aoDm", - "systemPath": "actions", - "description": "Countdown (Loop 2d6). When the Sorcerer is in the spotlight for the first time, activate the countdown.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/unholy/strike-hand-glow-pink.webp", - "range": "" - }, "7b0FkpAnWz9a5EWx": { "type": "damage", "_id": "7b0FkpAnWz9a5EWx", @@ -574,6 +552,42 @@ "name": "Mark Stress", "img": "icons/magic/unholy/strike-hand-glow-pink.webp", "range": "" + }, + "11PtfoxbgOXxNlkG": { + "type": "countdown", + "_id": "11PtfoxbgOXxNlkG", + "systemPath": "actions", + "description": "Countdown (Loop 2d6). When the Sorcerer is in the spotlight for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Shackles of Guilt", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "2d6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/unholy/strike-hand-glow-pink.webp", + "range": "" } }, "originItemType": null, @@ -640,12 +654,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754133847132, - "modifiedTime": 1754135342391, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489509026, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!PELRry1vqjBzSAlr.gwSgBhkcekCGvXxz" } diff --git a/src/packs/adversaries/adversary_Fallen_Warlord__Realm_Breaker_hxZ0sgoFJubh5aj6.json b/src/packs/adversaries/adversary_Fallen_Warlord__Realm_Breaker_hxZ0sgoFJubh5aj6.json index 2b44b8df..9c8dfb4a 100644 --- a/src/packs/adversaries/adversary_Fallen_Warlord__Realm_Breaker_hxZ0sgoFJubh5aj6.json +++ b/src/packs/adversaries/adversary_Fallen_Warlord__Realm_Breaker_hxZ0sgoFJubh5aj6.json @@ -521,31 +521,9 @@ "name": "All-Consuming Rage", "type": "feature", "system": { - "description": "Countdown (Decreasing 8). When the Realm-Breaker is in the spotlight for the first time, activate the countdown.
When it triggers, create a torrent of incarnate rage that rends flesh from bone. All targets within Far range must make a Presence Reaction Roll. Targets who fail take 2d6+10 direct magic damage. Targets who succeed take half damage. For each HP marked from this damage, summon a @UUID[Compendium.daggerheart.adversaries.Actor.OsLG2BjaEdTZUJU9]{Fallen Shock Troop} within Very Close range of the target who marked that HP. If the countdown ever decreases its maximum value to 0, the Realm-Breaker marks their remaining HP and all targets within Far range must mark all remaining HP and make a death move.
@Template[type:emanation|range:f]
", + "description": "Countdown (Decreasing 8). When the Realm-Breaker is in the spotlight for the first time, activate the countdown. When it triggers, create a torrent of incarnate rage that rends flesh from bone. All targets within Far range must make a Presence Reaction Roll. Targets who fail take 2d6+10 direct magic damage. Targets who succeed take half damage. For each HP marked from this damage, summon a @UUID[Compendium.daggerheart.adversaries.Actor.OsLG2BjaEdTZUJU9]{Fallen Shock Troop} within Very Close range of the target who marked that HP. If the countdown ever decreases its maximum value to 0, the Realm-Breaker marks their remaining HP and all targets within Far range must mark all remaining HP and make a death move.
@Template[type:emanation|range:f]
", "resource": null, "actions": { - "58JxEuvnjaAlgs3E": { - "type": "effect", - "_id": "58JxEuvnjaAlgs3E", - "systemPath": "actions", - "description": "Countdown (Decreasing 8). When the Realm-Breaker is in the spotlight for the first time, activate the countdown.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/control/fear-fright-monster-grin-red-orange.webp", - "range": "" - }, "rgy5wXyXJWh6uWxC": { "type": "attack", "_id": "rgy5wXyXJWh6uWxC", @@ -618,6 +596,42 @@ "name": "Roll Save", "img": "icons/magic/control/fear-fright-monster-grin-red-orange.webp", "range": "far" + }, + "8e3BHmOFLvRwPbTW": { + "type": "countdown", + "_id": "8e3BHmOFLvRwPbTW", + "systemPath": "actions", + "description": "Countdown (Decreasing 8). When the Realm-Breaker is in the spotlight for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "All-Consuming Rage", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/control/fear-fright-monster-grin-red-orange.webp", + "progress": { + "looping": "decreasing", + "type": "custom", + "max": "8", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/control/fear-fright-monster-grin-red-orange.webp", + "range": "" } }, "originItemType": null, @@ -637,12 +651,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754134694918, - "modifiedTime": 1754134968076, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489601633, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!hxZ0sgoFJubh5aj6.48tIwFQr64IQ5LaY" }, diff --git a/src/packs/adversaries/adversary_Fallen_Warlord__Undefeated_Champion_RXkZTwBRi4dJ3JE5.json b/src/packs/adversaries/adversary_Fallen_Warlord__Undefeated_Champion_RXkZTwBRi4dJ3JE5.json index 5e1beba4..31b8826d 100644 --- a/src/packs/adversaries/adversary_Fallen_Warlord__Undefeated_Champion_RXkZTwBRi4dJ3JE5.json +++ b/src/packs/adversaries/adversary_Fallen_Warlord__Undefeated_Champion_RXkZTwBRi4dJ3JE5.json @@ -578,36 +578,14 @@ "name": "Circle of Defilement", "type": "feature", "system": { - "description": "Countdown (1d8). When the Undefeated Champion is in the spotlight for the fi rst time, activate the countdown. When it triggers, activate a magical circle covering an area within Far range of the Champion. A target within that area is Vulnerable until they leave the circle. The circle can be removed by dealing Severe damage to the Undefeated Champion.
", + "description": "Countdown (1d8). When the Undefeated Champion is in the spotlight for the fi rst time, activate the countdown. When it triggers, activate a magical circle covering an area within Far range of the Champion. A target within that area is Vulnerable until they leave the circle. The circle can be removed by dealing Severe damage to the Undefeated Champion.
", "resource": null, "actions": { - "oRenRHpOIjRqYNUG": { - "type": "effect", - "_id": "oRenRHpOIjRqYNUG", - "systemPath": "actions", - "description": "Countdown (1d8). When the Undefeated Champion is in the spotlight for the fi rst time, activate the countdown.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/unholy/barrier-fire-pink.webp", - "range": "" - }, "mHeYZ8e8MbkGz22d": { "type": "effect", "_id": "mHeYZ8e8MbkGz22d", "systemPath": "actions", - "description": "When the countdown triggers, activate a magical circle covering an area within Far range of the Champion. A target within that area is Vulnerable until they leave the circle. The circle can be removed by dealing Severe damage to the Undefeated Champion.
", + "description": "Activate a magical circle covering an area within Far range of the Champion. A target within that area is Vulnerable until they leave the circle. The circle can be removed by dealing Severe damage to the Undefeated Champion.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -629,6 +607,42 @@ "name": "Circle", "img": "icons/magic/unholy/barrier-fire-pink.webp", "range": "" + }, + "4x13WyksHU0u0j20": { + "type": "countdown", + "_id": "4x13WyksHU0u0j20", + "systemPath": "actions", + "description": "Countdown (1d8). When the Undefeated Champion is in the spotlight for the fi rst time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Circle of Defilement", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/unholy/barrier-fire-pink.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "1d8", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/unholy/barrier-fire-pink.webp", + "range": "" } }, "originItemType": null, @@ -695,12 +709,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754135646248, - "modifiedTime": 1754135780879, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489679922, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!RXkZTwBRi4dJ3JE5.55P7ZijSbQeVHCw4" }, diff --git a/src/packs/adversaries/adversary_Gorgon_8mJYMpbLTb8qIOrr.json b/src/packs/adversaries/adversary_Gorgon_8mJYMpbLTb8qIOrr.json index 5b7ad344..ed8cf539 100644 --- a/src/packs/adversaries/adversary_Gorgon_8mJYMpbLTb8qIOrr.json +++ b/src/packs/adversaries/adversary_Gorgon_8mJYMpbLTb8qIOrr.json @@ -596,6 +596,42 @@ "name": "Spend Fear", "img": "icons/magic/earth/strike-body-stone-crumble.webp", "range": "" + }, + "ywZTs3D8ClT7tAsa": { + "type": "countdown", + "_id": "ywZTs3D8ClT7tAsa", + "systemPath": "actions", + "description": "On a failure, they begin to turn to stone, marking a HP and starting a Petrification Countdown (4). This countdown ticks down when the Gorgon is attacked. When it triggers, the target must make a death move. If the Gorgon is defeated, all petrification countdowns end.
", + "chatDisplay": false, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Petrifying Gaze", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/earth/strike-body-stone-crumble.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "4", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/earth/strike-body-stone-crumble.webp", + "range": "" } }, "originItemType": null, @@ -615,12 +651,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754079643285, - "modifiedTime": 1754142680813, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488245078, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!8mJYMpbLTb8qIOrr.047o6OtNlUwLG1H1" }, diff --git a/src/packs/adversaries/adversary_Head_Guard_mK3A5FTx6k8iPU3F.json b/src/packs/adversaries/adversary_Head_Guard_mK3A5FTx6k8iPU3F.json index a191ee03..bbe7e153 100644 --- a/src/packs/adversaries/adversary_Head_Guard_mK3A5FTx6k8iPU3F.json +++ b/src/packs/adversaries/adversary_Head_Guard_mK3A5FTx6k8iPU3F.json @@ -332,9 +332,46 @@ "_id": "YeJ7eJVCKsRxG8mk", "img": "icons/skills/ranged/target-bullseye-arrow-blue.webp", "system": { - "description": "Countdown (5). When the Head Guard is in the spotlight for the first time, activate the countdown. It ticks down when a PC makes an attack roll. When it triggers, all Archer Guards within Far range make a standard attack with advantage against the nearest target within their range. If any attacks succeed on the same target, combine their damage.
@Template[type:emanation|range:f]
", + "description": "Countdown (5). When the Head Guard is in the spotlight for the first time, activate the countdown. It ticks down when a PC makes an attack roll. When it triggers, all Archer Guards within Far range make a standard attack with advantage against the nearest target within their range. If any attacks succeed on the same target, combine their damage.
@Template[type:emanation|range:f]
", "resource": null, - "actions": {}, + "actions": { + "xyhaCmPGiVMsTViH": { + "type": "countdown", + "_id": "xyhaCmPGiVMsTViH", + "systemPath": "actions", + "description": "Countdown (5). When the Head Guard is in the spotlight for the first time, activate the countdown. It ticks down when a PC makes an attack roll. When it triggers, all Archer Guards within Far range make a standard attack with advantage against the nearest target within their range. If any attacks succeed on the same target, combine their damage.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "On My Signal", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/skills/ranged/target-bullseye-arrow-blue.webp", + "progress": { + "looping": "noLooping", + "type": "characterAttack", + "max": "5", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/skills/ranged/target-bullseye-arrow-blue.webp", + "range": "" + } + }, "originItemType": null, "subType": null, "originId": null @@ -351,12 +388,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.350", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "1.1.2", + "systemVersion": "1.2.3", "createdTime": 1754048119625, - "modifiedTime": 1760209562267, - "lastModifiedBy": "fBcTgyTzoARBvohY" + "modifiedTime": 1763487870613, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!mK3A5FTx6k8iPU3F.YeJ7eJVCKsRxG8mk" }, diff --git a/src/packs/adversaries/adversary_Juvenile_Flickerfly_MYXmTx2FHcIjdfYZ.json b/src/packs/adversaries/adversary_Juvenile_Flickerfly_MYXmTx2FHcIjdfYZ.json index 77b107ec..e70fd357 100644 --- a/src/packs/adversaries/adversary_Juvenile_Flickerfly_MYXmTx2FHcIjdfYZ.json +++ b/src/packs/adversaries/adversary_Juvenile_Flickerfly_MYXmTx2FHcIjdfYZ.json @@ -514,14 +514,14 @@ "name": "Hallucinatory Breath", "type": "feature", "system": { - "description": "Countdown (Loop 1d6). When the Flickerfl y takes damage for the fi rst time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must succeed on an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail must mark a Stress and lose a Hope.
@Template[type:inFront|range:f]
", + "description": "Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must succeed on an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfly have disadvantage on this roll. Targets who fail must mark a Stress and lose a Hope.
@Template[type:inFront|range:f]
", "resource": null, "actions": { "USEkCakSzYcZbBwY": { "type": "attack", "_id": "USEkCakSzYcZbBwY", "systemPath": "actions", - "description": "Countdown (Loop 1d6). When the Flickerfl y takes damage for the fi rst time, activate the countdown. When it triggers, the Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must succeed on an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail must mark a Stress and lose a Hope.
@Template[type:inFront|range:f]
", + "description": "The Flickerfly breathes hallucinatory gas on all targets in front of them up to Far range. Targets must succeed on an Instinct Reaction Roll or be tormented by fearful hallucinations. Targets whose fears are known to the Flickerfl y have disadvantage on this roll. Targets who fail must mark a Stress and lose a Hope.
@Template[type:inFront|range:f]
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -613,6 +613,42 @@ "name": "Roll Save", "img": "icons/magic/air/fog-gas-smoke-purple.webp", "range": "far" + }, + "n8ZuLjwTf2FJ7V6n": { + "type": "countdown", + "_id": "n8ZuLjwTf2FJ7V6n", + "systemPath": "actions", + "description": "Countdown (Loop 1d6). When the Flickerfly takes damage for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Hallucinatory Breath", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/air/fog-gas-smoke-purple.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "1d6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/air/fog-gas-smoke-purple.webp", + "range": "" } }, "originItemType": null, @@ -632,12 +668,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754080402680, - "modifiedTime": 1754142717997, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488392319, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!MYXmTx2FHcIjdfYZ.EjfM83eVCdcVGC3c" } diff --git a/src/packs/adversaries/adversary_Monarch_yx0vK2yfNVZKWUUi.json b/src/packs/adversaries/adversary_Monarch_yx0vK2yfNVZKWUUi.json index b4868595..56d5fedb 100644 --- a/src/packs/adversaries/adversary_Monarch_yx0vK2yfNVZKWUUi.json +++ b/src/packs/adversaries/adversary_Monarch_yx0vK2yfNVZKWUUi.json @@ -338,35 +338,124 @@ "name": "Casus Belli", "type": "feature", "system": { - "description": "Long-Term Countdown (8). Spend a Fear to activate after the Monarch’s desire for war is first revealed. When it triggers, the Monarch has a reason to rally the nation to war and the support to act on that reason. You gain [[/r 1d4]] Fear.
", + "description": "Long-Term Countdown (8). Spend a Fear to activate after the Monarch’s desire for war is first revealed. When it triggers, the Monarch has a reason to rally the nation to war and the support to act on that reason. You gain [[/r 1d4]] Fear.
", "resource": null, "actions": { - "X01RPfbvh3DUWcQY": { - "type": "effect", - "_id": "X01RPfbvh3DUWcQY", + "CNEOOdPI4xVJ2JeP": { + "type": "countdown", + "_id": "CNEOOdPI4xVJ2JeP", "systemPath": "actions", - "description": "", + "description": "Long-Term Countdown (8). Spend a Fear to activate after the Monarch’s desire for war is first revealed.
", "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, "actionType": "action", "cost": [ { "scalable": false, "key": "fear", "value": 1, - "step": null + "itemId": null, + "step": null, + "consumeOnSuccess": false } ], "uses": { "value": null, "max": "", - "recovery": null + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Casus Belli", + "type": "narrative", + "defaultOwnership": -1, + "img": "icons/sundries/scrolls/scroll-bound-sealed-red-tan.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "8", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/sundries/scrolls/scroll-bound-sealed-red-tan.webp", + "range": "" + }, + "QnZoH9LjJvKl5YcF": { + "type": "healing", + "_id": "QnZoH9LjJvKl5YcF", + "systemPath": "actions", + "description": "The Monarch has a reason to rally the nation to war and the support to act on that reason. You gain 1d4 Fear.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "damage": { + "parts": [ + { + "value": { + "custom": { + "enabled": false, + "formula": "" + }, + "flatMultiplier": 1, + "dice": "d4", + "bonus": null, + "multiplier": "flat" + }, + "applyTo": "fear", + "base": false, + "resultBased": false, + "valueAlt": { + "multiplier": "prof", + "flatMultiplier": 1, + "dice": "d6", + "bonus": null, + "custom": { + "enabled": false, + "formula": "" + } + }, + "type": [] + } + ], + "includeBase": false, + "direct": false }, - "effects": [], "target": { "type": "any", "amount": null }, - "name": "Spend Fear", + "effects": [], + "roll": { + "type": null, + "trait": null, + "difficulty": null, + "bonus": null, + "advState": "neutral", + "diceRolling": { + "multiplier": "prof", + "flatMultiplier": 1, + "dice": "d6", + "compare": null, + "treshold": null + }, + "useDefault": false + }, + "name": "Gain Fear", "img": "icons/sundries/scrolls/scroll-bound-sealed-red-tan.webp", "range": "" } @@ -388,12 +477,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754130006163, - "modifiedTime": 1754130085276, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489308958, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!yx0vK2yfNVZKWUUi.kA5NZTdiknsh7wxp" } diff --git a/src/packs/adversaries/adversary_Mortal_Hunter_mVV7a7KQAORoPMgZ.json b/src/packs/adversaries/adversary_Mortal_Hunter_mVV7a7KQAORoPMgZ.json index 8c2332aa..bfa6bc38 100644 --- a/src/packs/adversaries/adversary_Mortal_Hunter_mVV7a7KQAORoPMgZ.json +++ b/src/packs/adversaries/adversary_Mortal_Hunter_mVV7a7KQAORoPMgZ.json @@ -523,36 +523,14 @@ "name": "Rampage", "type": "feature", "system": { - "description": "Countdown (Loop 1d6). When the Hunter is in the spotlight for the fi rst time, activate the countdown. When it triggers, move the Hunter in a straight line to a point within Far range and make an attack against all targets in their path. Targets the Hunter succeeds against take 2d8+2 physical damage.
@Template[type:ray|range:f]
", + "description": "Countdown (Loop 1d6). When the Hunter is in the spotlight for the first time, activate the countdown. When it triggers, move the Hunter in a straight line to a point within Far range and make an attack against all targets in their path. Targets the Hunter succeeds against take 2d8+2 physical damage.
@Template[type:ray|range:f]
", "resource": null, "actions": { - "JGGTfZWI65nywjSu": { - "type": "effect", - "_id": "JGGTfZWI65nywjSu", - "systemPath": "actions", - "description": "Countdown (Loop 1d6). When the Hunter is in the spotlight for the first time, activate the countdown.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/movement/trail-streak-zigzag-yellow.webp", - "range": "" - }, "VjiFxuzfAaq5N1jy": { "type": "attack", "_id": "VjiFxuzfAaq5N1jy", "systemPath": "actions", - "description": "When the countdown triggers, move the Hunter in a straight line to a point within Far range and make an attack against all targets in their path. Targets the Hunter succeeds against take 2d8+2 physical damage.
@Template[type:ray|range:f]
", + "description": "Move the Hunter in a straight line to a point within Far range and make an attack against all targets in their path. Targets the Hunter succeeds against take 2d8+2 physical damage.
@Template[type:ray|range:f]
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -620,6 +598,42 @@ "name": "Attack", "img": "icons/magic/movement/trail-streak-zigzag-yellow.webp", "range": "far" + }, + "BhA3vxCuMs4UbbQU": { + "type": "countdown", + "_id": "BhA3vxCuMs4UbbQU", + "systemPath": "actions", + "description": "Countdown (Loop 1d6). When the Hunter is in the spotlight for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Rampage", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/movement/trail-streak-zigzag-yellow.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "1d6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/movement/trail-streak-zigzag-yellow.webp", + "range": "" } }, "originItemType": null, @@ -639,12 +653,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754082669471, - "modifiedTime": 1754142979339, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488527913, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!mVV7a7KQAORoPMgZ.IOCG3J20wUHvyvvh" } diff --git a/src/packs/adversaries/adversary_Secret_Keeper_sLAccjvCWfeedbpI.json b/src/packs/adversaries/adversary_Secret_Keeper_sLAccjvCWfeedbpI.json index ac2dc316..9e16426e 100644 --- a/src/packs/adversaries/adversary_Secret_Keeper_sLAccjvCWfeedbpI.json +++ b/src/packs/adversaries/adversary_Secret_Keeper_sLAccjvCWfeedbpI.json @@ -437,36 +437,14 @@ "name": "Summoning Ritual", "type": "feature", "system": { - "description": "Countdown (6). When the Secret-Keeper is in the spotlight for the first time, activate the countdown. When they mark HP, tick down this countdown by the number of HP marked. When it triggers, summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} who appears at Close range.
", + "description": "Countdown (6). When the Secret-Keeper is in the spotlight for the first time, activate the countdown. When they mark HP, tick down this countdown by the number of HP marked. When it triggers, summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} who appears at Close range.
", "resource": null, "actions": { - "PrShdg9N3MfeZaJc": { - "type": "effect", - "_id": "PrShdg9N3MfeZaJc", - "systemPath": "actions", - "description": "Countdown (6). When the Secret-Keeper is in the spotlight for the first time, activate the countdown. When they mark HP, tick down this countdown by the number of HP marked.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/magic/unholy/silhouette-light-fire-blue.webp", - "range": "" - }, "0rixG6jLRynAYNqA": { "type": "effect", "_id": "0rixG6jLRynAYNqA", "systemPath": "actions", - "description": "When the countdown triggers, summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} who appears at Close range.
", + "description": "Summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} who appears at Close range.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -483,6 +461,42 @@ "name": "Summon", "img": "icons/magic/unholy/silhouette-light-fire-blue.webp", "range": "close" + }, + "ZVXHY2fpomoKV7jG": { + "type": "countdown", + "_id": "ZVXHY2fpomoKV7jG", + "systemPath": "actions", + "description": "Countdown (6). When the Secret-Keeper is in the spotlight for the first time, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Summoning Ritual", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/unholy/silhouette-light-fire-blue.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/unholy/silhouette-light-fire-blue.webp", + "range": "" } }, "originItemType": null, @@ -502,12 +516,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754083223957, - "modifiedTime": 1754143099523, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763488650855, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!sLAccjvCWfeedbpI.4L7aM9NDLbjvuwI3" }, diff --git a/src/packs/adversaries/adversary_Volcanic_Dragon__Ashen_Tyrant_pMuXGCSOQaxpi5tb.json b/src/packs/adversaries/adversary_Volcanic_Dragon__Ashen_Tyrant_pMuXGCSOQaxpi5tb.json index 80a8230c..588cbfec 100644 --- a/src/packs/adversaries/adversary_Volcanic_Dragon__Ashen_Tyrant_pMuXGCSOQaxpi5tb.json +++ b/src/packs/adversaries/adversary_Volcanic_Dragon__Ashen_Tyrant_pMuXGCSOQaxpi5tb.json @@ -746,31 +746,9 @@ "name": "Apocalyptic Thrasing", "type": "feature", "system": { - "description": "Countdown (1d12). Spend a Fear to activate. It ticks down when a PC rolls with Fear.
When it triggers, the Ashen Tyrant thrashes about, causing environmental damage (such as an earthquake, avalanche, or collapsing walls). All targets within Far range must make a Strength Reaction Roll. Targets who fail take 2d10+10 physical damage and are Restrained by the rubble until they break free with a successful Strength Roll. Targets who succeed take half damage. If the Ashen Tyrant is defeated while this countdown is active, trigger the countdown immediately as the destruction caused by their death throes.
@Template[type:emanation|range:f]
", + "description": "Countdown (1d12). Spend a Fear to activate. It ticks down when a PC rolls with Fear. When it triggers, the Ashen Tyrant thrashes about, causing environmental damage (such as an earthquake, avalanche, or collapsing walls). All targets within Far range must make a Strength Reaction Roll. Targets who fail take 2d10+10 physical damage and are Restrained by the rubble until they break free with a successful Strength Roll. Targets who succeed take half damage. If the Ashen Tyrant is defeated while this countdown is active, trigger the countdown immediately as the destruction caused by their death throes.
@Template[type:emanation|range:f]
", "resource": null, "actions": { - "V6gTCvCcUXf3oKwF": { - "type": "effect", - "_id": "V6gTCvCcUXf3oKwF", - "systemPath": "actions", - "description": "Countdown (1d12). Spend a Fear to activate. It ticks down when a PC rolls with Fear.
", - "chatDisplay": true, - "actionType": "action", - "cost": [], - "uses": { - "value": null, - "max": "", - "recovery": null - }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdown", - "img": "icons/creatures/abilities/mouth-teeth-fire-orange.webp", - "range": "" - }, "OznXxmwiPwzuFPQZ": { "type": "attack", "_id": "OznXxmwiPwzuFPQZ", @@ -848,6 +826,51 @@ "name": "Roll Save", "img": "icons/creatures/abilities/mouth-teeth-fire-orange.webp", "range": "" + }, + "rZ7IwBnDzw7VmBT6": { + "type": "countdown", + "_id": "rZ7IwBnDzw7VmBT6", + "systemPath": "actions", + "description": "Countdown (1d12). Spend a Fear to activate. It ticks down when a PC rolls with Fear.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [ + { + "scalable": false, + "key": "fear", + "value": 1, + "itemId": null, + "step": null, + "consumeOnSuccess": false + } + ], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Apocalyptic Thrasing", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/creatures/abilities/mouth-teeth-fire-orange.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "1d12", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/creatures/abilities/mouth-teeth-fire-orange.webp", + "range": "" } }, "originItemType": null, @@ -914,12 +937,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754140011482, - "modifiedTime": 1754140152923, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763489806693, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!pMuXGCSOQaxpi5tb.uWiyaJPXcoW06pOM" } diff --git a/src/packs/environments/environment_Burning_Heart_of_the_Woods_oY69NN4rYxoRE4hl.json b/src/packs/environments/environment_Burning_Heart_of_the_Woods_oY69NN4rYxoRE4hl.json index 5683f6f5..7c819e9d 100644 --- a/src/packs/environments/environment_Burning_Heart_of_the_Woods_oY69NN4rYxoRE4hl.json +++ b/src/packs/environments/environment_Burning_Heart_of_the_Woods_oY69NN4rYxoRE4hl.json @@ -463,36 +463,14 @@ "name": "Choking Ash", "type": "feature", "system": { - "description": "Countdown (Loop 6). When the PCs enter the Burning Heart of the Woods, activate the countdown. When it triggers, all characters must make a Strength or Instinct Reaction Roll. Targets who fail take 4d6+5 direct physical damage. Targets who succeed take half damage. Protective masks or clothes give advantage on the reaction roll.
What hallucinations does the ash induce? What incongruous taste does it possess?
Countdown (Loop 6). When the PCs enter the Burning Heart of the Woods, activate the countdown. When it triggers, all characters must make a Strength or Instinct Reaction Roll. Targets who fail take 4d6+5 direct physical damage. Targets who succeed take half damage. Protective masks or clothes give advantage on the reaction roll.
What hallucinations does the ash induce? What incongruous taste does it possess?
Countdown (Loop 6). When the PCs enter the Burning Heart of the Woods, activate the countdown.
What hallucinations does the ash induce? What incongruous taste does it possess?
When the countdown triggers, all characters must make a Strength or Instinct Reaction Roll. Targets who fail take 4d6+5 direct physical damage. Targets who succeed take half damage. Protective masks or clothes give advantage on the reaction roll.
What hallucinations does the ash induce? What incongruous taste does it possess?
All characters must make a Strength or Instinct Reaction Roll. Targets who fail take 4d6+5 direct physical damage. Targets who succeed take half damage. Protective masks or clothes give advantage on the reaction roll.
What hallucinations does the ash induce? What incongruous taste does it possess?
Countdown (Loop 6). When the PCs enter the Burning Heart of the Woods, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Choking Ash", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/air/fog-gas-smoke-brown.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/air/fog-gas-smoke-brown.webp", + "range": "" } }, "originItemType": null, @@ -559,12 +573,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754217910442, - "modifiedTime": 1754217995895, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763493849742, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!oY69NN4rYxoRE4hl.kYxuTZjH7HDUGeWh" } diff --git a/src/packs/environments/environment_Bustling_Marketplace_HZKA7hkej7JJY503.json b/src/packs/environments/environment_Bustling_Marketplace_HZKA7hkej7JJY503.json index 11b458c1..93a2c22c 100644 --- a/src/packs/environments/environment_Bustling_Marketplace_HZKA7hkej7JJY503.json +++ b/src/packs/environments/environment_Bustling_Marketplace_HZKA7hkej7JJY503.json @@ -216,7 +216,7 @@ "name": "Sticky Fingers", "type": "feature", "system": { - "description": "A thief tries to steal something from a PC. The PC must succeed on an Instinct Roll to notice the thief or lose an item of the GM’s choice as the thief escapes to a Close distance. To retrieve the stolen item, the PCs must complete a Progress Countdown (6) to chase down the thief before the thief completes a Consequence Countdown (4) and escapes to their hideout.
What drove this person to pickpocketing? Where is the thief’s hideout and how has it avoided notice?
A thief tries to steal something from a PC. The PC must succeed on an Instinct Roll to notice the thief or lose an item of the GM’s choice as the thief escapes to a Close distance. To retrieve the stolen item, the PCs must complete a Progress Countdown (6) to chase down the thief before the thief completes a Consequence Countdown (4) and escapes to their hideout.
What drove this person to pickpocketing? Where is the thief’s hideout and how has it avoided notice?
To retrieve the stolen item, the PCs must complete a Progress Countdown (6) to chase down the thief before the thief completes a Consequence Countdown (4) and escapes to their hideout.
", - "chatDisplay": true, + "description": "", + "chatDisplay": false, + "originItem": { + "type": "itemCollection" + }, "actionType": "action", "cost": [], "uses": { "value": null, "max": "", - "recovery": null + "recovery": null, + "consumeOnSuccess": false }, - "effects": [], - "target": { - "type": "any", - "amount": null - }, - "name": "Countdowns", - "img": "icons/magic/time/hourglass-tilted-glowing-gold.webp", + "countdown": [ + { + "name": "Chase Thief", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/skills/movement/feet-winged-boots-brown.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + }, + { + "name": "Escape To Hideout", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/perception/silhouette-stealth-shadow.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "4", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdowns", + "img": "icons/skills/social/theft-pickpocket-bribery-brown.webp", "range": "" } }, @@ -305,12 +332,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754211683813, - "modifiedTime": 1754211879643, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763493014349, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!HZKA7hkej7JJY503.56qjiKMoN6S9riI6" }, diff --git a/src/packs/environments/environment_Castle_Siege_1eZ32Esq7rfZOjlu.json b/src/packs/environments/environment_Castle_Siege_1eZ32Esq7rfZOjlu.json index 88d9096e..cbeba54f 100644 --- a/src/packs/environments/environment_Castle_Siege_1eZ32Esq7rfZOjlu.json +++ b/src/packs/environments/environment_Castle_Siege_1eZ32Esq7rfZOjlu.json @@ -187,36 +187,14 @@ "name": "Siege Weapons (Environment Change)", "type": "feature", "system": { - "description": "Consequence Countdown (6). The attacking force deploys siege weapons to try to raze the defenders’ fortifi cations. Activate the countdown when the siege begins (for a protracted siege, make this a long-term countdown instead). When it triggers, the defenders’ fortifi cations have been breached and the attackers fl ood inside. You gain 2 Fear, then shift to the Pitched Battle environment and spotlight it.
What siege weapons are being deployed? Are they magical mundane or a mixture of both? What defenses must the characters overcome to storm the castle?
Consequence Countdown (6). The attacking force deploys siege weapons to try to raze the defenders’ fortifi cations. Activate the countdown when the siege begins (for a protracted siege, make this a long-term countdown instead). When it triggers, the defenders’ fortifications have been breached and the attackers fl ood inside. You gain 2 Fear, then shift to the Pitched Battle environment and spotlight it.
What siege weapons are being deployed? Are they magical mundane or a mixture of both? What defenses must the characters overcome to storm the castle?
Consequence Countdown (6). The attacking force deploys siege weapons to try to raze the defenders’ fortifi cations. Activate the countdown when the siege begins (for a protracted siege, make this a long-term countdown instead).
What siege weapons are being deployed? Are they magical mundane or a mixture of both? What defenses must the characters overcome to storm the castle?
When the cooldown triggers, the defenders’ fortifications have been breached and the attackers flood inside. You gain 2 Fear, then shift to the Pitched Battle environment and spotlight it.
", + "description": "The defenders’ fortifications have been breached and the attackers flood inside. You gain 2 Fear, then shift to the Pitched Battle environment and spotlight it.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -278,6 +256,42 @@ "name": "Gain Fear", "img": "icons/weapons/artillery/catapult-simple.webp", "range": "" + }, + "udKS3ME8VKuayEyO": { + "type": "countdown", + "_id": "udKS3ME8VKuayEyO", + "systemPath": "actions", + "description": "Consequence Countdown (6). The attacking force deploys siege weapons to try to raze the defenders’ fortifications. Activate the countdown when the siege begins (for a protracted siege, make this a long-term countdown instead).
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Siege Weapons (Environment Change)", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/weapons/artillery/catapult-simple.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/weapons/artillery/catapult-simple.webp", + "range": "" } }, "originItemType": null, @@ -297,12 +311,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754218202018, - "modifiedTime": 1754218357097, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763493953316, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!1eZ32Esq7rfZOjlu.eSTq8Y0v4Dwd13XU" }, diff --git a/src/packs/environments/environment_Chaos_Realm_2Z1mKc65LxNk2PqR.json b/src/packs/environments/environment_Chaos_Realm_2Z1mKc65LxNk2PqR.json index a2947aa3..c1ca3559 100644 --- a/src/packs/environments/environment_Chaos_Realm_2Z1mKc65LxNk2PqR.json +++ b/src/packs/environments/environment_Chaos_Realm_2Z1mKc65LxNk2PqR.json @@ -144,7 +144,7 @@ "name": "Impossible Architecture", "type": "feature", "system": { - "description": "Up is down, down is right, right is starward. Gravity and directionality themselves are in fl ux, and any attempt to move through this realm is an odyssey unto itself, requiring a Progress Countdown (8). On a failure, a PC must mark a Stress in addition to the roll’s other consequences.
What does it feel like to move in a space so alien to the Mortal Realm? What landmark or point do you fi xate on to maintain your balance? What bizarre landmarks do you traverse on your journey?
Up is down, down is right, right is starward. Gravity and directionality themselves are in flux, and any attempt to move through this realm is an odyssey unto itself, requiring a Progress Countdown (8). On a failure, a PC must mark a Stress in addition to the roll’s other consequences.
What does it feel like to move in a space so alien to the Mortal Realm? What landmark or point do you fixate on to maintain your balance? What bizarre landmarks do you traverse on your journey?
Up is down, down is right, right is starward. Gravity and directionality themselves are in flux, and any attempt to move through this realm is an odyssey unto itself, requiring a Progress Countdown (8).
What does it feel like to move in a space so alien to the Mortal Realm? What landmark or point do you fixate on to maintain your balance? What bizarre landmarks do you traverse on your journey?
Countdown (Loop 1d4). Activate the countdown. When it triggers, all PCs must succeed on a Presence Reaction Roll or their highest trait is temporarily reduced by [[/r 1d4]] unless they mark a number of Stress equal to its value. Any lost trait points are regained if the PC critically succeeds or escapes the Chaos Realm.
How does this place try to steal from you that which makes you legendary? What does it feel like to have this power taken from you?
Countdown (Loop 1d4). Activate the countdown. When it triggers, all PCs must succeed on a Presence Reaction Roll or their highest trait is temporarily reduced by [[/r 1d4]] unless they mark a number of Stress equal to its value. Any lost trait points are regained if the PC critically succeeds or escapes the Chaos Realm.
How does this place try to steal from you that which makes you legendary? What does it feel like to have this power taken from you?
Countdown (Loop 1d4). Activate the countdown.
How does this place try to steal from you that which makes you legendary? What does it feel like to have this power taken from you?
When the countdown triggers, all PCs must succeed on a Presence Reaction Roll or their highest trait is temporarily reduced by [[/r 1d4]] unless they mark a number of Stress equal to its value. Any lost trait points are regained if the PC critically succeeds or escapes the Chaos Realm.
How does this place try to steal from you that which makes you legendary? What does it feel like to have this power taken from you?
All PCs must succeed on a Presence Reaction Roll or their highest trait is temporarily reduced by [[/r 1d4]] unless they mark a number of Stress equal to its value. Any lost trait points are regained if the PC critically succeeds or escapes the Chaos Realm.
How does this place try to steal from you that which makes you legendary? What does it feel like to have this power taken from you?
Countdown (Loop 1d4). Activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Everything You Are This Place Will Take from You", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/control/sihouette-hold-beam-green.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "4", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/control/sihouette-hold-beam-green.webp", + "range": "" } }, "originItemType": null, @@ -343,12 +369,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754219142956, - "modifiedTime": 1754219278386, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763494178457, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!2Z1mKc65LxNk2PqR.0OYHJZqT0DlVz5be" }, diff --git a/src/packs/environments/environment_Cliffside_Ascent_LPpfdlNKqiZIl04w.json b/src/packs/environments/environment_Cliffside_Ascent_LPpfdlNKqiZIl04w.json index ab8daf7d..d4807e68 100644 --- a/src/packs/environments/environment_Cliffside_Ascent_LPpfdlNKqiZIl04w.json +++ b/src/packs/environments/environment_Cliffside_Ascent_LPpfdlNKqiZIl04w.json @@ -145,28 +145,42 @@ "name": "The Climb", "type": "feature", "system": { - "description": "Climbing up the cliff side uses a Progress Countdown (12). It ticks down according to the following criteria when the PCs make an action roll to climb:
Critical Success: Tick down 3
Success with Hope: Tick down 2
Success with Fear: Tick down 1
Failure with Hope: No Advancement
Failure with Fear: Tick up 1
When the countdown triggers, the party has made it to the top of the cliff .
What strange formations are the stones arranged in? What ominous warnings did previous adventurers leave?
Climbing up the cliff side uses a Progress Countdown (12). It ticks down according to the following criteria when the PCs make an action roll to climb:
Critical Success: Tick down 3
Success with Hope: Tick down 2
Success with Fear: Tick down 1
Failure with Hope: No Advancement
Failure with Fear: Tick up 1
When the countdown triggers, the party has made it to the top of the cliff .
What strange formations are the stones arranged in? What ominous warnings did previous adventurers leave?
Climbing up the cliff side uses a Progress Countdown (12). It ticks down according to the following criteria when the PCs make an action roll to climb:
Critical Success: Tick down 3
Success with Hope: Tick down 2
Success with Fear: Tick down 1
Failure with Hope: No Advancement
Failure with Fear: Tick up 1
When the countdown triggers, the party has made it to the top of the cliff .
What strange formations are the stones arranged in? What ominous warnings did previous adventurers leave?
Climbing up the cliff side uses a Progress Countdown (12). It ticks down according to the following criteria when the PCs make an action roll to climb:
Critical Success: Tick down 3
Success with Hope: Tick down 2
Success with Fear: Tick down 1
Failure with Hope: No Advancement
Failure with Fear: Tick up 1
When the countdown triggers, the party has made it to the top of the cliff .
What strange formations are the stones arranged in? What ominous warnings did previous adventurers leave?
Countdown (6). When the PCs enter the scene or the cult begins the ritual to summon a demon, activate the countdown. Designate one adversary to lead the ritual. The countdown ticks down when a PC rolls with Fear. When it triggers, summon a Minor Demon within Very Close range of the ritual’s leader. If the leader is defeated, the countdown ends with no effect as the ritual fails.
What will the cult do with this leashed demon if they succeed? What will they try to summon next?
Countdown (6). When the PCs enter the scene or the cult begins the ritual to summon a demon, activate the countdown. Designate one adversary to lead the ritual. The countdown ticks down when a PC rolls with Fear. When it triggers, summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} within Very Close range of the ritual’s leader. If the leader is defeated, the countdown ends with no effect as the ritual fails.
What will the cult do with this leashed demon if they succeed? What will they try to summon next?
Countdown (6). When the PCs enter the scene or the cult begins the ritual to summon a demon, activate the countdown. Designate one adversary to lead the ritual. The countdown ticks down when a PC rolls with Fear.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "The Summoning", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/unholy/barrier-fire-pink.webp", + "progress": { + "looping": "noLooping", + "type": "custom", + "max": "6", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/unholy/barrier-fire-pink.webp", + "range": "" + }, + "suFEnfpOfeVRvnJF": { + "type": "effect", + "_id": "suFEnfpOfeVRvnJF", + "systemPath": "actions", + "description": "Summon a @UUID[Compendium.daggerheart.adversaries.Actor.3tqCjDwJAQ7JKqMb]{Minor Demon} within Very Close range of the ritual’s leader.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "action", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "effects": [], + "target": { + "type": "any", + "amount": null + }, + "name": "Summon Demon", + "img": "icons/magic/unholy/barrier-fire-pink.webp", + "range": "" + } + }, "originItemType": null, "originId": null }, @@ -365,12 +428,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754215458731, - "modifiedTime": 1754215511070, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763493605083, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!QAXXiOKBDmCTauHD.oFfu3hUhp4ta4qwT" }, diff --git a/src/packs/environments/environment_Divine_Usurpation_4DLYez7VbMCFDAuZ.json b/src/packs/environments/environment_Divine_Usurpation_4DLYez7VbMCFDAuZ.json index 38821a59..d6540a11 100644 --- a/src/packs/environments/environment_Divine_Usurpation_4DLYez7VbMCFDAuZ.json +++ b/src/packs/environments/environment_Divine_Usurpation_4DLYez7VbMCFDAuZ.json @@ -146,36 +146,14 @@ "name": "Final Preparations", "type": "feature", "system": { - "description": "When the environment first takes the spotlight, designate one adversary as the Usurper seeking to overthrow the gods. Activate a Long-Term Countdown (8) as the Usurper assembles what they need to conduct the ritual. When it triggers, spotlight this environment to use the “Beginning of the End” feature. While this environment remains in play, you can hold up to 15 Fear.
What does the Usurper still require: The heart of a High Seraph? The lodestone of an ancient waygate? The loyalty of two archenemies? The heartbroken tears of a pure soul?
When the environment first takes the spotlight, designate one adversary as the Usurper seeking to overthrow the gods. Activate a Long-Term Countdown (8) as the Usurper assembles what they need to conduct the ritual. When it triggers, spotlight this environment to use the “Beginning of the End” feature. While this environment remains in play, you can hold up to 15 Fear.
What does the Usurper still require: The heart of a High Seraph? The lodestone of an ancient waygate? The loyalty of two archenemies? The heartbroken tears of a pure soul?
When the environment first takes the spotlight, designate one adversary as the Usurper seeking to overthrow the gods. Activate a Long-Term Countdown (8) as the Usurper assembles what they need to conduct the ritual. While this environment remains in play, you can hold up to 15 Fear.
What does the Usurper still require: The heart of a High Seraph? The lodestone of an ancient waygate? The loyalty of two archenemies? The heartbroken tears of a pure soul?
When the countdown triggers, spotlight this environment to use the “Beginning of the End” feature.
What does the Usurper still require: The heart of a High Seraph? The lodestone of an ancient waygate? The loyalty of two archenemies? The heartbroken tears of a pure soul?
Spotlight this environment to use the “Beginning of the End” feature.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -192,6 +170,42 @@ "name": "Trigger Countdown", "img": "icons/magic/unholy/hands-circle-light-green.webp", "range": "" + }, + "uJSaDLFcrtvIPFaD": { + "type": "countdown", + "_id": "uJSaDLFcrtvIPFaD", + "systemPath": "actions", + "description": "When the environment first takes the spotlight, designate one adversary as the Usurper seeking to overthrow the gods. Activate a Long-Term Countdown (8) as the Usurper assembles what they need to conduct the ritual.
What does the Usurper still require: The heart of a High Seraph? The lodestone of an ancient waygate? The loyalty of two archenemies? The heartbroken tears of a pure soul?
When the “Final Preparations” long-term countdown triggers, the Usurper begins hammering on the gates of the Hallows themselves. Activate a Divine Siege Countdown (10). Spotlight the Usurper to describe the Usurper’s assault and tick down this countdown by 1. If the Usurper takes Major or greater damage, tick up the countdown by 1. When it triggers, the Usurper shatters the barrier between the Mortal Realm and the Hallows Above to slay the gods and take their place. You gain a Fear for each unmarked HP the Usurper has. You can immediately use the “Godslayer” feature without spending Fear to make an additional GM move.
How does the Mortal Realm writhe as the natural order is violated? What mortals witness this blasphemy from afar?
When the “Final Preparations” long-term countdown triggers, the Usurper begins hammering on the gates of the Hallows themselves. Activate a Divine Siege Countdown (10). Spotlight the Usurper to describe the Usurper’s assault and tick down this countdown by 1. If the Usurper takes Major or greater damage, tick up the countdown by 1. When it triggers, the Usurper shatters the barrier between the Mortal Realm and the Hallows Above to slay the gods and take their place. You gain a Fear for each unmarked HP the Usurper has. You can immediately use the “Godslayer” feature without spending Fear to make an additional GM move.
How does the Mortal Realm writhe as the natural order is violated? What mortals witness this blasphemy from afar?
When the “Final Preparations” long-term countdown triggers, the Usurper begins hammering on the gates of the Hallows themselves. Activate a Divine Siege Countdown (10).
How does the Mortal Realm writhe as the natural order is violated? What mortals witness this blasphemy from afar?
Spotlight the Usurper to describe the Usurper’s assault and tick down the countdown by 1.
How does the Mortal Realm writhe as the natural order is violated? What mortals witness this blasphemy from afar?
The Usurper shatters the barrier between the Mortal Realm and the Hallows Above to slay the gods and take their place. You gain a Fear for each unmarked HP the Usurper has. You can immediately use the “Godslayer” feature without spending Fear to make an additional GM move.
", "chatDisplay": true, "actionType": "action", "cost": [], @@ -585,7 +577,43 @@ "type": "any", "amount": null }, - "name": "Spotlight Usurper", + "name": "Trigger Countdown", + "img": "icons/magic/unholy/silhouette-robe-evil-glow.webp", + "range": "" + }, + "KNWpWnJboRIaZ3Yu": { + "type": "countdown", + "_id": "KNWpWnJboRIaZ3Yu", + "systemPath": "actions", + "description": "When the “Final Preparations” long-term countdown triggers, the Usurper begins hammering on the gates of the Hallows themselves. Activate a Divine Siege Countdown (10). Spotlight the Usurper to describe the Usurper’s assault and tick down this countdown by 1. If the Usurper takes Major or greater damage, tick up the countdown by 1.
How does the Mortal Realm writhe as the natural order is violated? What mortals witness this blasphemy from afar?
Spend a Fear to manifest the echo of a past disaster that ravaged the city. Activate a Progress Countdown (5) as the disaster replays around the PCs. To complete the countdown and escape the catastrophe, the PCs must overcome threats such as rampaging fires, stampeding civilians, collapsing buildings, or crumbling streets, while recalling history and finding clues to escape the inevitable.
Is this the disaster that led the city to be abandoned? What is known about this disaster and how could that help the PCs escape?
Spend a Fear to manifest the echo of a past disaster that ravaged the city. Activate a Progress Countdown (5) as the disaster replays around the PCs. To complete the countdown and escape the catastrophe, the PCs must overcome threats such as rampaging fires, stampeding civilians, collapsing buildings, or crumbling streets, while recalling history and finding clues to escape the inevitable.
Is this the disaster that led the city to be abandoned? What is known about this disaster and how could that help the PCs escape?
Spend a Fear to manifest the echo of a past disaster that ravaged the city. Activate a Progress Countdown (5) as the disaster replays around the PCs.
", + "description": "Spend a Fear to manifest the echo of a past disaster that ravaged the city. Activate a Progress Countdown (5) as the disaster replays around the PCs. To complete the countdown and escape the catastrophe, the PCs must overcome threats such as rampaging fires, stampeding civilians, collapsing buildings, or crumbling streets, while recalling history and finding clues to escape the inevitable.
Is this the disaster that led the city to be abandoned? What is known about this disaster and how could that help the PCs escape?
Countdown (Loop 4). When the PCs enter the mountain pass, activate the countdown. When it triggers, all characters traveling through the pass must succeed on a Strength Reaction Roll or mark a Stress. A PC wearing clothes appropriate for extreme cold gains advantage on these rolls.
What parts of the PC’s bodies go numb fi rst? How do they try to keep warm as they press forward?
Countdown (Loop 4). When the PCs enter the mountain pass, activate the countdown. When it triggers, all characters traveling through the pass must succeed on a Strength Reaction Roll or mark a Stress. A PC wearing clothes appropriate for extreme cold gains advantage on these rolls.
What parts of the PC’s bodies go numb fi rst? How do they try to keep warm as they press forward?
Countdown (Loop 4). When the PCs enter the mountain pass, activate the countdown.
What parts of the PC’s bodies go numb fi rst? How do they try to keep warm as they press forward?
When the countdown triggers, all characters traveling through the pass must succeed on a Strength Reaction Roll or mark a Stress. A PC wearing clothes appropriate for extreme cold gains advantage on these rolls.
What parts of the PC’s bodies go numb fi rst? How do they try to keep warm as they press forward?
All characters traveling through the pass must succeed on a Strength Reaction Roll or mark a Stress. A PC wearing clothes appropriate for extreme cold gains advantage on these rolls.
What parts of the PC’s bodies go numb fi rst? How do they try to keep warm as they press forward?
Countdown (Loop 4). When the PCs enter the mountain pass, activate the countdown.
", + "chatDisplay": true, + "originItem": { + "type": "itemCollection" + }, + "actionType": "reaction", + "cost": [], + "uses": { + "value": null, + "max": "", + "recovery": null, + "consumeOnSuccess": false + }, + "countdown": [ + { + "name": "Icy Winds", + "type": "encounter", + "defaultOwnership": -1, + "img": "icons/magic/water/snowflake-ice-blue-white.webp", + "progress": { + "looping": "looping", + "type": "custom", + "max": "4", + "current": 1 + }, + "ownership": {} + } + ], + "name": "Start Countdown", + "img": "icons/magic/water/snowflake-ice-blue-white.webp", + "range": "" } }, "originItemType": null, @@ -418,12 +432,12 @@ "compendiumSource": null, "duplicateSource": null, "exportSource": null, - "coreVersion": "13.346", + "coreVersion": "13.351", "systemId": "daggerheart", - "systemVersion": "0.0.1", + "systemVersion": "1.2.3", "createdTime": 1754217155443, - "modifiedTime": 1754217244471, - "lastModifiedBy": "MQSznptE5yLT7kj8" + "modifiedTime": 1763493758044, + "lastModifiedBy": "Q4RzhhaPfvLUzzbw" }, "_key": "!actors.items!acMu9wJrMZZzLSTJ.K8ld4m5yTA6WZwUs" } diff --git a/src/packs/environments/environment_Raging_River_t4cdqTfzcqP3H1vJ.json b/src/packs/environments/environment_Raging_River_t4cdqTfzcqP3H1vJ.json index 79c89611..6ef44f84 100644 --- a/src/packs/environments/environment_Raging_River_t4cdqTfzcqP3H1vJ.json +++ b/src/packs/environments/environment_Raging_River_t4cdqTfzcqP3H1vJ.json @@ -154,28 +154,42 @@ "name": "Dangerous Crossing", "type": "feature", "system": { - "description": "Crossing the river requires the party to complete a Progress Countdown (4).
A PC who rolls a failure with Fear is immediately targeted by the “Undertow” action without requiring a Fear to be spent on the feature.
Have any of the PCs forded rivers like this before? Are any of them afraid of drowning?
Crossing the river requires the party to complete a Progress Countdown (4).
A PC who rolls a failure with Fear is immediately targeted by the “Undertow” action without requiring a Fear to be spent on the feature.
Have any of the PCs forded rivers like this before? Are any of them afraid of drowning?
Crossing the river requires the party to complete a Progress Countdown (4).
A PC who rolls a failure with Fear is immediately targeted by the “Undertow” action without requiring a Fear to be spent on the feature.
Have any of the PCs forded rivers like this before? Are any of them afraid of drowning?
Crossing the river requires the party to complete a Progress Countdown (4).
A PC who rolls a failure with Fear is immediately targeted by the “Undertow” action without requiring a Fear to be spent on the feature.
Have any of the PCs forded rivers like this before? Are any of them afraid of drowning?