[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 {
/** @inheritDoc */
get nextCombatant() {
return null;
}
async startCombat() {
this._playCombatSound('startEncounter');
const updateData = { round: 1, turn: null };

View file

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