Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Outcomes []ConsumptionOutcome
Functions ¶
Types ¶
type ConsumptionOutcome ¶
type ConsumptionOutcome struct {
Item Item `json:"item"`
RawProduct []RawProduct `json:"raw_rewards"`
ExpectedByproducts []ExpectedByproduct `json:"product_rewards"`
ExpectedFullConsumption []RawProduct `json:"full_consumption"`
DemotionGold *float64 `json:"demotion_gold"`
}
func (*ConsumptionOutcome) Complete ¶
func (c *ConsumptionOutcome) Complete()
type ExpectedByproduct ¶
type Item ¶
type Item struct {
AfxId api.ArtifactSpec_Name `json:"afx_id"`
AfxLevel api.ArtifactSpec_Level `json:"afx_level"`
AfxRarity api.ArtifactSpec_Rarity `json:"afx_rarity"`
Id string `json:"id"` // Not in original, must be populated.
Name string `json:"name"`
TierNumber int `json:"tier_number"`
Rarity string `json:"rarity"`
IconFilename string `json:"icon_filename"` // Not in original, must be populated.
}
type RawProduct ¶
Click to show internal directories.
Click to hide internal directories.