Daily Tribute #367

Closed
opened 2024-06-22 09:53:51 -07:00 by Sainan · 0 comments
Owner

Single reward

{
  "DailyTributeInfo": {
    "Rewards": [
      {
        "_id": { "$oid": "1234" },
        "RewardType": "RT_BOOSTER",
        "CouponType": "CPT_PLATINUM",
        "Icon": "",
        "ItemType": "",
        "StoreItemType": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem",
        "ProductCategory": "Pistols",
        "Amount": 1,
        "ScalingMultiplier": 2,
        "Durability": "COMMON",
        "DisplayName": "",
        "Duration": 5,
        "CouponSku": 0,
        "Rarity": 0.055392516507703576,
        "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs"
      }
    ],
    "IsMilestoneDay": false,
    "IsChooseRewardSet": false,
    "LoginDays": 55,
    "NextMilestoneReward": "",
    "NextMilestoneDay": 100,
    "HasChosenReward": true,
    "NewInventory": {
      "Boosters": [
        {
          "ItemType": "/Lotus/Types/Boosters/AffinityBooster",
          "ExpiryDate": 18000
        }
      ]
    },
    "ChosenReward": {
      "_id": { "$oid": "1234" },
      "RewardType": "RT_BOOSTER",
      "CouponType": "CPT_PLATINUM",
      "Icon": "",
      "ItemType": "",
      "StoreItemType": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem",
      "ProductCategory": "Pistols",
      "Amount": 1,
      "ScalingMultiplier": 2,
      "Durability": "COMMON",
      "DisplayName": "",
      "Duration": 5,
      "CouponSku": 0,
      "Rarity": 0.055392516507703576,
      "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs"
    }
  },
  "LastLoginRewardDate": 1687132800
}

Multiple rewards

{
  "DailyTributeInfo": {
    "Rewards": [
      {
        "_id": { "$oid": "6343" },
        "RewardType": "RT_CREDITS",
        "CouponType": "CPT_PLATINUM",
        "Icon": "/Lotus/Interface/Icons/StoreIcons/Currency/CreditsLarge.png",
        "ItemType": "",
        "StoreItemType": "",
        "ProductCategory": "Pistols",
        "Amount": 14600,
        "ScalingMultiplier": 1,
        "Durability": "COMMON",
        "DisplayName": "",
        "Duration": 0,
        "CouponSku": 0,
        "Rarity": 0.05864077669902911,
        "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs"
      },
      {
        "_id": { "$oid": "5412" },
        "RewardType": "RT_RESOURCE",
        "CouponType": "CPT_PLATINUM",
        "Icon": "",
        "ItemType": "",
        "StoreItemType": "/Lotus/StoreItems/Types/Items/Research/EnergyFragment",
        "ProductCategory": "Pistols",
        "Amount": 3,
        "ScalingMultiplier": 1,
        "Durability": "COMMON",
        "DisplayName": "",
        "Duration": 0,
        "CouponSku": 0,
        "Rarity": 0.05864077669902911,
        "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo"
      },
      {
        "_id": { "$oid": "1234" },
        "RewardType": "RT_RESOURCE",
        "CouponType": "CPT_PLATINUM",
        "Icon": "",
        "ItemType": "",
        "StoreItemType": "/Lotus/StoreItems/Types/Items/MiscItems/Gallium",
        "ProductCategory": "Pistols",
        "Amount": 1,
        "ScalingMultiplier": 1,
        "Durability": "COMMON",
        "DisplayName": "",
        "Duration": 0,
        "CouponSku": 0,
        "Rarity": 0.05864077669902911,
        "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo"
      }
    ],
    "IsMilestoneDay": false,
    "IsChooseRewardSet": true,
    "LoginDays": 92,
    "NextMilestoneReward": "",
    "NextMilestoneDay": 100,
    "HasChosenReward": false,
    "NewInventory": []
  },
  "LastLoginRewardDate": 1719014400
}

Then the client will let us know of the reward selection:

{"ChosenReward":"/Lotus/StoreItems/Types/Items/MiscItems/Gallium","IsMilestoneReward":false}

and we respond with the remaining fields:

{
  "DailyTributeInfo": {
    "NewInventory": {
      "MiscItems": [
        { "ItemType": "/Lotus/Types/Items/MiscItems/Gallium", "ItemCount": 1 }
      ]
    },
    "ChosenReward": {
      "_id": { "$oid": "1234" },
      "RewardType": "RT_RESOURCE",
      "CouponType": "CPT_PLATINUM",
      "Icon": "",
      "ItemType": "",
      "StoreItemType": "/Lotus/StoreItems/Types/Items/MiscItems/Gallium",
      "ProductCategory": "Pistols",
      "Amount": 1,
      "ScalingMultiplier": 1,
      "Durability": "COMMON",
      "DisplayName": "",
      "Duration": 0,
      "CouponSku": 0,
      "Rarity": 0.05864077669902911,
      "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo"
    }
  }
}
## Single reward ```json { "DailyTributeInfo": { "Rewards": [ { "_id": { "$oid": "1234" }, "RewardType": "RT_BOOSTER", "CouponType": "CPT_PLATINUM", "Icon": "", "ItemType": "", "StoreItemType": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem", "ProductCategory": "Pistols", "Amount": 1, "ScalingMultiplier": 2, "Durability": "COMMON", "DisplayName": "", "Duration": 5, "CouponSku": 0, "Rarity": 0.055392516507703576, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs" } ], "IsMilestoneDay": false, "IsChooseRewardSet": false, "LoginDays": 55, "NextMilestoneReward": "", "NextMilestoneDay": 100, "HasChosenReward": true, "NewInventory": { "Boosters": [ { "ItemType": "/Lotus/Types/Boosters/AffinityBooster", "ExpiryDate": 18000 } ] }, "ChosenReward": { "_id": { "$oid": "1234" }, "RewardType": "RT_BOOSTER", "CouponType": "CPT_PLATINUM", "Icon": "", "ItemType": "", "StoreItemType": "/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem", "ProductCategory": "Pistols", "Amount": 1, "ScalingMultiplier": 2, "Durability": "COMMON", "DisplayName": "", "Duration": 5, "CouponSku": 0, "Rarity": 0.055392516507703576, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs" } }, "LastLoginRewardDate": 1687132800 } ``` ## Multiple rewards ```json { "DailyTributeInfo": { "Rewards": [ { "_id": { "$oid": "6343" }, "RewardType": "RT_CREDITS", "CouponType": "CPT_PLATINUM", "Icon": "/Lotus/Interface/Icons/StoreIcons/Currency/CreditsLarge.png", "ItemType": "", "StoreItemType": "", "ProductCategory": "Pistols", "Amount": 14600, "ScalingMultiplier": 1, "Durability": "COMMON", "DisplayName": "", "Duration": 0, "CouponSku": 0, "Rarity": 0.05864077669902911, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Simaris/DDayTribSmrs" }, { "_id": { "$oid": "5412" }, "RewardType": "RT_RESOURCE", "CouponType": "CPT_PLATINUM", "Icon": "", "ItemType": "", "StoreItemType": "/Lotus/StoreItems/Types/Items/Research/EnergyFragment", "ProductCategory": "Pistols", "Amount": 3, "ScalingMultiplier": 1, "Durability": "COMMON", "DisplayName": "", "Duration": 0, "CouponSku": 0, "Rarity": 0.05864077669902911, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo" }, { "_id": { "$oid": "1234" }, "RewardType": "RT_RESOURCE", "CouponType": "CPT_PLATINUM", "Icon": "", "ItemType": "", "StoreItemType": "/Lotus/StoreItems/Types/Items/MiscItems/Gallium", "ProductCategory": "Pistols", "Amount": 1, "ScalingMultiplier": 1, "Durability": "COMMON", "DisplayName": "", "Duration": 0, "CouponSku": 0, "Rarity": 0.05864077669902911, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo" } ], "IsMilestoneDay": false, "IsChooseRewardSet": true, "LoginDays": 92, "NextMilestoneReward": "", "NextMilestoneDay": 100, "HasChosenReward": false, "NewInventory": [] }, "LastLoginRewardDate": 1719014400 } ``` Then the client will let us know of the reward selection: ```json {"ChosenReward":"/Lotus/StoreItems/Types/Items/MiscItems/Gallium","IsMilestoneReward":false} ``` and we respond with the remaining fields: ```json { "DailyTributeInfo": { "NewInventory": { "MiscItems": [ { "ItemType": "/Lotus/Types/Items/MiscItems/Gallium", "ItemCount": 1 } ] }, "ChosenReward": { "_id": { "$oid": "1234" }, "RewardType": "RT_RESOURCE", "CouponType": "CPT_PLATINUM", "Icon": "", "ItemType": "", "StoreItemType": "/Lotus/StoreItems/Types/Items/MiscItems/Gallium", "ProductCategory": "Pistols", "Amount": 1, "ScalingMultiplier": 1, "Durability": "COMMON", "DisplayName": "", "Duration": 0, "CouponSku": 0, "Rarity": 0.05864077669902911, "Transmission": "/Lotus/Sounds/Dialog/DailyTribute/Darvo/DDayTribDarvo" } } } ```
Sainan referenced this issue from a commit 2025-03-21 05:19:45 -07:00
Sign in to join this conversation.
No description provided.