GlobalUpgrades #1180

Closed
opened 2025-03-14 09:35:18 -07:00 by Sainan · 0 comments
Owner

Maybe some config options to emulate a double XP weekend, etc.:

 "GlobalUpgrades": [
    {
      "_id": { "$oid": "5b23106f283a555109666672" },
      "Activation": { "$date": { "$numberLong": "1740164400000" } },
      "ExpiryDate": { "$date": { "$numberLong": "2000000000000" } },
      "UpgradeType": "GAMEPLAY_MONEY_REWARD_AMOUNT",
      "OperationType": "MULTIPLY",
      "Value": 2,
      "LocalizeTag": "",
      "LocalizeDescTag": ""
    },
    {
      "_id": { "$oid": "67b8ad7572cc3ba7d90e8e87" },
      "Activation": { "$date": { "$numberLong": "1740164400000" } },
      "ExpiryDate": { "$date": { "$numberLong": "2000000000000" } },
      "UpgradeType": "GAMEPLAY_KILL_XP_AMOUNT",
      "OperationType": "MULTIPLY",
      "Value": 2,
      "LocalizeTag": "",
      "LocalizeDescTag": ""
    }
  ],

+ GAMEPLAY_PICKUP_AMOUNT for double resources

Maybe some config options to emulate a double XP weekend, etc.: ```json "GlobalUpgrades": [ { "_id": { "$oid": "5b23106f283a555109666672" }, "Activation": { "$date": { "$numberLong": "1740164400000" } }, "ExpiryDate": { "$date": { "$numberLong": "2000000000000" } }, "UpgradeType": "GAMEPLAY_MONEY_REWARD_AMOUNT", "OperationType": "MULTIPLY", "Value": 2, "LocalizeTag": "", "LocalizeDescTag": "" }, { "_id": { "$oid": "67b8ad7572cc3ba7d90e8e87" }, "Activation": { "$date": { "$numberLong": "1740164400000" } }, "ExpiryDate": { "$date": { "$numberLong": "2000000000000" } }, "UpgradeType": "GAMEPLAY_KILL_XP_AMOUNT", "OperationType": "MULTIPLY", "Value": 2, "LocalizeTag": "", "LocalizeDescTag": "" } ], ``` \+ `GAMEPLAY_PICKUP_AMOUNT` for double resources
Sainan added the
enhancement
label 2025-03-14 09:35:18 -07:00
Sign in to join this conversation.
No description provided.