From c2179b69cccef86860d38c51b67c9593838490c1 Mon Sep 17 00:00:00 2001 From: Falkan Date: Tue, 17 Mar 2026 14:24:55 -0400 Subject: [PATCH] chore: normalize units.json formatting (no data change) --- data/units.json | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/data/units.json b/data/units.json index f0a5bb2..f9a1a0b 100644 --- a/data/units.json +++ b/data/units.json @@ -1,11 +1,44 @@ { "units": [ - { "id": "blurb", "label": "Blurb", "labelPlural": "Blurbs", "symbol": "bl", "group": "florp", "toBase": 1.0 }, - { "id": "snorp", "label": "Snorp", "labelPlural": "Snorps", "symbol": "sn", "group": "florp", "toBase": 7.5 }, - { "id": "krumble", "label": "Krumble", "labelPlural": "Krumbles", "symbol": "kr", "group": "florp", "toBase": 0.25 }, - { "id": "wobbit", "label": "Wobbit", "labelPlural": "Wobbits", "symbol": "wb", "group": "florp", "toBase": 144.0 } + { + "id": "blurb", + "label": "Blurb", + "labelPlural": "Blurbs", + "symbol": "bl", + "group": "florp", + "toBase": 1 + }, + { + "id": "snorp", + "label": "Snorp", + "labelPlural": "Snorps", + "symbol": "sn", + "group": "florp", + "toBase": 7.5 + }, + { + "id": "krumble", + "label": "Krumble", + "labelPlural": "Krumbles", + "symbol": "kr", + "group": "florp", + "toBase": 0.25 + }, + { + "id": "wobbit", + "label": "Wobbit", + "labelPlural": "Wobbits", + "symbol": "wb", + "group": "florp", + "toBase": 144 + } ], "groups": [ - { "id": "florp", "label": "Florp Units", "baseUnitId": "blurb", "toUniversal": 1.0 } + { + "id": "florp", + "label": "Florp Units", + "baseUnitId": "blurb", + "toUniversal": 1 + } ] }