じ☆ve冰风 发表于 2026-7-16 18:02:18

AP System

AP System
Version 1.0
by Fomar0153​

Description
Implements a secondary experience system as seen in many games. You will likely have seen AP or JP before.

Features
Errr... you can rename AP.

Screenshots

https://i.imgur.com/qsfecIi.png


How to Use
Place the plugin in your project's js/plugins/ folder.
Inside RPG Maker MZ's editor, open the Plugin Manager.
Create a new entry and select this plugin from the list.
Customise the options to your liking and then click ok.
Notetag enemies with <ap: n> where n is the AP you'd like them to reward players.

Download
Click here.

FAQ
Q: What does this plugin do?
A: By itself not much, other scripts will require it, for example my learn equipment skills plugin. I also have plans to make a job system at some point which will also require it.

Q: I'm writing a plugin and would like to use this as a base, how do I build off it?
A: Overwrite the following function.
                JavaScript:       
Game_Actor.prototype.gainAP = function() {
    // over write this in your plugin
};


Credits
Fomar0153

Terms of Use
As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.


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