#66 - Ajout objets divers

This commit is contained in:
sladecraven 2020-12-16 22:06:03 +01:00
parent ecc83a79d4
commit 856162d072
15 changed files with 6 additions and 18 deletions

BIN
icons/gemmes/almaze.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
icons/gemmes/aquafane.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
icons/gemmes/asterite.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
icons/gemmes/cyanolite.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
icons/gemmes/muska.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
icons/gemmes/nebuleuse.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
icons/gemmes/seliphane.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
icons/gemmes/zebraide.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -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

View File

@ -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",

View File

@ -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" ]
}, },