Skip to content

Commit

Permalink
Update gameforge.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YOLOP0wn committed Sep 27, 2022
1 parent 6d4e2c2 commit 91c98b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/wrapper/gameforge.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,15 +532,15 @@ type ServerData struct {
SpeedFleetHolding int64 `xml:"speedFleetHolding"` // 1
Galaxies int64 `xml:"galaxies"` // 4
Systems int64 `xml:"systems"` // 499
ACS bool `xml:"aCS"` // 1
ACS bool `xml:"acs"` // 1
RapidFire bool `xml:"rapidFire"` // 1
DefToTF bool `xml:"defToTF"` // 0
DebrisFactor float64 `xml:"debrisFactor"` // 0.5
DebrisFactorDef float64 `xml:"debrisFactorDef"` // 0
RepairFactor float64 `xml:"repairFactor"` // 0.7
NewbieProtectionLimit int64 `xml:"newbieProtectionLimit"` // 500000
NewbieProtectionHigh int64 `xml:"newbieProtectionHigh"` // 50000
TopScore int64 `xml:"topScore"` // 60259362 / 1.0363090034999E+17
TopScore float64 `xml:"topScore"` // 60259362 / 1.0363090034999E+17
BonusFields int64 `xml:"bonusFields"` // 30
DonutGalaxy bool `xml:"donutGalaxy"` // 1
DonutSystem bool `xml:"donutSystem"` // 1
Expand Down

0 comments on commit 91c98b3

Please sign in to comment.