• Overview
  • Map
  • Areas
  • Points of Interest
  • Characters
  • Races
  • Classes
  • Factions
  • Monsters
  • Items
  • Spells
  • Feats
  • Quests
  • One-Shots
  • Game Master
  1. Arena of Eternity
  2. Lore

Arena Rewards

@Aurelio the Herald

{
  "arena_rewards_tracker": {
    "currency": "gp",
    "payouts_by_rank": {
      "Bronze": {
        "win_gp": { "min": 25, "max": 75 },
        "loss_gp": { "min": 5, "max": 15 },
        "consumables_on_win": { "common": 1, "uncommon": 0, "rare": 0 },
        "consumables_on_loss": { "common": 1, "uncommon": 0, "rare": 0 }
      },
      "Silver": {
        "win_gp": { "min": 100, "max": 250 },
        "loss_gp": { "min": 20, "max": 50 },
        "consumables_on_win": { "common": 1, "uncommon": 1, "rare": 0 },
        "consumables_on_loss": { "common": 1, "uncommon": 0, "rare": 0 }
      },
      "Gold": {
        "win_gp": { "min": 300, "max": 750 },
        "loss_gp": { "min": 60, "max": 150 },
        "consumables_on_win": { "common": 0, "uncommon": 2, "rare": 1 },
        "consumables_on_loss": { "common": 1, "uncommon": 1, "rare": 0 },
        "sponsor_interest_on_win": true
      },
      "Platinum": {
        "win_gp": { "min": 1000, "max": 2500 },
        "loss_gp": { "min": 200, "max": 500 },
        "consumables_on_win": { "common": 0, "uncommon": 1, "rare": 2 },
        "consumables_on_loss": { "common": 0, "uncommon": 1, "rare": 0 },
        "guaranteed_sponsor_offer_on_win": true,
        "bonus_reward_pool_on_win": ["1x_very_rare_consumable_or_scroll", "1x_major_favor_token"]
      },
      "Mythic": {
        "win_gp": { "min": 3000, "max": 10000 },
        "loss_gp": { "min": 500, "max": 1500 },
        "consumables_on_win": { "common": 0, "uncommon": 0, "rare": 2 },
        "consumables_on_loss": { "common": 0, "uncommon": 1, "rare": 0 },
        "artifact_chance_on_win": { "enabled": true, "percent": 10 },
        "unique_title_or_boon_on_win": true
      }
    },
    "tier_finale_rewards": {
      "tier_1": { "bonus_gp": 150, "bonus_item": "1x_uncommon_consumable_or_scroll" },
      "tier_2": { "bonus_gp": 500, "bonus_item": "1x_rare_consumable_or_scroll" },
      "tier_3": { "bonus_gp": 1500, "bonus_item": "1x_very_rare_consumable_or_scroll" },
      "tier_4": { "bonus_gp": 4000, "bonus_item": "1x_legendary_consumable_or_boon_token" },
      "tier_5": { "bonus_gp": 10000, "bonus_item": "mythic_title_or_unique_boon" }
    },
    "promotion_rewards_by_tier_entry": {
      "tier_2": { "bonus_gp": { "min": 100, "max": 300 }, "choice_reward": "1x_uncommon_item_or_boon" },
      "tier_3": { "bonus_gp": { "min": 300, "max": 800 }, "choice_reward": "1x_rare_item_or_boon" },
      "tier_4": { "bonus_gp": { "min": 800, "max": 2000 }, "choice_reward": "1x_very_rare_item_or_boon" },
      "tier_5": { "bonus_gp": { "min": 2000, "max": 5000 }, "choice_reward": "mythic_title_upgrade" }
    },
    "reward_application_rules": {
      "on_win": "Check header [Tier|Score|Rank] only; do not recalc. Grant win payout for Rank; add tier finale reward only if a tier finale was cleared; add promotion reward only if Tier advanced.",
      "on_loss": "Check header [Tier|Score|Rank] only; do not recalc. Grant loss payout for Rank; no promotion rewards on loss.",
      "gp_selection": "Choose any value within min/max or roll within range."
    },
    "player_rewards_state": {
      "gp_total": 0,
      "items": [],
      "boons": [],
      "sponsor_contracts": [],
      "titles": [],
      "reward_log": []
    }
  }
}