ModulePart record
A single attribute contribution from a module. A module typically has 1–3 parts (see lua/ui/model/mod_define.lua: ModEffectMaxCount = 3).
public record ModulePartPublic Members
Section titled “Public Members”| name | description |
|---|---|
| ModulePart(…) | A single attribute contribution from a module. A module typically has 1–3 parts (see lua/ui/model/mod_define.lua: ModEffectMaxCount = 3). |
| AttrId { get; set; } | EAttrType integer code — same namespace as IPlayerStats subscriptions and IGameDataCombat.GetAttributeProfile. |
| Name { get; set; } | Localized attribute name (resolved via IGameDataCombat.GetAttribute or GetAttributeProfile). |
| Value { get; set; } | Raw integer value — units depend on attribute (see Phase 6 percent-scale handling). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.Inventory