From b0a5d4688f1af73b5ad03ccc2df11c9aac1523a9 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 29 七月 2025 16:56:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/PartialConfigs/PlayerPropertyConfig.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Main/Config/PartialConfigs/PlayerPropertyConfig.cs b/Main/Config/PartialConfigs/PlayerPropertyConfig.cs
index 4ea1bcb..2ba9d12 100644
--- a/Main/Config/PartialConfigs/PlayerPropertyConfig.cs
+++ b/Main/Config/PartialConfigs/PlayerPropertyConfig.cs
@@ -8,6 +8,8 @@
     private static Dictionary<int, List<PlayerPropertyConfig>> m_PropCfgs = new Dictionary<int, List<PlayerPropertyConfig>>();
     private static Dictionary<int, List<int>> outputDict = new Dictionary<int, List<int>>();
 
+    public static int[] baseAttrs = { 6, 7, 8 };    //鏀婚槻琛�
+    public static int[] basePerAttrs = { 16, 17, 18 };    //鏀婚槻琛� 鐧惧垎姣�
     protected override void OnConfigParseCompleted()
     {
         List<PlayerPropertyConfig> list = null;

--
Gitblit v1.8.0