From ceb9d6c86fd69d2034b667ec2ec0d1d555a680ae Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 8 Jan 2021 02:45:35 +0100 Subject: [PATCH 1/4] =?UTF-8?q?Echec=20total=20=3D>=20style=20echec=20tota?= =?UTF-8?q?l,=20pas=20particuli=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/chat-demande-attaque-etotal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat-demande-attaque-etotal.html b/templates/chat-demande-attaque-etotal.html index 004af0d4..77ef3a99 100644 --- a/templates/chat-demande-attaque-etotal.html +++ b/templates/chat-demande-attaque-etotal.html @@ -1,5 +1,5 @@
-

Echec total en attaque

+

Echec total en attaque


{{#if (eq attacker.data.type 'personnage')}} {{#unless essais.attaqueChance}} From 51cc1e42734f463bba1399f04030906cc1d3b99b Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 8 Jan 2021 03:00:22 +0100 Subject: [PATCH 2/4] =?UTF-8?q?Une=20feinte=20manqu=C3=A9e=20ne=20peut=20f?= =?UTF-8?q?aire=20mouche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/chat-resultat-attaque.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/chat-resultat-attaque.html b/templates/chat-resultat-attaque.html index 7802cce2..577e07f9 100644 --- a/templates/chat-resultat-attaque.html +++ b/templates/chat-resultat-attaque.html @@ -8,8 +8,10 @@ charge C'est une charge, vos parades auront un -4 et vous ne pourrez pas esquiver! {{ else if (eq tactique 'feinte')}} - feinte - Votre feinte peut faire mouche! + {{#if rolled.isSuccess}} + feinte + Votre feinte peut faire mouche! + {{/if}} {{/if}}
{{/if}} From 0aea94716a800734f1ba71fd200a9072a268ad6c Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 8 Jan 2021 03:04:33 +0100 Subject: [PATCH 3/4] Typos messages /aide --- module/rdd-commands.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/rdd-commands.js b/module/rdd-commands.js index 74c11de4..6cc330de 100644 --- a/module/rdd-commands.js +++ b/module/rdd-commands.js @@ -26,17 +26,17 @@ export class RdDCommands { rddCommands.registerCommand({ path: ["/table", "tete"], func: (content, msg, params) => RdDRollTables.getTete(), descr: "Tire une Tête de Dragon" }); rddCommands.registerCommand({ path: ["/table", "souffle"], func: (content, msg, params) => RdDRollTables.getSouffle(), descr: " Tire un Souffle de Dragon" }); rddCommands.registerCommand({ path: ["/table", "tarot"], func: (content, msg, params) => RdDRollTables.getTarot(), descr: "Tire une carte du Tarot Draconique" }); - rddCommands.registerCommand({ path: ["/table", "tmr"], func: (content, msg, params) => TMRUtility.getTMRAleatoire(), descr: "Tire une case aléatoire des Terre médiane" }); + rddCommands.registerCommand({ path: ["/table", "tmr"], func: (content, msg, params) => TMRUtility.getTMRAleatoire(), descr: "Tire une case aléatoire des Terres médianes" }); - rddCommands.registerCommand({ path: ["/tmra"], func: (content, msg, params) => TMRUtility.getTMRAleatoire(), descr: "Tire une case aléatoire des Terre médiane" }); + rddCommands.registerCommand({ path: ["/tmra"], func: (content, msg, params) => TMRUtility.getTMRAleatoire(), descr: "Tire une case aléatoire des Terres médianes" }); rddCommands.registerCommand({ path: ["/tmrr"], func: (content, msg, params) => rddCommands.getRencontreTMR(params), - descr: "Syntaxe: /tmrr case jet
Détermine quelle est la rencontre dans la case pour le jet
Example: /tmrr forêt 50" + descr: "Syntaxe: /tmrr case jet
Détermine quelle est la rencontre dans la case pour le jet
Exemple: /tmrr forêt 50" }); rddCommands.registerCommand({ path: ["/rdd"], func: (content, msg, params) => rddCommands.rollRdd(msg, params), - descr: `Effectue un jet de dés dans la table de résolution. Examples: + descr: `Effectue un jet de dés dans la table de résolution. Exemples:
/rdd ouvre la table de résolution
/rdd 10 3 effectue un jet 10 à +3
/rdd 10 +2 effectue un jet 10 à +2 From c868b5addee35c8ad318dbb5e55ae21872342a3a Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 8 Jan 2021 03:06:29 +0100 Subject: [PATCH 4/4] =?UTF-8?q?Suppression=20doublon=20de=20comp=C3=A9tenc?= =?UTF-8?q?e=20dans=20tchat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/chat-resultat-competence.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat-resultat-competence.html b/templates/chat-resultat-competence.html index c0ee31d4..65047838 100644 --- a/templates/chat-resultat-competence.html +++ b/templates/chat-resultat-competence.html @@ -2,7 +2,7 @@ {{alias}} {{show.title}}: {{#if selectedCarac}}{{selectedCarac.label}} {{#if competence}} - {{#unless (eq selectedCarac.label competence.name)}} / {{competence.name}}{{/unless}} / {{competence.name}} + {{#unless (eq selectedCarac.label competence.name)}} / {{competence.name}}{{/unless}} {{/if}} {{/if}}