Skip to content

Commit

Permalink
小説版ココフォリア駒加工ツールを修正
Browse files Browse the repository at this point in the history
追加装備用のステータスを追加
denkiuo604 committed Jul 26, 2024
1 parent e667977 commit 81f71f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/novel/CcfoliaFormat.tsx
Original file line number Diff line number Diff line change
@@ -85,6 +85,15 @@ const CcfoliaFormat = () => {
}
})

// 禍津を所持している場合はステータスに死穢レベルを追加する
if (magatsuSkill) {
charJson.data.status?.push({
label: "死穢",
value: 0,
max: 0,
})
}

// チャットパレット作成
charJson.data.commands = createOutputChatPalette(
charJson.data.commands ?? "",

0 comments on commit 81f71f5

Please sign in to comment.