From 6a544cbfeea9696bc83a26ef7824a43b491de5ae Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sat, 30 Oct 2021 06:14:33 +0200 Subject: [PATCH] Update 'Economy Support' --- Economy-Support.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Economy-Support.md b/Economy-Support.md index 40aa2fa..7391f6b 100644 --- a/Economy-Support.md +++ b/Economy-Support.md @@ -6,10 +6,8 @@ while the per-gate costs re defined in the .gate files. To define a certain cost .gate file: ``` -economy: - useEconomy: true - createCost: 5 - destroyCost: 5 - useCost: 5 - toOwner: true + createCost: 5 -- Will cost 5 currency to create + destroyCost: 5 -- Will clost 5 currency to destroy (negative to get back the spent money) + useCost: 5 -- Will cost 5 currency to use the stargate + toOwner: true -- Will send any fees to the gate's owner ``` \ No newline at end of file