diff --git a/icons/gemmes/almaze.webp b/icons/gemmes/almaze.webp new file mode 100644 index 00000000..5619383f Binary files /dev/null and b/icons/gemmes/almaze.webp differ diff --git a/icons/gemmes/aquafane.webp b/icons/gemmes/aquafane.webp new file mode 100644 index 00000000..a8adf933 Binary files /dev/null and b/icons/gemmes/aquafane.webp differ diff --git a/icons/gemmes/asterite.webp b/icons/gemmes/asterite.webp new file mode 100644 index 00000000..ea7cf04d Binary files /dev/null and b/icons/gemmes/asterite.webp differ diff --git a/icons/gemmes/cyanolite.webp b/icons/gemmes/cyanolite.webp new file mode 100644 index 00000000..70d5f851 Binary files /dev/null and b/icons/gemmes/cyanolite.webp differ diff --git a/icons/gemmes/larme_de_dragon.webp b/icons/gemmes/larme_de_dragon.webp new file mode 100644 index 00000000..1481573c Binary files /dev/null and b/icons/gemmes/larme_de_dragon.webp differ diff --git a/icons/gemmes/muska.webp b/icons/gemmes/muska.webp new file mode 100644 index 00000000..99bb96e9 Binary files /dev/null and b/icons/gemmes/muska.webp differ diff --git a/icons/gemmes/nebuleuse.webp b/icons/gemmes/nebuleuse.webp new file mode 100644 index 00000000..3dc6eb41 Binary files /dev/null and b/icons/gemmes/nebuleuse.webp differ diff --git a/icons/gemmes/oeil_de_tigre.webp b/icons/gemmes/oeil_de_tigre.webp new file mode 100644 index 00000000..256d85f8 Binary files /dev/null and b/icons/gemmes/oeil_de_tigre.webp differ diff --git a/icons/gemmes/scarlatine.webp b/icons/gemmes/scarlatine.webp new file mode 100644 index 00000000..139663a6 Binary files /dev/null and b/icons/gemmes/scarlatine.webp differ diff --git a/icons/gemmes/seliphane.webp b/icons/gemmes/seliphane.webp new file mode 100644 index 00000000..c1fe024d Binary files /dev/null and b/icons/gemmes/seliphane.webp differ diff --git a/icons/gemmes/tournelune.webp b/icons/gemmes/tournelune.webp new file mode 100644 index 00000000..5d423381 Binary files /dev/null and b/icons/gemmes/tournelune.webp differ diff --git a/icons/gemmes/zebraide.webp b/icons/gemmes/zebraide.webp new file mode 100644 index 00000000..1e1983ef Binary files /dev/null and b/icons/gemmes/zebraide.webp differ diff --git a/module/rdd-main.js b/module/rdd-main.js index 0fb055f6..dba749ea 100644 --- a/module/rdd-main.js +++ b/module/rdd-main.js @@ -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 diff --git a/system.json b/system.json index 3aa2ce93..1a4cdc0b 100644 --- a/system.json +++ b/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", diff --git a/template.json b/template.json index db882bc1..abf5e47c 100644 --- a/template.json +++ b/template.json @@ -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" ] },