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:
```
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
```