+
+ This is just a tutorial mod for Custom Quest Framework.
+Now:
+1:Small insect hive
+You found a small insect hive nearby.
+
\ No newline at end of file
diff --git a/Source/任务框架范例/About/Preview.png b/Source/任务框架范例/About/Preview.png
new file mode 100644
index 00000000..f7a26623
Binary files /dev/null and b/Source/任务框架范例/About/Preview.png differ
diff --git a/Source/任务框架范例/About/PublishedFileId.txt b/Source/任务框架范例/About/PublishedFileId.txt
new file mode 100644
index 00000000..85ecc522
--- /dev/null
+++ b/Source/任务框架范例/About/PublishedFileId.txt
@@ -0,0 +1 @@
+2978575265
\ No newline at end of file
diff --git a/Source/任务框架范例/Defs/CustomMapDataDef/AE_CustomMap_SmallInsectCave.xml b/Source/任务框架范例/Defs/CustomMapDataDef/AE_CustomMap_SmallInsectCave.xml
new file mode 100644
index 00000000..0bd0fb5e
--- /dev/null
+++ b/Source/任务框架范例/Defs/CustomMapDataDef/AE_CustomMap_SmallInsectCave.xml
@@ -0,0 +1,422 @@
+
+
+
+ AE_CustomMap_SmallInsectCave
+
+ (13, 1, 13)
+ true
+ 0.8
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Defs/HediffDefs/InsectPart.xml b/Source/任务框架范例/Defs/HediffDefs/InsectPart.xml
new file mode 100644
index 00000000..1176a36a
--- /dev/null
+++ b/Source/任务框架范例/Defs/HediffDefs/InsectPart.xml
@@ -0,0 +1,37 @@
+
+
+
+
+ AE_BodyPart_Exoskeleton
+
+ insect-like exoskeleton
+ The body of this pawn has been partially changed to insect-like, resulting in exoskeletons resembling those of the insect.
+ (0.98,0,0,0.9)
+
+ true
+ 1.5
+ false
+
+
+
+
+ 0.7
+
+
+
+
+
+
+ AE_BodyPart_CompoundEye
+
+ compound eye
+ The eye of this pawn has been partially changed to insect-like,his "eyes" are sharper now.
+ (0.98,0,0,0.9)
+
+ true
+ 1.5
+ false
+
+
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Defs/QuestScriptDefs/AE_Quest_SmalInsectCave.xml b/Source/任务框架范例/Defs/QuestScriptDefs/AE_Quest_SmalInsectCave.xml
new file mode 100644
index 00000000..86c784fe
--- /dev/null
+++ b/Source/任务框架范例/Defs/QuestScriptDefs/AE_Quest_SmalInsectCave.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
questDescription->You found a small insect hive nearby.
+
+
+
+
+
+
+
+
questName -> Small [Adj] Hive
+
+
+
Adj -> Words/Adjectives/Badass
+
+
+
+
+ True
+ False
+
+ -1
+ -1
+
+ False
+ -1
+ False
+ True
+ False
+ False
+ False
+ True
+ False
+ True
+ False
+ True
+ AE_Quest_SmalInsectCave
+ False
+ False
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Defs/Thought/Thought_InsectBodyPart.xml b/Source/任务框架范例/Defs/Thought/Thought_InsectBodyPart.xml
new file mode 100644
index 00000000..4c9c3562
--- /dev/null
+++ b/Source/任务框架范例/Defs/Thought/Thought_InsectBodyPart.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/CustomMapDataDef/Map_InsectCave.xml b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/CustomMapDataDef/Map_InsectCave.xml
new file mode 100644
index 00000000..bbfd1518
--- /dev/null
+++ b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/CustomMapDataDef/Map_InsectCave.xml
@@ -0,0 +1,6 @@
+
+
+
+ 小型虫巢
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/HediffDef/InsectPart.xml b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/HediffDef/InsectPart.xml
new file mode 100644
index 00000000..6e8467be
--- /dev/null
+++ b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/HediffDef/InsectPart.xml
@@ -0,0 +1,12 @@
+
+
+
+ 虫族外骨骼
+ 虫族外骨骼
+ 这家伙的身体被部分虫化了,一具虫族的外骨骼生长在这家伙的躯干上。
+
+ 复眼
+ 复眼
+ 这家伙的身体被部分虫化了,现在Ta的“眼睛”会更加敏锐。
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/QuestScriptDef/Script_InsectCave.xml b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/QuestScriptDef/Script_InsectCave.xml
new file mode 100644
index 00000000..3e038d6a
--- /dev/null
+++ b/Source/任务框架范例/Languages/ChineseSimplified/DefInjected/QuestScriptDef/Script_InsectCave.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
questDescription->你在附近发现了一个小型虫族巢穴。
+
+
+
+
questName -> 小型[Adj]巢穴
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Languages/ChineseSimplified/Keyed/Key.xml b/Source/任务框架范例/Languages/ChineseSimplified/Keyed/Key.xml
new file mode 100644
index 00000000..aa0afba1
--- /dev/null
+++ b/Source/任务框架范例/Languages/ChineseSimplified/Keyed/Key.xml
@@ -0,0 +1,17 @@
+
+
+
+ 搜刮。
+ 哇哦,看来你幸运地搜刮到了死在这里的人留下的宝藏。
+
+ 一个人从尸骸中浮现出来。
+ 与尸骸中的“幸存者”的交谈
+ 你在尸骸中搜刮到了一个“人类”,值得注意的是你留意到了{Interviewee_possessive}身上的虫族特征。
+ 你是什么人?
+ “我是{Interviewee_nameDef},我在一次虫潮中被虫群所俘获,老实说我也不知道为什么它们唯独没有杀我,我醒来后身体就成这样了。我现在无处可去,请让我加入你们”
+ 欢迎
+ 一定是新型虫族!必须歼灭!
+
+
+
+
\ No newline at end of file
diff --git a/Source/任务框架范例/Languages/English/Keyed/Key_Survivor.xml b/Source/任务框架范例/Languages/English/Keyed/Key_Survivor.xml
new file mode 100644
index 00000000..45750116
--- /dev/null
+++ b/Source/任务框架范例/Languages/English/Keyed/Key_Survivor.xml
@@ -0,0 +1,17 @@
+
+
+
+ Plunder
+
+ Wow, it seems you were lucky enough to find some treasure left by the people who died here.
+
+ A person emerged from the corpse.
+ Talk with the 'Survivor'
+ You found a "human" in the corpse and you can't help but notice insect characteristics on {Interviewee_objective}.
+ Who are you?
+ "I am {Interviewee_nameDef}. I was captured by a swarm of insects during a wave. To be honest, I don't know why they only didn't kill me. When I woke up, my body was like this. I've got nowhere to go now, please let me join you."
+ Welcome
+ It must be a new type of Insect! It must be annihilated!
+
+
+
\ No newline at end of file