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

Fixes, race system, autologin. #6

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Fixes, race system, autologin. #6

merged 4 commits into from
Aug 31, 2023

Conversation

TemirkhanN
Copy link
Contributor

  • Stamina consumption fix (now player spends stamina gradually and not only when he receives rewards)
  • Races added. Character creation is a separate process now - after first login player will be prompt with the choices.
  • Autologin on registration

Technical

  • Scenes have access to the input thus it's a bit easier to read $_GET, $_POST user input,
  • Boundaries between player and character replaced with the table relation. It means that player can pick different name for his character from his login name. Besides, it opens a space for multiple character possession.
  • Races can be added and modified in data/race.yaml. Currently only stats are taken into consideration but I have an idea regarding segregating specialization using perks(each existing class means to have 2 perks. Like "can craft and mine but can't harvest, woodcut and etc").

@crilleaz crilleaz merged commit ded57ce into crilleaz:main Aug 31, 2023
@skxnxt skxnxt mentioned this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants