じ☆ve冰风 发表于 2026-8-1 19:15:00

Enemy Levels

http://himeworks.files.wordpress.com/2013/11/coreenemylevels.jpg


This script allows you to assign levels to enemies. The level of an enemy is determined when you encounter the enemy.


The level is specified as a formula, which means you can define two types of levels:


1. Static level. This means the enemy's level never changes throughout the game. For example, a slime might always be level 1 no matter what.


2. Dynamic level. This means the enemy's level relies on data that may change throughout the game. For example, you can bind an enemy's level to a game variable so that its level changes whenever you change the variable.


Enemy levels on their own don't do anything, but with combined with enemy classes and other scripts, it can add a lot of customization options.


In addition to setting enemy levels, this script provides a number of other enemy level related functionality, such as changing levels during battle and setting max/min enemy levels.


Get it at Hime Works!


本贴来自国际rpgmaker官方论坛作者:Tsukihime处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/enemy-levels.20022/
页: [1]
查看完整版本: Enemy Levels