Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shop Creation Cost #33

Open
ElitoGame opened this issue Sep 1, 2022 · 0 comments
Open

Shop Creation Cost #33

ElitoGame opened this issue Sep 1, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ElitoGame
Copy link
Collaborator

Short Description

Whenever a user creates a shop charge them a fee.

Implementation

  • Charge a user x cash whenever he creates a shop.
  • Default Configuration options:
    • Shop creation cost enabled: false
    • Shop creation cost: 50 cash? If you think that's to little or too much change it.
    • Shop creation cost incremental enabled: false (determines if the price goes up when you have more active shops)
    • Shop creation cost incremental type: linear (linear [each shop costs x * value more] | exponential [Use this with the price being the initial value, the amount of shops being the elapsed time and the growth rate being the value]
    • Shop creation cost incremental value: 1 (if type == linear, this value will simply be added x times to the price. If type == exponential, the value is a percent growth)
@ElitoGame ElitoGame added enhancement New feature or request good first issue Good for newcomers labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant