forked from GitHub-Mirrors/foundry-sw5e
Cleaning up some stuff
This commit is contained in:
parent
b40f5f62f8
commit
0f2f8a1fb6
20 changed files with 191 additions and 4959 deletions
|
@ -3,7 +3,7 @@ import {ActorSheetFlags} from "../../apps/actor-flags.js";
|
|||
import {SW5E} from '../../config.js';
|
||||
|
||||
/**
|
||||
* Extend the basic ActorSheet class to do all the D&D5e things!
|
||||
* Extend the basic ActorSheet class to do all the SW5e things!
|
||||
* This sheet is an Abstract layer which is not used.
|
||||
*
|
||||
* @type {ActorSheet}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { ActorSheet5e } from "./base.js";
|
||||
|
||||
/**
|
||||
* An Actor sheet for player character type actors in the D&D5E system.
|
||||
* An Actor sheet for player character type actors in the SW5E system.
|
||||
* Extends the base ActorSheet5e class.
|
||||
* @type {ActorSheet5e}
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { ActorSheet5e } from "../sheets/base.js";
|
||||
|
||||
/**
|
||||
* An Actor sheet for NPC type characters in the D&D5E system.
|
||||
* An Actor sheet for NPC type characters in the SW5E system.
|
||||
* Extends the base ActorSheet5e class.
|
||||
* @type {ActorSheet5e}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue