じ☆ve冰风 发表于 2026-7-26 09:15:21

ICF-Soft Actors Core

ICF-Soft Actors Core - Version 1.00
by ICF-Soft​


Introduction

This plugin gives level up actions and conditional subtraits to actors.


Features

[*]Level up common events and javascript code.
[*]Level and custom condition based subtraits.

How to Use

It needsICF-Soft Main Utility to work.

It works with notetags, these can be applied to actors or classes:
                Code:       
<LEVEL SUBTRAITS: lv n>
<LEVEL SUBTRAITS: lv n, lv n, lv n>


- Allow to use a subtrait setup from main utility plugin when an actor has reached specified level. Only highest level is applied.
   You can use all you will need in a line, must be in ascending order.
                Code:       
<CONDITIONAL SUBTRAIT: n javascript>


- Allow to use a subtrait setup for an actor if a condition is met. More than one setup can be applied.
                Code:       
<LEVEL UP EVENT: x>


- Allow to call a common event when an actor level up.

To make subtrait setups you use main utility plugin notation. (See main utility plugin readme file).

Example:
                Code:       
<SUBTRAITS MASTER>
debuffrate 3 0.95
<SUBTRAITS MASTER>
debuffrate 3 0.92
xparamplus 0 0.1
</SUBTRAITS MASTER>


Here's an example of an actor setup:
                Code:       
<LEVEL SUBTRAITS: 5 0, 10 1, 15 2>
<CONDITIONAL SUBTRAIT: 3 $gameSwitches.value(20)>
<CONDITIONAL SUBTRAIT: 4 this.hp / this.mhp < 0.3>
<LEVEL UP EVENT: 1>

<SUBTRAITS MASTER>
debuffrate 3 0.95
<SUBTRAITS MASTER>
debuffrate 3 0.92
xparamplus 0 0.1
<SUBTRAITS MASTER>
debuffrate 3 0.90
xparamplus 0 0.15
<SUBTRAITS MASTER>
paramxflat 1 200
<SUBTRAITS MASTER>
attack_state 2 1
</SUBTRAITS MASTER>


If you want to use special javascript code when an actor level up you can use this notetag.
                Code:       
<CUSTOM LEVEL UP>
</CUSTOM LEVEL UP>


- You can use lastlevel, level and levels variables. They're selfexplanatory.

All info you will need is avaiable inside plugins help section.


Download

You can downolad from mediafire: Version 1.00.
You can find blog entry and check for updates here.


Terms of use

[*]Free for commercial and non-commercial games.
[*]If commercial, a free copy of your game whould be fine.
[*]Credit to ICF-Soft.
[*]Do not repost without permision.

Credit and Thanks

[*]ICF-Soft

Author's Notes

This is a plugin designed to have all actor related funtions. I plan to add more in the future.


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