This commit is contained in:
lu.bai
2022-11-24 22:47:24 +08:00
parent f6a161d52f
commit 71d0135d6f
3213 changed files with 583576 additions and 216 deletions
+2 -1
View File
@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/logger"
)
type AvatarConfigAbility struct {
+3 -2
View File
@@ -2,10 +2,11 @@ package config
import (
"encoding/json"
"hk4e/common/utils/endec"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/endec"
"hk4e/pkg/logger"
)
type AvatarData struct {
+3 -2
View File
@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/gs/constant"
"hk4e/logger"
"os"
"hk4e/gs/constant"
"hk4e/pkg/logger"
)
type AvatarSkillData struct {
+4 -3
View File
@@ -2,10 +2,11 @@ package config
import (
"encoding/json"
"hk4e/common/utils/endec"
"hk4e/gs/constant"
"hk4e/logger"
"os"
"hk4e/gs/constant"
"hk4e/pkg/endec"
"hk4e/pkg/logger"
)
type InherentProudSkillOpens struct {
+4 -2
View File
@@ -1,10 +1,12 @@
package config
import (
"github.com/jszwec/csvutil"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/logger"
"github.com/jszwec/csvutil"
)
type Drop struct {
+2 -1
View File
@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type FetterData struct {
+3 -2
View File
@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/gs/constant"
"hk4e/logger"
"os"
"hk4e/gs/constant"
"hk4e/pkg/logger"
)
type GadgetData struct {
+3 -2
View File
@@ -1,9 +1,10 @@
package config
import (
appConfig "hk4e/common/config"
"hk4e/logger"
"os"
appConfig "hk4e/common/config"
"hk4e/pkg/logger"
)
var CONF *GameDataConfig = nil
+2 -1
View File
@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type GameDepot struct {
+2 -1
View File
@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type GatherData struct {
+3 -2
View File
@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/gs/constant"
"hk4e/logger"
"os"
"hk4e/gs/constant"
"hk4e/pkg/logger"
)
type ItemUseData struct {
+2 -1
View File
@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/logger"
)
type SkillPointModifier struct {
+2 -1
View File
@@ -2,10 +2,11 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strconv"
"strings"
"hk4e/pkg/logger"
)
type ScenePointEntry struct {