From 5f0fce4191309e9526b7109a0d87c092ce6a4193 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Thu, 18 Feb 2021 14:14:23 +0100 Subject: main --- build/content/batteries.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 build/content/batteries.txt (limited to 'build/content/batteries.txt') 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 -- cgit v1.2.3-54-g00ecf