v1.5.4 - Manager Gauge Windows (Edited)
RPG Maker MV/MZ: Duelist Cards » Devlog
- Fix: Keyboard/gamepad controller causing rapid 'OK' or 'CANCEL' input trigger. TouchInput is cleared on scene exit from card manager and duelist scenes.
- Adjustment (Edit): Gamepad and keyboard controller for manager and duelist scenes will now always move to the top.
- New: Card Manager parameters for inventory and deck gauge window. You can setup multiple gauges in these windows and they are updated in real time.
- New: Four new script calls added:
- $gameTemp.getTotalNumberCards(type, param) : Count cards based on "Card Setup" parameter. Not for counting player cards in any way.
- $gameTemp.getPlayerTotalNumberCards(type, param) : Count total number of cards based on
- $gamePlayer.getDeckNumberCards(type, param)
- $gamePlayer.getInventoryNumberCards(type, param)
Available types are to be written in quotation marks, eg: $gameTemp.getTotalNumberCards('set', 'Knight')
Types available for count are:
- rank: "param" must be a number and not written in quotation marks.
- rarity: "param" must be a number and not written in quotation marks.
- designation: "param" must be a number and not written in quotation marks.
- type: "param" must be either "monster", "ability" or "field". Pay attention to the quotation marks.
- element: "param" must be a number and not written in quotation marks.
- cost: "param" must be a number and not written in quotation marks.
- fusion: "param" is ignored.
- set: "param" is the string name for the name of the set and NOT written in quotation marks.
Files
Synrec_Duelist.js 904 kB
May 01, 2024
Card Game.zip 509 MB
May 01, 2024
Get RPG Maker MV/MZ: Duelist Cards
Buy Now$25.00 USD or more
RPG Maker MV/MZ: Duelist Cards
Create a card game with strategic elements.
More posts
- v1.7.7 - Patch14 days ago
- v1.7.6 - A few adjustments17 days ago
- v1.7.5 - Card hand scale27 days ago
- v1.7.4 - Some fixes51 days ago
- v1.7.3 - MV Bug Fix56 days ago
- v1.7.2 - Button SFX59 days ago
- v1.7.1 - Minor patches92 days ago
- v1.7.0 - Fix multi-card tributes92 days ago
- v1.6.9 - Bug Fix92 days ago
- v1.6.8 - Tributes93 days ago
Leave a comment
Log in with itch.io to leave a comment.