From d2045b7a009ae5194cb11a06b9a4a03fcde2ecdf Mon Sep 17 00:00:00 2001 From: Falkan Date: Tue, 17 Mar 2026 19:14:13 -0400 Subject: [PATCH] Added some units. --- data/units.json | 82 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 69 insertions(+), 13 deletions(-) diff --git a/data/units.json b/data/units.json index 336a932..554be37 100644 --- a/data/units.json +++ b/data/units.json @@ -1,26 +1,82 @@ { "units": [ { - "id": "blurb", - "label": "Blurb", - "labelPlural": "Blurbs", - "symbol": "bl", - "group": "agroup", + "id": "dickload", + "label": "Dickload", + "labelPlural": "Dickloads", + "symbol": "dl", + "group": "dickloads", "toBase": 1 }, { - "id": "snorp", - "label": "Snorp", - "labelPlural": "Snorps", - "symbol": "sn", - "group": "agroup", - "toBase": 7.5 + "id": "pound", + "label": "Pound", + "labelPlural": "Pounds", + "symbol": "lb", + "group": "dickloads", + "toBase": 0.038 + }, + { + "id": "barrel", + "label": "Barrel", + "labelPlural": "Barrels", + "symbol": "dlbbl", + "group": "dickloads", + "toBase": 19 + }, + { + "id": "hogshead", + "label": "Hogshead", + "labelPlural": "Hogsheads", + "symbol": "dlhhd", + "group": "dickloads", + "toBase": 38 + }, + { + "id": "assload", + "label": "Assload", + "labelPlural": "Assloads", + "symbol": "assl", + "group": "dickloads", + "toBase": 2 + }, + { + "id": "short-ton", + "label": "Short ton", + "labelPlural": "Short tons", + "symbol": "t", + "group": "dickloads", + "toBase": 76 + }, + { + "id": "long-ton", + "label": "Long ton", + "labelPlural": "Long tons", + "symbol": "long tn", + "group": "dickloads", + "toBase": 85.1199999999 + }, + { + "id": "fuckton", + "label": "Fuckton", + "labelPlural": "Fucktons", + "symbol": "fcktn", + "group": "dickloads", + "toBase": 152 + }, + { + "id": "metric-fuckton", + "label": "Metric fuckton", + "labelPlural": "Metric fucktons", + "symbol": "mfcktn", + "group": "dickloads", + "toBase": 170.2399999998 } ], "groups": [ { - "id": "agroup", - "label": "agroup", + "id": "dickloads", + "label": "Dickloads", "baseUnitId": "", "toUniversal": 1 }