Ajout creatures

This commit is contained in:
sladecraven 2022-04-10 20:15:03 +02:00
parent 45e239b8e9
commit e2491b9f54

View File

@ -290,4 +290,19 @@ BOL.bougetteState = {
"rich": "BOL.bougette.rich" "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; BOL.debug = false;