设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 90|回复: 0

[转载发布] DoubleX RMMV Action Cost Compatibility

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    8069

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    30145
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    39108

    灌水之王

    发表于 5 天前 | 显示全部楼层 |阅读模式
    Note
    This plugin's available for commercial use

    Purpose
    Fixes DoubleX RMMV Action Cost compatibility issues

    Games using this plugin
    None so far

    Addressed Plugins
    SpoilerDoubleX RMMV Popularized ATB Core
    DoubleX RMMV Unison Item
    Victor Engine MV - Conditional Turn Battle



    Spoiler*    # DoubleX RMMV Unison Item Config:                                    
                 *      1. The action cost is the same for all unison actors                 
                 *         - Reference tag: Unison Item Config Act Cost                     
                 *         - Read <unison item actor act cost: costs> in DM.loadItemNotes   
                 *         - Drawed the action cost in battle for each unison actor in      
                 *           WIL.drawActCost and WSL.drawActCost                             
                 *         - The default unison item action cost will be shown for all unison
                 *           actors when outside battles                                    
                 *    # DoubleX RMMV Unison Item Default:                                    
                 *      1. The number of action slot reserved by unison invokees are always 1
                 *         - Reference tag: Unison Item Default Invokee Act Slot Num         
                 *         - Checked the action cost for each unison invokee in              
                 *           GBB.canUseUnisonSkill and GBB.canUseUnisonItem as well         
                 *         - Stored and restored the action cost for each unison invokee in  
                 *           BM.addUnisonActors and BM.eraseUnisonActors as well            
                 *    # (v1.00b+)DoubleX RMMV Popularized ATB Core:                          
                 *      1. No battler can execute any action at all                          
                 *         - Reference tag: PATB Act Validity                                
                 *         - Extended BattleManager.processTurn to ensure no valid actions   
                 *           will be falsely regarded as invalid ones                        
                 *    # (v1.00c+)DoubleX RMMV Popularized ATB Core:                          
                 *      1. Battlers inputting skills/items with action cost greater than 1   
                 *         remains inputable after finishing inputting all skills/items      
                 *         - Reference tag: PATB Inputability                                
                 *         - Extended Game_Action.prototype.confirm_patb_item,               
                 *           Scene_Battle.prototype.confirm_patb_act and added GBB.confirmAct
                 *           to confirm the reserved action slots as well




    Notetags
    Spoiler*    # Skill/Item Notetags:                                                
                 *      1. <unison item actor act cost: costs>                              
                 *         - Sets the list of action costs needed for each of the            
                 *           corresponding id of the unison actor in <unison item actors: ids>
                 *           , is used to separate the mp costs in ids                       
                 *           E.g.:                                                           
                 *           If <unison item actors: 1> is used, then                        
                 *           <unison item actor act cost: 2> means actor with id 1 needs to  
                 *           use 2 action slots for using the unison skill/item              
                 *           If <unison item actors: 4, 2> is used, then                     
                 *           <unison item actor act cost: 2, 3> means actor with id 4 and 2  
                 *           need to use 2 and 3 action slots respectively for using the     
                 *           unison skill/item                                               
                 *           If <unison item actors: 4, 2> is used, then                     
                 *           <unison item actor act cost: 2> means actor with id 4 needs to  
                 *           pay 2 action slots while that with id 2 needs to use the number
                 *           of action slots of the unison skill/item for using it




    Plugin Calls
    Spoiler*    # Skill/Item manipulations                                             
                 *      1. meta.unisonItemActorActCosts                                      
                 *         - Returns the Array of action costs each needed by its            
                 *           corresponding actor with id in meta.unisonItemActors to use this
                 *           skill/item                                                      
                 *      2. meta.unisonItemActorActCosts = [cost, cost, ...]                  
                 *         - Sets the Array of of action costs each needed by its            
                 *           corresponding actor with id in meta.unisonItemActors to use this
                 *           skill/item                                                      
                 *         - All meta.unisonItemActorActCosts changes can be saved if        
                 *           DoubleX RMMV Dynamic Data is used




    Video


    Prerequisites
    Plugins:
    DoubleX RMMV Action Cost
    Abilities:
    1. Nothing special

    Terms Of Use
    Spoiler*      1. Commercial use's always allowed and crediting me's always optional.
                 *      2. You shall keep this plugin's Plugin Info part's contents intact.  
                 *      3. You shalln't claim that this plugin's written by anyone other than
                 *         DoubleX or my aliases. I always reserve the right to deny you from
                 *         using any of my plugins anymore if you've violated this.         
                 *      4. CC BY 4.0, except those conflicting with any of the above, applies
                 *         to this plugin, unless you've my permissions not needing follow so.
                 *      5. I always reserve the right to deny you from using this plugin     
                 *         anymore if you've violated any of the above.




    Changelog
    Spoiler*      v1.01b(GMT 0300 20-5-2020):
    *      1. In sync with the latest DoubleX RMMV Action Cost version
    *      v1.01a(GMT 0400 5-2-2020):
    *      1. Addressed compatibility with
    *         - Victor Engine MV - Conditional Turn Battle
    *      v1.00d(GMT 1500 11-8-2016):                                          
    *      1. Removed compatibility with DoubleX RMMV Minimalized ATB           
    *      1. In sync with the latest DoubleX RMMV Popularized ATB Core version
    *      v1.00c(GMT 1000 5-6-2016):                                          
    *      1. Addressed more compatibility issues with                          
    *         - DoubleX RMMV Minimalized ATB                                    
    *         - DoubleX RMMV Popularized ATB Core                              
    *      v1.00b(GMT 0300 29-5-2016):                                          
    *      1. Addressed compatibility with                                      
    *         - DoubleX RMMV Minimalized ATB                                    
    *         - DoubleX RMMV Popularized ATB Core                              
    *      v1.00a(GMT 1500 22-5-2016):                                          
    *      1. 1st version of this plugin finished




    DoubleX RMMV Action Cost Compatibility


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

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-1 11:48 , Processed in 0.068106 second(s), 53 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表