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: '年の功よりは亀の甲の方が…', }, ];