이전퀴즈 데이터팩
This commit is contained in:
46
music_quiz/data/mq/dialog/page1.json
Normal file
46
music_quiz/data/mq/dialog/page1.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:confirmation",
|
||||
"title": {
|
||||
"text": "음악퀴즈",
|
||||
"bold": true
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "음악퀴즈 설명",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "\n1. 정답입력시에 채팅으로 입력해주시면 됩니다.\n[ 띄어쓰기, 영어 대소문자, 특수문자 ]\n상관없이 입력하셔도 인식 됩니다.\n\n2. 모든 소리는 날씨 소리로 조절할수 있습니다.\n\n3. 게임시작후 버튼들은 과반수(절반이상)가 눌러야 작동합니다.\n\n4. 힌트는 특수문자 제외 정답의 절반이 가려져서 나옵니다.\n힌트는 여러번 받을수 있고,\n받을때마다 가려지는 부분이 달라집니다."
|
||||
},
|
||||
"width": 300
|
||||
}
|
||||
],
|
||||
"inputs": [],
|
||||
"can_close_with_escape": true,
|
||||
"pause": false,
|
||||
"after_action": "close",
|
||||
"yes": {
|
||||
"label": {
|
||||
"text": "취소",
|
||||
"type": "text"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:run_command",
|
||||
"command": "trigger cancel"
|
||||
}
|
||||
},
|
||||
"no": {
|
||||
"label": {
|
||||
"text": "다음 페이지 ->"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page2"
|
||||
}
|
||||
}
|
||||
}
|
||||
45
music_quiz/data/mq/dialog/page2.json
Normal file
45
music_quiz/data/mq/dialog/page2.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:confirmation",
|
||||
"title": {
|
||||
"text": "음악퀴즈",
|
||||
"bold": true
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "음악퀴즈 설명",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "\n5. 다시듣기는 노래가 끝까지 다 재생되었거나,\n다시 처음부분부터 들어보고싶을때\n누르면 좋습니다.\n\n6. 뒤에있는 \"소리 테스트\" 버튼으로\n미리 소리크기를 들어보고 조절할수있습니다."
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [],
|
||||
"can_close_with_escape": true,
|
||||
"pause": false,
|
||||
"after_action": "close",
|
||||
"yes": {
|
||||
"label": {
|
||||
"text": "<- 이전 페이지",
|
||||
"type": "text"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page1"
|
||||
}
|
||||
},
|
||||
"no": {
|
||||
"label": {
|
||||
"text": "다음 페이지 ->"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page3"
|
||||
}
|
||||
}
|
||||
}
|
||||
46
music_quiz/data/mq/dialog/page3.json
Normal file
46
music_quiz/data/mq/dialog/page3.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:confirmation",
|
||||
"title": {
|
||||
"text": "음악퀴즈",
|
||||
"bold": true
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "음악퀴즈 설명",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "\n재미있게 즐겨주세요."
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [],
|
||||
"can_close_with_escape": true,
|
||||
"pause": false,
|
||||
"after_action": "close",
|
||||
"yes": {
|
||||
"label": {
|
||||
"text": "<- 이전 페이지",
|
||||
"type": "text"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page2"
|
||||
}
|
||||
},
|
||||
"no": {
|
||||
"label": {
|
||||
"text": "준비완료",
|
||||
"bold": true
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:run_command",
|
||||
"command": "trigger ready"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user