-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Items import needed #3701
Comments
All of those mod2's dropped to 0 are because they were all moved to heroic stats So if you update heroic stats but not the mod2's you will double the performance of those stats. |
My review complete and incorporated above. Take a look at what you can and let me know what you think. We can leave alone, merge, change completely, or a combination in the script. I'll mark with a comment on the plan above as I receive feedback. Unless we are relying on the data, I think we are ok with making the UNKNOWN changes. |
Correct, we don't have the Mod2 to Heroic Stat functionality implemented (I believe this wasn't actually done until a later client), So I would recommend not changing the value of any mod2s. |
Except the source does calculate them: Lines 5923 to 5948 in b03f52d
Lines 5989 to 6000 in b03f52d
|
Those aren't Mod2 bonuses but the inherit Heroic Stat bonuses as described below. Heroic Strength: Increases Endurance. Improves the percentage of AC that gets tranfered from your shield to be used for damage mitigation. It also improves melee attack damage (minimally... very minimally) Heroic Stamina: Increases HP, HP Regen, and HP Regen Cap as well as all three of the same things for endurance (This is one of the best Heroic Stats for all classes) Heroic Intelligence: Increases MP, MP Regen and Max MP Regen for Int Casters (This is one of the best Heroic Stats for Int Casters) Heroic Wisdom: Increases MP, MP Regen and Max MP Regen for Wis Casters (This is one of the best Heroic Stats for Wis Casters) Heroic Agility: Increases AC, Dodge, Block and Many of the most important Mod2s which we'll discuss later; Also Increases Endurance, Endurance Regen & Endurance Regen Cap (If you take hits as a class - even sometimes - this is a VERY important Heroic Stat) Heroic Dexterity: Increases the chance that AAs and Combat Abilities like Headshot, Decap and Assassinate Proc as well as increasing Parry/Riposte and Crit Chance (One of the most important Stats for Melee) Heroic Charisma: Increases Faction Gains/Loses and improves average charm duration. The Stat Consolidation change was implemented May 2016 as part of this patch: https://forums.daybreakgames.com/eq/index.php?threads/stat-consolidation-and-you-may-2016-patch-preview.232498/#post-3430009 The above combined mod2s with the Inherit benefits granted from Heroic Stats. |
Accuracy: Checks against NPC Avoidance to determine if you hit. (Dexterity) Avoidance: Checks against an NPCs Accuracy to determine if you're hit. (Agility) Combat Effects: Increases your chance to proc with all skills, abilities and weapons. (Dexterity) Damage Shielding: Increases YOUR Damage Shield damage. (Strength) Damage Shield Mitigation: Decreases damage sustained from enemy Damage Shields. (Strength) DoT Shielding: Decreases DoT damage sustained. (Intelligence or Wisdom) Melee Shielding: Mitigates incoming melee damage by a %. (Stamina) Spell Shielding: Mitigates incoming spell damage by a %. (Intelligence or Wisdom) Strike Through: Checks against an enemies Parry/Riposte/Dodge. Higher Strike Through gives you a chance to win the roll and punch them in the face anyway. (Agility) Stun Resistance: Gives you a fixed percent chance to not be stunned (Stamina) Yea I just looked at Agility and saw the avoidance in there. |
IMO we shouldn't be in between on the items, it should be all pre heroic stat changes or post heroic stat change. If we are going to import all new item data, we should add the heroic stat modifiers prior and import all item data as it is. |
The content database is way behind live on items. The 13th floor import script is ready to go live. Need some eyes on the data as of 20 NOV to see if any last changes need to happen before importing. Please review and provide any comments if you feel we are ready to make the updates.
The editor now supports reviewing the
items_new
table. Makes it easier to digest. December 3 items dump is uploaded to PEQ for review.Changes that may need to be addressed:
BAG_STAT_XXX
were removed. Need to check if we use that value. Recommend: Accept Changes with ignoringBAG_STAT_XXX
books
matches.CR-DR-Lucy.txt
The text was updated successfully, but these errors were encountered: