Skip to content

Commit

Permalink
ヘルプ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
elleonard committed Jun 3, 2023
1 parent a05aa71 commit 7796900
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions src/codes/StateBuffOnBattleStart/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,27 +131,21 @@ DarkPlasma_StateBuffOnBattleStart:
help:
ja: |
任意のアクター、職業、装備、ステート、敵キャラのメモ欄に
指定のタグを記述することで戦闘開始時にステート、強化、弱体がかかります
指定のタグを記述することで戦闘開始時にステート、強化、弱体がかかる特徴を追加します
アクター: そのアクターであれば自身に
職業: その職業であれば自身に
装備: その武器/防具を装備していれば自身に
ステート: 戦闘開始時にすでにステートにかかっていれば自身に
敵キャラ: そのエネミーであれば自身に(敵キャラにステート、強化、弱体がかかる)
<StateOnBattleStartId: id1, id2, id3, ...>
戦闘開始時にステートにかかる
IDはプラグインパラメータで設定したもの
<StateOnBattleStartId: 1>
戦闘開始時にステートにかかります。
1はプラグインパラメータで設定したID
カンマ区切りで複数指定可能
<StateOnBattleStartRandom>
StateOnBattleStartIdメモタグで指定したIDの中から
ランダムに1つ選択してかかる
ランダムに1つ選択してかかります。
<BuffOnBattleStartId: id1, id2, id3, ...>
戦闘開始時に強化・弱体にかかる
IDはプラグインパラメータで設定したもの
<BuffOnBattleStartId: 1>
戦闘開始時に強化・弱体にかかります。
1はプラグインパラメータで設定したID
<BuffOnBattleStartRandom>
BuffOnBattleStartIdメモタグで指定したIDの中から
ランダムに1つ選択してかかる
ランダムに1つ選択してかかります。

0 comments on commit 7796900

Please sign in to comment.