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
I'm working on some DLC for rarity (my first smart contract!) and I was wondering what is the base speed of summoners? I was looking in the repo and I couldn't find anything concrete / nothing I could access in code. I saw some descriptions for races and equipment that effects speed, but nothing stating what the base speed of everyone is. If there's nothing concrete in code, I can surely make it but I'd rather interface with the base rarity contract as much as possible for character stats
The text was updated successfully, but these errors were encountered:
base speed not yet implemented, it is a race/orgin trait so perhaps extend with origin.sol and place race specific attributed, including speed, in there
I'm working on some DLC for rarity (my first smart contract!) and I was wondering what is the base speed of summoners? I was looking in the repo and I couldn't find anything concrete / nothing I could access in code. I saw some descriptions for races and equipment that effects speed, but nothing stating what the base speed of everyone is. If there's nothing concrete in code, I can surely make it but I'd rather interface with the base rarity contract as much as possible for character stats
The text was updated successfully, but these errors were encountered: