[Fix] Combat Turn Sounds (#2106)

* Fixed sounds

* Removed second change
This commit is contained in:
WBHarry 2026-07-23 03:00:53 +02:00 committed by GitHub
parent a9000e5408
commit 0471164456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 12 deletions

View file

@ -1,4 +1,9 @@
export default class DhpCombat extends Combat { export default class DhpCombat extends Combat {
/** @inheritDoc */
get nextCombatant() {
return null;
}
async startCombat() { async startCombat() {
this._playCombatSound('startEncounter'); this._playCombatSound('startEncounter');
const updateData = { round: 1, turn: null }; const updateData = { round: 1, turn: null };

View file

@ -138,12 +138,9 @@
"src": "systems/daggerheart/assets/icons/documents/actors/dragon-head.svg", "src": "systems/daggerheart/assets/icons/documents/actors/dragon-head.svg",
"anchorX": 0.5, "anchorX": 0.5,
"anchorY": 0.5, "anchorY": 0.5,
"offsetX": 0,
"offsetY": 0,
"fit": "contain", "fit": "contain",
"scaleX": 1, "scaleX": 1,
"scaleY": 1, "scaleY": 1,
"rotation": 0,
"tint": "#ffffff", "tint": "#ffffff",
"alphaThreshold": 0.75 "alphaThreshold": 0.75
}, },
@ -194,7 +191,7 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [], "detectionModes": {},
"occludable": { "occludable": {
"radius": 0 "radius": 0
}, },
@ -220,7 +217,8 @@
"flags": {}, "flags": {},
"randomImg": false, "randomImg": false,
"appendNumber": false, "appendNumber": false,
"prependAdjective": false "prependAdjective": false,
"depth": 1
}, },
"items": [ "items": [
{ {
@ -336,13 +334,10 @@
}, },
"disabled": false, "disabled": false,
"duration": { "duration": {
"startTime": null, "value": null,
"combat": null, "units": "seconds",
"seconds": null, "expiry": null,
"rounds": null, "expired": false
"turns": null,
"startRound": null,
"startTurn": null
}, },
"description": "<p>You have disadvantage on Agility Rolls until you clear at least 1 HP.</p>", "description": "<p>You have disadvantage on Agility Rolls until you clear at least 1 HP.</p>",
"tint": "#ffffff", "tint": "#ffffff",
@ -352,6 +347,9 @@
"_stats": { "_stats": {
"compendiumSource": null "compendiumSource": null
}, },
"start": null,
"showIcon": 1,
"folder": null,
"_key": "!actors.items.effects!JRhrrEg5UroURiAD.DMtd1EXQPlPaoRmV.wGuxOLokMqdxVSOo" "_key": "!actors.items.effects!JRhrrEg5UroURiAD.DMtd1EXQPlPaoRmV.wGuxOLokMqdxVSOo"
} }
], ],