Skip to content

Commit

Permalink
Add EB-48G Hraesvelgr's skill effects
Browse files Browse the repository at this point in the history
  • Loading branch information
harry0000 committed Mar 23, 2024
1 parent 52c7b9e commit 79ec095
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/unitSkillData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17100,6 +17100,15 @@ export const unitSkillData: UnitSkillData = {
heavy_type_damage_up: { base: { milliPercentage: 20000 }, per_lv_up: { milliPercentage: 2000 }, term: { for_rounds: 1 } }
}
}
}, {
conditions: [{ trigger: 'start_round' }],
target: { kind: 'ally', conditions: [123] },
details: {
target: {
light_type_damage_up: { milliPercentage: 5000, term: { for_rounds: 1 } },
heavy_type_damage_up: { milliPercentage: 5000, term: { for_rounds: 1 } }
}
}
}, {
conditions: [{ trigger: 'start_round' }],
target: { kind: 'ally', conditions: ['sky_knights'] },
Expand Down

0 comments on commit 79ec095

Please sign in to comment.