back at it with another card-based minigame...
Progressive Prize Pick v1.0
by mjshi- OK for use in all projects with credit
Get it here!
A card picking minigame where you balance risk with reward.
Commissioned by the wonderful
tale of these very forums.
Features
- Match at least two of a single type of card to have that added to the claim bag
- Match more of a single type of card to get better prizes!
- Click the bag (or press the cancel button) to claim the prizes.
- But watch out-- if you flip over a blank card, the game is over and you lose everything! (well, everything in the bag)
- Ability to change prize pools mid-game via script commands
Make sure that the assets are placed in the correct folders! Otherwise, this minigame will not run.
Video Demo
https://www.youtube.com/embed/eWPGDJcxCC8
Alternate Graphics - download here/mirror
Thanks to
@HexMozart88 for creating these!
Free for commercial and non-commercial use with credit.
Spoiler
F.A.Q.
Q: The choice window freezes in the background when I launch the minigame!
A: Because MV processes script stuff pretty much instantaneously, the choice window doesn't have enough time to close & thus gets "frozen" in the background. To fix this, put a 10 frame delay before your script call.
Q: Can I get a working example of how to run this that I can copy/paste into my project?
A: Yes you can! Paste this into a script command, make sure you have enough tickets, and you're ready to go:
Code:
- ppp[0] = [ppp.g(100), ppp.g(200), ppp.g(300)]
- ppp[1] = [ppp.g(100), ppp.g(200), ppp.g(300), ppp.g(400)]
- ppp[2] = [ppp.g(100), ppp.g(200), ppp.g(300), ppp.g(400), ppp.g(500)]
- ppp[3] = [ppp.g(100), ppp.g(200), ppp.g(300), ppp.g(400), ppp.g(500), ppp.g(600)]
- ppp[4] = [ppp.g(100), ppp.g(200), ppp.g(300), ppp.g(400), ppp.g(500), ppp.g(600), ppp.g(700)]
- SceneManager.push(Scene_ProgressivePrizePick);
复制代码
Version History
1.0 plugin released
Credit
mjshi
本贴来自国际rpgmaker官方论坛作者:mjshi处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/progressive-prize-pick.90177/