You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migration with fields (id,name, description, icon, min_points, max_points)
Display Experience level on profile based on a query similar to select * from experience WHERE points between min_points and max_points or SELECT * from experience where points >= min_points limit 1
Create Gameplay or Settings sub model & CRUD for experience
On pUI profile show Experience levels
The text was updated successfully, but these errors were encountered:
Add Experience Levels based on points
id
,name
,description
,icon
,min_points
,max_points
)select * from experience WHERE points between min_points and max_points
orSELECT * from experience where points >= min_points limit 1
Gameplay
orSettings
sub model & CRUD for experienceThe text was updated successfully, but these errors were encountered: