mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Add campaign bonuses; fix parts variant/sub-stat grants and menu-pick quest resume state
Build and Push Docker images to Docker Hub / build-and-push (push) Has been cancelled
Build and Push Docker images to Docker Hub / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -158,5 +158,9 @@ func buildPartsStatusMain() (map[int32]PartsStatusMainDef, map[int32][]int32) {
|
||||
id++
|
||||
}
|
||||
}
|
||||
// Newer parts groups (PartsGroupId 401-490) use PartsStatusSubLotteryGroupId
|
||||
// 11/12 for rarities 10/20 instead of 1/2. Same stat pools — alias them.
|
||||
pool[11] = pool[1]
|
||||
pool[12] = pool[2]
|
||||
return defs, pool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user