Fix sorts/armes

This commit is contained in:
sladecraven 2021-04-13 20:19:32 +02:00
parent 8170c1d407
commit 7b8503e632
11 changed files with 74 additions and 37 deletions

View File

@ -135,10 +135,11 @@ 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';
msgData.msg = `${this.name} a réussi son ${name} et perd ${devotionSort.data.pe} Points d'Energie (lancer : ${formulaFull}). L'effet suivant se produit: <br>${devotionSort.data.effect}`;
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}`;
let newEnergie = this.data.data.stats.pointsenergie.value - devotionSort.data.pe;
await this.update( {'data.stats.pointsenergie.value': newEnergie });
if (myRoll.results[0] == 20 ) { // Critique ?
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> !";
}
@ -209,7 +210,7 @@ export class VadentisActor extends Actor {
_getCombatValue(mydata) {
if ( typeof mydata.base == 'number' ) {
return mydata.base + mydata.malus + mydata.bonus;
}else {
} else {
return Number(mydata.base[0]) + Number(mydata.malus[0]) + Number(mydata.bonus[0]);
}
}
@ -320,12 +321,13 @@ export class VadentisActor extends Actor {
async genericRoll( stat ) {
let statValue = this._getCombatValue( stat );
let formulaFull = this.buildTexteFormula( stat );
let myRoll = await VadentisUtility.processRoll("1d20+"+statValue );
let msgData = {
alias: this.name,
img: "",
title: `Jet de ${stat.label}`,
title: VadentisUtility.buildJetText( stat),
msg: `${formulaFull} => <strong>${myRoll.total}</strong>`
}

View File

@ -102,7 +102,7 @@ export class VadentisUtility extends Entity {
let formula = combatData.arme.data.damage.toLowerCase();
msgData.msg = `${attacker.name} a réussi son attaque sur ${defender.name} (${formulaFull} => ${myRoll.total} / ${defense}) !<br> Les dégâts sont ${degats}.`;
if ( myRoll.results[0] == 20) {
if ( myRoll.results[0] >= combatData.arme.data.valuecritical ) {
degats = `critiques : ${combatData.arme.data.criticaldamage}`;
formula = combatData.arme.data.criticaldamage.toLowerCase();
msgData.msg += `<br>C'est une <strong>réussite critique</strong> !`;
@ -130,6 +130,16 @@ export class VadentisUtility extends Entity {
}
}
/* -------------------------------------------- */
static buildJetText( stat) {
let name = stat.label;
let title = `Jet de ${name}`;
if ( name.toLowerCase().substr(0,1).match(/[aeoiou]/g) ) {
title = `Jet d'${name}`;
}
return title;
}
/* -------------------------------------------- */
static registerChatCallbacks( ) {

View File

@ -1,65 +1,65 @@
{"name":"Lumière amplifiée Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les sorts de soins prodigu&eacute;s par l'utilisateur restaurent 3D6 PV suppl&eacute;mentaires.&nbsp;</p>","xp":1400,"notes":"<p>Remplace l'attribut \"Lumi&egrave;re amplifi&eacute;e Niveau 2\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"0diF4wPwLBTpsD22"}
{"name":"Repos court","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur n'a besoin que de 4h de sommeil pour profiter d'une nuit compl&egrave;te.&nbsp;</p>","xp":700,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"1wYJj2dirXe3SRIi"}
{"name":"Dévotion accrue Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsqu'un personnage se concentre pour lancer un Sort d'Eglise, le d&eacute;bit de bonus de concentratio augmente et passe de +2/tour &agrave; +3/tour.</p>","xp":1000,"notes":"<p>Remplace l'attribut \"D&eacute;votion accrue\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"2GwoPTQ5umKtbBQ1"}
{"_id":"2GwoPTQ5umKtbBQ1","name":"Dévotion accrue Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsqu'un personnage se concentre pour lancer un Sort d'Eglise, le d&eacute;bit de bonus de concentratio augmente et passe de +2/tour &agrave; +3/tour.</p>","xp":1000,"notes":"<p>Remplace l'attribut \"D&eacute;votion accrue\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur de Vaadrins Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les Vaadrins avec un bonus de +2 ainsi qu'un bonus de +2 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":900,"notes":"<p>Remplace l'attribut \"Tueur de Vaadrins\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"3sT3qe8dy1N8FfP1"}
{"name":"Vent amplifié","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e du Vent produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"4gXMW4WlbbcKtJee"}
{"name":"Attaque supplémentaire Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut porter quatre attaques par tour.&nbsp;</p>","xp":1400,"notes":"<p>Remplace l'attribut \"Attaque suppl&eacute;mentaire Niveau 2\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"5TyQknHxpBYya2eU"}
{"name":"Attaque en traître Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-5c4e6d85-7fff-8f47-30fe-902bb88d5b02\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Les attaques port&eacute;es dans le dos au corps-&agrave;-corps infligent 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.</span></span></p>","xp":900,"notes":"<p>Remplace l'attribut \"Attaque en tra&icirc;tre\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"6DJ6XdHpOmJBBgaJ"}
{"name":"Sort à distance","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts qui doivent habituellement &ecirc;tre effectu&eacute;s au contact peuvent &ecirc;tre lanc&eacute;s sur une distance de 9m.&nbsp;</p>\n<p>Les Sorts pouvant &ecirc;tre lanc&eacute;s &agrave; distance profitent d'un bonus de 9m suppl&eacute;mentaire.&nbsp;</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"6kGmeVyvdCRp73aI"}
{"name":"Dévotion amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisi l'une des Eglises &agrave; laquelle il est affili&eacute;.&nbsp;</p>\n<p>Tous les sorts provenant de cette Eglise co&ucirc;tent 1 PE de moins.&nbsp;</p>","xp":900,"notes":"<p>Les sorts co&ucirc;tant 1 PE ne sont pas concern&eacute;s par cet attribut.&nbsp;</p>\n<p>Si l'utilisateur dispose &eacute;alement de l'attribut \"Sort de pr&eacute;dilection\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>\n<p>L'attribut peut &ecirc;tre achet&eacute; pour chaque Donn&eacute;e &agrave; laquelle l'utilisateur est affili&eacute;.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"AQvZBHdrLcHXOybG"}
{"_id":"AQvZBHdrLcHXOybG","name":"Dévotion amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisi l'une des Eglises &agrave; laquelle il est affili&eacute;.&nbsp;</p>\n<p>Tous les sorts provenant de cette Eglise co&ucirc;tent 1 PE de moins.&nbsp;</p>","xp":900,"notes":"<p>Les sorts co&ucirc;tant 1 PE ne sont pas concern&eacute;s par cet attribut.&nbsp;</p>\n<p>Si l'utilisateur dispose &eacute;alement de l'attribut \"Sort de pr&eacute;dilection\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>\n<p>L'attribut peut &ecirc;tre achet&eacute; pour chaque Donn&eacute;e &agrave; laquelle l'utilisateur est affili&eacute;.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Terre amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de la Terre produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"AosIgg5U1S8xRRjz"}
{"name":"Arme de prédilection critique","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-6ccb431e-7fff-0b7f-7059-0cbcda1fc119\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Cet attribut descend le critique de l'arme s&eacute;lectionn&eacute;e &agrave; 19.</span></span></p>","xp":800,"notes":"<p><span id=\"docs-internal-guid-068e89bf-7fff-2aad-11e2-456b218a4236\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Il faut poss&eacute;der l'attribut </span><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; color: #ff0000; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">\"Arme de pr&eacute;dilection\" </span><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">pour la m&ecirc;me arme.</span></span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"B763icZ8WG8X8hD7"}
{"_id":"B763icZ8WG8X8hD7","name":"Arme de prédilection critique","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-6ccb431e-7fff-0b7f-7059-0cbcda1fc119\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Cet attribut descend le critique de l'arme s&eacute;lectionn&eacute;e &agrave; 19.</span></span></p>","xp":800,"notes":"<p><span id=\"docs-internal-guid-068e89bf-7fff-2aad-11e2-456b218a4236\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Il faut poss&eacute;der l'attribut </span><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; color: #ff0000; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">\"Arme de pr&eacute;dilection\" </span><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">pour la m&ecirc;me arme.</span></span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Lumière inattendue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Une fois par jour, lorsque l'utilisateur est &eacute;vanoui (non mort), il se r&eacute;veille automatiquement au bout de 12 secondes (deux tours) et ses PV reviennent &agrave; 0. Il regagne alors 2D6 PV.</p>","xp":900,"notes":"<p>Utilisable uniquement par les personnages li&eacute;s &agrave; la Donn&eacute;e de la Lumi&egrave;re.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"C5J3BgESEZW8vxZJ"}
{"name":"Dévotion accrue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsqu'un personnage se concentre pour lancer un Sort d'Eglise, le d&eacute;bit de bonus de concentratio augmente et passe de +1/tour &agrave; +2/tour.</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"CyscOxWUhecJ6R2j"}
{"name":"Ressource élémentaire","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Une fois par jour, le personnage peut r&eacute;cup&eacute;rer 5 PE s'il se trouve &agrave; proximit&eacute; d'un lieu pouvant &ecirc;tre li&eacute; &agrave; sa Donn&eacute;e (orage, feu, vent fort, lac, sol rocailleux, cimeti&egrave;re, ...)</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"DhO08y0ISGpFyzmE"}
{"_id":"CyscOxWUhecJ6R2j","name":"Dévotion accrue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsqu'un personnage se concentre pour lancer un Sort d'Eglise, le d&eacute;bit de bonus de concentratio augmente et passe de +1/tour &agrave; +2/tour.</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"_id":"DhO08y0ISGpFyzmE","name":"Ressource élémentaire","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Une fois par jour, le personnage peut r&eacute;cup&eacute;rer 5 PE s'il se trouve &agrave; proximit&eacute; d'un lieu pouvant &ecirc;tre li&eacute; &agrave; sa Donn&eacute;e (orage, feu, vent fort, lac, sol rocailleux, cimeti&egrave;re, ...)</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Réduction de dégâts élémentaires","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur obient une r&eacute;duction de d&eacute;g&acirc;ts &eacute;gale &agrave; 1 tous les 3 points de Ma&icirc;trise &eacute;l&eacute;mentaire pour les attaques &eacute;l&eacute;mentaires affili&eacute;es au m&ecirc;me &eacute;l&eacute;ment que lui.&nbsp;</p>","xp":1300,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"EPs9I2zfZFvGR7Fr"}
{"name":"Attaque en traître Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques port&eacute;es dans le dos au corps-&agrave;-corps infligent 2D8 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1100,"notes":"<p>Remplace l'attribut \"Attaque en tra&icirc;tre Niveau 2\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"EfgyiwSN7GZeXrGZ"}
{"name":"Arme en main","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-40db3340-7fff-3733-438b-b358d581704d\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">L'utilisateur ne peut pas &ecirc;tre d&eacute;sarm&eacute;, que &ccedil;a soit par des manoeuvres adverses comme par un &eacute;chec critique. </span></span></p>","xp":500,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"FAkri1brZ3AHBZYp"}
{"name":"Repos bienfaisant","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Habituellement, lorsque le personnage se repose une nuit compl&egrave;te, il regagne 10 PV, 20 PE et 5 PA.</p>\n<p>Gr&acirc;ce &agrave; cet attribut, &agrave; chaque nuit compl&egrave;te, il regagne 20 PV, 40 PE et 10 PA.&nbsp;</p>","xp":900,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"FBcwIvWo6uXqrxjJ"}
{"name":"Eau amplifiée Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de l'Eau produisant des d&eacute;g&acirc;ts, font 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Non cumulable.&nbsp;</p>\n<p>Remplace l'attribut \"Eau amplifi&eacute;e\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"GGRf55uardHkdeB1"}
{"name":"Tueur d'élémentaires","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les &eacute;l&eacute;mentaires avec un bonus de +2.&nbsp;</p>","xp":700,"notes":"<p>Cet attribut peut &ecirc;tre achet&eacute; deux fois.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"HA8Cn1dV21Q0Fyh5"}
{"name":"Sort critique","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisit une Donn&eacute;e &agrave; laquelle il est affili&eacute;. Tous les Sorts &eacute;l&eacute;mentaires li&eacute;s &agrave; cette Donn&eacute;e ont &agrave; pr&eacute;sent une r&eacute;ussite critique &agrave; 19.</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"J9d6dOprQEi1GWVJ"}
{"_id":"J9d6dOprQEi1GWVJ","name":"Sort critique","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisit une Donn&eacute;e &agrave; laquelle il est affili&eacute;. Tous les Sorts &eacute;l&eacute;mentaires li&eacute;s &agrave; cette Donn&eacute;e ont &agrave; pr&eacute;sent une r&eacute;ussite critique &agrave; 19.</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur de bêtes","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les b&ecirc;tes avec un bonus de +2.&nbsp;</p>","xp":700,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"JUVwpXAveKXnCVyX"}
{"name":"Lumière amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les sorts de soins prodigu&eacute;s par l'utilisateur restaurent 1D6 PV suppl&eacute;mentaires.&nbsp;</p>","xp":1000,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"JVLYeukuTIdfyQfs"}
{"name":"Terre amplifiée Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de la Terre produisant des d&eacute;g&acirc;ts, font 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Non cumulable.&nbsp;</p>\n<p>Remplace l'attribut \"Terre amplifi&eacute;e\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"JpPa9WFe0ozm52ko"}
{"name":"Eau amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de l'Eau produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"KL33U10ULIVRXUER"}
{"_id":"KL33U10ULIVRXUER","name":"Eau amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de l'Eau produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Attaque supplémentaire Niveau 4","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut porter cinq attaques par tour.&nbsp;</p>","xp":1600,"notes":"<p>Remplace l'attribut \"Attaque suppl&eacute;mentaire Niveau 3\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"KM7mIFpDEsq8f895"}
{"name":"Attaque en traître Niveau 4","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques port&eacute;es dans le dos au corps-&agrave;-corps infligence 3D8 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Remplace l'attribut \"Attaque en tra&icirc;tre Niveau 3\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"LbFrUN5YTySXUPt4"}
{"name":"Lumière amplifiée Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les sorts de soins prodigu&eacute;s par l'utilisateur restaurent 2D6 PV suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Remplace l'attribut \"Lumi&egrave;re amplifi&eacute;e\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"NPeckEPEArX3gej9"}
{"name":"Concentration accrue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsque l'utilisateur se concentre pour un Sort &eacute;l&eacute;mentaire, le d&eacute;bit de bonus de concentration augmente en passant de +1/tour &agrave; +2/tour.&nbsp;</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"NZK00NhVVtHlkn1u"}
{"_id":"NZK00NhVVtHlkn1u","name":"Concentration accrue","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsque l'utilisateur se concentre pour un Sort &eacute;l&eacute;mentaire, le d&eacute;bit de bonus de concentration augmente en passant de +1/tour &agrave; +2/tour.&nbsp;</p>","xp":800,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Feu amplifié","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e du Feu produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"O1PRBjRDWCHNCIjn"}
{"name":"Sort supplémentaire Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut lancer trois Sorts (&Eacute;l&eacute;mentaire ou d'Eglise) par tour.</p>","xp":1800,"notes":"<p>Remplace \"Sort suppl&eacute;mentaire\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"PO6qiv0oxpHW3fmR"}
{"name":"Arme de prédilection Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-37fac0e7-7fff-f126-33b7-a2d08b956a18\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Lorsque l'utilisateur manie l'arme choisie comme &eacute;tant une arme ma&icirc;tris&eacute;e, il ajoute 1D6 &agrave; son jet de d&eacute;g&acirc;ts avec celle-ci.</span></span></p>","xp":800,"notes":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Il faut poss&eacute;der l'attribut \"</span><span style=\"font-size: 10pt; font-family: Oswald,sans-serif; color: #ff0000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Arme de pr&eacute;dilection\" </span><span style=\"font-size: 10pt; 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;\">pour le m&ecirc;me type d'arme.&nbsp;</span></p>\n<p><span id=\"docs-internal-guid-39ff129a-7fff-6abd-24f5-9f05c3f86381\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\"><br /></span><span style=\"font-size: 10pt; 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;\">Cet attribut ne peut &ecirc;tre achet&eacute; qu&rsquo;une fois par type d&rsquo;arme. </span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"PgsUpiNwCmIIV1Ia"}
{"_id":"PO6qiv0oxpHW3fmR","name":"Sort supplémentaire Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut lancer trois Sorts (&Eacute;l&eacute;mentaire ou d'Eglise) par tour.</p>","xp":1800,"notes":"<p>Remplace \"Sort suppl&eacute;mentaire\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"_id":"PgsUpiNwCmIIV1Ia","name":"Arme de prédilection Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-37fac0e7-7fff-f126-33b7-a2d08b956a18\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Lorsque l'utilisateur manie l'arme choisie comme &eacute;tant une arme ma&icirc;tris&eacute;e, il ajoute 1D6 &agrave; son jet de d&eacute;g&acirc;ts avec celle-ci.</span></span></p>","xp":800,"notes":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Il faut poss&eacute;der l'attribut \"</span><span style=\"font-size: 10pt; font-family: Oswald,sans-serif; color: #ff0000; background-color: transparent; font-weight: 400; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;\">Arme de pr&eacute;dilection\" </span><span style=\"font-size: 10pt; 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;\">pour le m&ecirc;me type d'arme.&nbsp;</span></p>\n<p><span id=\"docs-internal-guid-39ff129a-7fff-6abd-24f5-9f05c3f86381\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\"><br /></span><span style=\"font-size: 10pt; 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;\">Cet attribut ne peut &ecirc;tre achet&eacute; qu&rsquo;une fois par type d&rsquo;arme. </span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur d'élémentaires Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les &eacute;l&eacute;mentaires avec un bonus de +4 ainsi qu'un bonus de +4 aux d&eacute;g&acirc;ts.&nbsp;</p>","xp":1100,"notes":"<p>Remplace l'attribut \"Tueur d'&eacute;l&eacute;mentaire Niveau 2\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"Q2dJwmIpKAjRcYj3"}
{"name":"Maître des éléments","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les d&eacute;g&acirc;ts et les PV restaur&eacute;s par les Sorts &eacute;l&eacute;mentaires de l'utilisateur sont augment&eacute;s d'un bonus &eacute;gal &agrave; la Ma&icirc;trise &eacute;l&eacute;mentaire du personnage.&nbsp;</p>","xp":1500,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"Q4t9XxGMPXGdsC1h"}
{"name":"Ressource élémentaire Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Une fois par jour, le personnage peut r&eacute;cup&eacute;rer 10 PE s'il se trouve &agrave; proximit&eacute; d'un lieu pouvant &ecirc;tre li&eacute; &agrave; sa Donn&eacute;e (orage, feu, vent fort, lac, sol rocailleux, cimeti&egrave;re, ...)</p>","xp":1000,"notes":"<p>Remplace l'attribut \"Ressource &eacute;l&eacute;mentaire\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"SSXmBjEu8UAWF32X"}
{"_id":"Q4t9XxGMPXGdsC1h","name":"Maître des éléments","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les d&eacute;g&acirc;ts et les PV restaur&eacute;s par les Sorts &eacute;l&eacute;mentaires de l'utilisateur sont augment&eacute;s d'un bonus &eacute;gal &agrave; la Ma&icirc;trise &eacute;l&eacute;mentaire du personnage.&nbsp;</p>","xp":1500,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"_id":"SSXmBjEu8UAWF32X","name":"Ressource élémentaire Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Une fois par jour, le personnage peut r&eacute;cup&eacute;rer 10 PE s'il se trouve &agrave; proximit&eacute; d'un lieu pouvant &ecirc;tre li&eacute; &agrave; sa Donn&eacute;e (orage, feu, vent fort, lac, sol rocailleux, cimeti&egrave;re, ...)</p>","xp":1000,"notes":"<p>Remplace l'attribut \"Ressource &eacute;l&eacute;mentaire\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur de Vaadrins","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les Vaadrins avec un bonus de +2.&nbsp;</p>","xp":700,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"VGkGrvaKU8DeKqo6"}
{"name":"Feu amplifié Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e du Feu produisant des d&eacute;g&acirc;ts, font 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Non cumulable.&nbsp;</p>\n<p>Remplace l'attribut \"Feu amplifi&eacute;\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"VHOOhHEo4Nr3NuoD"}
{"name":"Tueur de bêtes Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les humano&iuml;des avec un bonus de +4 ainsi qu'un bonus de +4 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":1100,"notes":"<p>Remplace l'attribut \"Tueur de b&ecirc;tes Niveau 2\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"VnnmFPg1tkpRKJQ7"}
{"name":"Vent amplifié Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e du Vent produisant des d&eacute;g&acirc;ts, font 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Non cumulable.&nbsp;</p>\n<p>Remplace l'attribut \"Vent amplifi&eacute;\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"Y7nCylZyfyPGJcrh"}
{"name":"Apnée prolongée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-92a38f56-7fff-af1d-5f7b-3cf24851efac\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Permet &agrave; l'utilisateur de retenir sa respiration sous l'eau durant 10 minutes. </span></span></p>","xp":500,"notes":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Uniquement utilisable par les Scyllas.</span></p>\n<p><span id=\"docs-internal-guid-cd720070-7fff-dcde-34ae-c6c6f46c9b6f\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Peut &ecirc;tre achet&eacute; plusieurs fois. A chaque fois le bonus de temps augmente de 10 minutes avec un maximum de 1h.</span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"ZIdkEnrq7oRVqy5r"}
{"_id":"ZIdkEnrq7oRVqy5r","name":"Apnée prolongée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-92a38f56-7fff-af1d-5f7b-3cf24851efac\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Permet &agrave; l'utilisateur de retenir sa respiration sous l'eau durant 10 minutes. </span></span></p>","xp":500,"notes":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Uniquement utilisable par les Scyllas.</span></p>\n<p><span id=\"docs-internal-guid-cd720070-7fff-dcde-34ae-c6c6f46c9b6f\"></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"font-size: 10pt; 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;\">Peut &ecirc;tre achet&eacute; plusieurs fois. A chaque fois le bonus de</span><span style=\"font-size: 10pt; 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;\"> temps </span><span style=\"font-size: 10pt; 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;\">augmente de 10 minutes avec un maximum de 1h.</span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur d'humanoïdes Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les humano&iuml;des avec un bonus de +2 ainsi qu'un bonus de +2 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":900,"notes":"<p>Remplace l'attribut \"Tueur d'humano&iuml;des\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"ZQD6WltjWE8kjgCb"}
{"name":"Sort à distance Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts qui doivent habituellement &ecirc;tre effectu&eacute;s au contact peuvent &ecirc;tre lanc&eacute;s sur une distance de 18m.&nbsp;</p>\n<p>Les Sorts pouvant &ecirc;tre lanc&eacute;s &agrave; distance profitent &eacute;galement d'un bonus de 18m suppl&eacute;mentaire.&nbsp;</p>","xp":1000,"notes":"<p>Remplace l'attribut \"Sort &agrave; distance\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"ak5MKdTV9tIxWTIc"}
{"name":"Attaque supplémentaire Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut porter trois attaques par tour.&nbsp;</p>","xp":1200,"notes":"<p>Remplace l'attribut \"Attaque suppl&eacute;mentaire\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"cLFezTlnL2bveGDF"}
{"name":"Tir au contact","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques au contact avec les armes de tir se font avec un bonus de +4 &agrave; l'Attaque et +1D4 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":700,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"dzMffb5LPAdw18kA"}
{"name":"Arme naturelle améliorée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-67643406-7fff-b348-0b56-d800e05c2c6f\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Les attaques naturelles font 1D4 d&eacute;g&acirc;ts suppl&eacute;mentaires.</span></span></p>","xp":600,"notes":"<p>Non-cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"eoSMQYPEpkZlCD6l"}
{"_id":"eoSMQYPEpkZlCD6l","name":"Arme naturelle améliorée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p><span id=\"docs-internal-guid-67643406-7fff-b348-0b56-d800e05c2c6f\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Les attaques naturelles font 1D4 d&eacute;g&acirc;ts suppl&eacute;mentaires.</span></span></p>","xp":600,"notes":"<p>Non-cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Double flèches","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Un personnage &eacute;quip&eacute; d'un arc peut tirer deux fl&egrave;ches sur une cible en un seul tour. Pour ce faire, il effectue son jet d'Attaque avec un malus de -2. Le jet d'Attaque se fait une seule fois mais les D&eacute;g&acirc;ts sont tir&eacute;s deux fois.&nbsp;</p>","xp":800,"notes":"<p>Cet attribut peut &ecirc;tre achet&eacute; jusqu'&agrave; deux fois. A chaque achat, le malus est r&eacute;duit de 1.</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"fVA2SXK4BdKrQOHo"}
{"name":"Tueur d'humanoïdes","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les humano&iuml;des avec un bonus de +2.&nbsp;</p>","xp":700,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"fqLFTNl8fp0OQMCq"}
{"name":"Maîtrise élémentaire supérieure","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisi l'une des Donn&eacute;es &agrave; laquelle il est affili&eacute;.&nbsp;</p>\n<p>Tous les sorts provenant de cette Donn&eacute;e co&ucirc;tent 1 PE de moins.&nbsp;</p>","xp":900,"notes":"<p>Les sorts co&ucirc;tant 1 PE ne sont pas concern&eacute;s par cet attribut.&nbsp;</p>\n<p>Si l'utilisateur dispose &eacute;alement de l'attribut \"Sort de pr&eacute;dilection\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>\n<p>L'attribut peut &ecirc;tre achet&eacute; pour chaque Donn&eacute;e &agrave; laquelle l'utilisateur est affili&eacute;.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"hV171yc9vy2WZqnA"}
{"_id":"hV171yc9vy2WZqnA","name":"Maîtrise élémentaire supérieure","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur choisi l'une des Donn&eacute;es &agrave; laquelle il est affili&eacute;.&nbsp;</p>\n<p>Tous les sorts provenant de cette Donn&eacute;e co&ucirc;tent 1 PE de moins.&nbsp;</p>","xp":900,"notes":"<p>Les sorts co&ucirc;tant 1 PE ne sont pas concern&eacute;s par cet attribut.&nbsp;</p>\n<p>Si l'utilisateur dispose &eacute;alement de l'attribut \"Sort de pr&eacute;dilection\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>\n<p>L'attribut peut &ecirc;tre achet&eacute; pour chaque Donn&eacute;e &agrave; laquelle l'utilisateur est affili&eacute;.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Combat à deux mains (distance)","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut attaquer avex deux armes de tirs &agrave; une main. Il effectue ses deux jets d'Attaque avec un malus de -4.&nbsp;</p>","xp":800,"notes":"<p>Cet attribut peut &ecirc;tre achet&eacute; jusqu'&agrave; 4 fois. A chaque achat, le malus est r&eacute;duit de 1.</p>\n<p>Cet attribut ne peut pas combin&eacute; avec l'attribut \"Attaque suppl&eacute;mentaire\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"hZe3gr2IuxufOe8q"}
{"name":"Tir rapproché","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques avec les armes de tir sur une distance de 9m se font avec un bonus de +2 &agrave; l'Attaque.&nbsp;</p>","xp":700,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"i2Rcjvs7SURS5Vhs"}
{"name":"Esquive réflexe","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>La d&eacute;fense augmente de +1 tous les 5 points plac&eacute;s dans la comp&eacute;tence \"R&eacute;flexe\"</p>","xp":1200,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"iB2USzpclfUQAA2n"}
{"name":"Sort supplémentaire","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut lancer deux Sorts (&Eacute;l&eacute;mentaire ou d'Eglise) par tour.</p>","xp":1200,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"iVs21mOlVsuRDH7Q"}
{"name":"Sort de prédilection","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Le Sort s&eacute;lectionn&eacute; co&ucirc;te 3 PE de moins.&nbsp;</p>","xp":700,"notes":"<p>Un sort co&ucirc;tant 3 PE ou moins ne peut pas &ecirc;tre s&eacute;lectionn&eacute;.</p>\n<p>Si l'utilisateur dispose &eacute;galement de l'attribut \"Ma&icirc;trise &eacute;l&eacute;mentaire\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"ig8g2PKJ73xVX8hj"}
{"_id":"ig8g2PKJ73xVX8hj","name":"Sort de prédilection","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Le Sort s&eacute;lectionn&eacute; co&ucirc;te 3 PE de moins.&nbsp;</p>","xp":700,"notes":"<p>Un sort co&ucirc;tant 3 PE ou moins ne peut pas &ecirc;tre s&eacute;lectionn&eacute;.</p>\n<p>Si l'utilisateur dispose &eacute;galement de l'attribut \"Ma&icirc;trise &eacute;l&eacute;mentaire\", c'est le bonus de \"Sort de pr&eacute;dilection\" qui fait foi.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur d'élémentaires Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les &eacute;l&eacute;mentaires avec un bonus de +2 ainsi qu'un bonus de +2 aux d&eacute;g&acirc;ts.&nbsp;</p>","xp":900,"notes":"<p>Remplace l'attribut \"Tueur d'&eacute;l&eacute;mentaire\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"jrBt5Z1533jBZTAY"}
{"name":"Attaque en traître","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques port&eacute;es dans le dos au corps-&agrave;-corps infligent 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":700,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"qHpm7LKYSy0wT264"}
{"_id":"qHpm7LKYSy0wT264","name":"Attaque en traître","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Les attaques port&eacute;es dans le dos au corps-&agrave;-corps infligent 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":700,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Foudre amplifiée","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de la Foudre produisant des d&eacute;g&acirc;ts, font 1D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":800,"notes":"<p>Non cumulable.&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"qL9p92R6wdU6J1g6"}
{"name":"Combat à deux mains (corps-à-corps)","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut attaquer avec deux armes de corps-&agrave;-corps &agrave; une main. Il effectue ses deux jets d'Attaque avec un malus de -4.&nbsp;</p>","xp":800,"notes":"<p>Cet attribut peut &ecirc;tre achet&eacute; jusqu'&agrave; 4 fois. A chaque achat, le malus est r&eacute;duit de 1.&nbsp;</p>\n<p>Cet attribut ne peut pas &ecirc;tre combin&eacute; avec l'attribut \"Attaque suppl&eacute;mentaire\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"qwILLucDEHdhiwgy"}
{"_id":"qwILLucDEHdhiwgy","name":"Combat à deux mains (corps-à-corps)","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut attaquer avec deux armes de corps-&agrave;-corps &agrave; une main. Il effectue ses deux jets d'Attaque avec un malus de -4.&nbsp;</p>","xp":800,"notes":"<p>Cet attribut peut &ecirc;tre achet&eacute; jusqu'&agrave; 4 fois. A chaque achat, le malus est r&eacute;duit de 1.&nbsp;</p>\n<p>Cet attribut ne peut pas &ecirc;tre combin&eacute; avec l'attribut \"Attaque suppl&eacute;mentaire\".</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur d'humanoïdes Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les humano&iuml;des avec un bonus de +4 ainsi qu'un bonus de +4 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":1100,"notes":"<p>Remplace l'attribut \"Tueur d'humano&iuml;des Niveau 2\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"s4Ob3gsy1IZWHXox"}
{"name":"Attaque supplémentaire","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur peut porter deux attaques par tour.&nbsp;</p>","xp":1000,"notes":null},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"tzbMkZ9iecmDNfNV"}
{"name":"Foudre amplifiée Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Tous les Sorts &eacute;l&eacute;mentaires de la Donn&eacute;e de la Foudre produisant des d&eacute;g&acirc;ts, font 2D6 d&eacute;g&acirc;ts suppl&eacute;mentaires.&nbsp;</p>","xp":1200,"notes":"<p>Non cumulable.&nbsp;</p>\n<p>Remplace l'attribut \"Foudre amplifi&eacute;e\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"xOA7WInGDKM4z1yD"}
{"name":"Réduction de dégâts physiques","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur obtient une r&eacute;duction de d&eacute;g&acirc;ts aux d&eacute;g&acirc;ts physiques &eacute;gale &agrave; 1 pour 3 points de Constitutions.</p>","xp":1300,"notes":""},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"yTfp4QdxgFNKnrV2"}
{"name":"Tueur de bêtes Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les humano&iuml;des avec un bonus de +2 ainsi qu'un bonus de +2 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":900,"notes":"<p>Remplace l'attribut \"Tueur de b&ecirc;tes\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"yZcXvxH4LCnY71fp"}
{"name":"Concentration accrue Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsque l'utilisateur se concentre pour lancer un Sort &eacute;l&eacute;mentaire, le d&eacute;bit du bonus de concentration augmente en passant de +2/tour &agrave; +3/tour.&nbsp;</p>","xp":1000,"notes":"<p>Remplace l'attribut \"Concentration accrue\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"yteOl9aTPGVG032n"}
{"_id":"yteOl9aTPGVG032n","name":"Concentration accrue Niveau 2","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>Lorsque l'utilisateur se concentre pour lancer un Sort &eacute;l&eacute;mentaire, le d&eacute;bit du bonus de concentration augmente en passant de +2/tour &agrave; +3/tour.&nbsp;</p>","xp":1000,"notes":"<p>Remplace l'attribut \"Concentration accrue\".&nbsp;</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}
{"name":"Tueur de Vaadrins Niveau 3","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p>L'utilisateur effectue ses jets d'Attaque contre les Vaadrins avec un bonus de +4 ainsi qu'un bonus de +4 aux D&eacute;g&acirc;ts.&nbsp;</p>","xp":1100,"notes":"<p>Remplace l'attribut \"Tueur de Vaadrins Niveau 2\"</p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"z2uQ78xDhikUIX8X"}
{"name":"Arme de prédilection","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span id=\"docs-internal-guid-f302532e-7fff-6a89-6886-72066efba49c\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Lorsque l'utilisateur manie l'arme choisie comme &eacute;tant une arme de pr&eacute;dilection, il gagne un bonus de +2 &agrave; l'Attaque.</span></span></p>","xp":900,"notes":"<p><span id=\"docs-internal-guid-d22f58ae-7fff-fe4f-7ae3-cc32bba12886\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Peut &ecirc;tre achet&eacute; plusieurs fois pour le m&ecirc;me type d&rsquo;arme. Les effets se cumulent alors (+4 ; +6 ; &hellip; ) jusqu&rsquo;&agrave; un maximum de +10.</span></span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[],"_id":"zBmXFyckBcxhiSeS"}
{"_id":"zBmXFyckBcxhiSeS","name":"Arme de prédilection","permission":{"default":0,"0FETyDL9AqSwhPI5":3},"type":"attribut","data":{"effect":"<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\"><span id=\"docs-internal-guid-f302532e-7fff-6a89-6886-72066efba49c\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Lorsque l'utilisateur manie l'arme choisie comme &eacute;tant une arme de pr&eacute;dilection, il gagne un bonus de +2 &agrave; l'Attaque.</span></span></p>","xp":900,"notes":"<p><span id=\"docs-internal-guid-d22f58ae-7fff-fe4f-7ae3-cc32bba12886\"><span style=\"font-size: 10pt; font-family: Oswald, sans-serif; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Peut &ecirc;tre achet&eacute; plusieurs fois pour le m&ecirc;me type d&rsquo;arme. Les effets se cumulent alors (+4 ; +6 ; &hellip; ) jusqu&rsquo;&agrave; un maximum de +10.</span></span></p>"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_attributs.webp","effects":[]}

View File

@ -1,8 +1,8 @@
{"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 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>L'utilisateur invoque les 26 pour modifier l'espace et la mati&egrave;re afin que des personnes &eacute;changent leur place.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 et la cible consentante &eacute;changent instantan&eacute;ment leur place.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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>Toutes les cibles s&eacute;lectionn&eacute;es dans un rayon de 20m, qu'elles soient consentantes ou non, &eacute;changeant leur place au bon vouloir de l'utilisateur. </strong></span></span></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"fqx6NtcEBnU29ulh"}
{"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 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&egrave;re afin de d&eacute;place le corps et l'&acirc;me d'une perosnne.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 se fait t&eacute;l&eacute;porter jusqu'&agrave; 20m dans une direction choisie par l'utilisateur. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">La cible se fait t&eacute;l&eacute;porter jusqu'&agrave; 40m dans une direction choisie par l'utilisateur. </strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"ZDCxTjPiZil3vmsd"}
{"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 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 r&eacute;&eacute;crire l'histoire.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 ajoutera un bonus de 2D4 &agrave; son prochain jet de 1D20.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">La cible ajoutera un bonus de 4D4 &agrave; son prochain jet de 1D20.</strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"7JbIipwZLS1Kds8t"}
{"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 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&egrave;re afin d'emp&ecirc;cher un sort de s'abattre.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 fait un test de D&eacute;votion en opposition avec le jet de Ma&icirc;trise &eacute;l&eacute;mentaire ou de D&eacute;votion de la cible au moment o&ugrave; celle-ci lance un Sort &eacute;l&eacute;mentaire ou un Sort d'Eglise. Si le jet de l'utilisateur bat le jet de la cible, le sort est annul&eacute;. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">Le Sort de la cible est annul&eacute;. </strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"1XztXIFGKVGk06dB"}
{"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 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 r&eacute;&eacute;crire l'histoire.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 ajoutera un bonus de 2D4 &agrave; son prochain jet de 1D20.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">La cible ajoutera un bonus de 4D4 &agrave; son prochain jet de 1D20.</strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"7JbIipwZLS1Kds8t"}
{"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 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&egrave;re afin de cr&eacute;er un nouveau corps d&eacute;pourvu d'&acirc;me.</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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>Cr&eacute;ation d'un clone d'une cible consentante situ&eacute;e &agrave; 9m. Celui-ci agit sous la volont&eacute; de la personne ayant servi de mod&egrave;le. Le clone appara&icirc;t &agrave; c&ocirc;t&eacute; 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;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Le clone poss&egrave;de toutes les capacit&eacute;s du mod&egrave;le. N&eacute;anmoins il partage &eacute;galement ses PE et ses PA avec lui. Au moindre d&eacute;g&acirc;t, le clone dispara&icirc;t. L'initiative du clone est &eacute;gale &agrave; celle de l'utilisateur, c'est-&agrave;-dire qu'il pourra agir directement apr&egrave;s l'utilisateur une fois le sort lanc&eacute;. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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>Cr&eacute;ation de deux clones d'une cible consentantes situ&eacute;e &agrave; 9m. Ceux-ci agissent sous la volont&eacute; de la personne ayant servi de mod&egrave;le. Les clones appara&icirc;ssent &agrave; c&ocirc;t&eacute; 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;\"><span style=\"font-family: Oswald, sans-serif;\"><span style=\"font-size: 16px; white-space: pre-wrap;\"><strong>Les clones poss&egrave;dent toutes les capacit&eacute;s du mod&egrave;le. N&eacute;anmoins ils partagent &eacute;galement leurs PE et leurs PA avec lui. Au moindre d&eacute;g&acirc;t, les clones dispara&icirc;ssent. L'initiative des clones est &eacute;gale &agrave; celle de l'utilisateur, c'est-&agrave;-dire qu'ils pourront agir directement apr&egrave;s l'utilisateur une fois le sort lanc&eacute;. </strong></span></span></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"EgrUMvw5mlwafF1I"}
{"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&egrave;re afin de faire dispara&icirc;tre un &ecirc;tre du plan mat&eacute;riel.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&icirc;t de l'espace-temps durant 1 tour. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle r&eacute;appara&icirc;tra &agrave; 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;\">&nbsp;</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&eacute;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&icirc;t de l'espace-temps durant 2 tours. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle r&eacute;appara&icirc;tra &agrave; la fin du deuxi&egrave;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;\">&nbsp;</p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"wib73SoAFYUTmIfV"}
{"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 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&egrave;re afin de d&eacute;place le corps et l'&acirc;me d'une perosnne.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 se fait t&eacute;l&eacute;porter jusqu'&agrave; 20m dans une direction choisie par l'utilisateur. </strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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;\"><strong style=\"font-family: Oswald, sans-serif; font-size: 16px; white-space: pre-wrap;\">La cible se fait t&eacute;l&eacute;porter jusqu'&agrave; 40m dans une direction choisie par l'utilisateur. </strong></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"ZDCxTjPiZil3vmsd"}
{"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 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>L'utilisateur invoque les 26 pour modifier l'espace et la mati&egrave;re afin que des personnes &eacute;changent leur place.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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 et la cible consentante &eacute;changent instantan&eacute;ment leur place.</strong></span></span></p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;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>Toutes les cibles s&eacute;lectionn&eacute;es dans un rayon de 20m, qu'elles soient consentantes ou non, &eacute;changeant leur place au bon vouloir de l'utilisateur. </strong></span></span></p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"fqx6NtcEBnU29ulh"}
{"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&egrave;re.</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&eacute;e un passage &agrave; travers la mati&egrave;re. Permet par exemple de passer &agrave; 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;\">&nbsp;</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&eacute;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;\">&nbsp;</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;\">&nbsp;</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&eacute;.</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&eacute; de difficult&eacute; et la pr&eacute;cision des r&eacute;ponses / visions d&eacute;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;\">&nbsp;</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&eacute;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;\">&nbsp;</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&egrave;re afin de faire dispara&icirc;tre un &ecirc;tre du plan mat&eacute;riel.&nbsp;</p>\n<p dir=\"ltr\" style=\"line-height: 1.38; text-align: justify; margin-top: 0pt; margin-bottom: 0pt;\">&nbsp;</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&icirc;t de l'espace-temps durant 1 tour. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle r&eacute;appara&icirc;tra &agrave; 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;\">&nbsp;</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&eacute;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&icirc;t de l'espace-temps durant 2 tours. Elle ne peut ni agir ni subir d'attaque durant ce lapse de temps. Elle r&eacute;appara&icirc;tra &agrave; la fin du deuxi&egrave;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;\">&nbsp;</p>","notes":"","damage":"","damagecritical":"","eglise":"Eglise des 26"},"flags":{},"img":"systems/foundryvtt-vadentis/images/icons/icone_item_sorts_eglises.webp","effects":[],"_id":"wib73SoAFYUTmIfV"}

View File

@ -843,12 +843,12 @@ ul, li {
}
.chat-message .message-header .flavor-text, .chat-message .message-header .whisper-to {
font-size: 1.2rem;
font-size: 1.1rem;
}
.chat-message {
background: rgba(220,220,210,0.5);
font-size: 1.2rem;
font-size: 1.1rem;
}
.chat-message.whisper {

View File

@ -2,11 +2,11 @@
"name": "foundryvtt-vadentis",
"title": "Vadentis",
"description": "Système Vadentis pour FoundryVTT",
"version": "0.0.15",
"version": "0.0.17",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 12,
"templateVersion": 14,
"author": "Uberwald",
"esmodules": [ "modules/vadentis-main.js" ],
"styles": ["styles/simple.css"],

View File

@ -100,9 +100,12 @@
"difficulty": 0,
"description": "",
"effect": "",
"criticaleffect": "",
"notes": "",
"damage": "",
"ismaintain": false,
"complexactions": false,
"valuecritical": 20,
"damagecritical": ""
},
"equipcommun": {
@ -149,6 +152,7 @@
"type": "",
"damage": "",
"criticaldamage": "",
"valuecritical": 20,
"templates": [ "equipcommun" ]
},
"tir": {
@ -157,6 +161,7 @@
"criticaldamage": "",
"munition": "",
"distance": "",
"valuecritical": 20,
"templates": [ "equipcommun" ]
},
"armurebouclier": {

View File

@ -24,6 +24,8 @@
<li class="flexrow"><label class="generic-label">Dégâts critique</label><input type="text" name="data.criticaldamage" value="{{data.criticaldamage}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Encombrement</label><input type="text" name="data.enc" value="{{data.enc}}" data-dtype="Number"/></li>
<li class="flexrow"><label class="generic-label">Coût</label><input type="text" name="data.cost" value="{{data.cost}}" data-dtype="Number"/></li>
<li class="flexrow"><label class="generic-label">Valeur de critique</label>
<input type="text" name="data.valuecritical" value="{{data.valuecritical}}" data-dtype="Number"/></li>
</ul>
<label class="generic-label">Description</label>
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}

View File

@ -27,11 +27,19 @@
<li class="flexrow"><label class="generic-label">Dégâts</label><input type="text" name="data.damage" value="{{data.damage}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Dégâts Critiques</label><input type="text" name="data.damagecritical" value="{{data.damagecritical}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Peut être maintenu ?</label><label class="attribute-value checkbox"><input type="checkbox" name="data.ismaintain" {{checked data.ismaintain}}/></label></li>
<li class="flexrow"><label class="generic-label">Actions complexes possibles ?</label><label class="attribute-value checkbox">
<input type="checkbox" name="data.complexactions" {{checked data.complexactions}}/></label></li>
<li class="flexrow"><label class="generic-label">Valeur de critique</label>
<input type="text" name="data.valuecritical" value="{{data.valuecritical}}" data-dtype="Number"/></li>
</ul>
<label class="generic-label">Description</label>
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
<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=data.notes target="data.notes" button=true owner=owner editable=editable}}
{{editor content=critical.notes target="data.notes" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,11 +27,19 @@
<li class="flexrow"><label class="generic-label">Dégâts</label><input type="text" name="data.damage" value="{{data.damage}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Dégâts Critiques</label><input type="text" name="data.damagecritical" value="{{data.damagecritical}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Peut être maintenu ?</label><label class="attribute-value checkbox"><input type="checkbox" name="data.ismaintain" {{checked data.ismaintain}}/></label></li>
</ul>
<li class="flexrow"><label class="generic-label">Actions complexes possibles ?</label><label class="attribute-value checkbox">
<input type="checkbox" name="data.complexactions" {{checked data.complexactions}}/></label></li>
<li class="flexrow"><label class="generic-label">Valeur de critique</label>
<input type="text" name="data.valuecritical" value="{{data.valuecritical}}" data-dtype="Number"/></li>
</ul>
<label class="generic-label">Description</label>
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
<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=data.notes target="data.notes" button=true owner=owner editable=editable}}
{{editor content=critical.notes target="data.notes" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,6 +27,8 @@
<li class="flexrow"><label class="generic-label">Distance</label><input type="text" name="data.distance" value="{{data.distance}}" data-dtype="String"/></li>
<li class="flexrow"><label class="generic-label">Encrombrement</label><input type="text" name="data.enc" value="{{data.enc}}" data-dtype="Number"/></li>
<li class="flexrow"><label class="generic-label">Coût</label><input type="text" name="data.cost" value="{{data.cost}}" data-dtype="Number"/></li>
<li class="flexrow"><label class="generic-label">Valeur de critique</label>
<input type="text" name="data.valuecritical" value="{{data.valuecritical}}" data-dtype="Number"/></li>
</ul>
<label class="generic-label">Description</label>
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}