Remove parts of the item schemas that aren't necessary
This commit is contained in:
parent
5b9e808ea9
commit
507c9b0341
5 changed files with 2 additions and 63 deletions
|
|
@ -2,19 +2,6 @@ import { CommonItemData } from "./Common.mjs";
|
|||
import { gameTerms } from "../../gameTerms.mjs";
|
||||
|
||||
export class AmmoData extends CommonItemData {
|
||||
// MARK: Base Data
|
||||
prepareBaseData() {
|
||||
super.prepareBaseData();
|
||||
};
|
||||
|
||||
// MARK: Derived Data
|
||||
prepareDerivedData() {
|
||||
super.prepareDerivedData();
|
||||
};
|
||||
|
||||
// #region Getters
|
||||
// #endregion
|
||||
|
||||
// #region Sheet Data
|
||||
getFormFields(_ctx) {
|
||||
const fields = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue