This commit is contained in:
2024-08-21 16:15:22 +02:00
parent cd5f473460
commit 35af9ffc97
38 changed files with 1122 additions and 1090 deletions

View File

@@ -0,0 +1,217 @@
{
"format_version": "1.19.50",
"minecraft:npc_dialogue": {
"scenes": [
{
"scene_tag": "chanel_greeting_1",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.chanel"
}
]
},
"text": {
"rawtext": [
{
"translate": "chanel.greeting.1.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "chanel.greeting.1.button"
}
]
},
"commands": ["/dialogue open @e[tag=chanel1] @initiator chanel_greeting_2"]
}
]
},
{
"scene_tag": "chanel_greeting_2",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.chanel"
}
]
},
"text": {
"rawtext": [
{
"translate": "chanel.greeting.2.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "chanel.greeting.2.button"
}
]
},
"commands": ["/dialogue open @e[tag=chanel1] @initiator chanel_greeting_3"]
}
]
},
{
"scene_tag": "chanel_greeting_3",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.chanel"
}
]
},
"text": {
"rawtext": [
{
"translate": "chanel.greeting.3.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "chanel.greeting.3.button"
}
]
},
"commands": ["/scriptevent cc:startIntro"]
}
]
},
{
"scene_tag": "chanel_goto_temple",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.chanel"
}
]
},
"text": {
"rawtext": [
{
"translate": "chanel.goto_temple.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "chanel.goto_temple.button"
}
]
},
"commands": []
}
]
},
{
"scene_tag": "bilal_greeting_1",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.bilal"
}
]
},
"text": {
"rawtext": [
{
"translate": "bilal.greeting.1.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "bilal.greeting.1.button"
}
]
},
"commands": ["/scriptevent cc:startTemple"]
}
]
},
{
"scene_tag": "suki_greeting_1",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.suki"
}
]
},
"text": {
"rawtext": [
{
"translate": "suki.greeting.1.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "suki.greeting.1.button"
}
]
},
"commands": ["/dialogue open @e[tag=suki1] @initiator suki_greeting_2"]
}
]
},
{
"scene_tag": "suki_greeting_2",
"npc_name": {
"rawtext": [
{
"translate": "npc.name.suki"
}
]
},
"text": {
"rawtext": [
{
"translate": "suki.greeting.2.text",
"with": ["\n"]
}
]
},
"buttons": [
{
"name": {
"rawtext": [
{
"translate": "suki.greeting.2.button"
}
]
},
"commands": ["/scriptevent cc:StartLevel1"]
}
]
}
]
}
}