Skip to content

Commit

Permalink
feature: Add anglr tokens to currency
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz authored Dec 6, 2024
1 parent 8e313d9 commit 362295c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,17 @@ type Currency {
"The number of gems the player currently has."
gems: Int!

"The amount of Royal Reputation the player currently has."
"The number of Royal Reputation the player currently has."
royalReputation: Int!

"The amount of silver the player currently has."
"The number of silver the player currently has."
silver: Int!

"The amount of material dust the player currently has."
"The number of material dust the player currently has."
materialDust: Int!

"The number of A.N.G.L.R. Tokens the player currently has."
anglrTokens: Int!
}

"A player's current status."
Expand Down

0 comments on commit 362295c

Please sign in to comment.