A downloadable tool

Get this tool and 4 more for $40.00 USD
View bundle
Buy Now$10.00 USD or more

This is an extension for the duelist cards (RPG Maker MV/MZ) plugin.

Features:

  • Randomized card pack setup.
  • Scene BGM setup.
  • Custom card motion sequences when pack generated.
  • Post creation view scene.

Compared to the base plugin, this extension is relatively easy to setup.

Please pay attention to the note in the help section with regards to screen animations.

MV users may use the following script call to call pre-made packs:


The parameter sets the background images to be used in the pack viewer.

There isn't anything more that needs to be done here. Let's move on to the plugin command setup:

  • Pack configuration: Setup the card creator. This will randomly select from available cards based on your settings. Setting up multiple packs will cause them to be randomly selected.
  • Backgrounds: Set custom background for the scene.
  • BGM: The audio BGM file to play during scene.

Note (MV Users): Backgrounds is set via the "Create Pack Backgrounds" parameter in the plugin parameters and BGM is set via the "Default BGM" parameter in the plugin parameters.

  • Type: The type of card search to do. In the image above, rating is selected as the type and as such, it will select cards based on the "Rating Cards" parameter.
  • Number: The number of cards to create.
  • Filter: Can opt to remove card types (monster, ability or field) from the card pack creation.

Fixed cards are a list of cards (by name) that can be created. The cards created are randomly selected from this list and selection rate can be influenced by frequency of name occurrence in list.

Rating cards is the max rating of card that can appear in the booster pack. 

Weight cards is the max weight of card that can appear in the booster pack.

Element cards are the valid elements of the cards that can be added to the pack.

After setting up these parameters. That's basically it. No further setup is required.

If you want to add some custom card motion sequences, we need to go a bit further:

For all cards created, the sequences will be checked from the first to the last in the sequence list.

To get the simple out of the way...:

  • Card X/Y refer to the initial card position on the screen for the sequence.
  • Card Alpha is the starting transparency of the card. 0 represents full transparency whilst 1 represents full opacity.

Rating, weight, type and elements represent the conditions required for the sequence to activate for the card. For elements, if the list is empty, any element is considered valid.

Actions are what we need to be really concerned about:

  • Type: The type of action the card does on screen.

Once a type is selected, the related configuration will be used for that action. For example, in the image above, animation is selected as the type. This means that the animation configuration will be used.

  • Location Configuration: Move the card on screen in X/Y coordinates.

X/Y is the target screen position for the card to arrive at whilst duration is the length of time required to do so.

  • Rotation Configuration: Rotate the card (Value is read in radians).

Magnitude is the size of rotation to apply. A full circle is read as Math.PI * 2.

Type may be 'set' or 'constant' in which set only applies the rotation once and constant applies it continuously over the "Duration".

  • Animation Configuration: Play an animation from the RPG Maker database.

Animation is the database ID of the animation (Available as a selection menu). X and Y are used to set the screen position of the animation if it is not a screen centered type.

If it is a screen centered type, leave it at 0.

  • Transparency Configuration: Change the transparency of the card.

For alpha values, 0 represents full transparency whilst 1 represents full opacity. Duration is the time taken to arrive at that target alpha.

Finally, there is the "Wait Duration" parameter which is how long the action lasts before moving onto the next. This setting is independent of the durations set in the various configurations.

Purchase

Get this tool and 4 more for $40.00 USD
View bundle
Buy Now$10.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $10 USD. You will get access to the following files:

BACKUP.js 42 kB
Synrec_Duelist_Pack.js 69 kB

Development log