#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 { RdDActorSheet } from "./actor-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 { RdDUtility } from "./rdd-utility.js";
|
||||
import { TMRUtility } from "./tmr-utility.js";
|
||||
@ -191,10 +191,10 @@ Hooks.once("init", async function() {
|
||||
types: ["creature"],
|
||||
makeDefault: true
|
||||
});
|
||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
||||
/*Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorHumanoideSheet, {
|
||||
types: ["humanoide"],
|
||||
makeDefault: true
|
||||
});
|
||||
});*/
|
||||
Actors.registerSheet("foundryvtt-reve-de-dragon", RdDActorEntiteSheet, {
|
||||
types: ["entite"],
|
||||
makeDefault: true
|
||||
|
13
system.json
@ -2,10 +2,10 @@
|
||||
"name": "foundryvtt-reve-de-dragon",
|
||||
"title": "Rêve de Dragon",
|
||||
"description": "Rêve de Dragon RPG for FoundryVTT",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.13",
|
||||
"minimumCoreVersion": "0.7.5",
|
||||
"compatibleCoreVersion": "0.7.8",
|
||||
"templateVersion": 71,
|
||||
"templateVersion": 72,
|
||||
"author": "LeRatierBretonnien",
|
||||
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
||||
"styles": ["styles/simple.css"],
|
||||
@ -27,15 +27,6 @@
|
||||
"path": "./packs/competences-creatures.db",
|
||||
"entity": "Item",
|
||||
"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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["personnage", "humanoide", "creature", "entite"],
|
||||
"types": ["personnage", "creature", "entite"],
|
||||
"templates": {
|
||||
"description": {
|
||||
"description": "Description ...",
|
||||
@ -532,9 +532,6 @@
|
||||
"personnage": {
|
||||
"templates": [ "background", "common"]
|
||||
},
|
||||
"humanoide": {
|
||||
"templates": [ "common", "description" ]
|
||||
},
|
||||
"creature": {
|
||||
"templates": [ "creature", "description" ]
|
||||
},
|
||||
|