Update 'Economy Support'

Kristian Knarvik 2021-10-30 06:14:33 +02:00
parent c324fb8916
commit 6a544cbfee

@ -6,10 +6,8 @@ while the per-gate costs re defined in the .gate files. To define a certain cost
.gate file: .gate file:
``` ```
economy: createCost: 5 -- Will cost 5 currency to create
useEconomy: true destroyCost: 5 -- Will clost 5 currency to destroy (negative to get back the spent money)
createCost: 5 useCost: 5 -- Will cost 5 currency to use the stargate
destroyCost: 5 toOwner: true -- Will send any fees to the gate's owner
useCost: 5
toOwner: true
``` ```