COrrections, WIP
This commit is contained in:
@@ -228,6 +228,7 @@ export class ChiaroscuroDiceDialog extends FormApplication {
|
||||
difficulty: difficultyObj,
|
||||
success,
|
||||
bonus,
|
||||
missBy: success ? 0 : difficultyValue - total,
|
||||
});
|
||||
|
||||
return this.close();
|
||||
@@ -309,7 +310,10 @@ export class ChiaroscuroDiceDialog extends FormApplication {
|
||||
{
|
||||
actor: this._actor,
|
||||
profileImg: this._actor?.img ?? "icons/svg/mystery-man.svg",
|
||||
ring: this.object.ring,
|
||||
ring: {
|
||||
...this.object.ring,
|
||||
label: game.i18n.localize(`l5r5e.rings.${this.object.ring.id}`),
|
||||
},
|
||||
skill: this.object.skill,
|
||||
difficulty: this.object.difficulty,
|
||||
useAspectPoint: this.object.useAspectPoint,
|
||||
|
||||
Reference in New Issue
Block a user