generated from sealdice/sealdice-js-ext-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
367 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## ⚠️注意⚠️ | ||
|
||
由于大量术语发生变动,导致人物卡的数据存储格式改变,从 `v0.2.0` 之前版本升级而来的话,会出现数据不匹配。可以通过 `.st clr` 清空旧人物卡属性,参考最新术语翻译,重新创建人物卡。 | ||
|
||
## 功能 | ||
|
||
- 参考官方中文《快速开始》(Ver.0.11030),修改大量术语。 | ||
- 增加 `.eval` 命令用于重新核算属性骰(详见 README)。 | ||
- 增加配置项,允许修改属性别名,例如使用「灵巧」代替「敏捷」。**修改后必须重载插件!**(详见 README)。 | ||
- 增加自动群名片模版 `fuD`,示例:`角色名 HP50/50 MP50/50 D6 I10 M6 W10` | ||
|
||
## 修复 | ||
|
||
- 修复了从 DND 规则(`.set dnd`)切换到 FU 规则(`.set fu`)时,`.st` 出错的问题。 | ||
- 修复了自动群名片(`.sn fu/fuS`)中,物防显示不正确的问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
// ==UserScript== | ||
// @name 最终物语规则 | ||
// @author Mint Cider | ||
// @version 0.1.1 | ||
// @version 0.2.0 | ||
// @description 为海豹添加最终物语规则。详细使用说明见项目主页 README。 | ||
// @timestamp 1728458200 | ||
// @timestamp 1730568900 | ||
// @license MIT | ||
// @homepageURL https://github.com/MintCider/seal-fu | ||
// @updateUrl https://github.com/MintCider/seal-fu/releases/latest/download/seal-fu.js | ||
// @sealVersion >=1.2.0-0 | ||
// ==/UserScript== | ||
|
||
// # v0.1.1 更新日志 | ||
// # v0.2.0 更新日志 | ||
// ## ⚠️注意⚠️ | ||
// | ||
// ## 功能 | ||
// | ||
// - 增加 `.fu` 命令用于总览最终物语相关指令。 | ||
// | ||
// # v0.1.0 更新日志 | ||
// 由于大量术语发生变动,导致人物卡的数据存储格式改变,从 `v0.2.0` 之前版本升级而来的话,会出现数据不匹配。可以通过 `.st clr` 清空旧人物卡属性,参考最新术语翻译,重新创建人物卡。 | ||
// | ||
// ## 功能 | ||
// | ||
// - 适配海豹核心 `.st` 命令,可以通过 `.st` 设定人物卡属性。 | ||
// - 增加 `.rc` 命令用于检定掷骰。 | ||
// - 增加 `.ri` 命令用于先攻掷骰。 | ||
// - 增加 `.buff` 命令用于附加状态效果。 | ||
// - 增加 `.ds` 命令用于临时修改属性骰大小。 | ||
// - 增加 `.bond` 命令用于记录牵绊。 | ||
// - 增加 `.clk` 命令用于记录命刻。 | ||
// - 参考官方中文《快速开始》(Ver.0.11030),修改大量术语。 | ||
// - 增加 `.eval` 命令用于重新核算属性骰(详见 README)。 | ||
// - 增加配置项,允许修改属性别名,例如使用「灵巧」代替「敏捷」。**修改后必须重载插件!**(详见 README)。 | ||
// - 增加自动群名片模版 `fuD`,示例:`角色名 HP50/50 MP50/50 D6 I10 M6 W10` | ||
// | ||
// ## 修复 | ||
// | ||
// 请参考 README 或帮助文本(`.<command> help`)使用以上命令。 | ||
// - 修复了从 DND 规则(`.set dnd`)切换到 FU 规则(`.set fu`)时,`.st` 出错的问题。 | ||
// - 修复了自动群名片(`.sn fu/fuS`)中,物防显示不正确的问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.