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

View File

@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/logger"
)
type AvatarConfigAbility struct {

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 {

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 {

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 {

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 {

View File

@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type FetterData struct {

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 {

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

View File

@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type GameDepot struct {

View File

@@ -2,8 +2,9 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"hk4e/pkg/logger"
)
type GatherData struct {

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 {

View File

@@ -2,9 +2,10 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strings"
"hk4e/pkg/logger"
)
type SkillPointModifier struct {

View File

@@ -2,10 +2,11 @@ package config
import (
"encoding/json"
"hk4e/logger"
"os"
"strconv"
"strings"
"hk4e/pkg/logger"
)
type ScenePointEntry struct {