chore: normalize units.json formatting (no data change)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user