mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
parent
ac3f33bce1
commit
610979b56c
@ -95,7 +95,7 @@
|
|||||||
"description": "招式命中率增加{{accuracyAmount}}(最大100)。"
|
"description": "招式命中率增加{{accuracyAmount}}(最大100)。"
|
||||||
},
|
},
|
||||||
"PokemonMultiHitModifierType": {
|
"PokemonMultiHitModifierType": {
|
||||||
"description": "攻击以40/25/12.5%的伤害造成2/3/4次伤害"
|
"description": "攻击以40/25/17.5%的伤害造成2/3/4次伤害。"
|
||||||
},
|
},
|
||||||
"TmModifierType": {
|
"TmModifierType": {
|
||||||
"name": "招式学习器\n{{moveId}} - {{moveName}}",
|
"name": "招式学习器\n{{moveId}} - {{moveName}}",
|
||||||
@ -314,19 +314,19 @@
|
|||||||
},
|
},
|
||||||
"BERRY_POUCH": {
|
"BERRY_POUCH": {
|
||||||
"name": "树果袋",
|
"name": "树果袋",
|
||||||
"description": "使用树果时有30%的几率不会消耗树果。"
|
"description": "使用树果时增加30%的几率不会消耗树果。"
|
||||||
},
|
},
|
||||||
"FOCUS_BAND": {
|
"FOCUS_BAND": {
|
||||||
"name": "气势头带",
|
"name": "气势头带",
|
||||||
"description": "携带该道具的宝可梦有10%几率在受到攻击\n而将陷入濒死状态时,保留1点HP不陷入濒死状态。"
|
"description": "携带该道具的宝可梦增加10%几率在受到攻击\n而将陷入濒死状态时,保留1点HP不陷入濒死状态。"
|
||||||
},
|
},
|
||||||
"QUICK_CLAW": {
|
"QUICK_CLAW": {
|
||||||
"name": "先制之爪",
|
"name": "先制之爪",
|
||||||
"description": "有10%的几率无视速度优先使出招式\n(先制技能优先)。"
|
"description": "增加10%的几率无视速度优先使出招式\n(先制技能优先)。"
|
||||||
},
|
},
|
||||||
"KINGS_ROCK": {
|
"KINGS_ROCK": {
|
||||||
"name": "王者之证",
|
"name": "王者之证",
|
||||||
"description": "使用任意原本不会造成畏缩状态的攻击,\n有10%几率使目标陷入畏缩状态。"
|
"description": "使用任意原本不会造成畏缩状态的攻击,\n增加10%几率使目标陷入畏缩状态。"
|
||||||
},
|
},
|
||||||
"LEFTOVERS": {
|
"LEFTOVERS": {
|
||||||
"name": "吃剩的东西",
|
"name": "吃剩的东西",
|
||||||
|
Loading…
Reference in New Issue
Block a user