IGameDataEquip.GetAttrLibRow method
Returns the attribute entries for an attr-lib table ROW id, or an empty list. The wire’s per-instance roll maps (EquipAttr.basic_attr etc.) key by row id with a 0–100 roll percentile value: displayed stat = floor(pct * (Max - Min) / 100 + Min) per entry (verified against the game’s own equip_attr_parse_vm.lua, 2026-06-12).
public IReadOnlyList<EquipAttrRange> GetAttrLibRow(int rowId)See Also
Section titled “See Also”- struct EquipAttrRange
- interface IGameDataEquip
- namespace Stellar.Abstractions.Services