Compare commits
	
		
			1 Commits
		
	
	
		
			fvtt-mourn
			...
			fvtt-mourn
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6aa63f9a98 | 
@@ -10,7 +10,7 @@ Books are mandatory to play and are available at : http://www.titam-france.fr
 | 
			
		||||
 | 
			
		||||
Système non-officiel pour le JDR Mournblade (Titam France).
 | 
			
		||||
 | 
			
		||||
Ce système a été autorisé par Ludospherik ( http://www.ludospherik.fr/ ), merci à eux !
 | 
			
		||||
Ce système a été autorisé par Le Département des Sombres Projets, merci à eux !
 | 
			
		||||
 | 
			
		||||
Les livres du jeu sont nécessaires pour jouer, et sont disponibles ici : http://www.titam-france.fr
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -347,6 +347,7 @@ export class MournbladeUtility {
 | 
			
		||||
    let myRoll = new Roll(rollData.diceFormula).roll({ async: false })
 | 
			
		||||
    await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
 | 
			
		||||
    rollData.roll = myRoll
 | 
			
		||||
    rollData.diceResult = myRoll.terms[0].results[0].result
 | 
			
		||||
    console.log(">>>> ", myRoll)
 | 
			
		||||
 | 
			
		||||
    rollData.finalResult = myRoll.total
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "id": "fvtt-mournblade",
 | 
			
		||||
  "description": "Mournblade RPG for FoundryVTT",
 | 
			
		||||
  "version": "10.0.16",
 | 
			
		||||
  "version": "10.0.17",
 | 
			
		||||
  "authors": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Uberwald/LeRatierBretonnien",
 | 
			
		||||
@@ -23,7 +23,7 @@
 | 
			
		||||
  "gridUnits": "m",
 | 
			
		||||
  "license": "LICENSE.txt",
 | 
			
		||||
  "manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/v10/system.json",
 | 
			
		||||
  "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.16.zip",
 | 
			
		||||
  "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.17.zip",
 | 
			
		||||
  "packs": [
 | 
			
		||||
    {
 | 
			
		||||
      "type": "Item",
 | 
			
		||||
@@ -112,7 +112,7 @@
 | 
			
		||||
      "name": "traits-chaotiques",
 | 
			
		||||
      "path": "packs/traits-chaotiques.db",
 | 
			
		||||
      "system": "fvtt-mournblade",
 | 
			
		||||
      "private": false,
 | 
			
		||||
      "private": true,
 | 
			
		||||
      "flags": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
@@ -130,7 +130,7 @@
 | 
			
		||||
      "name": "tables",
 | 
			
		||||
      "path": "packs/tables.db",
 | 
			
		||||
      "system": "fvtt-mournblade",
 | 
			
		||||
      "private": false,
 | 
			
		||||
      "private": true,
 | 
			
		||||
      "flags": {}
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
@@ -40,6 +40,13 @@
 | 
			
		||||
    {{/if}}
 | 
			
		||||
 | 
			
		||||
    <li>Formule : {{diceFormula}}</li>
 | 
			
		||||
    <li>Dé : {{diceResult}}</li>
 | 
			
		||||
    
 | 
			
		||||
    {{#if difficulte}}
 | 
			
		||||
      <li>Difficulté : {{difficulte}}</li>
 | 
			
		||||
    {{/if}}
 | 
			
		||||
    
 | 
			
		||||
    <li></li>
 | 
			
		||||
    <li>Total : {{finalResult}}</li>
 | 
			
		||||
 | 
			
		||||
    {{#if difficulte}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user