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 @@

Table of Contents

MContractPlayerInfo +
  • + MContractPlayerInfo.SeasonProgress +
  • + +
  • + MContractSeasonGoal +
  • + +
  • + MContractSeasonInfo +
  • + +
  • + MContractSeasonInfo.GoalSet +
  • + +
  • + MContractSeasonInfos +
  • + +
  • + MContractSeasonRewardConfirmationRequest +
  • +
  • MContractSimConfig
  • @@ -610,6 +634,10 @@

    Table of Contents

    MIAPSaleEntry +
  • + MIdleSessionSummary +
  • +
  • MInGameMail
  • @@ -6106,6 +6134,13 @@

    ContractCoopStatusUpdateRequest

    + + last_idle_summary + IdleSessionSummary + optional +

    + + egg_laying_rate_buff double @@ -6583,6 +6618,241 @@

    ContractPlayerInfo

    + + season_progress + ContractPlayerInfo.SeasonProgress + repeated +

    + + + + + + + + + +

    ContractPlayerInfo.SeasonProgress

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    season_idstringoptional

    activebooloptional

    starting_gradeContract.PlayerGradeoptional

    total_cxpdoubleoptional

    cxp_last_reward_givendoubleoptional

    + + + + + +

    ContractSeasonGoal

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    cxpdoubleoptional

    reward_typeRewardTypeoptional

    reward_sub_typestringoptional

    reward_amountdoubleoptional

    + + + + + +

    ContractSeasonInfo

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    idstringoptional

    namestringoptional

    grade_goalsContractSeasonInfo.GoalSetrepeated

    + + + + + +

    ContractSeasonInfo.GoalSet

    +

    + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    gradeContract.PlayerGradeoptional

    goalsContractSeasonGoalrepeated

    + + + + + +

    ContractSeasonInfos

    +

    + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    infosContractSeasonInforepeated

    + + + + + +

    ContractSeasonRewardConfirmationRequest

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    rinfoBasicRequestInfooptional

    season_idstringoptional

    goalContractSeasonGoaloptional

    @@ -6949,6 +7219,13 @@

    ContractsResponse

    Default: 1000

    + + current_season + ContractSeasonInfo + optional +

    + + @@ -8635,6 +8912,79 @@

    IAPSaleEntry

    +

    IdleSessionSummary

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FieldTypeLabelDescription
    time_awaydoubleoptional

    time_simulateddoubleoptional

    silos_owneduint32optional

    average_elrdoubleoptional

    average_msrdoubleoptional

    average_egg_delivery_ratedoubleoptional

    last_egg_delivery_ratedoubleoptional

    farm_indexuint32optional

    + + + + +

    InGameMail