From 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 05 十一月 2025 17:40:23 +0800
Subject: [PATCH] 130 战斗修改回合样式

---
 Main/System/Redpoint/MainRedDot.cs |   64 ++++++++++++++++++++------------
 1 files changed, 40 insertions(+), 24 deletions(-)

diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 1f37023..57079f0 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -16,11 +16,39 @@
     public Redpoint redpointChallenge = new Redpoint(MainChallengeRedpoint);
     public const int MainGuildRedpoint = 4;     //鍏細
     public Redpoint redpointGuild = new Redpoint(MainGuildRedpoint);
+    public const int RightFuncRedpoint = 5;     //鍙充晶鍔熻兘绾㈢偣
+    public Redpoint redpointRightFunc = new Redpoint(RightFuncRedpoint);
 
 
     //浠ヤ笅绾㈢偣瑙勫垯锛氬姛鑳藉熀纭�绾㈢偣3浣嶆暟锛屽瓙绾㈢偣鑷冲皯澶т簬1000锛�
     //姣斿鍔熻兘A绾㈢偣100锛屽瓙绾㈢偣1001锛屼互姝ょ被鎺紝鎴栬��100*10000 +1绫绘帹锛岄伩鍏嶉噸澶嶇殑鍙兘鎬э紝濡�1010 灏卞彲鑳藉拰鍔熻兘B涓殑绾㈢偣閲嶅
     //    鍔熻兘B绾㈢偣101锛屽瓙绾㈢偣1011锛屼互姝ょ被鎺紝鎴栬��101*10000 +1绫绘帹锛岄伩鍏嶉噸澶嶇殑鍙兘鎬�
+
+    //瀹樿亴
+    public const int RedPoint_OfficialKey = 101;
+
+
+    #region 鑳屽寘绾㈢偣
+    public const int RedPoint_MainPackKey = 102;
+    public const int RedPoint_BagFuncKey = 10201;    //鑳屽寘鍔熻兘
+    public const int RedPoint_ComposeFuncKey = 10202;   //鍚堟垚
+    public Redpoint redPointMainPack = new Redpoint(MainAffairsRedpoint, RedPoint_MainPackKey);
+
+    #endregion
+
+
+    #region 鍟嗗簵鍏ュ彛绾㈢偣
+    public const int Store_REDPOINT = 103;
+
+    #endregion
+
+    //鏃ュ父
+    public const int RedPoint_DailyKey = 104;
+    public Redpoint redPointDaily = new Redpoint(RightFuncRedpoint, RedPoint_DailyKey);
+    public const int RedPoint_DailyFuncKey = 1041;  //鏃ュ父浠诲姟
+    public const int RedPoint_WeekBPFuncKey = 1042;  //鍛ㄥ鍔憋紙鎴樹护锛�
+    public const int RedPoint_MainMissionKey = 1043;  //涓荤嚎浠诲姟濂栧姳锛堟垚灏憋級
+
 
     //姝﹀皢鍗�
     public const int HeroCardRedpoint = 200;
@@ -43,29 +71,6 @@
     public Redpoint redPointFriendChat = new Redpoint(RedPoint_FriendChatKey);
     #endregion
 
-    #region 鑳屽寘绾㈢偣
-    public const int RedPoint_MainPackKey = 102;
-    public const int RedPoint_BagFuncKey = 10201;
-    public Redpoint redPointMainPack = new Redpoint(RedPoint_MainPackKey);
-    public Redpoint redPointBagFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_BagFuncKey);
-    #endregion
-
-    //瀹樿亴
-    public const int RedPoint_OfficialKey = 101;
-
-
-    #region 浠欑洘鍏敤绾㈢偣
-    public const int FAIRY_REDPOINT_KEY2 = 10701;
-    #endregion
-
-
-
-    #region 浠欑洘鍟嗗簵绾㈢偣
-    public const int FAIRYStore_REDPOINT_KEY3 = 1070106;
-    #endregion
-
-
-
 
     #region 寮�鏈嶆椿鍔ㄧ孩鐐�
     public const int REDPOINT_OPENSERVER = 209;
@@ -81,8 +86,19 @@
     #region 浠欑洘娲诲姩绾㈢偣
     public readonly Redpoint fairyActivityRedpoint = new Redpoint(218);
     #endregion
-        
+
     public const int BlessLVRedpoint = 399;  //绁濈绛夌骇绾㈢偣
+    
+
+    #region 浠欑洘绾㈢偣
+    //澶у巺
+    public const int guildHallRedpointID = 40;
+    Redpoint hallRedpoint = new Redpoint(MainGuildRedpoint, guildHallRedpointID);
+    public const int donateRedpointID = 400;    //鎹愮尞
+    public const int hawkerRedpointID = 401;    //琛屽晢锛堝師鐝嶅疂闃侊級
+    #endregion
+
+
     public const int DailySpecialsRedpoint = 439;  //姣忔棩鐗规儬鍏ュ彛绾㈢偣
 
     public const int BlessedLandRedpoint = 444; //娣橀噾绾㈢偣

--
Gitblit v1.8.0