Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions ui/raidboss/data/07-dt/ultimate/dancing_mad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8290,33 +8290,40 @@ const triggerSet: TriggerSet<Data> = {
bigAoe: Outputs.bigAoe,
you: {
en: 'YOU',
cn: '你',
ko: '나',
},
bombStack: {
en: '${mech1} + ${mech2}',
cn: '${mech1} + ${mech2}',
ko: '${mech1} + ${mech2}',
},
forkBomb: {
en: '${mech1} + ${mech2}',
cn: '${mech1} + ${mech2}',
ko: '${mech1} + ${mech2}',
},
compressedBomb: {
en: '${mech1} + ${mech2}',
cn: '${mech1} + ${mech2}',
ko: '${mech1} + ${mech2}',
},
noDebuff: Outputs.stackMarker,
stack: Outputs.stackMarker,
spread: Outputs.spread,
bomb: {
en: 'Stillness',
cn: '停停停',
ko: '정지',
},
fakeBomb: {
en: 'Motion',
cn: '动动动',
ko: '움직이기',
},
aoeThenMech: {
en: '${aoe} => ${mech}',
cn: '${aoe} => ${mech}',
ko: '${aoe} => ${mech}',
},
},
Expand Down Expand Up @@ -8963,7 +8970,6 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {
'Black Hole': '黑洞',
'Chaos': '卡奥斯',
Expand All @@ -8977,13 +8983,27 @@ const triggerSet: TriggerSet<Data> = {
'\\(Chaos': '(卡奥斯',
'\\(Exdeath': '(艾克斯迪司',
'\\(Pop Window\\)': '(引爆)',
'--1st tower--': '--第一轮塔--',
'--2nd tower--': '--第二轮塔--',
'--3rd tower--': '--第三轮塔--',
'--accretion\\?--': '--混沌之泥土?--',
'--both targetable--': '--都可选中--',
'--Chaos untargetable\\?--': '--卡奥斯不可选中?--',
'--Exdeath untargetable\\?--': '--艾克斯迪司不可选中?--',
'--first debuffs--': '--第一轮 Debuff--',
'--Flood Tell ': '--洪水预兆',
'--jump baited--': '--诱导跳跃--',
'--long debuffs--': '--长 Debuff--',
'--middle\\?--': '--中间?--',
'--numbers--': '--麻将--',
'--second debuffs--': '--第二轮 Debuff--',
'--short debuffs--': '--短 Debuff--',
'--single target--': '--单目标--',
'tether--': '线--',
'tethers--': '线--',
'--targetable\\?--': '--可选中?--',
'--third debuffs--': '--第三轮 Debuff--',
'--twisters/donuts\\?--': '--旋风/月环?--',
'--untargetable\\?--': '--不可选中?--',
'Accretion Earthquake': '混沌之泥土 地震',
'Aero III Assault': '疼飕飕暴风',
Expand All @@ -8994,7 +9014,6 @@ const triggerSet: TriggerSet<Data> = {
'Black Antilight': '死者暗黑光',
'Black Hole': '黑洞',
'Black Spark': '暗黑火花',
'Blackblood': '흑혈',
'Blizzard III(?! Blowout)': '冰封',
'Blizzard III Blowout': '扩大大冰封',
'Bowels of Agony': '深层痛楚',
Expand All @@ -9021,7 +9040,7 @@ const triggerSet: TriggerSet<Data> = {
'Flagrant Fire III': '呼啦啦爆炎',
'(?<! )Flare(?! )': '核爆',
'Flare Diffusion': '核爆扩散',
'(?<! )Flood(?! )': '洪水',
'(?<! )Flood(?! of| tell)': '洪水',
'Flood of Naught': '无之泛滥',
'Forsaken(?! [BGN])': '遗弃末世',
'Forsaken Bonds': '遗弃末狱',
Expand Down