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.
Region Terrain - RegionTerrain.js
Plugin desc : Tile attribute 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/RegionTerrain.js
File name : RegionTerrain.js
Help of plugin :
@plugindesc Tile attribute plugin @author Triacontane @url https://triacontane.blogspot.com/ @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 ----- Adds or disables the following tile attributes. - Ladders - Bushes - Counters - Damage Floors Multiple values can be specified, separated by commas. If no attribute is specified, leave the parameter empty. If a disabled attribute and an enabled attribute overlap, the disabled attribute takes precedence. This plugin does not have any plugin commands. 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. @param 梯子ID @text ladder id @desc Region ID to assign ladder attribute. Please specify numbers separated by commas. (Same below) Example: 1,2,3 @param 茂みID @text Bush ID @desc Region ID to add bush attribute to @param カウンターID @text Counter ID @desc Region ID to assign counter attribute to @param ダメージ床ID @text Damage Floor ID @desc Region ID to grant damage floor attribute @param 梯子無効ID @text Ladder Invalid ID @desc Region ID for which to disable ladder attributes @param 茂み無効ID @text Bushes Invalid ID @desc Region ID to disable bush attribute @param カウンター無効ID @text Counter Invalid ID @desc Region ID for which to disable counter attributes @param ダメージ床無効ID @text Damage Floor Invalid ID @desc Region ID to disable damage floor attribute @param 梯子地形 @text ladder terrain @desc Terrain tag that gives ladder attributes @param 茂み地形 @text Bushes @desc Terrain tag that gives bush attributes @param カウンター地形 @text Counter Terrain @desc Terrain tag that grants counter attributes @param ダメージ床地形 @text Damage Floor Terrain @desc Terrain tag that grants damage floor attribute @param 梯子無効地形 @text Ladder-invalid terrain @desc Terrain tag that disables ladder attributes @param 茂み無効地形 @text Brush-free terrain @desc Terrain tag that disables bush attributes @param カウンター無効地形 @text Counter-ineffective terrain @desc Terrain tag that disables counter attributes @param ダメージ床無効地形 @text Damage floor void terrain @desc Terrain tag that disables damage floor attributes