From e9a2ffe3b138703bb3c86c92a045437ebf0a8748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=86=AC=E7=85=9C?= <10185101162@stu.ecnu.edu.cn> Date: Wed, 16 Oct 2024 17:01:40 +0800 Subject: [PATCH 1/3] Create en_us.json --- jiachen/assets/real_peaceful_mode/lang/en_us.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jiachen/assets/real_peaceful_mode/lang/en_us.json diff --git a/jiachen/assets/real_peaceful_mode/lang/en_us.json b/jiachen/assets/real_peaceful_mode/lang/en_us.json new file mode 100644 index 00000000..796f3d7a --- /dev/null +++ b/jiachen/assets/real_peaceful_mode/lang/en_us.json @@ -0,0 +1,7 @@ +{ + "rpm.chat.real_peaceful_mode.guidance.message1": "Hello, friend. Welcome to the Goldmount House.", + "rpm.chat.real_peaceful_mode.guidance.selection.about_building": "About the Goldmount House...", + "rpm.chat.real_peaceful_mode.guidance.about_building.message1": "Goldmount House is the exhibition hall of Real Peaceful Mode, Skull Craft, and EveryXDance mod, and located at the southeast of the map.", + "rpm.chat.real_peaceful_mode.guidance.about_building.message2": "Its prototype is Haidai Building, a landmark of Qisheng Lake Park, Zibo, Shandong. You can see a very nice view here.", + "rpm.chat.real_peaceful_mode.guidance.about_building.message3": "I hope you can enjoy your visit here. If you have any problems, please ask our staffs all over the Goldmount House." +} From 64516cfe6451d4e135dda789af248725c56594bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=86=AC=E7=85=9C?= <10185101162@stu.ecnu.edu.cn> Date: Wed, 16 Oct 2024 17:04:29 +0800 Subject: [PATCH 2/3] Create zh_cn.json --- jiachen/assets/real_peaceful_mode/lang/zh_cn.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jiachen/assets/real_peaceful_mode/lang/zh_cn.json diff --git a/jiachen/assets/real_peaceful_mode/lang/zh_cn.json b/jiachen/assets/real_peaceful_mode/lang/zh_cn.json new file mode 100644 index 00000000..359d4796 --- /dev/null +++ b/jiachen/assets/real_peaceful_mode/lang/zh_cn.json @@ -0,0 +1,7 @@ +{ + "rpm.chat.real_peaceful_mode.guidance.message1": "你好,朋友。欢迎来到金岱楼!", + "rpm.chat.real_peaceful_mode.guidance.selection.about_building": "关于金岱楼……", + "rpm.chat.real_peaceful_mode.guidance.about_building.message1": "金岱楼是《真正的和平模式》《头颅工艺》《一起跳舞!》三个模组的联合展厅,坐落于地图的东南角。", + "rpm.chat.real_peaceful_mode.guidance.about_building.message2": "它的原型是海岱楼,山东省淄博市齐盛湖公园的地标性建筑。你可以在这里看到非常不错的景色。", + "rpm.chat.real_peaceful_mode.guidance.about_building.message3": "祝愿你能够享受你的游览。如果你有任何问题,请和我们金岱楼的工作人员取得联系!" +} From 06c207f3ce8badda995a620dd2df308f28fe4b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=86=AC=E7=85=9C?= <10185101162@stu.ecnu.edu.cn> Date: Wed, 16 Oct 2024 17:05:24 +0800 Subject: [PATCH 3/3] Create guidance.json --- .../rpm/chats/guidance.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 jiachen/data/real_peaceful_mode/rpm/chats/guidance.json diff --git a/jiachen/data/real_peaceful_mode/rpm/chats/guidance.json b/jiachen/data/real_peaceful_mode/rpm/chats/guidance.json new file mode 100644 index 00000000..637fb14b --- /dev/null +++ b/jiachen/data/real_peaceful_mode/rpm/chats/guidance.json @@ -0,0 +1,35 @@ +{ + "entity_type": "touhou_little_maid:maid", + "trigger_anyway": false, + "requires": [ + ], + "message": { + "type": "real_peaceful_mode:selectable", + "key": "rpm.chat.real_peaceful_mode.guidance.message1", + "speaker": "npc", + "selection": [ + { + "condition": { + "type": "real_peaceful_mode:name", + "name": "Guidance" + }, + "key": "rpm.chat.real_peaceful_mode.guidance.selection.about_building", + "next": { + "type": "real_peaceful_mode:plain", + "key": "rpm.chat.real_peaceful_mode.guidance.about_building.message1", + "speaker": "npc", + "next": { + "type": "real_peaceful_mode:plain", + "key": "rpm.chat.real_peaceful_mode.guidance.about_building.message2", + "speaker": "npc", + "next": { + "type": "real_peaceful_mode:end", + "key": "rpm.chat.real_peaceful_mode.guidance.about_building.message3", + "speaker": "npc" + } + } + } + } + ] + } +}