aboutsummaryrefslogtreecommitdiff
path: root/build/content/batteries.txt
blob: fe5da2790460538a4352320da39c73a2c6ea340c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
    {
        "name": "small alkaline pack",
        "weight": "0", "capacity": "50"
    },
    {
        "name": "big alkaline pack",
        "weight": "2", "capacity": "200"
    },
    {
        "name": "small lithium pack",
        "weight": "5", "capacity": "150", "recharge": "1"
    },
    {
        "name": "big lithium pack",
        "weight": "15", "capacity": "500", "recharge": "1"
    },
    {
        "name": "lead battery",
        "weight": "20", "capacity": "800", "recharge": "1"
    },
    {
        "name": "small molten salt battery",
        "weight": "40", "capacity": "1500", "recharge": "1"
    },
    {
        "name": "big molten salt battery",
        "weight": "70", "capacity": "2000", "recharge": "1"
    },
    {
        "name": "atomic battery",
        "weight": "150", "capacity": "10000"
    }
]