扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 168|回复: 0

[转载发布] 【汉化】YEP.34 Subclass

[复制链接]
累计送礼:
0 个
累计收礼:
0 个
  • TA的每日心情
    开心
    2024-11-27 10:08
  • 签到天数: 108 天

    连续签到: 4 天

    [LV.6]常住居民II

    2219

    主题

    376

    回帖

    1万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    6
    卡币
    9661
    OK点
    16
    推广点
    0
    同能卷
    0
    积分
    12284

    灌水之王

    发表于 2024-2-16 14:22:48 | 显示全部楼层 |阅读模式
    @luruipeng1@xjzsq
    开个坑,每天看心情汉化第三方插件,先从Yanfly入坑,毕竟气质好
    需要更新@的留个言,说不定哪天就弃坑了,日子总要过的呀
    有什么建议可以留言给我
    译者注:
    1、只翻译官网页面官方介绍以及相应的语法支持,解释代码的坑以后再说
    2、文件在http://yanfly.moe都可以下到,就不在放进去了
    3、因为采用markdown写作,66rpg又不支持html代码,故格式有点乱,原文可见http://www.jianshu.com/p/5f56fa080afa
    授权声明

    YEP.34 Subclass
    Requires the Class Change Core plugin. This plugin enables your actors to be able to have a secondary class as a subclass! Subclasses can carry over skills, skill types, traits, and stats! How they carry it over is entirely up to you!

    这个插件需要Class Change Core的插件。这个插件可以让你的游戏角色拥有第二个职业作为副职业!副职业可以涵盖所有技能,技能类型,特性和状态等等!它们涵盖的方式将由你来决定!

    Introduction
    This plugin requires YEP_ClassChangeCore. Make sure this plugin is located under YEP_ClassChangeCore in the plugin list.

    这个插件需要YEP_ClassChangeCore。请确保这个插件安装在YEP_ClassChangeCore的下面。

    This class enables subclassing for your actors. Actors, when subclassing, can gain the benefits of the subclass, usually either by having access to the subclass skill set, weapons, and armor options. Also with this plugin, you can enable what kind of stat bonuses you can get by having a particular subclass enabled for the actor.

    这个插件可以为你的角色开启副职业。当游戏角色获得副职业的时候,就可以获得相应的收益,可以开启例如副职业技能,武器,装备等等的选项。通过这个插件,你还可以为游戏角色获得额外的状态福利。

    Notetags
    You can use the following notetags to modify subclassing aspects.

    你可以使用下面的标签来改变副职业属性。

    Actor Notetag:
    1. 复制代码
    复制代码
    Sets the actor’s default subclass to x.

    设置游戏角色默认的副职业为x
    1. 复制代码
    复制代码
    This particular actor cannot switch his or her primary class to class(es) x (to y). This does not apply to the subclass. The actor can still change to this class via event.

    特殊的角色不能切换他们的主职业类型。这个不会应用到副职业。但是游戏角色依然可以通过事件来改变职业
    1. 复制代码
    复制代码
    This particular actor cannot switch his or her subclass to class(es) x (to y). This does not apply to the primary class. The actor can still change to this subclass via event.

    特殊的角色不能切换他们的副职业类型。这个不会应用到主职业。但是游戏角色依然可以通过事件来改变职业
    Class Notetags:
    1. 复制代码
    复制代码
    This class can only be class changed to a primary class and nothing more.

    这个职业只可以作为主职业。
    1. 复制代码
    复制代码
    This class can only be class changed to a subclass and nothing more.

    这个职业只可以作为副职业。
    1. 复制代码
    复制代码
    If this class is the primary and the subclass is class ID x, then the class name displayed will be ‘text’. For example, if the class combination is Warrior/Wizard, the name can appear as Spellblade.

    如果当前职业是主职业,并且副职业的ID是x,则主职业的名字将会显示为t所输入文本。例如如果职业组合是武士/魔法师,则可以显示为魔剑士。
    1. 复制代码
    复制代码
    If you choose to use the class’s name instead, you can write out the name of the class in place of Subclass x. If you have multiple classes with the same name, priority will be given to the class with the highest ID.

    如果你想使用职业名字来替代ID,你可以在之前x的地方写下名字。如果有多个职业具有相同的名字,则优先赋予给ID值最高的职业。
    Skill and Item Notetags:
    1. 复制代码
    复制代码
    Replace x with the class’s ID. This skill/item can only be used by the listed class(es) x. This does not apply to enemies.

    使用职业ID替代x。这个技能或者物品只可以被职业x使用。这个并不能应用于敌方。
    1. 复制代码
    复制代码
    Replace x with the class’s ID. This skill/item can only be used by the listed subclass(es) x. This does not apply to enemies.

    使用职业ID替代x。这个技能或者物品只可以被副职业x使用。这个并不能应用于敌方。
    Plugin Commands
    You can use these following plugin commands to change subclassing throughout the game!

    你可以使用下面的插件命令来改变副职业选项

    Plugin Command:
    1. ShowSubclass复制代码
    复制代码
    Shows the Subclass command in the Class Change Menu.

    在职业菜单显示副职业选项
    1. HideSubclass复制代码
    复制代码
    Hides the Subclass command in the Class Change Menu.

    在职业菜单隐藏副职业选项
    1. EnableSubclass复制代码
    复制代码
    Enables the Subclass command in the Class Change Menu.

    打开主职业菜单的副职业选项
    1. DisableSubclass复制代码
    复制代码
    Disables the Subclass command in the Class Change Menu.

    关闭主职业菜单的副职业选项
    1. ChangeSubclass x y复制代码
    复制代码
    Changes actor x’s subclass to y. Replace y with 0 to remove a subclass.

    改变游戏角色x的副职业为y。你可以用0替代y来移除一个副职业。
    Happy RPG Making!
                本帖来自P1论坛作者沧笙,因Project1站服务器在国外有时候访问缓慢不方便作者交流学习,经联系P1站长fux2同意署名转载一起分享游戏制作经验,共同为国内独立游戏作者共同创造良好交流环境,原文地址:https://rpg.blue/forum.php?mod=viewthread&tid=387477  若有侵权,发帖作者可联系底部站长QQ在线咨询功能删除,谢谢。

    本帖子中包含更多资源

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

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

    使用道具 举报

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

    本版积分规则

    关闭

    幸运抽奖

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

    立即查看

    聊天机器人
    Loading...

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

    GMT+8, 2025-1-16 14:53 , Processed in 0.069156 second(s), 58 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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