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

Prize wheel validation #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Prize wheel validation #48

wants to merge 2 commits into from

Conversation

tcrawf23
Copy link

@tcrawf23 tcrawf23 commented Jun 1, 2020

Update:
-README links
-Game Manager setup
-Unity3D steps and scripts

-fix GM config steps
-fix Catalog.json
-simplify weights in DropTable.json
-minor updates to PrizeWheelDemo.cs
Comment on lines 8 to 12
* [Accounts](https://api.playfab.com/docs/building-blocks#Accounts)
* [Player Inventory](https://api.playfab.com/docs/building-blocks#Player_Inventory)
* [Virtual Currency](https://api.playfab.com/docs/building-blocks#Virtual_Currency)
* [Catalog & CatalogItems (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog)
* [Catalog & Catalog Items (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog)
* [Drop Table](https://api.playfab.com/docs/building-blocks#Drop_Table)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links are dead and the doc that they referred to was not migrated. removed them in the readmes that I updated.

See
https://github.com/PlayFab/PlayFab-Samples/tree/master/Recipes/ProgressiveRewards


This technique ensures that players can only 'spin' at most one time per 24 hour period. Additionally, you can easily cap how many 'spin' tickets can be saved through the Virtual Currency settings. In this example we are allowing the player to bank up to 5 spin tickets

### Ingredients (Building Blocks):
* [Accounts](https://api.playfab.com/docs/building-blocks#Accounts)
* [Player Inventory](https://api.playfab.com/docs/building-blocks#Player_Inventory)
* [Virtual Currency](https://api.playfab.com/docs/building-blocks#Virtual_Currency)
* [Catalog & CatalogItems (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog)
* [Catalog & Catalog Items (Bundle / Container)](https://api.playfab.com/docs/building-blocks#Catalog)
* [Drop Table](https://api.playfab.com/docs/building-blocks#Drop_Table)

###Preparation:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a space after ###

Prize Wheel No. 1 | Item | This represents the spin that needs to be purchased for 1 Spin Ticket (ST)
Spin Again! | Bundle | This bundle contains 1 Spin Ticket (ST) to allow another spin

3. Select **Edit Catalog > Make Primary Catalog > Save**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to mention that this is gear icon.

Spin Again! | Bundle | This bundle contains 1 Spin Ticket (ST) to allow another spin

3. Select **Edit Catalog > Make Primary Catalog > Save**
4. Navigate within the catalog to the **Drop Tables** tab.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open the catalong then navigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants