All fixes requested

This commit is contained in:
LeRatierBretonnien 2023-05-07 14:06:48 +02:00
parent 536739fced
commit cf4de99242
2 changed files with 42 additions and 42 deletions

View File

@ -13,11 +13,11 @@ const __LiftDiceValues = {
},
"3": {
"weight": "37.5 kg",
"dice": "0.5d6"
"dice": "0 1/2d6"
},
"4": {
"weight": "44 kg",
"dice": "0.5d6"
"dice": "0 1/2d6"
},
"5": {
"weight": "50 kg",
@ -33,11 +33,11 @@ const __LiftDiceValues = {
},
"8": {
"weight": "75 kg",
"dice": "1.5d6"
"dice": "1 1/2d6"
},
"9": {
"weight": "88 kg",
"dice": "1.5d6"
"dice": "1 1/2d6"
},
"10": {
"weight": "100 kg",
@ -53,11 +53,11 @@ const __LiftDiceValues = {
},
"13": {
"weight": "150 kg",
"dice": "2.5d6"
"dice": "2 1/2d6"
},
"14": {
"weight": "175 kg",
"dice": "2.5d6"
"dice": "2 1/2d6"
},
"15": {
"weight": "200 kg",
@ -73,11 +73,11 @@ const __LiftDiceValues = {
},
"18": {
"weight": "300 kg",
"dice": "3.5d6"
"dice": "3 1/2d6"
},
"19": {
"weight": "350 kg",
"dice": "3.5d6"
"dice": "3 1/2d6"
},
"20": {
"weight": "400 kg",
@ -93,11 +93,11 @@ const __LiftDiceValues = {
},
"23": {
"weight": "600 kg",
"dice": "4.5d6"
"dice": "4 1/2d6"
},
"24": {
"weight": "700 kg",
"dice": "4.5d6"
"dice": "4 1/2d6"
},
"25": {
"weight": "800 kg",
@ -113,11 +113,11 @@ const __LiftDiceValues = {
},
"28": {
"weight": "1,200 kg",
"dice": "5.5d6"
"dice": "5 1/2d6"
},
"29": {
"weight": "1,400 kg",
"dice": "5.5d6"
"dice": "5 1/2d6"
},
"30": {
"weight": "1,600 kg",
@ -133,11 +133,11 @@ const __LiftDiceValues = {
},
"33": {
"weight": "2,400 kg",
"dice": "6.5d6"
"dice": "6 1/2d6"
},
"34": {
"weight": "2,800 kg",
"dice": "6.5d6"
"dice": "6 1/2d6"
},
"35": {
"weight": "3,200 kg",
@ -153,11 +153,11 @@ const __LiftDiceValues = {
},
"38": {
"weight": "4,800 kg",
"dice": "7.5d6"
"dice": "7 1/2d6"
},
"39": {
"weight": "5,600 kg",
"dice": "7.5d6"
"dice": "7 1/2d6"
},
"40": {
"weight": "6,400 kg",
@ -173,11 +173,11 @@ const __LiftDiceValues = {
},
"43": {
"weight": "9,600 kg",
"dice": "8.5d6"
"dice": "8 1/2d6"
},
"44": {
"weight": "11 tons",
"dice": "8.5d6"
"dice": "8 1/2d6"
},
"45": {
"weight": "12.5 tons",
@ -193,11 +193,11 @@ const __LiftDiceValues = {
},
"48": {
"weight": "19 tons",
"dice": "9.5d6"
"dice": "9 1/2d6"
},
"49": {
"weight": "22 tons",
"dice": "9.5d6"
"dice": "9 1/2d6"
},
"50": {
"weight": "25 tons",
@ -213,11 +213,11 @@ const __LiftDiceValues = {
},
"53": {
"weight": "37.5 tons",
"dice": "10.5d6"
"dice": "10 1/2d6"
},
"54": {
"weight": "44 tons",
"dice": "10.5d6"
"dice": "10 1/2d6"
},
"55": {
"weight": "50 tons",
@ -233,11 +233,11 @@ const __LiftDiceValues = {
},
"58": {
"weight": "75 tons",
"dice": "11.5d6"
"dice": "11 1/2d6"
},
"59": {
"weight": "88 tons",
"dice": "11.5d6"
"dice": "11 1/2d6"
},
"60": {
"weight": "100 tons",
@ -253,11 +253,11 @@ const __LiftDiceValues = {
},
"63": {
"weight": "150 tons",
"dice": "12.5d6"
"dice": "12 1/2d6"
},
"64": {
"weight": "175 tons",
"dice": "12.5d6"
"dice": "12 1/2d6"
},
"65": {
"weight": "200 tons",
@ -273,11 +273,11 @@ const __LiftDiceValues = {
},
"68": {
"weight": "300 tons",
"dice": "13.5d6"
"dice": "13 1/2d6"
},
"69": {
"weight": "350 tons",
"dice": "13.5d6"
"dice": "13 1/2d6"
},
"70": {
"weight": "400 tons",
@ -293,11 +293,11 @@ const __LiftDiceValues = {
},
"73": {
"weight": "600 tons",
"dice": "14.5d6"
"dice": "14 1/2d6"
},
"74": {
"weight": "700 tons",
"dice": "14.5d6"
"dice": "14 1/2d6"
},
"75": {
"weight": "800 tons",
@ -313,11 +313,11 @@ const __LiftDiceValues = {
},
"78": {
"weight": "1.2 ktons",
"dice": "15.5d6"
"dice": "15 1/2d6"
},
"79": {
"weight": "1.4 ktons",
"dice": "15.5d6"
"dice": "15 1/2d6"
},
"80": {
"weight": "1.6 ktons",
@ -333,11 +333,11 @@ const __LiftDiceValues = {
},
"83": {
"weight": "2.4 ktons",
"dice": "16.5d6"
"dice": "16 1/2d6"
},
"84": {
"weight": "2.8 ktons",
"dice": "16.5d6"
"dice": "16 1/2d6"
},
"85": {
"weight": "3.2 ktons",
@ -353,11 +353,11 @@ const __LiftDiceValues = {
},
"88": {
"weight": "4.8 ktons",
"dice": "17.5d6"
"dice": "17 1/2d6"
},
"89": {
"weight": "5.6 ktons",
"dice": "17.5d6"
"dice": "17 1/2d6"
},
"90": {
"weight": "6.4 ktons",
@ -373,11 +373,11 @@ const __LiftDiceValues = {
},
"93": {
"weight": "9.6 ktons",
"dice": "18.5d6"
"dice": "18 1/2d6"
},
"94": {
"weight": "11 ktons",
"dice": "18.5d6"
"dice": "18 1/2d6"
},
"95": {
"weight": "12.5 ktons",
@ -393,11 +393,11 @@ const __LiftDiceValues = {
},
"98": {
"weight": "19 ktons",
"dice": "19.5d6"
"dice": "19 1/2d6"
},
"99": {
"weight": "22 ktons",
"dice": "19.5d6"
"dice": "19 1/2d6"
},
"100": {
"weight": "25 ktons",

View File

@ -91,7 +91,7 @@
"styles": [
"styles/simple.css"
],
"version": "10.0.36",
"version": "10.0.37",
"compatibility": {
"minimum": "10",
"verified": "10",
@ -99,7 +99,7 @@
},
"title": "Hero System v6 for FoundrtVTT (Official)",
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/archive/fvtt-hero-system-6-v10.0.36.zip",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/archive/fvtt-hero-system-6-v10.0.37.zip",
"url": "https://www.uberwald.me/gitea/uberwald/",
"background": "images/ui/hro6_welcome_page.webp",
"id": "fvtt-hero-system-6"