Skip to content

Commit

Permalink
feat: add ver15 skills
Browse files Browse the repository at this point in the history
  • Loading branch information
isoden committed Sep 4, 2023
1 parent 4bd786b commit eb330c1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/data/src/lib/models/skill/skill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,12 @@ export const SkillNames = z.enum([
'粉塵纏',
'冰気錬成',
'龍気変換',
'天衣無崩',
'狂竜症【翔】',
'血氣覚醒',
'奮闘',
'緩衝',
'激励',
])
export type SkillNames = z.infer<typeof SkillNames>

Expand Down
30 changes: 30 additions & 0 deletions libs/data/src/lib/models/skill/skills-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,24 @@ export const skills: readonly Skill[] = [
max: 3,
color: SkillColor.White,
},
{
name: '天衣無崩',
keywords: ['てんいむほう'],
max: 3,
color: SkillColor.White,
},
{
name: '狂竜症【翔】',
keywords: ['きょうりゅうしょう【しょう】'],
max: 3,
color: SkillColor.Green,
},
{
name: '血氣覚醒',
keywords: ['けっきかくせい'],
max: 3,
color: SkillColor.Red,
},
{
name: '龍気変換',
keywords: ['りゅうきへんかん'],
Expand All @@ -853,4 +871,16 @@ export const skills: readonly Skill[] = [
max: 3,
color: SkillColor.Red,
},
{
name: '緩衝',
keywords: ['かんしょう'],
max: 1,
color: SkillColor.Gray,
},
{
name: '激励',
keywords: ['げきれい'],
max: 1,
color: SkillColor.White,
},
]

1 comment on commit eb330c1

@vercel
Copy link

@vercel vercel bot commented on eb330c1 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.