From ad3ac1661daaf4b445914f87009d3d88c990f040 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 28 四月 2026 11:45:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/Config/Configs/HeroConfig.cs | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HeroConfig.cs b/Main/Config/Configs/HeroConfig.cs
index 4c4ed0c..b34990d 100644
--- a/Main/Config/Configs/HeroConfig.cs
+++ b/Main/Config/Configs/HeroConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2026骞�3鏈�16鏃�
+// [ Date ]: 2026骞�4鏈�10鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -42,6 +42,9 @@
public int[] TalentList;
public int OpenCollectionDay;
public int IsActLimit;
+ public int AtkInheritPerStar;
+ public int DefInheritPerStar;
+ public int HPInheritPerStar;
public override int LoadKey(string _key)
{
@@ -152,6 +155,12 @@
int.TryParse(tables[24],out OpenCollectionDay);
int.TryParse(tables[25],out IsActLimit);
+
+ int.TryParse(tables[26],out AtkInheritPerStar);
+
+ int.TryParse(tables[27],out DefInheritPerStar);
+
+ int.TryParse(tables[28],out HPInheritPerStar);
}
catch (Exception exception)
{
--
Gitblit v1.8.0