From e2491b9f54df506e1914a88f2b5be726a6533209 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sun, 10 Apr 2022 20:15:03 +0200 Subject: [PATCH] Ajout creatures --- module/system/config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/module/system/config.js b/module/system/config.js index cbb6dc5..102b16d 100644 --- a/module/system/config.js +++ b/module/system/config.js @@ -290,4 +290,19 @@ BOL.bougetteState = { "rich": "BOL.bougette.rich" } +BOL.creatureSize = { + "tiny": "BOL.size.tiny", + "verysmall": "BOL.size.verysmall", + "small": "BOL.size.small", + "medium": "BOL.size.medium", + "large": "BOL.size.large", + "verylarge": "BOL.size.verylarge", + "huge": "BOL.size.huge", + "massive": "BOL.size.massive", + "enormous": "BOL.size.enormous", + "gigantic": "BOL.size.gigantic", + "immense": "BOL.size.immense", + "colossal": "BOL.size.colossal" +} + BOL.debug = false; \ No newline at end of file