Skip to content

Commit

Permalink
Merge pull request #50 from Adri1/multi-lens-rework
Browse files Browse the repository at this point in the history
[Mirror] [EN] Multi-Lens description update
  • Loading branch information
Adri1 authored Nov 11, 2024
2 parents d0c1374 + ca7633f commit 4742f6f
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion de/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "Erhöht die Genauigkeit der Angriffe um {{accuracyAmount}} (maximal 100)."
},
"PokemonMultiHitModifierType": {
"description": "Attacken treffen ein weiteres mal mit einer Reduktion von 60/75/82,5% der Stärke."
"description": "Wandelt 25 % des Schadens von den Attacken des Trägers in einen zusätzlichen Treffer um."
},
"TmModifierType": {
"name": "TM{{moveId}} - {{moveName}}",
Expand Down
2 changes: 1 addition & 1 deletion en/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "Increases move accuracy by {{accuracyAmount}} (maximum 100)."
},
"PokemonMultiHitModifierType": {
"description": "Attacks hit one additional time at the cost of a 60/75/82.5% power reduction per stack respectively."
"description": "Converts 25% of damage from the holder's attacks into an additional strike."
},
"TmModifierType": {
"name": "TM{{moveId}} - {{moveName}}",
Expand Down
3 changes: 0 additions & 3 deletions es-ES/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"PokemonMoveAccuracyBoosterModifierType": {
"description": "Aumenta la precisión de los movimiento en un {{accuracyAmount}} (máximo 100)."
},
"PokemonMultiHitModifierType": {
"description": "Los ataques golpean una vez más a costa de una reducción de poder del 60/75/82,5% por cada objeto."
},
"TmModifierType": {
"name": "MT{{moveId}} - {{moveName}}",
"description": "Enseña {{moveName}} a un Pokémon."
Expand Down
2 changes: 1 addition & 1 deletion fr/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "Augmente de {{accuracyAmount}} la précision des capacités (maximum 100)."
},
"PokemonMultiHitModifierType": {
"description": "Frappe une fois de plus en échange d’une baisse de puissance de respectivement 60/75/82,5% par cumul."
"description": "Le porteur convertit 25% des dégâts d’une attaque en frappe supplémentaire."
},
"TmModifierType": {
"name": "CT{{moveId}} - {{moveName}}",
Expand Down
3 changes: 0 additions & 3 deletions it/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"PokemonMoveAccuracyBoosterModifierType": {
"description": "Aumenta la precisione delle mosse di {{accuracyAmount}} (massimo 100)."
},
"PokemonMultiHitModifierType": {
"description": "Gli attacchi colpiscono una volta in più al costo di una riduzione di potenza del 60/75/82,5% per mossa."
},
"TmModifierType": {
"name": "MT{{moveId}} - {{moveName}}.",
"description": "Insegna {{moveName}} a un Pokémon."
Expand Down
3 changes: 0 additions & 3 deletions ja/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"PokemonMoveAccuracyBoosterModifierType": {
"description": "技の 命中率を {{accuracyAmount}} 増やす (最大 100)"
},
"PokemonMultiHitModifierType": {
"description": "持たせると 攻撃が もう一度 当たるが、 威力が 減る (1個: 60%減る/ 2個: 75%減る/ 3個: 82.5%減る)"
},
"TmModifierType": {
"name": "TM{{moveId}}\n{{moveName}}",
"description": "ポケモンに {{moveName}}を 教える"
Expand Down
2 changes: 1 addition & 1 deletion ko/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "기술의 명중률이 {{accuracyAmount}} 증가한다. (최대 100)"
},
"PokemonMultiHitModifierType": {
"description": "지닌 개수(최대 3개)마다 추가 공격을 하는 대신, 공격력이 60%(1개)/75%(2개)/82.5%(3개)만큼 감소합니다."
"description": "지니게 된 포켓몬은 공격한 데미지의 25%로 한 번 더 공격한다."
},
"TmModifierType": {
"name": "No.{{moveId}} {{moveName}}",
Expand Down
3 changes: 0 additions & 3 deletions pt-BR/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"PokemonMoveAccuracyBoosterModifierType": {
"description": "Aumenta a precisão dos movimentos em {{accuracyAmount}} (máximo 100)."
},
"PokemonMultiHitModifierType": {
"description": "Ataques acertam uma vez adicional ao custo de uma redução de poder de 60/75/82.5% por item, respectivamente."
},
"TmModifierType": {
"name": "TM{{moveId}} - {{moveName}}",
"description": "Ensina {{moveName}} a um Pokémon."
Expand Down
2 changes: 1 addition & 1 deletion zh-CN/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "招式命中率增加{{accuracyAmount}}(最大100)。"
},
"PokemonMultiHitModifierType": {
"description": "伤害降低60/75/82.5%的同时造成2/3/4次伤害"
"description": "将持有者本次伤害的25%转化为一次独立的攻击"
},
"TmModifierType": {
"name": "招式学习器\n{{moveId}} - {{moveName}}",
Expand Down
2 changes: 1 addition & 1 deletion zh-TW/modifier-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"description": "招式命中率增加{{accuracyAmount}} (最大100)。"
},
"PokemonMultiHitModifierType": {
"description": "攻擊以60/75/82.5%的傷害造成2/3/4次傷害"
"description": "將持有者本次傷害的25%轉化為一次獨立的攻擊"
},
"TmModifierType": {
"name": "招式學習器 {{moveId}} - {{moveName}}",
Expand Down

0 comments on commit 4742f6f

Please sign in to comment.