From da665ad95525e0d2282b7f456f13d38d6151a4f1 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 17 Dec 2024 21:05:15 +0100 Subject: [PATCH] Fix dice --- module/config/weapon.mjs | 13 +++++++------ system.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/module/config/weapon.mjs b/module/config/weapon.mjs index 0fc250f..8d45485 100644 --- a/module/config/weapon.mjs +++ b/module/config/weapon.mjs @@ -5,12 +5,13 @@ export const WEAPON_TYPE = { } export const COMBAT_PROGRESSION_DICE = { - "d4": "d4", - "d6": "d6", - "d8": "d8", - "d10": "d10", - "d12": "d12", - "d20": "d20" + "d3": "D3", + "d4": "D4", + "d6": "D6", + "d8": "D8", + "d10": "D10", + "d12": "D12", + "d20": "D20" } export const WEAPON_CLASS = { diff --git a/system.json b/system.json index 7b14e91..47aa1e5 100644 --- a/system.json +++ b/system.json @@ -6,7 +6,7 @@ "download": "#{DOWNLOAD}#", "url": "#{URL}#", "license": "LICENSE", - "version": "12.0.4", + "version": "12.0.6", "authors": [ { "name": "Uberwald",