Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kjirou committed Sep 22, 2024
1 parent 1f0e65e commit fef2d90
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/data/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7688,6 +7688,33 @@ export const cardsAsConst = [
{},
],
},
{
id: "tsukiyonoranuei",
name: "月夜のランウェイ",
cardPossessionKind: "logic",
cardSummaryKind: "active",
cardProviderKind: "idol",
keywords: ["tsukiyonoranwei"],
nonDuplicative: true,
rarity: "ssr",
contents: [
{
cost: { kind: "normal", value: 6 },
effects: [
{
kind: "getModifier",
modifier: { kind: "motivation", amount: 3 },
},
],
usableOncePerLesson: true,
},
{},
// TODO: ++
{},
// TODO: +++
{},
],
},
{
id: "hanamoyukisetsu",
name: "花萌ゆ季節",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export type ReactiveEffectTrigger = Readonly<
* - 状態修正の例
* - 「夏の宵の線香花火」は、「以降、元気効果のスキルカード使用後、好印象+1」
* - 効果発動時点の参考動画: https://youtu.be/3bzWi4m19oo?si=lYYdgowS72ZLICL1&t=13
* - 「月夜のランウェイ」は、「以降、好印象効果のスキルカード使用後、好印象の30%分パラメータ上昇」
* - Pアイテムの例
* - 「テクノドッグ」は、「スキルカード使用後やる気が3以上の場合、やる気+2」
* - 「ビッグドリーム貯金箱」は、「スキルカード使用後好印象が6以上の場合、好印象+3」
Expand Down

0 comments on commit fef2d90

Please sign in to comment.