Skip to content

Commit 3e38453

Browse files
committed
「仕切り直し」をゲーム側の変更に合わせて変更
1 parent 68f2ea6 commit 3e38453

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/data/cards.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5976,6 +5976,10 @@ export const cardsAsConst = [
59765976
amount: 1,
59775977
},
59785978
},
5979+
{
5980+
kind: "drawCards",
5981+
amount: 2,
5982+
},
59795983
],
59805984
usableOncePerLesson: true,
59815985
},

src/text-generation.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ describe("generateCardDescription", () => {
270270
"手札をすべて入れ替える",
271271
"{{消費体力減少}}4ターン",
272272
"{{スキルカード使用数追加}}+1",
273+
"スキルカードを2枚引く",
273274
"{{レッスン中1回}}{{重複不可}}",
274275
].join("\n"),
275276
},

0 commit comments

Comments
 (0)