Skip to content

Commit

Permalink
💄 feat: add flavor text to sexes
Browse files Browse the repository at this point in the history
  • Loading branch information
restrainhalation authored Jun 22, 2024
1 parent de7092f commit a72349c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants/sexes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const SEXES: Sex[] = [
physical: { agility: 0, dexterity: 0, intelligence: 0, mind: 0, strength: 1, vitality: 0 },
mental: { aggressive: 0.5, brave: 0.0, cautious: 0.0, cheerful: 0.0, trickish: 0.0 },
icon: IconGenderMale,
flavorText: '男が漢であるとは限らない。',
},
{
id: 2,
Expand All @@ -20,5 +21,6 @@ export const SEXES: Sex[] = [
physical: { agility: 0, dexterity: 1, intelligence: 0, mind: 0, strength: 0, vitality: 0 },
mental: { aggressive: 0.0, brave: 0.0, cautious: 0.5, cheerful: 0.0, trickish: 0.0 },
icon: IconGenderFemale,
flavorText: '女三人寄らば…',
},
];

0 comments on commit a72349c

Please sign in to comment.