ModernUO/Projects/UOContent.Tests/Tests/PropertyList
Kamron Batman 9813e0668a refactor(weapon): fold lower-requirements into AosWeaponAttributes.GetProperties
Mirrors the armor change: LowerStatReq (1060435) is now emitted inside
AosWeaponAttributes.GetProperties in cliloc order (between the Hit* block and MageWeapon)
via a passed-in value, instead of inline after the family block. BaseWeapon passes the
computed GetLowerStatReq() (raw + resource lower-requirements); inline line removed.
2026-06-26 00:48:50 -07:00
..
AosArmorAttributesPropertiesTests.cs refactor(armor): fold lower-requirements into AosArmorAttributes.GetProperties 2026-06-26 00:48:50 -07:00
AosAttributesPropertiesTests.cs feat(aos): add AosAttributes.GetProperties(IPropertyList) with computed-bonus params 2026-06-26 00:48:50 -07:00
AosWeaponAttributesPropertiesTests.cs refactor(weapon): fold lower-requirements into AosWeaponAttributes.GetProperties 2026-06-26 00:48:50 -07:00
BaseArmorPropertiesTests.cs refactor(armor): emit AOS attributes via AosAttributes/AosArmorAttributes.GetProperties 2026-06-26 00:48:50 -07:00
BaseClothingPropertiesTests.cs refactor(clothing): emit AOS attributes via AosAttributes/AosArmorAttributes.GetProperties 2026-06-26 00:48:50 -07:00
BaseJewelPropertiesTests.cs refactor(jewel): emit AOS attributes via AosAttributes.GetProperties 2026-06-26 00:48:50 -07:00
BaseTalismanPropertiesTests.cs refactor(talisman): emit AOS attributes via AosAttributes.GetProperties 2026-06-26 00:48:50 -07:00
BaseWeaponPropertiesTests.cs refactor(weapon): emit AOS attributes via AosAttributes/AosWeaponAttributes.GetProperties 2026-06-26 00:48:50 -07:00
ItemOplTestHelper.cs refactor(jewel): emit AOS attributes via AosAttributes.GetProperties 2026-06-26 00:48:50 -07:00
SpellbookPropertiesTests.cs refactor(spellbook): emit AOS attributes via AosAttributes.GetProperties 2026-06-26 00:48:50 -07:00