mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feature:%XX伤害
This commit is contained in:
parent
83ca22c3b8
commit
9b7e609f6a
35 changed files with 1849 additions and 114 deletions
|
|
@ -30,7 +30,11 @@ export const buffs = [
|
|||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ name: '灼烧', type: '灼烧' },
|
||||
{ name: '普攻:火力镇压四段', type: 'AQ4' },
|
||||
{
|
||||
name: '普攻:火力镇压四段',
|
||||
isMain: true,
|
||||
type: 'AQ4'
|
||||
},
|
||||
{ name: '闪避反击:逆火', type: 'CF' },
|
||||
{ name: '强化特殊技:盛燃烈火', type: 'EQ' },
|
||||
{ name: '连携技:昂扬烈焰', type: 'RL' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue