if (this.sourceActor.uuid === this.actor.uuid) return; const test = await this.actor.setupCharacteristic("t", { skipTargets: true, appendTitle: ` — ${this.effect.name}`, fields: { difficulty: "difficult" }, context: { success: "Ist in der Lage, wieder aufzustehen!", failure: "Ist zu Boden gefallen!", } }); await test.roll(); if (test.failure) { await this.actor.addCondition("prone"); }