v1.5.4 - Manager Gauge Windows (Edited)


  • 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:
  1. $gameTemp.getTotalNumberCards(type, param) : Count cards based on "Card Setup" parameter. Not for counting player cards in any way.
  2. $gameTemp.getPlayerTotalNumberCards(type, param) : Count total number of cards based on 
  3. $gamePlayer.getDeckNumberCards(type, param)
  4. $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

Leave a comment

Log in with itch.io to leave a comment.