From bec368e8495b641dc7bb364910d983c72642bfce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Apr 2024 16:32:50 -0300 Subject: Easter Rewards reestructuration. May the games begin, and may the blood flow. --- db/constants.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index 6c1521c35..ad78a0850 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1597,6 +1597,25 @@ constants_db: { GEX_elixirMAX: -5 GEX_scholarMAX: -6 + comment__: "easter exchange" + EEX_bronze: 1 + EEX_silver: 2 + EEX_golden: 4 + EEX_prism: 8 + EEX_supreme: 16 + + EEX_gapple: 32 + EEX_napple: 64 + EEX_elixir: 128 + EEX_dapple: 256 + EEX_mapple: 512 + + EEX_merc1: 1024 + EEX_merc2: 2048 + EEX_merc3: 4096 + EEX_merc4: 8192 + EEX_merc5: 16384 + comment__: "genders" G_FEMALE: 0 G_MALE: 1 -- cgit v1.2.3-70-g09d2