Divers fixes autour des sorts et icones
BIN
images/icons/feuille_perso_attaque.webp
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
images/icons/feuille_perso_defense.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
images/icons/feuille_perso_devotion.webp
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
images/icons/feuille_perso_esquive.webp
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
images/icons/feuille_perso_experience.webp
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/icons/feuille_perso_force.webp
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
images/icons/feuille_perso_initiative.webp
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
images/icons/feuille_perso_matriseelementaire.webp
Normal file
After Width: | Height: | Size: 23 KiB |
@ -135,24 +135,30 @@ export class VadentisActor extends Actor {
|
||||
|
||||
if (myRoll.results[0] > 1 && myRoll.total >= devotionSort.data.difficulty) {
|
||||
msgData.img = 'systems/foundryvtt-vadentis/images/icons/tchat_sort_réussi.webp';
|
||||
let effectClean = devotionSort.data.effect; //.replace( /(<([^>]+)>)/ig, '');
|
||||
msgData.msg = `${this.name} a réussi son ${name} et perd ${devotionSort.data.pe} Points d'Energie (lancer : ${formulaFull}).<br>${effectClean}`;
|
||||
msgData.msg = `${this.name} a réussi son ${name} et perd ${devotionSort.data.pe} Points d'Energie (lancer : ${formulaFull} => <strong>${myRoll.total} / ${devotionSort.data.difficulty}</strong>).`;
|
||||
|
||||
let maintain = (devotionSort.data.ismaintain)?"Oui":"Non";
|
||||
let complex = (devotionSort.data.complexactions)?"Oui":"Non";
|
||||
msgData.msg += `<br>Peut être maintenu: ${maintain}<br>Actions complexes : ${complex}`;
|
||||
msgData.msg += `<br><strong>Description : </strong>${devotionSort.data.notes.replace(/<\/?[^>]+(>|$)/g, "")}`;
|
||||
let newEnergie = this.data.data.stats.pointsenergie.value - devotionSort.data.pe;
|
||||
await this.update( {'data.stats.pointsenergie.value': newEnergie });
|
||||
if (myRoll.results[0] >= devotionSort.data.valuecritical ) { // Critique ?
|
||||
msgData.img = 'systems/foundryvtt-vadentis/images/icons/tchat_réussite_critique.webp';
|
||||
msgData.ms += "<br>C'est une <strong>réussite critique</strong> !";
|
||||
msgData.msg += "<br>C'est une <strong>réussite critique</strong> !";
|
||||
msgData.msg += `<br><strong>Effet critique : </strong>${devotionSort.data.criticaleffect.replace(/<\/?[^>]+(>|$)/g, "")}`;
|
||||
} else {
|
||||
msgData.msg += `<br><strong>Effet : </strong>${devotionSort.data.effect.replace(/<\/?[^>]+(>|$)/g, "")}`;
|
||||
}
|
||||
|
||||
if ( devotionSort.data.damage != "") {
|
||||
let formula = devotionSort.data.damage;
|
||||
if (myRoll.results[0] == 20 ) { // Critique ?
|
||||
if (myRoll.results[0] >= devotionSort.data.valuecritical ) { // Critique ?
|
||||
msgData.msg += `<br>Et provoque les dégats critiques suivants : `;
|
||||
formula = devotionSort.data.damagecritical;
|
||||
} else {
|
||||
msgData.msg += `<br>Et provoque les dégats suivants : `;
|
||||
}
|
||||
content += `${formula}`;
|
||||
}
|
||||
if ( newEnergie < 0) {
|
||||
msgData.msg += `<br><strong>Attention</strong> : Les Points d'Energie de ${this.name} sont négatifs ! Il convient d'éditer ses Points de Vie en conséquence.`;
|
||||
@ -166,6 +172,7 @@ export class VadentisActor extends Actor {
|
||||
msgData.msg = `${this.name} a échoué son lancer de ${name}`;
|
||||
}
|
||||
}
|
||||
console.log(devotionSort.data.description, msgData);
|
||||
ChatMessage.create({
|
||||
//whisper: ChatUtility.getWhisperRecipientsAndGMs(game.user.name),
|
||||
content: await renderTemplate(`systems/foundryvtt-vadentis/templates/chat-generic-result.html`, msgData)
|
||||
@ -318,7 +325,7 @@ export class VadentisActor extends Actor {
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
async genericRoll( stat ) {
|
||||
async genericRoll( stat, key ) {
|
||||
let statValue = this._getCombatValue( stat );
|
||||
let formulaFull = this.buildTexteFormula( stat );
|
||||
|
||||
@ -326,7 +333,7 @@ export class VadentisActor extends Actor {
|
||||
let myRoll = await VadentisUtility.processRoll("1d20+"+statValue );
|
||||
let msgData = {
|
||||
alias: this.name,
|
||||
img: "",
|
||||
img: `systems/foundryvtt-vadentis/images/icons/feuille_perso_${key}.webp`,
|
||||
title: VadentisUtility.buildJetText( stat),
|
||||
msg: `${formulaFull} => <strong>${myRoll.total}</strong>`
|
||||
}
|
||||
@ -349,13 +356,13 @@ export class VadentisActor extends Actor {
|
||||
/* -------------------------------------------- */
|
||||
async rollCombat( combatName ) {
|
||||
let stat = this.data.data.combat[combatName];
|
||||
this.genericRoll( stat );
|
||||
this.genericRoll( stat, combatName );
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
rollMagie( magieName ) {
|
||||
let stat = this.data.data.magie[magieName];
|
||||
this.genericRoll( stat );
|
||||
this.genericRoll( stat, magieName );
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
@ -1,25 +1,23 @@
|
||||
{"name":"Sabre","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"2Gb6nVtvLW26pgG4"}
|
||||
{"name":"Lance","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Peut également être lancé à 9m de distance</p>","enc":0,"cost":180,"type":"legere","damage":"1D10","criticaldamage":"2D10"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"3Ggssbxi76Oa8E7n"}
|
||||
{"name":"Bâton d'élémentiste","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantages:</p>\n<p>+ 1 Maîtrise élémentaire</p>\n<p>+ 1 Dévotion</p>","enc":0,"cost":80,"type":"deuxmains","damage":"1D4","criticaldamage":"2D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"6ea90Ox4eiYuN5pZ"}
|
||||
{"name":"Gourdin","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"unemain","damage":"1D8","criticaldamage":"2D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"8UWtXO3wZkVOud2m"}
|
||||
{"name":"Rapière","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6","criticaldamage":"4D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"9jRm6I6Az4h8xOEl"}
|
||||
{"name":"Coup de poing Xoanien","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas être désarmé</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":100,"type":"legere","damage":"1D6","criticaldamage":"3D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"AP2wtxpniuJcZIus"}
|
||||
{"name":"Cimeterre à deux mains","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"JrhWACQVtGzoNNZw"}
|
||||
{"name":"Corsèque","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"ObazLpF20LgEtvkF"}
|
||||
{"name":"Double-lame","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"OeovL7tEG5l9OA16"}
|
||||
{"name":"Cimeterre","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6","criticaldamage":"4D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"QOxuD4xDwsxm5eBi"}
|
||||
{"name":"Épée longue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"SAk8q8fr5lhO3YE6"}
|
||||
{"name":"Petite hache","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6","criticaldamage":"4D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"SiKbPTcRbuAh7v6E"}
|
||||
{"name":"Fouet","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"legere","damage":"1D6","criticaldamage":"3D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"WeUFmZTyCKpsyCW5"}
|
||||
{"name":"Canne-épée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6","criticaldamage":"4D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"YVWFESte0vbpwFOo"}
|
||||
{"name":"Dague","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"","enc":0,"cost":100,"type":"legere","damage":"2D4","criticaldamage":"4D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"ddsF1Kejecxj15Hi"}
|
||||
{"name":"Bardiche","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"exaAdhzFrmKDf9cM"}
|
||||
{"name":"Fléau","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Réussite critique: cible étourdie</p>","enc":0,"cost":180,"type":"unemain","damage":"3D4","criticaldamage":"5D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"i9O01hKmHZxXQUgx"}
|
||||
{"name":"Coup de poings griffes","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas être désarmé</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":120,"type":"legere","damage":"1D6","criticaldamage":"3D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"iZpcIl100zEkXaGU"}
|
||||
{"name":"Kukri","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"legere","damage":"2D4","criticaldamage":"4D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"iyQDuJQ2shZn81lX"}
|
||||
{"name":"Faux","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8","criticaldamage":"4D8"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"luNwwZakvX4DY3w3"}
|
||||
{"name":"Chakram","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Peut également être lancé sur une distance de 9m</p>","enc":0,"cost":120,"type":"legere","damage":"2D4","criticaldamage":"4D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"lv4JGQilkhEFJjxY"}
|
||||
{"name":"Bâton de combat","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"deuxmains","damage":"1D10","criticaldamage":"2D10"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"mzRepXABaDLG81TJ"}
|
||||
{"name":"Épée courte","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6","criticaldamage":"4D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"ofnyUvv6jpgWhBiw"}
|
||||
{"name":"Gantelet clouté","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas désarmé.</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":100,"type":"legere","damage":"1D6","criticaldamage":"3D6"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"pXKIb0UUJhcNhoIO"}
|
||||
{"name":"Marteau","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Réussite critique: victime étourdie</p>","enc":0,"cost":80,"type":"legere","damage":"2D4","criticaldamage":"4D4"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"ybnug0LTk2YbKOGY"}
|
||||
{"name":"Cimeterre à deux mains","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8 + bonus de force","criticaldamage":"4D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"AT5wL7yofyUKx3fJ"}
|
||||
{"name":"Gourdin","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"unemain","damage":"1D8 + bonus de force","criticaldamage":"2D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"FBoIGT9lGMTrwiIF"}
|
||||
{"name":"Rapière","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6 + bonus de force","criticaldamage":"4D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"MTW6LB6NUwuowMDF"}
|
||||
{"name":"Coup de poing Xoanien","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas être désarmé</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":100,"type":"legere","damage":"1D6 + bonus de force","criticaldamage":"3D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"N0wv6WmZQXRFQfqg"}
|
||||
{"name":"Bardiche","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8 + bonus de force","criticaldamage":"4D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"NBup4hJlqoXKBqlH"}
|
||||
{"name":"Épée longue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8 + bonus de force","criticaldamage":"4D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"Qw0MUjfuQeEpe1sr"}
|
||||
{"name":"Gantelet clouté","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas désarmé.</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":100,"type":"legere","damage":"1D6 + bonus de force","criticaldamage":"3D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"SYJbRhjcp6dqzdcY"}
|
||||
{"name":"Bâton de combat","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"deuxmains","damage":"1D10 + bonus de force","criticaldamage":"2D10 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"TPHpL0dHw7i2E4XC"}
|
||||
{"name":"Cimeterre","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6 + bonus de force","criticaldamage":"4D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"TX7qYCVNrLeT08nf"}
|
||||
{"name":"Marteau","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Réussite critique: victime étourdie</p>","enc":0,"cost":80,"type":"legere","damage":"2D4 + bonus de force","criticaldamage":"4D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"XMkp0OHthpEbCHeX"}
|
||||
{"name":"Chakram","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Peut également être lancé sur une distance de 9m</p>","enc":0,"cost":120,"type":"legere","damage":"2D4 + bonus de force","criticaldamage":"4D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"ZCU3pJLeHskIanPw"}
|
||||
{"name":"Corsèque","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8 + bonus de force","criticaldamage":"4D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"bVKHGJTp6H0WTgpo"}
|
||||
{"name":"Fouet","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"legere","damage":"1D6 + bonus de force","criticaldamage":"3D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"eYmS1ISp1ZnYQdEb"}
|
||||
{"name":"Petite hache","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6 + bonus de force","criticaldamage":"4D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"fKJv1HPAMy6vU38U"}
|
||||
{"name":"Double-lame","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":200,"type":"deuxmains","damage":"2D8 + bonus de force","criticaldamage":"4D8 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"fndkoSLQzh3PxyOR"}
|
||||
{"name":"Fléau","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Réussite critique: cible étourdie</p>","enc":0,"cost":180,"type":"unemain","damage":"3D4 + bonus de force","criticaldamage":"5D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"lA1dNnxLGmEohYwP"}
|
||||
{"name":"Coup de poings griffes","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantage: ne peut pas être désarmé</p>\n<p>Désavantage: empêche d'effectuer des actions demandant de la précision</p>","enc":0,"cost":120,"type":"legere","damage":"1D6 + bonus de force","criticaldamage":"3D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"lyhRrbSD7lk021mb"}
|
||||
{"name":"Épée courte","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6 + bonus de force","criticaldamage":"4D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"r0T83HT4o78QJRjg"}
|
||||
{"name":"Kukri","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":100,"type":"legere","damage":"2D4 + bonus de force","criticaldamage":"4D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"rDfg5BEOyxSDMPGB"}
|
||||
{"name":"Lance","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Peut également être lancé à 9m de distance</p>","enc":0,"cost":180,"type":"legere","damage":"1D10 + bonus de force","criticaldamage":"2D10 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"slxcWerGPdTdse99"}
|
||||
{"name":"Bâton d'élémentiste","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"<p>Avantages:</p>\n<p>+ 1 Maîtrise élémentaire</p>\n<p>+ 1 Dévotion</p>","enc":0,"cost":80,"type":"deuxmains","damage":"1D4 + bonus de force","criticaldamage":"2D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"snUnuCJE6xUx6NZl"}
|
||||
{"name":"Canne-épée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":null,"enc":0,"cost":150,"type":"unemain","damage":"2D6 + bonus de force","criticaldamage":"4D6 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"yDpaYQWZhOB2uJ24"}
|
||||
{"name":"Dague","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"armecc","data":{"equipee":false,"description":"","enc":0,"cost":100,"type":"legere","damage":"2D4 + bonus de force","criticaldamage":"4D4 + bonus de force","valuecritical":20},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_armes_cac.webp","effects":[],"_id":"zgg1nEvrUAi60GTM"}
|
||||
|
@ -6,3 +6,19 @@
|
||||
{"name":"G - Passe-muraille","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":8,"target":"1 surface de 2m de rayon et 3m de profondeur","difficulty":13,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">L'utilisateur invoque les 26 pour modifier l'espace et la matière.</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur crée un passage à travers la matière. Permet par exemple de passer à travers un mur. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-f9297e40-7fff-2a63-683b-632452d1d6a9\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique: </span><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\"> </span></strong></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>-</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"iWuHjcuYTXZiqKTv"}
|
||||
{"name":"H- Omniscience","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":1200,"pe":14,"target":"","difficulty":null,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">L'utilisateur fait appelle au savoir omniscient des 26.</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur interroge les 26 et peut avoir une vision d'une personne en un lieu donné.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Le degré de difficulté et la précision des réponses / visions dépendront de la question. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-f9297e40-7fff-2a63-683b-632452d1d6a9\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique: </span><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\"> </span></strong></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>-</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"vZCJF9Bhvqch4jc7"}
|
||||
{"name":"F - Nulle part","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":12,"target":"1 cible au contact","difficulty":14,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">L'utilisateur invoque les 26 pour modifier l'espace et la matière afin de faire disparaître un être du plan matériel. </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>La cible disparaît de l'espace-temps durant 1 tour. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle réapparaîtra à la fin du prochain tour de l'utilisateur. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-f9297e40-7fff-2a63-683b-632452d1d6a9\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique: </span><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\"> </span></strong></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>La cible disparaît de l'espace-temps durant 2 tours. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle réapparaîtra à la fin du deuxième tour de l'utilisateur. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"wib73SoAFYUTmIfV"}
|
||||
{"$$deleted":true,"_id":"fqx6NtcEBnU29ulh"}
|
||||
{"$$deleted":true,"_id":"ZDCxTjPiZil3vmsd"}
|
||||
{"$$deleted":true,"_id":"7JbIipwZLS1Kds8t"}
|
||||
{"$$deleted":true,"_id":"1XztXIFGKVGk06dB"}
|
||||
{"$$deleted":true,"_id":"EgrUMvw5mlwafF1I"}
|
||||
{"$$deleted":true,"_id":"wib73SoAFYUTmIfV"}
|
||||
{"$$deleted":true,"_id":"iWuHjcuYTXZiqKTv"}
|
||||
{"$$deleted":true,"_id":"vZCJF9Bhvqch4jc7"}
|
||||
{"name":"A - Échange","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":600,"pe":8,"target":"L'utilisateur + 1 cible consentante se trouvant à 20m","difficulty":11,"description":"","effect":"<p>L'utilisateur et la cible consentante échangent instantanément leur place.</p>","criticaleffect":"<p>Toutes les cibles sélectionnées dans un rayon de 20m, qu'elles soient consentantes ou non, échangeant leur place au bon vouloir de l'utilisateur. </p>","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière afin que des personnes échangent leur place. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"P6YnrU5ZzJRKIBY2"}
|
||||
{"name":"B - Téléportation","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":7,"target":"1 cible située à 20m","difficulty":12,"description":"","effect":"<p>La cible se fait téléporter jusqu'à 20m dans une direction choisie par l'utilisateur. </p>","criticaleffect":"<p>La cible se fait téléporter jusqu'à 40m dans une direction choisie par l'utilisateur. </p>","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière afin de déplace le corps et l'âme d'une perosnne. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"jzy6IFtqHxiYEB8r"}
|
||||
{"name":"C - Probabilité améliorée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":8,"target":"1 cible dans un rayon de 9m","difficulty":12,"description":"","effect":"<p>La cible ajoutera un bonus de 2D4 à son prochain jet de 1D20.</p>","criticaleffect":"<p>La cible ajoutera un bonus de 4D4 à son prochain jet de 1D20.</p>","notes":"<p>L'utilisateur invoque les 26 pour réécrire l'histoire. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"AkfL3eD8hZXSdFeI"}
|
||||
{"name":"D - Réécriture du Sort","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":12,"target":"1 cible dans un rayon de 9m","difficulty":14,"description":"","effect":"<p>L'utilisateur fait un test de Dévotion en opposition avec le jet de Maîtrise élémentaire ou de Dévotion de la cible au moment où celle-ci lance un Sort élémentaire ou un Sort d'Eglise. Si le jet de l'utilisateur bat le jet de la cible, le sort est annulé. </p>\n<p> </p>","criticaleffect":"<p>Le Sort de la cible est annulé. </p>","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière afin d'empêcher un sort de s'abattre. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"tYKn6HXFuEanZIPO"}
|
||||
{"name":"E - Dédoublement","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":12,"target":"1 cible consentante située à 9m","difficulty":14,"description":"","effect":"<p>Création d'un clone d'une cible consentante située à 9m. Celui-ci agit sous la volonté de la personne ayant servi de modèle. Le clone apparaît à côté de l'utilisateur. </p>\n<p> </p>\n<p>Le clone possède toutes les capacités du modèle. Néanmoins il partage également ses PE et ses PA avec lui. Au moindre dégât, le clone disparaît. L'initiative du clone est égale à celle de l'utilisateur, c'est-à-dire qu'il pourra agir directement après l'utilisateur une fois le sort lancé. </p>","criticaleffect":"<p>Création de deux clones d'une cible consentantes située à 9m. Ceux-ci agissent sous la volonté de la personne ayant servi de modèle. Les clones apparaîssent à côté de l'utilisateur. </p>\n<p> </p>\n<p>Les clones possèdent toutes les capacités du modèle. Néanmoins ils partagent également leurs PE et leurs PA avec lui. Au moindre dégât, les clones disparaîssent. L'initiative des clones est égale à celle de l'utilisateur, c'est-à-dire qu'ils pourront agir directement après l'utilisateur une fois le sort lancé. </p>","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière afin de créer un nouveau corps dépourvu d'âme.</p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"norphMPWpDrJrDQU"}
|
||||
{"name":"F - Nulle part","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":12,"target":"1 cible au contact","difficulty":14,"description":"","effect":"<p>La cible disparaît de l'espace-temps durant 1 tour. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle réapparaîtra à la fin du prochain tour de l'utilisateur. </p>","criticaleffect":"<p>La cible disparaît de l'espace-temps durant 2 tours. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle réapparaîtra à la fin du deuxième tour de l'utilisateur. </p>","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière afin de faire disparaître un être du plan matériel. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"Wxo02gRiihpDE41B"}
|
||||
{"name":"G - Passe-muraille","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":900,"pe":8,"target":"1 surface de 2m de rayon et 3m de profondeur","difficulty":13,"description":"","effect":"<p>L'utilisateur crée un passage à travers la matière. Permet par exemple de passer à travers un mur. </p>","criticaleffect":"","notes":"<p>L'utilisateur invoque les 26 pour modifier l'espace et la matière.</p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"TimdnkuKBDfi3igk"}
|
||||
{"name":"H- Omniscience","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":1200,"pe":14,"target":"","difficulty":null,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">L'utilisateur interroge les 26 et peut avoir une vision d'une personne en un lieu donné.</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">Le degré de difficulté et la précision des réponses / visions dépendront de la question. </p>","criticaleffect":"","notes":"<p>L'utilisateur fait appelle au savoir omniscient des 26.</p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"JrEj8UeTq6yfxpUJ"}
|
||||
|
@ -1,9 +1,28 @@
|
||||
{"name":"A - Accélération","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":600,"pe":5,"target":"1 cible située à 9m","difficulty":11,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin d'accélérer les mouvements d'un être. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">T</span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">riple la vitesse de déplacement de la cible pendant 2D4 tour. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Triple la vitesse de déplacement de la cible pendant 3D4 tour. </span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"Lgrj6Kri3x4CsNa9"}
|
||||
{"name":"B - Annulation","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":7,"target":"1 cible située à 9m","difficulty":12,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin d'annuler une action visant à détruire. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur ne pourra pas jouer son tour suivant. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </strong></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur pourra jouer son tour suivant de façon habituelle. </span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"xjNVlPXl3fiZHiWH"}
|
||||
{"name":"C - Blessures oubliées","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":4,"target":"1 cible au contact","difficulty":12,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de guérir les blessures légères. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>PV restaurés: 2D4</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">PV restaurés: 4D4</span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"DSOTcsoFssq7knvE"}
|
||||
{"name":"C - Blessures oubliées supérieures","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":8,"target":"1 cible au contact","difficulty":13,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de guérir les blessures. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>PV restaurés: 3D6</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">PV restaurés: 6D6</span></strong></p>","notes":"<p>Il faut déjà avoir acquis le sort \"Blessures oubliées\". </p>","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"8cYiCGsqzCU4VWdV"}
|
||||
{"name":"D - Temps figé","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":7,"target":"1 cible située à 9m","difficulty":13,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de permettre à un être de se mouvoir hors du temps. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Permet à la cible d'effectuer deux actions complexes lors de son prochain tour. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Permet à la cible d'effectuer trois actions complexes lors de son prochain tour. </strong></p>","notes":null,"damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"80hl650BXI0wrjFv"}
|
||||
{"name":"E - Temporalité déformée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":1100,"pe":10,"target":"1 cible située à 9m autre que l'utilisateur","difficulty":15,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de permettre à un être de se mouvoir hors-du-temps. </span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Permet à la cible d'avoir un second tour.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Le tour est joué immédiatement. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Permet à toutes les cibles sélectionnées dans un rayon de 9m autre que l'utilisateur d'avoir un second tour. </strong></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Ces tours sont joués immédiatement dans l'ordre d'initiative. </strong></p>","notes":"<p>Ce Sort est joué durant le tour de l'utilisateur et non celui de la cible. </p>","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"xcnPMXpvPKhv3nSr"}
|
||||
{"name":"F - Prophétie","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":12,"target":"L'utilisateur","difficulty":15,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur interroge l'omnscience du Temps. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Les réponses ne peuvent concerner uniquement ce qui se déroulera dans les 24 prochaines heures. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">-</p>","notes":null,"damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"zh1rU8abv7uipewt"}
|
||||
{"name":"C - Blessures oubliées supérieures","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":8,"target":"1 cible au contact","difficulty":13,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de guérir les blessures. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>PV restaurés: 3D6</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">PV restaurés: 6D6</span></strong></p>","notes":"<p>Il faut déjà avoir acquis le sort \"Blessures oubliées\". </p>","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"8cYiCGsqzCU4VWdV"}
|
||||
{"name":"C - Blessures oubliées","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":4,"target":"1 cible au contact","difficulty":12,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de guérir les blessures légères. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>PV restaurés: 2D4</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">PV restaurés: 4D4</span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"DSOTcsoFssq7knvE"}
|
||||
{"name":"A - Accélération","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":600,"pe":5,"target":"1 cible située à 9m","difficulty":11,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin d'accélérer les mouvements d'un être. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">T</span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">riple la vitesse de déplacement de la cible pendant 2D4 tour. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Triple la vitesse de déplacement de la cible pendant 3D4 tour. </span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"Lgrj6Kri3x4CsNa9"}
|
||||
{"name":"G - Vision du passé","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":12,"target":"L'utilisateur","difficulty":15,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur interroge l'omniscience du Temps. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur interroge le temps passé.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Il peut voir les événemens passés dans un lieu. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">-</p>","notes":null,"damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"OjEHQJ2YINVYt3ZH"}
|
||||
{"name":"H - Prophétie dans l'action","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":6,"target":"L'utilisateur","difficulty":14,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur interroge l'omniscience du Temps dans un délai très court.</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur interroge le temps.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Il peut voir les intentions d'une cible et ses actions durant les deux prochains tours. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">-</p>","notes":null,"damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"nDj5PKzkKgJbS0to"}
|
||||
{"name":"E - Temporalité déformée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":1100,"pe":10,"target":"1 cible située à 9m autre que l'utilisateur","difficulty":15,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin de permettre à un être de se mouvoir hors-du-temps. </span></p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Permet à la cible d'avoir un second tour.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Le tour est joué immédiatement. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Permet à toutes les cibles sélectionnées dans un rayon de 9m autre que l'utilisateur d'avoir un second tour. </strong></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Ces tours sont joués immédiatement dans l'ordre d'initiative. </strong></p>","notes":"<p>Ce Sort est joué durant le tour de l'utilisateur et non celui de la cible. </p>","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"xcnPMXpvPKhv3nSr"}
|
||||
{"name":"B - Annulation","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":7,"target":"1 cible située à 9m","difficulty":12,"description":"","effect":"<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"box-sizing: border-box; user-select: text; margin-top: 0pt; margin-bottom: 0pt; color: #191813; font-family: CaslonAntique; font-size: 16px; letter-spacing: 1px; text-align: justify; background-color: #f5f5f0; line-height: 1.38;\"><span style=\"box-sizing: border-box; user-select: text; font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur invoque la puissance du Temps afin d'annuler une action visant à détruire. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>L'utilisateur ne pourra pas jouer son tour suivant. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </strong></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><strong><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur pourra jouer son tour suivant de façon habituelle. </span></strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"xjNVlPXl3fiZHiWH"}
|
||||
{"name":"F - Prophétie","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":12,"target":"L'utilisateur","difficulty":15,"description":"","effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Description:</span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur interroge l'omnscience du Temps. </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Effets: </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Les réponses ne peuvent concerner uniquement ce qui se déroulera dans les 24 prochaines heures. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"> </p>\n<p><span id=\"docs-internal-guid-6dc86a33-7fff-495f-22de-fb597f7b95f1\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">Réussite Critique:</span><span style=\"font-size: 12pt; font-family: Oswald, sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span><span style=\"font-size: 12pt; font-family: Oswald,sans-serif; color: #000000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\"> </span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">-</p>","notes":null,"damage":"","damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"zh1rU8abv7uipewt"}
|
||||
{"$$deleted":true,"_id":"Lgrj6Kri3x4CsNa9"}
|
||||
{"$$deleted":true,"_id":"xjNVlPXl3fiZHiWH"}
|
||||
{"$$deleted":true,"_id":"DSOTcsoFssq7knvE"}
|
||||
{"$$deleted":true,"_id":"8cYiCGsqzCU4VWdV"}
|
||||
{"$$deleted":true,"_id":"80hl650BXI0wrjFv"}
|
||||
{"$$deleted":true,"_id":"xcnPMXpvPKhv3nSr"}
|
||||
{"$$deleted":true,"_id":"zh1rU8abv7uipewt"}
|
||||
{"$$deleted":true,"_id":"OjEHQJ2YINVYt3ZH"}
|
||||
{"$$deleted":true,"_id":"nDj5PKzkKgJbS0to"}
|
||||
{"name":"A - Accélération","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":600,"pe":5,"target":"1 cible située à 9m","difficulty":11,"description":"","effect":"<p>Triple la vitesse de déplacement de la cible pendant 2D4 tour. </p>","criticaleffect":"<p>Triple la vitesse de déplacement de la cible pendant 3D4 tour. </p>","notes":"<p>L'utilisateur invoque la puissance du Temps afin d'accélérer les mouvements d'un être. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"2hCQFkozmaAccHh8"}
|
||||
{"name":"B - Annulation","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":7,"target":"1 cible située à 9m","difficulty":12,"description":"","effect":"<p>Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </p>\n<p> </p>\n<p>L'utilisateur ne pourra pas jouer son tour suivant. </p>","criticaleffect":"<p>Annule l'attaque ou le sort d'une cible avant que les dégâts ne soient lancés. </p>\n<p> </p>\n<p>L'utilisateur pourra jouer son tour suivant de façon habituelle. </p>","notes":"<p>L'utilisateur invoque la puissance du Temps afin d'annuler une action visant à détruire. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"65mL3BrMblPuq7S1"}
|
||||
{"name":"C - Blessures oubliées","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":4,"target":"1 cible au contact","difficulty":12,"description":"","effect":"<p>PV restaurés: 2D4</p>","criticaleffect":"<p>PV restaurés: 4D4</p>","notes":"<p>L'utilisateur invoque la puissance du Temps afin de guérir les blessures légères. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"DnGwYXMyfP4ifbuI"}
|
||||
{"name":"C - Blessures oubliées supérieures","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":8,"target":"1 cible au contact","difficulty":13,"description":"","effect":"<p>PV restaurés: 3D6</p>\n<p> </p>","criticaleffect":"<p>PV restaurés: 6D6</p>","notes":"<p>Il faut déjà avoir acquis le sort \"Blessures oubliées\". </p>\n<p> </p>\n<p>L'utilisateur invoque la puissance du Temps afin de guérir les blessures. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"gTJPiF9teDDSUJNC"}
|
||||
{"name":"D - Temps figé","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":7,"target":"1 cible située à 9m","difficulty":13,"description":"","effect":"<p>Permet à la cible d'effectuer deux actions complexes lors de son prochain tour. </p>","criticaleffect":"<p>Permet à la cible d'effectuer trois actions complexes lors de son prochain tour. </p>","notes":"<p>L'utilisateur invoque la puissance du Temps afin de permettre à un être de se mouvoir hors du temps. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"eGmQBMFiUQvMdeDB"}
|
||||
{"name":"E - Temporalité déformée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":1100,"pe":10,"target":"1 cible située à 9m autre que l'utilisateur","difficulty":15,"description":"","effect":"<p>Permet à la cible d'avoir un second tour.</p>\n<p> </p>\n<p>Le tour est joué immédiatement. </p>","criticaleffect":"<p>Permet à toutes les cibles sélectionnées dans un rayon de 9m autre que l'utilisateur d'avoir un second tour. </p>\n<p> </p>\n<p>Ces tours sont joués immédiatement dans l'ordre d'initiative. </p>","notes":"<p>Ce Sort est joué durant le tour de l'utilisateur et non celui de la cible. </p>\n<p> </p>\n<p>L'utilisateur invoque la puissance du Temps afin de permettre à un être de se mouvoir hors-du-temps. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"srUIzYIftEkhjXRW"}
|
||||
{"name":"F - Prophétie","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":800,"pe":12,"target":"L'utilisateur","difficulty":15,"description":"","effect":"<p>Les réponses ne peuvent concerner uniquement ce qui se déroulera dans les 24 prochaines heures. </p>","criticaleffect":"","notes":"<p>L'utilisateur interroge l'omnscience du Temps futur.</p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"VCtuboluET5k0u5a"}
|
||||
{"name":"G - Vision du passé","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":12,"target":"L'utilisateur","difficulty":15,"description":"","effect":"<p>L'utilisateur interroge le temps passé.</p>\n<p> </p>\n<p>Il peut voir les événemens passés dans un lieu. </p>","criticaleffect":"","notes":"<p>L'utilisateur interroge l'omniscience du Temps. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"HCdICLBh91QktRXH"}
|
||||
{"name":"H - Prophétie dans l'action","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":700,"pe":6,"target":"L'utilisateur","difficulty":14,"description":"","effect":"<p>Il peut voir les intentions d'une cible et ses actions durant les deux prochains tours. </p>","criticaleffect":"","notes":"<p>L'utilisateur interroge l'omniscience du Temps dans un délai très court.</p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"iZpDRHYzBiz2Frxp"}
|
||||
{"_id":"2hCQFkozmaAccHh8","name":"A - Accélération","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"devotion","data":{"xp":600,"pe":5,"target":"1 cible située à 9m","difficulty":11,"description":"","effect":"<p>Triple la vitesse de déplacement de la cible pendant 2D4 tour. </p>","criticaleffect":"<p>Triple la vitesse de déplacement de la cible pendant 3D4 tour. </p>","notes":"<p>L'utilisateur invoque la puissance du Temps afin d'accélérer les mouvements d'un être. </p>","damage":"","ismaintain":false,"complexactions":false,"valuecritical":20,"damagecritical":"","eglise":"Eglise du Temps"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[]}
|
||||
|
@ -2,11 +2,11 @@
|
||||
"name": "foundryvtt-vadentis",
|
||||
"title": "Vadentis",
|
||||
"description": "Système Vadentis pour FoundryVTT",
|
||||
"version": "0.0.17",
|
||||
"version": "0.1.0",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
"minimumCoreVersion": "0.7.5",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"templateVersion": 14,
|
||||
"templateVersion": 15,
|
||||
"author": "Uberwald",
|
||||
"esmodules": [ "modules/vadentis-main.js" ],
|
||||
"styles": ["styles/simple.css"],
|
||||
|
@ -114,6 +114,7 @@
|
||||
<hr><span class="generic-label"><h3>Expérience</h3></span>
|
||||
<ul class="stat-list alternate-list">
|
||||
<li class="stat flexrow list-item" data-attribute="experience">
|
||||
<img class="sheet-competence-img" src="systems/foundryvtt-vadentis/images/icons/feuille_perso_experience.webp"/>
|
||||
<span class="stat-label flexrow tooltip tooltip-nobottom">Expérience</span>
|
||||
<input type="text" name="data.experience.experience.total" value="{{data.experience.experience.total}}" data-dtype="Number"/>
|
||||
</li>
|
||||
@ -131,6 +132,7 @@
|
||||
</li>
|
||||
{{#each data.combat as |mycombat key|}}
|
||||
<li class="stat flexrow list-item" data-attribute="{{key}}">
|
||||
<img class="sheet-competence-img" src="systems/foundryvtt-vadentis/images/icons/feuille_perso_{{key}}.webp"/>
|
||||
<span class="stat-label combat-label flexrow tooltip tooltip-nobottom" name="data.combat.{{key}}.label"><a name="{{key}}">{{mycombat.label}}</a></span>
|
||||
<select class="stat-value flexrow" type="text" name="data.combat.{{key}}.base" value="{{mycombat.base}}" data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
|
||||
{{selectOptions @root.optionsBase selected=mycombat.base localize=false}}
|
||||
@ -156,6 +158,7 @@
|
||||
</li>
|
||||
{{#each data.magie as |mymagie key|}}
|
||||
<li class="stat flexrow list-item" data-attribute="{{key}}">
|
||||
<img class="sheet-competence-img" src="systems/foundryvtt-vadentis/images/icons/feuille_perso_{{key}}.webp"/>
|
||||
<span class="stat-label magie-label flexrow tooltip tooltip-nobottom" name="data.magie.{{key}}.label"><a name="{{key}}">{{mymagie.label}}</a></span>
|
||||
<select class="stat-value flexrow" type="text" name="data.magie.{{key}}.base" value="{{mymagie.base}}" data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
|
||||
{{selectOptions @root.optionsBase selected=mymagie.base localize=false}}
|
||||
|
@ -37,9 +37,7 @@
|
||||
<label class="generic-label">Effets</label>
|
||||
{{editor content=data.effect target="data.effect" button=true owner=owner editable=editable}}
|
||||
<label class="generic-label">Effets critiques</label>
|
||||
{{editor content=critical.effect target="data.criticaleffect" button=true owner=owner editable=editable}}
|
||||
<label class="generic-label">Notes</label>
|
||||
{{editor content=critical.notes target="data.notes" button=true owner=owner editable=editable}}
|
||||
{{editor content=data.criticaleffect target="data.criticaleffect" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
@ -37,9 +37,7 @@
|
||||
<label class="generic-label">Effets</label>
|
||||
{{editor content=data.effect target="data.effect" button=true owner=owner editable=editable}}
|
||||
<label class="generic-label">Effets critiques</label>
|
||||
{{editor content=critical.effect target="data.criticaleffect" button=true owner=owner editable=editable}}
|
||||
<label class="generic-label">Notes</label>
|
||||
{{editor content=critical.notes target="data.notes" button=true owner=owner editable=editable}}
|
||||
{{editor content=data.criticaleffect target="data.criticaleffect" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|