Import RMFRP tables + properly rename all files
This commit is contained in:
78811
module/sheets/apps/rmfrp-tables.js
Normal file
78811
module/sheets/apps/rmfrp-tables.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
|
||||
export default class RMSSToolsDiceRoller extends FormApplication {
|
||||
export default class RMFRPToolsDiceRoller extends FormApplication {
|
||||
constructor(item, actor) {
|
||||
super();
|
||||
this.item = foundry.utils.duplicate(item);
|
||||
@ -33,7 +33,7 @@ export default class RMSSToolsDiceRoller extends FormApplication {
|
||||
characterBonus: this.characterBonus,
|
||||
selectOptions: this.rollType,
|
||||
woundsModifier: this.actor.system.modifiers.woundsModifier,
|
||||
config: CONFIG.rmss,
|
||||
config: CONFIG.rmfrp,
|
||||
difficulty: 0,
|
||||
combatSituation: 0,
|
||||
lightningModifier: 0,
|
@ -1,6 +1,6 @@
|
||||
import { RFRPUtility } from "../../rfrp-utility.js";
|
||||
|
||||
export default class RMSSToolsSCImporter extends FormApplication {
|
||||
export default class RMFRPToolsSCImporter extends FormApplication {
|
||||
|
||||
constructor(selectOptions, character) {
|
||||
super();
|
Reference in New Issue
Block a user