Update modifier-type.json
This commit is contained in:
parent
745ab67050
commit
92835985fe
|
@ -68,6 +68,20 @@
|
||||||
"BaseStatBoosterModifierType": {
|
"BaseStatBoosterModifierType": {
|
||||||
"description": "ポケモンの{{stat}}のきほんステータスを10パーセントあげる。こたいちがたかいほどスタックのげんかいもたかくなる。"
|
"description": "ポケモンの{{stat}}のきほんステータスを10パーセントあげる。こたいちがたかいほどスタックのげんかいもたかくなる。"
|
||||||
},
|
},
|
||||||
|
"PokemonBaseStatTotalModifierType": {
|
||||||
|
"name": "Shuckle Juice",
|
||||||
|
"description": "{{increaseDecrease}} all of the holder's base stats by {{statValue}}. You were {{blessCurse}} by the Shuckle.",
|
||||||
|
"extra": {
|
||||||
|
"increase": "Increases",
|
||||||
|
"decrease": "Decreases",
|
||||||
|
"blessed": "blessed",
|
||||||
|
"cursed": "cursed"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PokemonBaseStatFlatModifierType": {
|
||||||
|
"name": "Old Gateau",
|
||||||
|
"description": "Increases the holder's {{stats}} base stats by {{statValue}}. Found after a strange dream."
|
||||||
|
},
|
||||||
"AllPokemonFullHpRestoreModifierType": {
|
"AllPokemonFullHpRestoreModifierType": {
|
||||||
"description": "すべてのポケモンのHPを100パーセントかいふくする"
|
"description": "すべてのポケモンのHPを100パーセントかいふくする"
|
||||||
},
|
},
|
||||||
|
@ -401,7 +415,13 @@
|
||||||
"ENEMY_FUSED_CHANCE": {
|
"ENEMY_FUSED_CHANCE": {
|
||||||
"name": "フュージョントークン",
|
"name": "フュージョントークン",
|
||||||
"description": "やせいのポケモンがフュージョンするかくりつを1%ふやす"
|
"description": "やせいのポケモンがフュージョンするかくりつを1%ふやす"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"MYSTERY_ENCOUNTER_SHUCKLE_JUICE": { "name": "Shuckle Juice" },
|
||||||
|
"MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "Black Sludge", "description": "The stench is so powerful that shops will only sell you items at a steep cost increase." },
|
||||||
|
"MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "Macho Brace", "description": "Defeating a Pokémon grants the holder a Macho Brace stack. Each stack slightly boosts stats, with an extra bonus at max stacks." },
|
||||||
|
"MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "Old Gateau", "description": "Increases the holder's {{stats}} stats by {{statValue}}." },
|
||||||
|
"MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "Golden Bug Net", "description": "Imbues the owner with luck to find Bug Type Pokémon more often. Has a strange heft to it." }
|
||||||
},
|
},
|
||||||
"SpeciesBoosterItem": {
|
"SpeciesBoosterItem": {
|
||||||
"LIGHT_BALL": {
|
"LIGHT_BALL": {
|
||||||
|
|
Loading…
Reference in New Issue