Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
TM Card Item - TMCardItem.js
Plugin desc : The specified items are displayed fanned out like cards.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMCardItem.js
File name : TMCardItem.js
Help of plugin :
@plugindesc The specified items are displayed fanned out like cards. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Card Items ver0.2b How to Use: Write <picture:filename> in the item's memo. Next, place an image with the same name as the file you wrote in the img/pictures folder. If you write <picture:card0>, you will need an image called card0.png. Execute the cardItemScene plugin command to list all items with the picture tag in your inventory as card items. Other than the display, it is almost the same as a standard item scene. The default plugin parameters are set assuming a card image with a width of 128 pixels and a height of 176 pixels. Adjust to your liking. This plugin has been tested with RPG Maker MV Version 1.6.1. This plugin is distributed under the MIT License. It is free to use, including for commercial purposes, modifications, and redistribution. Plugin Command: cardItemScene # Opens the card item menu @param maxCardCols @desc Number of cards spread out at once Initial value: 8 @default 8 @param cardSpacing @desc Distance between cards (3.141592, approximately 90 degrees) Initial value: 0.2 @default 0.2 @param arrowSpacing @desc Distance between arrow and card (3.141592, approximately 90 degrees) Initial value: 0.2 @default 0.2 @param baseX @desc Card position (X coordinate of the center of the fan) Initial value: 408 @default 408 @param baseY @desc Card position (Y coordinate of the center of the fan) Initial value: 880 @default 880 @param baseDistance @desc Card position (distance from the center of the fan) Initial value: 408 @default 408 @param shiftRadian @desc Fan rotation correction value (3.141592 is approximately 90 degrees) Initial value: 0 @default 0 @param selectedDistance @desc Position of selected card (distance from center of fan) Initial value: 472 @default 472 @param cardSpeed @desc Card movement speed (movement from the center of the fan to the outside) Default: 24 @default 24 @param cardSpeedR @desc Card movement speed (movement around the center of the fan) Initial value: 0.05 @default 0.05 @param useHelpWindow @desc Use the help window (0 disable / 1 enable) Default: 1 @default 1 @param helpWindowY @desc Y coordinate of the help window Initial value: 0 @default 0 @param showItemName @desc Show item name in help window (0 disable / 1 enable) Default: 1 @default 1 @param numsFormat @desc Quantity display format Default: ×%1 @default ×%1 @param blankMessage @desc Message to display when there are no cards ( ¥n is used to break lines) Default: No items. @default No items. @param useGoldWindow @desc Use money window (0 disable / 1 enable) Default: 0 @default 0 @param goldWindowX @desc X coordinate of the money window Default: 0 @default 0 @param goldWindowY @desc Y coordinate of the money window Default: 144 @default 144 @param useWrap @desc You can move the cursor to the beginning and end (0 disable / 1 enable) Initial value: 1 @default 1 @param takeoverMainMenu @desc Take over the main menu (0 disable / 1 enable) Default: 0 @default 0 @param backButtonX @desc Back button display X coordinate (TMBackButton.js required) Default: 0 @default 0 @param backButtonY @desc Back button display Y coordinate (TMBackButton.js required) Default: 0 @default 0