Use Base Stat for Prerequisites
Collecting equipment to meet prerequisites is tedium. Swapping equipment to meet prerequisites is much more tedium. This addon is a suggestion to remove that tedium.
To meet prerequisites
- use base status
- halve required status taking into account initial status: (req - ((req - 10) / 2))
This addon is inspired from this comment in the forum thread.
This addon doesn't break Better Item Description or Cleaner Item Description.
Weight: 100
Superload:
- engine/interface/ActorTalents.lua:canLearnTalent(), getTalentReqDesc()
- engine/interface/ActorInventory.lua:canWearObject()
- engine/Object.lua:getRequirementDesc()
Ignore Stat Prerequisites
Makes the game ignore attribute prerequisites for skills and items.
When collecting stat boosting gear they become meaningless anyway.
Superloads 'engine/interface/ActorInventory.lua:canWearObject' and 'engine/interface/ActorTalents.lua:canLearnTalent' in a non-destructive way.