forked from public/foundryvtt-reve-de-dragon
Nouvelle fenêtre de jets de dés
This commit is contained in:
11
module/roll/roll-part-actor.mjs
Normal file
11
module/roll/roll-part-actor.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ROLLDIALOG_SECTION, RollPart } from "./roll-part.mjs"
|
||||
|
||||
export const PART_ACTOR = "actor"
|
||||
|
||||
export class RollPartActor extends RollPart {
|
||||
|
||||
get code() { return PART_ACTOR }
|
||||
get section() { return ROLLDIALOG_SECTION.ACTION }
|
||||
|
||||
title(rollData) { return rollData.active.name }
|
||||
}
|
Reference in New Issue
Block a user