B1TinyShopTableRow
- Table row defining a tiny shop's owner character, level progression, and accepted turn-in object tags.
| Property | Type | Description | Metadata |
|---|---|---|---|
| OwnerCharacterSpawnerId | FName | ID of the static character spawner that owns this tiny shop. | Category: B1TinyShopTableRow Foreign: StaticCharacterSpawner.Id |
| TinyShopLevels | TArray | Ordered list of shop levels defining progression and available products. | Category: B1TinyShopTableRow |
| TurnInObjectTags | TArray | Object tags that are accepted as turn-in items to this tiny shop. | Category: B1TinyShopTableRow Foreign: Object.ObjectTags |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |