mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Remove debug
This commit is contained in:
parent
25a4ec8523
commit
79823253f3
1 changed files with 1 additions and 6 deletions
|
|
@ -116,13 +116,8 @@ export default class DualityRoll extends D20Roll {
|
||||||
|
|
||||||
/** @inheritDoc */
|
/** @inheritDoc */
|
||||||
static fromData(data) {
|
static fromData(data) {
|
||||||
console.log("fromData", data);
|
|
||||||
console.log("fromData, options, roll", data?.options?.roll);
|
|
||||||
console.log("fromData, options, roll, fear", data?.options?.roll?.fear);
|
|
||||||
console.log("fromData, options, roll, hope", data?.options?.roll?.hope);
|
|
||||||
console.log("fromData, terms", data.terms);
|
|
||||||
if (data.options.guaranteedCritical) {
|
if (data.options.guaranteedCritical) {
|
||||||
|
console.log("TODO: set the max values for Hope and Fear here?");
|
||||||
}
|
}
|
||||||
data.terms[0].class = foundry.dice.terms.Die.name;
|
data.terms[0].class = foundry.dice.terms.Die.name;
|
||||||
data.terms[2].class = foundry.dice.terms.Die.name;
|
data.terms[2].class = foundry.dice.terms.Die.name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue