modifed by new script

This commit is contained in:
sodamelon 2024-09-25 20:46:20 +09:00
parent ebfa0fae81
commit e01f7dea97

View File

@ -1,24 +1,24 @@
{ {
"intro": "훈련에 쓸 만한 물건들을 발견했다.", "intro": "훈련에 쓸 만한 물건들을 발견했다.",
"title": "트레이닝 시간", "title": "트레이닝 시간",
"description": "발견한 기구들은 포켓몬들을 훈련시키는 데 쓸 수 있을 것 같습니다!\n@[TOOLTIP_TITLE]{선택한 1마리를 상대로, 나머지 포켓몬과 함께} 배틀로 훈련해 보면 어떨까요?", "description": "발견한 기구들은 포켓몬들을 훈련시키는 데 쓸 수 있을 것 같습니다!\n@[TOOLTIP_TITLE]{1마리를 상대로, 나머지 포켓몬과 함께} 배틀로 훈련해 보면 어떨까요?",
"query": "어떻게 훈련할까요?", "query": "어떻게 훈련할까요?",
"invalid_selection": "포켓몬이 힘들어 보인다.", "invalid_selection": "포켓몬이 힘들어 보인다.",
"option": { "option": {
"1": { "1": {
"label": "가벼운 트레이닝", "label": "가벼운 트레이닝",
"tooltip": "(-) 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체치 2가지 향상", "tooltip": "(-) 선택한 포켓몬과 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체치 2가지 영구 향상",
"finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!" "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!"
}, },
"2": { "2": {
"label": "일반적인 트레이닝", "label": "일반적인 트레이닝",
"tooltip": "(-) 평범한 배틀\n(+) 선택 포켓몬 성격 변경", "tooltip": "(-) 선택한 포켓몬과 평범한 배틀\n(+) 선택 포켓몬 성격 영구 변경",
"select_prompt": "포켓몬과 훈련할\n새로운 성격을 선택하세요.", "select_prompt": "포켓몬과 훈련할\n새로운 성격을 선택하세요.",
"finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 성격이 {{nature}}[[로]] 바뀌었다!" "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 성격이 {{nature}}[[로]] 바뀌었다!"
}, },
"3": { "3": {
"label": "고강도 트레이닝", "label": "고강도 트레이닝",
"tooltip": "(-) 힘든 배틀\n(+) 선택 포켓몬 특성 변경", "tooltip": "(-) 선택한 포켓몬과 힘든 배틀\n(+) 선택 포켓몬 특성 영구 변경",
"select_prompt": "포켓몬과 훈련할\n새로운 특성을 선택을 선택하세요.", "select_prompt": "포켓몬과 훈련할\n새로운 특성을 선택을 선택하세요.",
"finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 특성이 {{ability}}[[로]] 바뀌었다!" "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 특성이 {{ability}}[[로]] 바뀌었다!"
}, },