diff --git a/src/gamecore/tasks/ByCheckModifierCallBackStatusType.vue b/src/gamecore/tasks/ByCheckModifierCallBackStatusType.vue
new file mode 100644
index 0000000..d94516b
--- /dev/null
+++ b/src/gamecore/tasks/ByCheckModifierCallBackStatusType.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+ Parameter modifier status type is {{ node.TargetStatusType }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/ByContainsParamFlag.vue b/src/gamecore/tasks/ByContainsParamFlag.vue
new file mode 100644
index 0000000..e96f3d9
--- /dev/null
+++ b/src/gamecore/tasks/ByContainsParamFlag.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Has {{ node.Flag }} flag
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/ClearTargetTimeSlow.vue b/src/gamecore/tasks/ClearTargetTimeSlow.vue
new file mode 100644
index 0000000..6622f1c
--- /dev/null
+++ b/src/gamecore/tasks/ClearTargetTimeSlow.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+ Reset the animation speed
+
+ of
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/DebugLog.vue b/src/gamecore/tasks/DebugLog.vue
new file mode 100644
index 0000000..0c46567
--- /dev/null
+++ b/src/gamecore/tasks/DebugLog.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+ {{ node.Message }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/RandomSelectDynamicValue.vue b/src/gamecore/tasks/RandomSelectDynamicValue.vue
new file mode 100644
index 0000000..1b6da67
--- /dev/null
+++ b/src/gamecore/tasks/RandomSelectDynamicValue.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+ Set {{ node.ContextScope }}.{{ node.DynamicKey }}
+ to a random value in
+
+ ,
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/SetDynamicValueBySPChange.vue b/src/gamecore/tasks/SetDynamicValueBySPChange.vue
new file mode 100644
index 0000000..59dbcde
--- /dev/null
+++ b/src/gamecore/tasks/SetDynamicValueBySPChange.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
+ Set {{ node.DynamicKey }} to the change in energy
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/SetUltraSkillAssetPreload.vue b/src/gamecore/tasks/SetUltraSkillAssetPreload.vue
new file mode 100644
index 0000000..fc7c582
--- /dev/null
+++ b/src/gamecore/tasks/SetUltraSkillAssetPreload.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Preload assets for {{ node.SkillName }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/ShowBattleSkillEnhanced.vue b/src/gamecore/tasks/ShowBattleSkillEnhanced.vue
new file mode 100644
index 0000000..3b38bbc
--- /dev/null
+++ b/src/gamecore/tasks/ShowBattleSkillEnhanced.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Change
+
+ 's
+
+ {{ node.SkillType ?? "Basic ATK" }}
+ to {{ node.IsShow ? "enhanced" : "normal" }} mode
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/SwitchCaseByDynamicValue.vue b/src/gamecore/tasks/SwitchCaseByDynamicValue.vue
new file mode 100644
index 0000000..c3b3711
--- /dev/null
+++ b/src/gamecore/tasks/SwitchCaseByDynamicValue.vue
@@ -0,0 +1,38 @@
+
+
+
+
+ Switch
+
+
+
+
+
+
+
\ No newline at end of file