IWD2 Experience

Discussion in 'Icewind Dale Total Conversion' started by anatoliy, May 15, 2022.

Remove all ads!
  1. anatoliy

    anatoliy Established Member

    Joined:
    Feb 18, 2017
    Messages:
    635
    Likes Received:
    200
    From what I figured out so far:

    IWD2 differs from other Infinity games as it has CR (challenge rating) set in creatures file. In other IE games creature would have specific XP award field set.

    XP from a kill:
    1. Get CR value from Creature died (it's not real CR but kind of)
    2. Match CR value vs MONCRATE.2DA table column.
      1. For example Goblin in Targos docks have CR value 1 which roughly corresponds to 1/4 D&D 3.5 CR
    3. Evaluate average party level and match it against row in that table.
    4. Divide by two, floor.
      1. So Goblin's XP for Level 1 party would be floor(75 / 2) = 37
    Also there is unfinished code here: gemrb/../game.cpp
     
    August likes this.
  2. anatoliy

    anatoliy Established Member

    Joined:
    Feb 18, 2017
    Messages:
    635
    Likes Received:
    200
    Interesting thing about XP splitting among party members.

    So if there is 37 XP to share for 6 PC, then they will receive following: 7, 6, 6, 6, 6, 6. In ToEE all of them would receive 6))
     
Our Host!