Documentation ¶
Index ¶
- Variables
- type BuffGroup
- func (*BuffGroup) Descriptor() ([]byte, []int)deprecated
- func (x *BuffGroup) GetBuffs() map[string]int64
- func (x *BuffGroup) GetDamage() int64
- func (x *BuffGroup) GetPercent() float32
- func (*BuffGroup) ProtoMessage()
- func (x *BuffGroup) ProtoReflect() protoreflect.Message
- func (x *BuffGroup) Reset()
- func (x *BuffGroup) String() string
- type BuffGroupInfo
- func (*BuffGroupInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BuffGroupInfo) GetBuffs() []string
- func (x *BuffGroupInfo) GetName() string
- func (*BuffGroupInfo) ProtoMessage()
- func (x *BuffGroupInfo) ProtoReflect() protoreflect.Message
- func (x *BuffGroupInfo) Reset()
- func (x *BuffGroupInfo) String() string
- type BuffGroupsInfo
- type BuffInfo
- func (*BuffInfo) Descriptor() ([]byte, []int)deprecated
- func (x *BuffInfo) GetCategory() string
- func (x *BuffInfo) GetDescription() string
- func (x *BuffInfo) GetIcon() string
- func (x *BuffInfo) GetName() string
- func (x *BuffInfo) GetSet() string
- func (x *BuffInfo) GetSkill() *BuffSkill
- func (*BuffInfo) ProtoMessage()
- func (x *BuffInfo) ProtoReflect() protoreflect.Message
- func (x *BuffInfo) Reset()
- func (x *BuffInfo) String() string
- type BuffSkill
- func (*BuffSkill) Descriptor() ([]byte, []int)deprecated
- func (x *BuffSkill) GetClass() int32
- func (x *BuffSkill) GetDescription() string
- func (x *BuffSkill) GetIcon() string
- func (x *BuffSkill) GetId() string
- func (x *BuffSkill) GetName() string
- func (*BuffSkill) ProtoMessage()
- func (x *BuffSkill) ProtoReflect() protoreflect.Message
- func (x *BuffSkill) Reset()
- func (x *BuffSkill) String() string
- type Buffs
- type EncounterBoss
- func (EncounterBoss) Descriptor() protoreflect.EnumDescriptor
- func (x EncounterBoss) Enum() *EncounterBoss
- func (EncounterBoss) EnumDescriptor() ([]byte, []int)deprecated
- func (x EncounterBoss) Number() protoreflect.EnumNumber
- func (x EncounterBoss) String() string
- func (EncounterBoss) Type() protoreflect.EnumType
- type EncounterData
- func (*EncounterData) Descriptor() ([]byte, []int)deprecated
- func (x *EncounterData) GetBossHpLog() *HPLog
- func (x *EncounterData) GetBuffCatalog() map[string]*BuffInfo
- func (x *EncounterData) GetPlayers() map[string]*PlayerData
- func (x *EncounterData) GetSelfBuffs() *BuffGroupsInfo
- func (x *EncounterData) GetSkillCatalog() map[string]*SkillInfo
- func (x *EncounterData) GetSynergies() []*BuffGroupsInfo
- func (*EncounterData) ProtoMessage()
- func (x *EncounterData) ProtoReflect() protoreflect.Message
- func (x *EncounterData) Reset()
- func (x *EncounterData) String() string
- type HPBossLog
- type HPBossLogEntry
- func (*HPBossLogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *HPBossLogEntry) GetHp() int64
- func (x *HPBossLogEntry) GetPercent() float64
- func (x *HPBossLogEntry) GetTime() int32
- func (*HPBossLogEntry) ProtoMessage()
- func (x *HPBossLogEntry) ProtoReflect() protoreflect.Message
- func (x *HPBossLogEntry) Reset()
- func (x *HPBossLogEntry) String() string
- type HPLog
- type PlayerDamage
- func (*PlayerDamage) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerDamage) GetBackAttack() float32
- func (x *PlayerDamage) GetBrand() float32
- func (x *PlayerDamage) GetBuff() float32
- func (x *PlayerDamage) GetCasts() int32
- func (x *PlayerDamage) GetCastsPerMinute() float32
- func (x *PlayerDamage) GetCrit() float32
- func (x *PlayerDamage) GetCritDamage() float32
- func (x *PlayerDamage) GetFrontAttack() float32
- func (x *PlayerDamage) GetHits() int32
- func (x *PlayerDamage) GetHitsPerMinute() float32
- func (*PlayerDamage) ProtoMessage()
- func (x *PlayerDamage) ProtoReflect() protoreflect.Message
- func (x *PlayerDamage) Reset()
- func (x *PlayerDamage) String() string
- type PlayerData
- func (*PlayerData) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerData) GetDamage() *PlayerDamage
- func (x *PlayerData) GetDpsLog() []int64
- func (x *PlayerData) GetSelfBuff() *Buffs
- func (x *PlayerData) GetSkillDamage() map[string]*SkillDamage
- func (x *PlayerData) GetSkillSelfBuff() map[string]*Buffs
- func (x *PlayerData) GetSkillSelfBuffs() *BuffGroupsInfo
- func (x *PlayerData) GetSkillSynergy() map[string]*Buffs
- func (x *PlayerData) GetSynergy() *Buffs
- func (*PlayerData) ProtoMessage()
- func (x *PlayerData) ProtoReflect() protoreflect.Message
- func (x *PlayerData) Reset()
- func (x *PlayerData) String() string
- type SkillDamage
- func (*SkillDamage) Descriptor() ([]byte, []int)deprecated
- func (x *SkillDamage) GetAveragePerCasts() float32
- func (x *SkillDamage) GetAveragePerHits() float32
- func (x *SkillDamage) GetBackAttack() float32
- func (x *SkillDamage) GetBrand() float32
- func (x *SkillDamage) GetBuff() float32
- func (x *SkillDamage) GetCastLog() []int32
- func (x *SkillDamage) GetCasts() int32
- func (x *SkillDamage) GetCastsPerMinute() float32
- func (x *SkillDamage) GetCrit() float32
- func (x *SkillDamage) GetCritDamage() float32
- func (x *SkillDamage) GetDamage() int64
- func (x *SkillDamage) GetDps() int64
- func (x *SkillDamage) GetFrontAttack() float32
- func (x *SkillDamage) GetHits() int32
- func (x *SkillDamage) GetHitsPerMinute() float32
- func (x *SkillDamage) GetMax() int64
- func (x *SkillDamage) GetPercent() float32
- func (x *SkillDamage) GetTripodIndex() *Tripods
- func (x *SkillDamage) GetTripodLevel() *Tripods
- func (*SkillDamage) ProtoMessage()
- func (x *SkillDamage) ProtoReflect() protoreflect.Message
- func (x *SkillDamage) Reset()
- func (x *SkillDamage) String() string
- type SkillInfo
- type Tripods
- func (*Tripods) Descriptor() ([]byte, []int)deprecated
- func (x *Tripods) GetFirst() int32
- func (x *Tripods) GetSecond() int32
- func (x *Tripods) GetThird() int32
- func (*Tripods) ProtoMessage()
- func (x *Tripods) ProtoReflect() protoreflect.Message
- func (x *Tripods) Reset()
- func (x *Tripods) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EncounterBoss_name = map[int32]string{ 0: "DARK_MOUNTAIN_PREDATOR", 1: "RAVAGED_TYRANT_OF_BEASTS", 2: "INCUBUS_MORPHE", 3: "NIGHTMARISH_MORPHE", 4: "COVETOUS_DEVOURER_VYKAS", 5: "COVETOUS_LEGION_COMMANDER_VYKAS", 6: "SAYDON", 7: "KAKUL", 8: "ENCORE_DESIRING_KAKUL_SAYDON", 9: "GEHENNA_HELKASIRS", 10: "PROKEL_SPIRITUAL_ECHO", 11: "ASHTAROT", 12: "PRIMORDIAL_NIGHTMARE", 13: "BRELSHAZA_MONARCH_OF_NIGHTMARES", 14: "PHANTOM_LEGION_COMMANDER_BRELSHAZA", 15: "TIENIS", 16: "PRUNYA", 17: "LAURIEL", 18: "EVOLVED_MAURUGA", 19: "LORD_OF_DEGRADATION_AKKAN", 20: "PLAGUE_LEGION_COMMANDER_AKKAN", 21: "LORD_OF_KARTHEON_AKKAN", 22: "KALTAYA_THE_BLOOMING_CHAOS", 23: "RAKATHUS_THE_LURKING_ARROGANCE", 24: "FIREHORN_TRAMPLER_OF_EARTH", 25: "LAZARAM_THE_TRAILBLAZER", 26: "VESKAL", 27: "GARGADETH", 28: "SONAVEL", 29: "HANUMATAN", 30: "CALILIGOS", 31: "DESKALUDA", 32: "KUNGELANIUM", 33: "ACHATES", } EncounterBoss_value = map[string]int32{ "DARK_MOUNTAIN_PREDATOR": 0, "RAVAGED_TYRANT_OF_BEASTS": 1, "INCUBUS_MORPHE": 2, "NIGHTMARISH_MORPHE": 3, "COVETOUS_DEVOURER_VYKAS": 4, "COVETOUS_LEGION_COMMANDER_VYKAS": 5, "SAYDON": 6, "KAKUL": 7, "ENCORE_DESIRING_KAKUL_SAYDON": 8, "GEHENNA_HELKASIRS": 9, "PROKEL_SPIRITUAL_ECHO": 10, "ASHTAROT": 11, "PRIMORDIAL_NIGHTMARE": 12, "BRELSHAZA_MONARCH_OF_NIGHTMARES": 13, "PHANTOM_LEGION_COMMANDER_BRELSHAZA": 14, "TIENIS": 15, "PRUNYA": 16, "LAURIEL": 17, "EVOLVED_MAURUGA": 18, "LORD_OF_DEGRADATION_AKKAN": 19, "PLAGUE_LEGION_COMMANDER_AKKAN": 20, "LORD_OF_KARTHEON_AKKAN": 21, "KALTAYA_THE_BLOOMING_CHAOS": 22, "RAKATHUS_THE_LURKING_ARROGANCE": 23, "FIREHORN_TRAMPLER_OF_EARTH": 24, "LAZARAM_THE_TRAILBLAZER": 25, "VESKAL": 26, "GARGADETH": 27, "SONAVEL": 28, "HANUMATAN": 29, "CALILIGOS": 30, "DESKALUDA": 31, "KUNGELANIUM": 32, "ACHATES": 33, } )
Enum value maps for EncounterBoss.
View Source
var File_pkg_process_encproto_encounter_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BuffGroup ¶
type BuffGroup struct { Damage int64 `protobuf:"varint,1,opt,name=damage,proto3" json:"damage,omitempty"` Percent float32 `protobuf:"fixed32,2,opt,name=percent,proto3" json:"percent,omitempty"` Buffs map[string]int64 `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BuffGroup) Descriptor
deprecated
func (*BuffGroup) GetPercent ¶
func (*BuffGroup) ProtoMessage ¶
func (*BuffGroup) ProtoMessage()
func (*BuffGroup) ProtoReflect ¶
func (x *BuffGroup) ProtoReflect() protoreflect.Message
type BuffGroupInfo ¶
type BuffGroupInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Buffs []string `protobuf:"bytes,2,rep,name=buffs,proto3" json:"buffs,omitempty"` // contains filtered or unexported fields }
func (*BuffGroupInfo) Descriptor
deprecated
func (*BuffGroupInfo) Descriptor() ([]byte, []int)
Deprecated: Use BuffGroupInfo.ProtoReflect.Descriptor instead.
func (*BuffGroupInfo) GetBuffs ¶
func (x *BuffGroupInfo) GetBuffs() []string
func (*BuffGroupInfo) GetName ¶
func (x *BuffGroupInfo) GetName() string
func (*BuffGroupInfo) ProtoMessage ¶
func (*BuffGroupInfo) ProtoMessage()
func (*BuffGroupInfo) ProtoReflect ¶
func (x *BuffGroupInfo) ProtoReflect() protoreflect.Message
func (*BuffGroupInfo) Reset ¶
func (x *BuffGroupInfo) Reset()
func (*BuffGroupInfo) String ¶
func (x *BuffGroupInfo) String() string
type BuffGroupsInfo ¶
type BuffGroupsInfo struct { Groups []*BuffGroupInfo `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` // contains filtered or unexported fields }
func (*BuffGroupsInfo) Descriptor
deprecated
func (*BuffGroupsInfo) Descriptor() ([]byte, []int)
Deprecated: Use BuffGroupsInfo.ProtoReflect.Descriptor instead.
func (*BuffGroupsInfo) GetGroups ¶
func (x *BuffGroupsInfo) GetGroups() []*BuffGroupInfo
func (*BuffGroupsInfo) ProtoMessage ¶
func (*BuffGroupsInfo) ProtoMessage()
func (*BuffGroupsInfo) ProtoReflect ¶
func (x *BuffGroupsInfo) ProtoReflect() protoreflect.Message
func (*BuffGroupsInfo) Reset ¶
func (x *BuffGroupsInfo) Reset()
func (*BuffGroupsInfo) String ¶
func (x *BuffGroupsInfo) String() string
type BuffInfo ¶
type BuffInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Icon string `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Category string `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"` Set string `protobuf:"bytes,5,opt,name=set,proto3" json:"set,omitempty"` Skill *BuffSkill `protobuf:"bytes,6,opt,name=skill,proto3,oneof" json:"skill,omitempty"` // contains filtered or unexported fields }
func (*BuffInfo) Descriptor
deprecated
func (*BuffInfo) GetCategory ¶
func (*BuffInfo) GetDescription ¶
func (*BuffInfo) ProtoMessage ¶
func (*BuffInfo) ProtoMessage()
func (*BuffInfo) ProtoReflect ¶
func (x *BuffInfo) ProtoReflect() protoreflect.Message
type BuffSkill ¶
type BuffSkill struct { Class int32 `protobuf:"varint,1,opt,name=class,proto3" json:"class,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"` Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*BuffSkill) Descriptor
deprecated
func (*BuffSkill) GetDescription ¶
func (*BuffSkill) ProtoMessage ¶
func (*BuffSkill) ProtoMessage()
func (*BuffSkill) ProtoReflect ¶
func (x *BuffSkill) ProtoReflect() protoreflect.Message
type Buffs ¶
type Buffs struct { Groups map[string]*BuffGroup `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Buffs) Descriptor
deprecated
func (*Buffs) ProtoMessage ¶
func (*Buffs) ProtoMessage()
func (*Buffs) ProtoReflect ¶
func (x *Buffs) ProtoReflect() protoreflect.Message
type EncounterBoss ¶
type EncounterBoss int32
const ( EncounterBoss_DARK_MOUNTAIN_PREDATOR EncounterBoss = 0 EncounterBoss_RAVAGED_TYRANT_OF_BEASTS EncounterBoss = 1 EncounterBoss_INCUBUS_MORPHE EncounterBoss = 2 EncounterBoss_NIGHTMARISH_MORPHE EncounterBoss = 3 EncounterBoss_COVETOUS_DEVOURER_VYKAS EncounterBoss = 4 EncounterBoss_COVETOUS_LEGION_COMMANDER_VYKAS EncounterBoss = 5 EncounterBoss_SAYDON EncounterBoss = 6 EncounterBoss_KAKUL EncounterBoss = 7 EncounterBoss_ENCORE_DESIRING_KAKUL_SAYDON EncounterBoss = 8 EncounterBoss_GEHENNA_HELKASIRS EncounterBoss = 9 EncounterBoss_PROKEL_SPIRITUAL_ECHO EncounterBoss = 10 EncounterBoss_ASHTAROT EncounterBoss = 11 EncounterBoss_PRIMORDIAL_NIGHTMARE EncounterBoss = 12 EncounterBoss_BRELSHAZA_MONARCH_OF_NIGHTMARES EncounterBoss = 13 EncounterBoss_PHANTOM_LEGION_COMMANDER_BRELSHAZA EncounterBoss = 14 EncounterBoss_TIENIS EncounterBoss = 15 EncounterBoss_PRUNYA EncounterBoss = 16 EncounterBoss_LAURIEL EncounterBoss = 17 EncounterBoss_EVOLVED_MAURUGA EncounterBoss = 18 EncounterBoss_LORD_OF_DEGRADATION_AKKAN EncounterBoss = 19 EncounterBoss_PLAGUE_LEGION_COMMANDER_AKKAN EncounterBoss = 20 EncounterBoss_LORD_OF_KARTHEON_AKKAN EncounterBoss = 21 EncounterBoss_KALTAYA_THE_BLOOMING_CHAOS EncounterBoss = 22 EncounterBoss_RAKATHUS_THE_LURKING_ARROGANCE EncounterBoss = 23 EncounterBoss_FIREHORN_TRAMPLER_OF_EARTH EncounterBoss = 24 EncounterBoss_LAZARAM_THE_TRAILBLAZER EncounterBoss = 25 EncounterBoss_VESKAL EncounterBoss = 26 EncounterBoss_GARGADETH EncounterBoss = 27 EncounterBoss_SONAVEL EncounterBoss = 28 EncounterBoss_HANUMATAN EncounterBoss = 29 EncounterBoss_CALILIGOS EncounterBoss = 30 EncounterBoss_DESKALUDA EncounterBoss = 31 EncounterBoss_KUNGELANIUM EncounterBoss = 32 EncounterBoss_ACHATES EncounterBoss = 33 )
func (EncounterBoss) Descriptor ¶
func (EncounterBoss) Descriptor() protoreflect.EnumDescriptor
func (EncounterBoss) Enum ¶
func (x EncounterBoss) Enum() *EncounterBoss
func (EncounterBoss) EnumDescriptor
deprecated
func (EncounterBoss) EnumDescriptor() ([]byte, []int)
Deprecated: Use EncounterBoss.Descriptor instead.
func (EncounterBoss) Number ¶
func (x EncounterBoss) Number() protoreflect.EnumNumber
func (EncounterBoss) String ¶
func (x EncounterBoss) String() string
func (EncounterBoss) Type ¶
func (EncounterBoss) Type() protoreflect.EnumType
type EncounterData ¶
type EncounterData struct { BuffCatalog map[string]*BuffInfo `` /* 182-byte string literal not displayed */ SkillCatalog map[string]*SkillInfo `` /* 185-byte string literal not displayed */ Synergies []*BuffGroupsInfo `protobuf:"bytes,3,rep,name=synergies,proto3" json:"synergies,omitempty"` SelfBuffs *BuffGroupsInfo `protobuf:"bytes,4,opt,name=self_buffs,json=selfBuffs,proto3" json:"self_buffs,omitempty"` Players map[string]*PlayerData `` /* 155-byte string literal not displayed */ BossHpLog *HPLog `protobuf:"bytes,6,opt,name=boss_hp_log,json=bossHpLog,proto3" json:"boss_hp_log,omitempty"` // contains filtered or unexported fields }
func (*EncounterData) Descriptor
deprecated
func (*EncounterData) Descriptor() ([]byte, []int)
Deprecated: Use EncounterData.ProtoReflect.Descriptor instead.
func (*EncounterData) GetBossHpLog ¶
func (x *EncounterData) GetBossHpLog() *HPLog
func (*EncounterData) GetBuffCatalog ¶
func (x *EncounterData) GetBuffCatalog() map[string]*BuffInfo
func (*EncounterData) GetPlayers ¶
func (x *EncounterData) GetPlayers() map[string]*PlayerData
func (*EncounterData) GetSelfBuffs ¶
func (x *EncounterData) GetSelfBuffs() *BuffGroupsInfo
func (*EncounterData) GetSkillCatalog ¶
func (x *EncounterData) GetSkillCatalog() map[string]*SkillInfo
func (*EncounterData) GetSynergies ¶
func (x *EncounterData) GetSynergies() []*BuffGroupsInfo
func (*EncounterData) ProtoMessage ¶
func (*EncounterData) ProtoMessage()
func (*EncounterData) ProtoReflect ¶
func (x *EncounterData) ProtoReflect() protoreflect.Message
func (*EncounterData) Reset ¶
func (x *EncounterData) Reset()
func (*EncounterData) String ¶
func (x *EncounterData) String() string
type HPBossLog ¶
type HPBossLog struct { Entries []*HPBossLogEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*HPBossLog) Descriptor
deprecated
func (*HPBossLog) GetEntries ¶
func (x *HPBossLog) GetEntries() []*HPBossLogEntry
func (*HPBossLog) ProtoMessage ¶
func (*HPBossLog) ProtoMessage()
func (*HPBossLog) ProtoReflect ¶
func (x *HPBossLog) ProtoReflect() protoreflect.Message
type HPBossLogEntry ¶
type HPBossLogEntry struct { Hp int64 `protobuf:"varint,1,opt,name=hp,proto3" json:"hp,omitempty"` Percent float64 `protobuf:"fixed64,2,opt,name=percent,proto3" json:"percent,omitempty"` Time int32 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*HPBossLogEntry) Descriptor
deprecated
func (*HPBossLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use HPBossLogEntry.ProtoReflect.Descriptor instead.
func (*HPBossLogEntry) GetHp ¶
func (x *HPBossLogEntry) GetHp() int64
func (*HPBossLogEntry) GetPercent ¶
func (x *HPBossLogEntry) GetPercent() float64
func (*HPBossLogEntry) GetTime ¶
func (x *HPBossLogEntry) GetTime() int32
func (*HPBossLogEntry) ProtoMessage ¶
func (*HPBossLogEntry) ProtoMessage()
func (*HPBossLogEntry) ProtoReflect ¶
func (x *HPBossLogEntry) ProtoReflect() protoreflect.Message
func (*HPBossLogEntry) Reset ¶
func (x *HPBossLogEntry) Reset()
func (*HPBossLogEntry) String ¶
func (x *HPBossLogEntry) String() string
type HPLog ¶
type HPLog struct { Encounters map[string]*HPBossLog `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*HPLog) Descriptor
deprecated
func (*HPLog) GetEncounters ¶
func (*HPLog) ProtoMessage ¶
func (*HPLog) ProtoMessage()
func (*HPLog) ProtoReflect ¶
func (x *HPLog) ProtoReflect() protoreflect.Message
type PlayerDamage ¶
type PlayerDamage struct { Crit float32 `protobuf:"fixed32,1,opt,name=crit,proto3" json:"crit,omitempty"` CritDamage float32 `protobuf:"fixed32,2,opt,name=crit_damage,json=critDamage,proto3" json:"crit_damage,omitempty"` FrontAttack float32 `protobuf:"fixed32,3,opt,name=front_attack,json=frontAttack,proto3" json:"front_attack,omitempty"` BackAttack float32 `protobuf:"fixed32,4,opt,name=back_attack,json=backAttack,proto3" json:"back_attack,omitempty"` Buff float32 `protobuf:"fixed32,5,opt,name=buff,proto3" json:"buff,omitempty"` Brand float32 `protobuf:"fixed32,6,opt,name=brand,proto3" json:"brand,omitempty"` Casts int32 `protobuf:"varint,7,opt,name=casts,proto3" json:"casts,omitempty"` CastsPerMinute float32 `protobuf:"fixed32,8,opt,name=casts_per_minute,json=castsPerMinute,proto3" json:"casts_per_minute,omitempty"` Hits int32 `protobuf:"varint,9,opt,name=hits,proto3" json:"hits,omitempty"` HitsPerMinute float32 `protobuf:"fixed32,10,opt,name=hits_per_minute,json=hitsPerMinute,proto3" json:"hits_per_minute,omitempty"` // contains filtered or unexported fields }
func (*PlayerDamage) Descriptor
deprecated
func (*PlayerDamage) Descriptor() ([]byte, []int)
Deprecated: Use PlayerDamage.ProtoReflect.Descriptor instead.
func (*PlayerDamage) GetBackAttack ¶
func (x *PlayerDamage) GetBackAttack() float32
func (*PlayerDamage) GetBrand ¶
func (x *PlayerDamage) GetBrand() float32
func (*PlayerDamage) GetBuff ¶
func (x *PlayerDamage) GetBuff() float32
func (*PlayerDamage) GetCasts ¶
func (x *PlayerDamage) GetCasts() int32
func (*PlayerDamage) GetCastsPerMinute ¶
func (x *PlayerDamage) GetCastsPerMinute() float32
func (*PlayerDamage) GetCrit ¶
func (x *PlayerDamage) GetCrit() float32
func (*PlayerDamage) GetCritDamage ¶
func (x *PlayerDamage) GetCritDamage() float32
func (*PlayerDamage) GetFrontAttack ¶
func (x *PlayerDamage) GetFrontAttack() float32
func (*PlayerDamage) GetHits ¶
func (x *PlayerDamage) GetHits() int32
func (*PlayerDamage) GetHitsPerMinute ¶
func (x *PlayerDamage) GetHitsPerMinute() float32
func (*PlayerDamage) ProtoMessage ¶
func (*PlayerDamage) ProtoMessage()
func (*PlayerDamage) ProtoReflect ¶
func (x *PlayerDamage) ProtoReflect() protoreflect.Message
func (*PlayerDamage) Reset ¶
func (x *PlayerDamage) Reset()
func (*PlayerDamage) String ¶
func (x *PlayerDamage) String() string
type PlayerData ¶
type PlayerData struct { Damage *PlayerDamage `protobuf:"bytes,1,opt,name=damage,proto3" json:"damage,omitempty"` SkillDamage map[string]*SkillDamage `` /* 182-byte string literal not displayed */ Synergy *Buffs `protobuf:"bytes,3,opt,name=synergy,proto3" json:"synergy,omitempty"` SkillSynergy map[string]*Buffs `` /* 185-byte string literal not displayed */ SelfBuff *Buffs `protobuf:"bytes,5,opt,name=self_buff,json=selfBuff,proto3" json:"self_buff,omitempty"` SkillSelfBuffs *BuffGroupsInfo `protobuf:"bytes,6,opt,name=skill_self_buffs,json=skillSelfBuffs,proto3" json:"skill_self_buffs,omitempty"` SkillSelfBuff map[string]*Buffs `` /* 190-byte string literal not displayed */ DpsLog []int64 `protobuf:"varint,8,rep,packed,name=dps_log,json=dpsLog,proto3" json:"dps_log,omitempty"` // contains filtered or unexported fields }
func (*PlayerData) Descriptor
deprecated
func (*PlayerData) Descriptor() ([]byte, []int)
Deprecated: Use PlayerData.ProtoReflect.Descriptor instead.
func (*PlayerData) GetDamage ¶
func (x *PlayerData) GetDamage() *PlayerDamage
func (*PlayerData) GetDpsLog ¶
func (x *PlayerData) GetDpsLog() []int64
func (*PlayerData) GetSelfBuff ¶
func (x *PlayerData) GetSelfBuff() *Buffs
func (*PlayerData) GetSkillDamage ¶
func (x *PlayerData) GetSkillDamage() map[string]*SkillDamage
func (*PlayerData) GetSkillSelfBuff ¶
func (x *PlayerData) GetSkillSelfBuff() map[string]*Buffs
func (*PlayerData) GetSkillSelfBuffs ¶
func (x *PlayerData) GetSkillSelfBuffs() *BuffGroupsInfo
func (*PlayerData) GetSkillSynergy ¶
func (x *PlayerData) GetSkillSynergy() map[string]*Buffs
func (*PlayerData) GetSynergy ¶
func (x *PlayerData) GetSynergy() *Buffs
func (*PlayerData) ProtoMessage ¶
func (*PlayerData) ProtoMessage()
func (*PlayerData) ProtoReflect ¶
func (x *PlayerData) ProtoReflect() protoreflect.Message
func (*PlayerData) Reset ¶
func (x *PlayerData) Reset()
func (*PlayerData) String ¶
func (x *PlayerData) String() string
type SkillDamage ¶
type SkillDamage struct { Damage int64 `protobuf:"varint,1,opt,name=damage,proto3" json:"damage,omitempty"` Dps int64 `protobuf:"varint,2,opt,name=dps,proto3" json:"dps,omitempty"` Percent float32 `protobuf:"fixed32,3,opt,name=percent,proto3" json:"percent,omitempty"` Crit float32 `protobuf:"fixed32,4,opt,name=crit,proto3" json:"crit,omitempty"` CritDamage float32 `protobuf:"fixed32,5,opt,name=crit_damage,json=critDamage,proto3" json:"crit_damage,omitempty"` FrontAttack float32 `protobuf:"fixed32,6,opt,name=front_attack,json=frontAttack,proto3" json:"front_attack,omitempty"` BackAttack float32 `protobuf:"fixed32,7,opt,name=back_attack,json=backAttack,proto3" json:"back_attack,omitempty"` Buff float32 `protobuf:"fixed32,8,opt,name=buff,proto3" json:"buff,omitempty"` Brand float32 `protobuf:"fixed32,9,opt,name=brand,proto3" json:"brand,omitempty"` AveragePerCasts float32 `protobuf:"fixed32,10,opt,name=average_per_casts,json=averagePerCasts,proto3" json:"average_per_casts,omitempty"` AveragePerHits float32 `protobuf:"fixed32,11,opt,name=average_per_hits,json=averagePerHits,proto3" json:"average_per_hits,omitempty"` Max int64 `protobuf:"varint,12,opt,name=max,proto3" json:"max,omitempty"` Casts int32 `protobuf:"varint,13,opt,name=casts,proto3" json:"casts,omitempty"` CastsPerMinute float32 `protobuf:"fixed32,14,opt,name=casts_per_minute,json=castsPerMinute,proto3" json:"casts_per_minute,omitempty"` Hits int32 `protobuf:"varint,15,opt,name=hits,proto3" json:"hits,omitempty"` HitsPerMinute float32 `protobuf:"fixed32,16,opt,name=hits_per_minute,json=hitsPerMinute,proto3" json:"hits_per_minute,omitempty"` CastLog []int32 `protobuf:"varint,17,rep,packed,name=cast_log,json=castLog,proto3" json:"cast_log,omitempty"` TripodIndex *Tripods `protobuf:"bytes,18,opt,name=tripod_index,json=tripodIndex,proto3" json:"tripod_index,omitempty"` TripodLevel *Tripods `protobuf:"bytes,19,opt,name=tripod_level,json=tripodLevel,proto3" json:"tripod_level,omitempty"` // contains filtered or unexported fields }
func (*SkillDamage) Descriptor
deprecated
func (*SkillDamage) Descriptor() ([]byte, []int)
Deprecated: Use SkillDamage.ProtoReflect.Descriptor instead.
func (*SkillDamage) GetAveragePerCasts ¶
func (x *SkillDamage) GetAveragePerCasts() float32
func (*SkillDamage) GetAveragePerHits ¶
func (x *SkillDamage) GetAveragePerHits() float32
func (*SkillDamage) GetBackAttack ¶
func (x *SkillDamage) GetBackAttack() float32
func (*SkillDamage) GetBrand ¶
func (x *SkillDamage) GetBrand() float32
func (*SkillDamage) GetBuff ¶
func (x *SkillDamage) GetBuff() float32
func (*SkillDamage) GetCastLog ¶
func (x *SkillDamage) GetCastLog() []int32
func (*SkillDamage) GetCasts ¶
func (x *SkillDamage) GetCasts() int32
func (*SkillDamage) GetCastsPerMinute ¶
func (x *SkillDamage) GetCastsPerMinute() float32
func (*SkillDamage) GetCrit ¶
func (x *SkillDamage) GetCrit() float32
func (*SkillDamage) GetCritDamage ¶
func (x *SkillDamage) GetCritDamage() float32
func (*SkillDamage) GetDamage ¶
func (x *SkillDamage) GetDamage() int64
func (*SkillDamage) GetDps ¶
func (x *SkillDamage) GetDps() int64
func (*SkillDamage) GetFrontAttack ¶
func (x *SkillDamage) GetFrontAttack() float32
func (*SkillDamage) GetHits ¶
func (x *SkillDamage) GetHits() int32
func (*SkillDamage) GetHitsPerMinute ¶
func (x *SkillDamage) GetHitsPerMinute() float32
func (*SkillDamage) GetMax ¶
func (x *SkillDamage) GetMax() int64
func (*SkillDamage) GetPercent ¶
func (x *SkillDamage) GetPercent() float32
func (*SkillDamage) GetTripodIndex ¶
func (x *SkillDamage) GetTripodIndex() *Tripods
func (*SkillDamage) GetTripodLevel ¶
func (x *SkillDamage) GetTripodLevel() *Tripods
func (*SkillDamage) ProtoMessage ¶
func (*SkillDamage) ProtoMessage()
func (*SkillDamage) ProtoReflect ¶
func (x *SkillDamage) ProtoReflect() protoreflect.Message
func (*SkillDamage) Reset ¶
func (x *SkillDamage) Reset()
func (*SkillDamage) String ¶
func (x *SkillDamage) String() string
type SkillInfo ¶
type SkillInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Icon string `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
func (*SkillInfo) Descriptor
deprecated
func (*SkillInfo) ProtoMessage ¶
func (*SkillInfo) ProtoMessage()
func (*SkillInfo) ProtoReflect ¶
func (x *SkillInfo) ProtoReflect() protoreflect.Message
type Tripods ¶
type Tripods struct { First int32 `protobuf:"varint,1,opt,name=first,proto3" json:"first,omitempty"` Second int32 `protobuf:"varint,2,opt,name=second,proto3" json:"second,omitempty"` Third int32 `protobuf:"varint,3,opt,name=third,proto3" json:"third,omitempty"` // contains filtered or unexported fields }
func (*Tripods) Descriptor
deprecated
func (*Tripods) ProtoMessage ¶
func (*Tripods) ProtoMessage()
func (*Tripods) ProtoReflect ¶
func (x *Tripods) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.