Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Solaris333 committed Aug 3, 2023
1 parent 50afef4 commit 153d9b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions common/data/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -116105,9 +116105,9 @@ window.details = {
description: [
"Adds 3% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV",
"Adds 4% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV",
"Adds 5% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV",
"Adds 6% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV",
"Adds 8% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV",
"Adds 10% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV"
"Adds 7% of this character's base ATK, HP and RCV to the supported character's base ATK, HP and RCV"
]
}
]
Expand Down Expand Up @@ -126980,9 +126980,9 @@ window.details = {
description: [
"Once per adventure, when you reach the final stage, changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 1 turn and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 1 turn, reduces enemies Threshold Damage Reduction duration by 1 turn and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 2 turns, reduces enemies Threshold Damage Reduction duration by 2 turns and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 3 turns, reduces enemies Threshold Damage Reduction duration by 3 turns and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs."
"Once per adventure, when you reach the final stage, reduces Bind duration by 1 turn, reduces enemies' Threshold Damage Reduction duration by 1 turn and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 2 turns, reduces enemies' Threshold Damage Reduction duration by 2 turns and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs.",
"Once per adventure, when you reach the final stage, reduces Bind duration by 3 turns, reduces enemies' Threshold Damage Reduction duration by 3 turns and changes [STR], [DEX], [QCK], [PSY], [INT] and [BLOCK] orbs of middle row characters into Matching orbs."
]
}
]
Expand Down
20 changes: 10 additions & 10 deletions common/data/matchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5331,7 +5331,7 @@ let matchers = {
},

{
name: 'Buff Reduction: End of Turn Heal',
name: 'End of Turn Heal',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies[^."]+?End of Turn Heal[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5350,7 +5350,7 @@ let matchers = {
},

{
name: 'Buff Reduction: End of Turn Damage/Percent Cut',
name: 'End of Turn Damage/Percent Cut',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies[^."]+?End of Turn Damage\/Percent Cut[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5369,7 +5369,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Enrage',
name: 'Enrage',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies[^."]+?Enrage[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5388,7 +5388,7 @@ let matchers = {
},

{
name: 'Buff Reduction: ATK UP',
name: 'ATK UP',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?ATK UP[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5407,7 +5407,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Increased Defense',
name: 'Increased Defense',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Increased Defense[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5426,7 +5426,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Percent Damage Reduction',
name: 'Percent Damage Reduction',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Percent Damage Reduction[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5445,7 +5445,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Damage Nullification',
name: 'Damage Nullification',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Damage Nullification[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5464,7 +5464,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Threshold Damage Reduction',
name: 'Threshold Damage Reduction',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Threshold Damage Reduction[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5483,7 +5483,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Barrier',
name: 'Barrier',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Barrier[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand All @@ -5502,7 +5502,7 @@ let matchers = {
},

{
name: 'Buff Reduction: Resilience',
name: 'Resilience',
targets: [ 'special', 'superSpecial', 'swap', 'support' ],
regex: /(?:reduces|removes) enemies'[^."]+?Resilience[^."]+?duration (?:by ([?\d]+)(?:-([?\d]+))? turns?|(completely))(?:, by ([?\d]+)(?:-([?\d]+))? turns?)?/i,
submatchers: [
Expand Down

0 comments on commit 153d9b8

Please sign in to comment.