From a6719fc1b79695a556f4d8713e3af088f5b4f458 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 3 Jul 2024 07:22:54 +0800 Subject: [PATCH] update PCT --- XIVSlothComboX/Combos/CustomComboPreset.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XIVSlothComboX/Combos/CustomComboPreset.cs b/XIVSlothComboX/Combos/CustomComboPreset.cs index a39d84110..f76407399 100644 --- a/XIVSlothComboX/Combos/CustomComboPreset.cs +++ b/XIVSlothComboX/Combos/CustomComboPreset.cs @@ -3371,9 +3371,12 @@ [Variant] [VariantParent(WHM_ST_MainCombo, WHM_AoE_DPS)] [CustomComboInfo("Rampa PCT.JobID, -10, "", "")] PCT_Advanced_CustomMode = 210000, + [ReplaceSkill(PCT.短1)] [CustomComboInfo("一键模式 - 单目标", "将1替换为一键单目标连击。", PCT.JobID)] PCT_ST_EasyMode = 21000, + + [ReplaceSkill(PCT.AOE短1)] [CustomComboInfo("一键模式 - 多目标", "将aoe1替换为一键多目标连击。", PCT.JobID)] PCT_AOE_EasyMode = 21001,