Rework des fiches creature/PJ et Tinji/Loksyu
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
import { getTinjiValue, setTinjiValue } from "./singletons.js"
|
||||
/**
|
||||
* Chroniques de l'Étrange — Système FoundryVTT
|
||||
*
|
||||
* Chroniques de l'Étrange est un jeu de rôle édité par Antre-Monde Éditions.
|
||||
* Ce système FoundryVTT est une implémentation indépendante et n'est pas
|
||||
* affilié à Antre-Monde Éditions,
|
||||
* mais a été réalisé avec l'autorisation d'Antre-Monde Éditions.
|
||||
*
|
||||
* @author LeRatierBretonnien
|
||||
* @copyright 2024–2026 LeRatierBretonnien
|
||||
* @license CC BY-NC-SA 4.0 – https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||
*/
|
||||
|
||||
const SYSTEM_ID = "fvtt-chroniques-de-l-etrange"
|
||||
import { getTinjiValue, setTinjiValue } from "./singletons.js"
|
||||
import { SYSTEM_ID } from "../../config/constants.js"
|
||||
|
||||
export class CDETinjiApp extends foundry.applications.api.HandlebarsApplicationMixin(
|
||||
foundry.applications.api.ApplicationV2
|
||||
|
||||
Reference in New Issue
Block a user