Added some units.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user