mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
parent
59066946eb
commit
1d0ee28120
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"DamageAchv": {
|
"DamageAchv": {
|
||||||
"description": "在单次攻击中造成 {{damageAmount}} 点伤害"
|
"description": "在单次攻击中造成\n {{damageAmount}} 点伤害"
|
||||||
},
|
},
|
||||||
"250_DMG": {
|
"250_DMG": {
|
||||||
"name": "重拳出击"
|
"name": "重拳出击"
|
||||||
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"HealAchv": {
|
"HealAchv": {
|
||||||
"description": "通过技能、能力或携带的道具一次性治疗 {{healAmount}} {{HP}}点"
|
"description": "通过技能、能力或携带的道具\n一次性治疗 {{healAmount}} {{HP}}点"
|
||||||
},
|
},
|
||||||
"250_HEAL": {
|
"250_HEAL": {
|
||||||
"name": "新手奶妈"
|
"name": "新手奶妈"
|
||||||
@ -88,11 +88,11 @@
|
|||||||
|
|
||||||
"TRANSFER_MAX_STAT_STAGE": {
|
"TRANSFER_MAX_STAT_STAGE": {
|
||||||
"name": "团队协作",
|
"name": "团队协作",
|
||||||
"description": "在一项属性强化至最大时用接力棒传递给其他宝可梦"
|
"description": "在一项属性强化至最大时用\n接力棒传递给其他宝可梦"
|
||||||
},
|
},
|
||||||
"MAX_FRIENDSHIP": {
|
"MAX_FRIENDSHIP": {
|
||||||
"name": "亲密无间",
|
"name": "亲密无间",
|
||||||
"description": "使一只宝可梦的亲密度达到最大值"
|
"description": "使一只宝可梦的亲密度\n达到最大值"
|
||||||
},
|
},
|
||||||
"MEGA_EVOLVE": {
|
"MEGA_EVOLVE": {
|
||||||
"name": "大变身",
|
"name": "大变身",
|
||||||
@ -112,7 +112,7 @@
|
|||||||
},
|
},
|
||||||
"SPLICE": {
|
"SPLICE": {
|
||||||
"name": "无限融合",
|
"name": "无限融合",
|
||||||
"description": "使用基因之楔将两只宝可梦融合在一起"
|
"description": "使用基因之楔将两只宝可梦\n融合在一起"
|
||||||
},
|
},
|
||||||
"MINI_BLACK_HOLE": {
|
"MINI_BLACK_HOLE": {
|
||||||
"name": "一大洞的道具",
|
"name": "一大洞的道具",
|
||||||
@ -136,7 +136,7 @@
|
|||||||
},
|
},
|
||||||
"SHINY_PARTY": {
|
"SHINY_PARTY": {
|
||||||
"name": "呕心沥血",
|
"name": "呕心沥血",
|
||||||
"description": "拥有一支由闪光宝可梦组成的满员队伍"
|
"description": "拥有一支由闪光宝可梦组成\n的满员队伍"
|
||||||
},
|
},
|
||||||
"HATCH_MYTHICAL": {
|
"HATCH_MYTHICAL": {
|
||||||
"name": "幻兽蛋",
|
"name": "幻兽蛋",
|
||||||
@ -144,7 +144,7 @@
|
|||||||
},
|
},
|
||||||
"HATCH_SUB_LEGENDARY": {
|
"HATCH_SUB_LEGENDARY": {
|
||||||
"name": "二级传说蛋",
|
"name": "二级传说蛋",
|
||||||
"description": "从蛋中孵化出一只二级传说宝可梦"
|
"description": "从蛋中孵化出一只二级传说\n宝可梦"
|
||||||
},
|
},
|
||||||
"HATCH_LEGENDARY": {
|
"HATCH_LEGENDARY": {
|
||||||
"name": "传说蛋",
|
"name": "传说蛋",
|
||||||
@ -156,19 +156,19 @@
|
|||||||
},
|
},
|
||||||
"HIDDEN_ABILITY": {
|
"HIDDEN_ABILITY": {
|
||||||
"name": "隐藏实力",
|
"name": "隐藏实力",
|
||||||
"description": "捕捉一只拥有隐藏特性的宝可梦"
|
"description": "捕捉一只拥有隐藏特性\n的宝可梦"
|
||||||
},
|
},
|
||||||
"PERFECT_IVS": {
|
"PERFECT_IVS": {
|
||||||
"name": "合格证",
|
"name": "合格证",
|
||||||
"description": "获得一只拥有完美个体值的宝可梦"
|
"description": "获得一只拥有完美个体值\n的宝可梦"
|
||||||
},
|
},
|
||||||
"CLASSIC_VICTORY": {
|
"CLASSIC_VICTORY": {
|
||||||
"name": "战无不胜",
|
"name": "战无不胜",
|
||||||
"description": "在经典模式中通关游戏"
|
"description": "在经典模式中通关游戏"
|
||||||
},
|
},
|
||||||
"UNEVOLVED_CLASSIC_VICTORY": {
|
"UNEVOLVED_CLASSIC_VICTORY": {
|
||||||
"name": "带孩子来上班",
|
"name": "带孩上班",
|
||||||
"description": "通关经典模式时队伍中至少有一名未进化的宝可梦"
|
"description": "通关经典模式时队伍中至少有\n一名未进化的宝可梦"
|
||||||
},
|
},
|
||||||
|
|
||||||
"MONO_GEN_ONE": {
|
"MONO_GEN_ONE": {
|
||||||
|
Loading…
Reference in New Issue
Block a user