Welcome to PGMZ! 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.
Skill Tree Layout Ex - SkillTree_LayoutEx.js
Plugin desc : Skill Tree Layout Extension v1.3.1
License : MIT License
Author : unagi ootoro
Website : https://github.com/unagiootoro/RPGMZ/blob/master/SkillTree_LayoutEx.js
Desc page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/SkillTree_LayoutEx.js
Download Page : https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/SkillTree_LayoutEx.js
File name : SkillTree_LayoutEx.js
Help of plugin :
@target MV MZ
@plugindesc Skill Tree Layout Extension v1.3.1
@author unagi ootoro
@url https://raw.githubusercontent.com/unagiootoro/RPGMZ/master/SkillTree_LayoutEx.js
@help
Extend the layout of the skill tree.
By installing this plugin, you will be able to:
-Display the skill name on the skill tree icon
-Display a background image on the skill tree icon
-Add an image to the icon when learning skills
-Display an icon in the skill tree type options
・ Display background image in skill tree scene
[Display skill name on skill tree icon]
Apply "icon_ex" to the icon information.
When using an icon ["icon_ex", icon background image, iconIndex]
iconIndex ... Index of the icon to use
iconIndex is optional. If omitted, the icon set for the skill will be used.
Icon Background image ... Specify the file name of the background image or the index of the background.
When specifying the index, [Background image file name, X-axis index, Y-axis index]
Specify in the format of.
fileName ... The file name of the image. Import the images into the "img / pictures" folder.
[Display icon in skill tree type choice]
By adding icon information to the type information in the skill tree type setting, the icon will be displayed in the options.
In this case, the type information is set in the following format.
[Type type, type name, type description, type enabled / disabled, icon index]
Type Type ... Sets a unique identifier to identify the type in the skill derivation settings.
Type name ... Set the type name to be displayed in the type list window.
Type Description ... Sets the type description to display in the Type List window.
Type Enabled / Disabled ... Specify true to enable the type, false to disable it.
Icon index ... Index of the icon to use
[license]
This plugin is available under the terms of the MIT license.
@param IconXOfs
@type number
@default 5
@desc
Specifies the X coordinate offset of the icon.
@param OpenedImage
@type struct <OpenedImage>
@default {"EnableOpenedImage":"false","FileName":"","XOfs":"0","YOfs":"0"}
@desc
Set the image to be added to the acquired skill.
@param ChangeOpenedTextColor
@type boolean
@default true
@desc
Set to true to change the text color of acquired skills.
@param IconFontSize
@type number
@default 20
@desc
Specifies the font size of the skill's characters.
@param BackgroundImage
@type struct <BackgroundImage>
@default {"FileName":"","BackgroundImage2":"[]","BackgroundImage2XOfs":"240","BackgroundImage2YOfs":"300"}
@desc
Set the background image of the skill tree scene.