Skip to content

[POE1] Map mods with more than 6 stats are missing stats #63

Description

@mooseyman-au

The nightmare map mods "Protected", "of Curses" and "of the Juggernaut" are missing their extra drop (more X) stats.

https://github.com/repoe-fork/repoe-fork.github.io/blob/2570e6beb4804eb8039ae2845db19321d171ea3c/data/mods.json#L226711

  "MapUberModCurses": {
    "adds_tags": [
      "has_uber_map_suffix"
    ],
    "domain": "area",
    "generation_type": "suffix",
    "generation_weights": [],
    "grants_effects": [],
    "groups": [
      "MapPlayerTemporalChains",
      "MapPlayerVulnerability",
      "MapPlayerElementalWeakness"
    ],
    "implicit_tags": [],
    "is_essence_only": false,
    "name": "of Curses",
    "required_level": 1,
    "spawn_weights": [
      {
        "tag": "uber_tier_map",
        "weight": 60
      },
      {
        "tag": "default",
        "weight": 0
      }
    ],
    "stats": [
      {
        "id": "map_player_has_level_X_vulnerability",
        "max": 15,
        "min": 15
      },
      {
        "id": "map_player_has_level_X_temporal_chains",
        "max": 15,
        "min": 15
      },
      {
        "id": "map_player_has_level_X_elemental_weakness",
        "max": 15,
        "min": 15
      },
      {
        "id": "map_pack_size_+%",
        "max": 6,
        "min": 6
      },
      {
        "id": "map_item_drop_rarity_+%",
        "max": 11,
        "min": 11
      },
      {
        "id": "map_item_drop_quantity_+%",
        "max": 13,
        "min": 13
      }
    ],
    "text": "Players are Cursed with Vulnerability\nPlayers are Cursed with Temporal Chains\nPlayers are Cursed with Elemental Weakness\n6% increased Pack size\n11% increased Rarity of Items found in this Area\n13% increased Quantity of Items found in this Area",
    "type": "MapUberModCurses",
    "gold_value": null
  },

From poedb (verified with in game map):
Image

"of Curses" should have 35% more scarabs. "Protected" should have 35% more maps. and "of the Juggernaut" should have 47% more currency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions