From 854211a5db2c8741ac11380249fe013abb175e0b Mon Sep 17 00:00:00 2001 From: restrainhalation <168318744+restrainhalation@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:33:07 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=93=20feat:=20add=20flavor=20text=20to?= =?UTF-8?q?=20periods?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/periods.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/periods.ts b/constants/periods.ts index a553044..7a1f835 100644 --- a/constants/periods.ts +++ b/constants/periods.ts @@ -12,6 +12,7 @@ export const PERIODS: Period[] = [ physical: { agility: 1, dexterity: 1, intelligence: 0, mind: 0, strength: -1, vitality: -1 }, mental: { aggressive: 0.0, brave: 0.0, cautious: -0.5, cheerful: 0.5, trickish: 0.0 }, coupons: [], + flavorText: '痛みは、知っておこう。', }, { id: 2, @@ -23,6 +24,7 @@ export const PERIODS: Period[] = [ physical: { agility: 0, dexterity: 0, intelligence: 0, mind: 0, strength: 0, vitality: 0 }, mental: { aggressive: 0.0, brave: 0.0, cautious: 0.0, cheerful: 0.0, trickish: 0.0 }, coupons: [], + flavorText: '無茶も苦労も出来る内が華…?', }, { id: 3, @@ -36,6 +38,7 @@ export const PERIODS: Period[] = [ coupons: [ { name: '熟練', points: 2 }, ], + flavorText: '心を無くさないで?', }, { id: 4, @@ -49,5 +52,6 @@ export const PERIODS: Period[] = [ coupons: [ { name: '老獪', points: 4 }, ], + flavorText: '年の功よりは亀の甲の方が…', }, ];