From a252316729d5246f8abc69320628b6c165422da8 Mon Sep 17 00:00:00 2001 From: Vazyriqx <58703701+Vazyriqx@users.noreply.github.com> Date: Sat, 16 Nov 2024 02:17:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20elgranje?= =?UTF-8?q?ro/EggIncProtos@cf2200a3d36b7a8fdcc87643851be0b4d2fdf757=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 134 ++++++++++++++++++++ index.html | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 484 insertions(+) diff --git a/README.md b/README.md index 7d64628..16f506b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ - [ContractEvaluationBatch](#ei-ContractEvaluationBatch) - [ContractEvaluationBatch.Pair](#ei-ContractEvaluationBatch-Pair) - [ContractPlayerInfo](#ei-ContractPlayerInfo) + - [ContractPlayerInfo.SeasonProgress](#ei-ContractPlayerInfo-SeasonProgress) + - [ContractSeasonGoal](#ei-ContractSeasonGoal) + - [ContractSeasonInfo](#ei-ContractSeasonInfo) + - [ContractSeasonInfo.GoalSet](#ei-ContractSeasonInfo-GoalSet) + - [ContractSeasonInfos](#ei-ContractSeasonInfos) + - [ContractSeasonRewardConfirmationRequest](#ei-ContractSeasonRewardConfirmationRequest) - [ContractSimConfig](#ei-ContractSimConfig) - [ContractSimConfig.ContractGradeSimConfig](#ei-ContractSimConfig-ContractGradeSimConfig) - [ContractSimConfig.ContractGradeSimConfig.GoalParams](#ei-ContractSimConfig-ContractGradeSimConfig-GoalParams) @@ -112,6 +118,7 @@ - [GetPeriodicalsRequest](#ei-GetPeriodicalsRequest) - [GiftPlayerCoopRequest](#ei-GiftPlayerCoopRequest) - [IAPSaleEntry](#ei-IAPSaleEntry) + - [IdleSessionSummary](#ei-IdleSessionSummary) - [InGameMail](#ei-InGameMail) - [InventorySlot](#ei-InventorySlot) - [JoinCoopRequest](#ei-JoinCoopRequest) @@ -1686,6 +1693,7 @@ | hide_cc_status | [bool](#bool) | optional | | | production_params | [FarmProductionParams](#ei-FarmProductionParams) | optional | | | farm_info | [PlayerFarmInfo](#ei-PlayerFarmInfo) | optional | | +| last_idle_summary | [IdleSessionSummary](#ei-IdleSessionSummary) | optional | | | egg_laying_rate_buff | [double](#double) | optional | Default: 1 | | earnings_buff | [double](#double) | optional | Default: 1 | @@ -1812,6 +1820,109 @@ | last_evaluation_time | [double](#double) | optional | | | last_evaluation_version | [string](#string) | optional | | | unread_evaluations | [ContractEvaluation](#ei-ContractEvaluation) | repeated | | +| season_progress | [ContractPlayerInfo.SeasonProgress](#ei-ContractPlayerInfo-SeasonProgress) | repeated | | + + + + + + + + +### ContractPlayerInfo.SeasonProgress + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| season_id | [string](#string) | optional | | +| active | [bool](#bool) | optional | | +| starting_grade | [Contract.PlayerGrade](#ei-Contract-PlayerGrade) | optional | | +| total_cxp | [double](#double) | optional | | +| cxp_last_reward_given | [double](#double) | optional | | + + + + + + + + +### ContractSeasonGoal + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| cxp | [double](#double) | optional | | +| reward_type | [RewardType](#ei-RewardType) | optional | | +| reward_sub_type | [string](#string) | optional | | +| reward_amount | [double](#double) | optional | | + + + + + + + + +### ContractSeasonInfo + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| id | [string](#string) | optional | | +| name | [string](#string) | optional | | +| grade_goals | [ContractSeasonInfo.GoalSet](#ei-ContractSeasonInfo-GoalSet) | repeated | | + + + + + + + + +### ContractSeasonInfo.GoalSet + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| grade | [Contract.PlayerGrade](#ei-Contract-PlayerGrade) | optional | | +| goals | [ContractSeasonGoal](#ei-ContractSeasonGoal) | repeated | | + + + + + + + + +### ContractSeasonInfos + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| infos | [ContractSeasonInfo](#ei-ContractSeasonInfo) | repeated | | + + + + + + + + +### ContractSeasonRewardConfirmationRequest + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| rinfo | [BasicRequestInfo](#ei-BasicRequestInfo) | optional | | +| season_id | [string](#string) | optional | | +| goal | [ContractSeasonGoal](#ei-ContractSeasonGoal) | optional | | @@ -1980,6 +2091,7 @@ | total_eop | [double](#double) | optional | | | server_time | [double](#double) | optional | | | max_eop | [uint32](#uint32) | optional | Default: 1000 | +| current_season | [ContractSeasonInfo](#ei-ContractSeasonInfo) | optional | | @@ -2573,6 +2685,28 @@ + + +### IdleSessionSummary + + + +| Field | Type | Label | Description | +| ----- | ---- | ----- | ----------- | +| time_away | [double](#double) | optional | | +| time_simulated | [double](#double) | optional | | +| silos_owned | [uint32](#uint32) | optional | | +| average_elr | [double](#double) | optional | | +| average_msr | [double](#double) | optional | | +| average_egg_delivery_rate | [double](#double) | optional | | +| last_egg_delivery_rate | [double](#double) | optional | | +| farm_index | [uint32](#uint32) | optional | | + + + + + + ### InGameMail diff --git a/index.html b/index.html index 36a63ab..a280857 100644 --- a/index.html +++ b/index.html @@ -450,6 +450,30 @@
Field | Type | Label | Description |
season_id | +string | +optional | +
|
+
active | +bool | +optional | +
|
+
starting_grade | +Contract.PlayerGrade | +optional | +
|
+
total_cxp | +double | +optional | +
|
+
cxp_last_reward_given | +double | +optional | +
|
+
Field | Type | Label | Description |
cxp | +double | +optional | +
|
+
reward_type | +RewardType | +optional | +
|
+
reward_sub_type | +string | +optional | +
|
+
reward_amount | +double | +optional | +
|
+
Field | Type | Label | Description |
id | +string | +optional | +
|
+
name | +string | +optional | +
|
+
grade_goals | +ContractSeasonInfo.GoalSet | +repeated | +
|
+
Field | Type | Label | Description |
grade | +Contract.PlayerGrade | +optional | +
|
+
goals | +ContractSeasonGoal | +repeated | +
|
+
Field | Type | Label | Description |
infos | +ContractSeasonInfo | +repeated | +
|
+
Field | Type | Label | Description |
rinfo | +BasicRequestInfo | +optional | +
|
+
season_id | +string | +optional | +
|
+
goal | +ContractSeasonGoal | +optional | +
|
+
Default: 1000
Field | Type | Label | Description |
time_away | +double | +optional | +
|
+
time_simulated | +double | +optional | +
|
+
silos_owned | +uint32 | +optional | +
|
+
average_elr | +double | +optional | +
|
+
average_msr | +double | +optional | +
|
+
average_egg_delivery_rate | +double | +optional | +
|
+
last_egg_delivery_rate | +double | +optional | +
|
+
farm_index | +uint32 | +optional | +
|
+