Skip to content

Commit

Permalink
依存関係を明記
Browse files Browse the repository at this point in the history
  • Loading branch information
elleonard committed Feb 20, 2024
1 parent b7caf0e commit 69b9863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/codes/CriticalDamageRateTrait/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export const config = new ConfigDefinitionBuilder(
.withHistories(histories)
.withLicense("MIT")
.withParameters(parameters)
.withBaseDependency({
name: "DarkPlasma_AllocateUniqueTraitId",
version: "1.0.1",
})
.withOrderAfterDependency({
name: "DarkPlasma_AllocateUniqueTraitId",
})
.withHelp(dedent`会心ダメージ率の特徴を設定できます。
アクター、職業、スキル、武器、防具、敵キャラ、ステートのメモ欄に
Expand Down

0 comments on commit 69b9863

Please sign in to comment.