IGameDataEquip.GetSchoolAttrLib method
Returns the v2 SCHOOL attr-lib entries for an attr-lib id, filtered to the row whose allow-part list contains equipPart AND whose talent-school list contains talentSchoolId (resolve via ProfessionSpecs.TalentSchool). This is the spec-dependent advanced-roll source for raid/v2 gear. Empty when unknown / not yet loaded.
public IReadOnlyList<EquipAttrRange> GetSchoolAttrLib(int attrLibId, int equipPart, int talentSchoolId)See Also
Section titled “See Also”- struct EquipAttrRange
- interface IGameDataEquip
- namespace Stellar.Abstractions.Services