-
Notifications
You must be signed in to change notification settings - Fork 26
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
Lower Requirements Propertie #278
Lower Requirements Propertie #278
Conversation
Added AOS Lower Requirement propertie.
After testing this again by itself, seems to be working from the standpoint of AOS. from aos launch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UOGuide mentions that the "Lower Requirement" property also lowers the actual weight of the item:
It lowers the overall weight of an item by the percentage given.
Might want to work that into CBaseObject::GetWeight(), so the weight returned is reduced by the percentage given in the lower requirement property. That will reduce the effective weight of the weapon, but won't touch the original weight of it.
ALSO, I don't see anywhere reading in the LOWERTATREQ tag from DFNs, only for reading it in from worldfiles.
Lastly, something to consider: It's not just Strength that can be a requirement for equipping items in UOX3. Intelligence and Dexterity properties on items will also determine whether they can be equipped by a player. Should we not support these as well, when we're adding a new property that can lower the requirement of one particular stat (Strength)?
Per osi it only allows STR i was going off old uo.stratics page from way back machine. for aos This been updated to s uppport int and dex |
Added Int and Dex Tooltips
…DragonSlayer62/UOX3 into Lower-Requirement-AOS-Propertie
Added AOS Lower Requirement propertie.