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

feat: add wheel extra points and new storage system (xml) #1373

Merged
merged 9 commits into from
Aug 9, 2023

Conversation

dudantas
Copy link
Member

@dudantas dudantas commented Aug 8, 2023

Description

Added new functions:
• player:addStorageValueByName(name, newValue)
• player:getStorageValueByName(name)

The storage system works in a very simple way, the "name" of the storage is the key the "key" is the key, it works like the old storage, but when we get it we will use the "name", which allows us not to have storages leaded to the moon. In addition, it is also possible to add custom ranges to storages.xml

added new functions:
• player:addStorageValueByName(name, newValue)
• player:getStorageValueByName(name)

the storage system works in a very simple way, the "name" of the storage is the key the "key" is the key, it works like the old storage, but when we get it we will use the "name", which allows us not to have storages leaded to the moon. In addition, it is also possible to add custom ranges to storages.xml
@dudantas dudantas force-pushed the feat-wheel-extra-points branch from b3c2990 to 3ecda9b Compare August 8, 2023 23:29
@dudantas dudantas force-pushed the feat-wheel-extra-points branch from 0710a58 to 84f8ee6 Compare August 9, 2023 15:57
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 9, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@dudantas dudantas merged commit ec44b9f into opentibiabr:main Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants