Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "df-vizier", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "dist/plugin.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -40,3 +40,3 @@ # DF Vizier | ||
A number of other settings are confirable: | ||
A number of other settings are configurable: | ||
- Min. energy reserve: The minimum percentage of the source planet's energy to retain after a send. Defaults to 15%. | ||
@@ -49,2 +49,15 @@ - Max send amount: The maximum percentage of source planet's energy cap to send at once. If a capture or top-up requires more energy than the planet can send at once, it will wait until it can send this percentage without eating into the reserve. Defaults to 70% - with the default reserve of 15% this means sends will typically happen at 85% energy. | ||
Create a new plugin with this code: | ||
``` | ||
export { default } from "https://cdn.skypack.dev/df-vizier" | ||
``` | ||
You can also pin it to a version: | ||
``` | ||
export { default } from "https://cdn.skypack.dev/df-vizier@1.0.0" | ||
``` | ||
## Developing | ||
To get started run: | ||
@@ -51,0 +64,0 @@ |
78612
78