excel

package
v1.15.2-0...-bf52299 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AvatarExcelConfigData           []*Avatar
	AvatarSkillDepotExcelConfigData []*AvatarSkillDepot
	AvatarSkillExcelConfigData      []*AvatarSkill
	ProudSkillExcelConfigData       []*ProudSkill
)

Functions

func LoadResources

func LoadResources(loader func(name string, v any) error) error

Types

type Avatar

type Avatar struct {
	SkillDepotId uint32
	Id           uint32
}

func FindAvatar

func FindAvatar(id uint32) *Avatar

func (*Avatar) SkillDepot

func (a *Avatar) SkillDepot() *AvatarSkillDepot

type AvatarSkill

type AvatarSkill struct {
	Id                uint32
	NameTextMapHash   TextMapHash
	ProudSkillGroupId uint32
}

func FindSkill

func FindSkill(id uint32) *AvatarSkill

func (*AvatarSkill) Name

func (a *AvatarSkill) Name() string

func (*AvatarSkill) ProudSkill

func (a *AvatarSkill) ProudSkill(level uint32) *ProudSkill

type AvatarSkillDepot

type AvatarSkillDepot struct {
	Id          uint32
	EnergySkill uint32
	Skills      []uint32
}

func FindSkillDepot

func FindSkillDepot(id uint32) *AvatarSkillDepot

type ProudSkill

type ProudSkill struct {
	ProudSkillGroupId uint32
	Level             uint32
	ParamDescList     []TextMapHash
}

type TextMapHash

type TextMapHash uint32

func (TextMapHash) String

func (h TextMapHash) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL