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.
Dynamic Database - DynamicDatabase.js
Plugin desc : Dynamic Database Construction Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/DynamicDatabase.js
File name : DynamicDatabase.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Dynamic Database Construction Plugin @author Triacontane @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/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- This plugin changes database fields to dynamic values. You can build more advanced databases using variables and JavaScript functions. Caution! Do not use in conjunction with plugins that save or update database files. String fields: You can use control characters entered directly into each field. Number fields: You can use control characters entered in the Note field plus JavaScript formulas. Selection fields: You can use control characters entered in the Note field plus JavaScript formulas. *The top selection will be 0. For number and selection fields, please specify the following in the memo field: <DD(item name): (formula)> Example 1 (Setting the item price to twice the value of variable number 10) <DD価格:¥V[10] * 2> Example 2 (Setting the weapon's attack power to the product of the original value and the value of variable number 10) <DD攻撃力:prev * ¥V[10]> If you want to use an inequality sign in a formula, please write it as follows: < → < > → > If you want to dynamically create a database of traits and effects, define the actual traits and effects in addition to the Note field. (The Note field takes priority, so only the frame is required.) The target database covers all of the following items: Actor (traits only) Class (traits only) Skills Items Weapons Armor Enemy State For details on the configurable items, see the following link: https://docs.google.com/spreadsheets/d/1BnTyJr3Z1WoW4FMKtvKaICl4SQ5ehL5RxTDSV81oVQc/edit#gid=894678948 This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours.