-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add armor slots #267
Add armor slots #267
Conversation
👋 Thanks for opening a pull request!If you are new, please check out the trimmed down summary of our deployment process below:
Please note, if you have a more complex change, it is advised to claim a deployment lock with Once your PR has been merged, you can remove the lock with |
.deploy to development |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to development You can watch the progress here 🔗
|
API Deployment - Development 🪐The API has been deployed to the development environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch
|
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production You can watch the progress here 🔗
|
API Deployment - Production 🌔The API has been deployed to the production environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch
|
Armor slots are either open (e.g., customizable) or locked (e.g., have built-in armor pieces that can't be changed). Open armor slots have an allowedPlates property that lists all the plate items that can be put into that armor slot. Locked armor slots have all the armor attributes available directly in the slot because they can't be customized.