#66 - Ajout objets divers
BIN
icons/gemmes/almaze.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
icons/gemmes/aquafane.webp
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
icons/gemmes/asterite.webp
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
icons/gemmes/cyanolite.webp
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
icons/gemmes/larme_de_dragon.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
icons/gemmes/muska.webp
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
icons/gemmes/nebuleuse.webp
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
icons/gemmes/oeil_de_tigre.webp
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
icons/gemmes/scarlatine.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
icons/gemmes/seliphane.webp
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
icons/gemmes/tournelune.webp
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
icons/gemmes/zebraide.webp
Normal file
After Width: | Height: | Size: 22 KiB |
@ -12,7 +12,7 @@ import { RdDActor } from "./actor.js";
|
|||||||
import { RdDItemSheet } from "./item-sheet.js";
|
import { RdDItemSheet } from "./item-sheet.js";
|
||||||
import { RdDActorSheet } from "./actor-sheet.js";
|
import { RdDActorSheet } from "./actor-sheet.js";
|
||||||
import { RdDActorCreatureSheet } from "./actor-creature-sheet.js";
|
import { RdDActorCreatureSheet } from "./actor-creature-sheet.js";
|
||||||
import { RdDActorHumanoideSheet } from "./actor-humanoide-sheet.js";
|
//import { RdDActorHumanoideSheet } from "./actor-humanoide-sheet.js";
|
||||||
import { RdDActorEntiteSheet } from "./actor-entite-sheet.js";
|
import { RdDActorEntiteSheet } from "./actor-entite-sheet.js";
|
||||||
import { RdDUtility } from "./rdd-utility.js";
|
import { RdDUtility } from "./rdd-utility.js";
|
||||||
import { TMRUtility } from "./tmr-utility.js";
|
import { TMRUtility } from "./tmr-utility.js";
|
||||||
@ -191,10 +191,10 @@ Hooks.once("init", async function() {
|
|||||||
types: ["creature"],
|
types: ["creature"],
|
||||||
makeDefault: true
|
makeDefault: true
|
||||||
});
|
});
|
||||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
/*Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
||||||
types: ["humanoide"],
|
types: ["humanoide"],
|
||||||
makeDefault: true
|
makeDefault: true
|
||||||
});
|
});*/
|
||||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorEntiteSheet, {
|
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorEntiteSheet, {
|
||||||
types: ["entite"],
|
types: ["entite"],
|
||||||
makeDefault: true
|
makeDefault: true
|
||||||
|
13
system.json
@ -2,10 +2,10 @@
|
|||||||
"name": "foundryvtt-reve-de-dragon",
|
"name": "foundryvtt-reve-de-dragon",
|
||||||
"title": "Rêve de Dragon",
|
"title": "Rêve de Dragon",
|
||||||
"description": "Rêve de Dragon RPG for FoundryVTT",
|
"description": "Rêve de Dragon RPG for FoundryVTT",
|
||||||
"version": "1.1.12",
|
"version": "1.1.13",
|
||||||
"minimumCoreVersion": "0.7.5",
|
"minimumCoreVersion": "0.7.5",
|
||||||
"compatibleCoreVersion": "0.7.8",
|
"compatibleCoreVersion": "0.7.8",
|
||||||
"templateVersion": 71,
|
"templateVersion": 72,
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
||||||
"styles": ["styles/simple.css"],
|
"styles": ["styles/simple.css"],
|
||||||
@ -27,15 +27,6 @@
|
|||||||
"path": "./packs/competences-creatures.db",
|
"path": "./packs/competences-creatures.db",
|
||||||
"entity": "Item",
|
"entity": "Item",
|
||||||
"tags" : [ "item", "compétences", "créatures" ]
|
"tags" : [ "item", "compétences", "créatures" ]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "competences-humanoides",
|
|
||||||
"label": "Compétences Humanoïdes",
|
|
||||||
"system": "foundryvtt-reve-de-dragon",
|
|
||||||
"module": "foundryvtt-reve-de-dragon",
|
|
||||||
"path": "./packs/competences-humanoides.db",
|
|
||||||
"entity": "Item",
|
|
||||||
"tags" : [ "item", "compétences", "humanoides" ]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "competences-entites",
|
"name": "competences-entites",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Actor": {
|
"Actor": {
|
||||||
"types": ["personnage", "humanoide", "creature", "entite"],
|
"types": ["personnage", "creature", "entite"],
|
||||||
"templates": {
|
"templates": {
|
||||||
"description": {
|
"description": {
|
||||||
"description": "Description ...",
|
"description": "Description ...",
|
||||||
@ -532,9 +532,6 @@
|
|||||||
"personnage": {
|
"personnage": {
|
||||||
"templates": [ "background", "common"]
|
"templates": [ "background", "common"]
|
||||||
},
|
},
|
||||||
"humanoide": {
|
|
||||||
"templates": [ "common", "description" ]
|
|
||||||
},
|
|
||||||
"creature": {
|
"creature": {
|
||||||
"templates": [ "creature", "description" ]
|
"templates": [ "creature", "description" ]
|
||||||
},
|
},
|
||||||
|