diff options
Diffstat (limited to 'build/content/batteries.txt')
-rw-r--r-- | build/content/batteries.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/build/content/batteries.txt b/build/content/batteries.txt new file mode 100644 index 0000000..fe5da27 --- /dev/null +++ b/build/content/batteries.txt @@ -0,0 +1,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" + } +]
\ No newline at end of file |