feat: 유산포인트로 장수 소유자 확인

This commit is contained in:
2024-06-08 18:42:39 +00:00
parent 86305087f7
commit b6f19fa38b
5 changed files with 258 additions and 73 deletions
+1
View File
@@ -224,6 +224,7 @@ class GameConstBase
public static $inheritBuffPoints = [0, 200, 600, 1200, 2000, 3000];
public static $inheritSpecificSpecialPoint = 4000;
public static $inheritResetAttrPointBase = [1000, 1000, 2000, 3000];//필요하면 늘려서 쓰기
public static $inheritCheckOwnerPoint = 1000;
/** @var ?string */
public static $scenarioEffect = null;