fix(ui): match retail item appraisal semantics
Preserve PublicWeenieDesc hook identity from CreateObject through the item model so hook appraisals suppress sentinel capacities exactly. Use appraisal-only Value and Burden presence, retain AddItemInfo paragraph and authored font-color selection, and port retail lock, page, enchantment, and spell-block formatting. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
bc47bc4917
commit
d3c5e06fdd
21 changed files with 982 additions and 145 deletions
|
|
@ -172,6 +172,8 @@ public static class ObjectTableWiring
|
|||
Priority: s.Priority,
|
||||
ItemsCapacity: s.ItemsCapacity,
|
||||
ContainersCapacity: s.ContainersCapacity,
|
||||
HookItemTypes: s.HookItemTypes,
|
||||
HookType: s.HookType,
|
||||
Structure: s.Structure,
|
||||
MaxStructure: s.MaxStructure,
|
||||
Workmanship: s.Workmanship,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue