diff --git a/guide.lua b/guide.lua index 38d5a95..2204d75 100644 --- a/guide.lua +++ b/guide.lua @@ -232,6 +232,25 @@ local pages={ } }, + { + name="chargepads", + title=S("Chargepads"), + icon="industrialtest:batbox_chargepad", + content={ + [[ + ||Chargepads|| + + ||Chargepad is similar in functionality to regular power storage like BatBox. The additional feature is that it can charge equipped electric gear and selected item in hotbar while player is standing on it. There is a chargepad corresponding to each power storage node and they have exact same information so there is no need to list that again here. While charging the top of chargepad changes color to blue.|| + + + ---- + + + ||Picture 1. Unused BatBox Chargepad attached to Solar Panel.|| + ]] + } + }, + { name="compressor", title=S("Compressor"), diff --git a/textures/industrialtest_guide_chargepad.png b/textures/industrialtest_guide_chargepad.png new file mode 100644 index 0000000..251a31d Binary files /dev/null and b/textures/industrialtest_guide_chargepad.png differ