店舗シーン店舗レイアウトの設定 – BM_ShopCore.js

タイトル
Shop Scene Shop layout setup
作者名
ヘルプ
============================================================================
Introduction
============================================================================
Title: BM Shop Scene
Author: Blackmorning
Version: 1.21
Website: http://bmscripts.weebly.com/mv-shop.html

- Decide what parameters to show/compare (using symbols in table below)
- parameter percentage added directly to comparison
- Customize layout of shop
- added information on items, equipment
- choose between special single actor or group comparison

-- Compatiblity --

- YEP Shop Core (Put YEP above this script)
============================================================================
Instructions
============================================================================
Table of built-in parameters:
============================
| Symbol | Name |
============================
| mhp | Max HP |
| mmp | Max MP |
| atk | Attack |
| def | Defense |
| mat | M.Attack |
| mdf | M.Defense |
| agi | Agility |
| luk | Luck |
=======================================
| hit | Hit Rate | percent |
| eva | Evasion | percent |
| cri | Critical Rate | percent |
| cev | Crit Evasion | percent |
| mev | Magic Evasion | percent |
| mrf | M. Reflection | percent |
| cnt | Counterattack | percent |
| hrg | HP Regen Rate | percent |
| mrg | MP Regen Rate | percent |
| trg | TP Regen Rate | percent |
=======================================
| tgr | Target Rate | percent |
| grd | Guard Effect | percent |
| rec | Recovery Effect | percent |
| pha | Pharmacology | percent |
| mcr | MP Cost Rate | percent |
| tcr | TP Cost Rate | percent |
| pdr | Phys Damage % | percent |
| mdr | Magic Damage % | percent |
| fdr | Floor Damage % | percent |
| exr | Exp Gain Rate | percent |
=======================================

============================================================================
Changelog
============================================================================
Version 1.21: 2018-Apr-01
- fixed error with parameters
Version 1.20: 2018-Mar-16
- compatibility with EIS Shop System
- updated for RPG Maker MV version 1.5.0
Version 1.10: 2017-Feb-23
- added info from YEP ShopCore
Version 1.00: 2016-Jun-03
- Finished plugin!
パラメータ
param ---General---
default

param CommandWindowAlign
parent ---General---
type combo
option left
option right
desc Location of the command window.
left right
default right

param CommandColumns
parent ---General---
type number
min 1
desc Number of columns in the command window.
default for basic 3, yanfly 1
default 3

param CommandRows
parent ---General---
type number
min 1
desc Number of rows visible in the command window.
default for basic 1, yanfly 4
default 1

param CommandWindowFull
parent ---General---
type boolean
on Enable
off Disable
desc Command window goes all the way across (best with 1 row)
NO - false YES - true
default false

param ---Status Window---
default

param StatusWindowWidth
parent ---Status Window---
type number
min 1
desc Width of the Shop Status window.
default 400
default 400

param ParametersFontSize
parent ---Status Window---
type number
min 1
desc Font size of parameters.
default 20

param ---Status Actor Display---
default

param ShopActorParameters
parent ---Status Actor Display---
desc Parameters shown when comparing equipment.
Separate parameters by a space.see help
default mhp mmp atk def mat mdf agi hit cri

param DisplayActors
parent ---Status Actor Display---
type number
min 0
desc Display a comparison for actors (# per page) or special
# actors per page 0 - special display (single actor)
default 4

param CantEquipTxt
parent ---Status Actor Display---
desc Text for when actor can't equip item for special display
default Can't Equip

param EquippedTxt
parent ---Status Actor Display---
desc Text for number of equipment worn (
if blank, number of equipment worn not shown
default Equipped

param ShowDifference
parent ---Status Actor Display---
type boolean
on Enable
off Disable
desc Show the change in parameters for special display?
NO - false YES - true
default true

param ComparePlusIcon
parent ---Status Actor Display---
desc Choose icon to show positive stat changes.
default - leave blank to show none.
default

param CompareMinusIcon
parent ---Status Actor Display---
desc Choose icon to show negative stat changes.
default - leave blank to show none.
default

param ---Number Window---
default

param ShowTouchButtons
parent ---Number Window---
type boolean
on Enable
off Disable
desc Always show touch buttons?
NO - false YES - true
default true

ライセンス表記

紹介ページ https://bmscripts.weebly.com/mv-shop.html