B1CatShopTableRow
- Table row defining a cat shop item, including its name, description,
* effect text, icon, price, and associated script.
| Property | Type | Description | Metadata |
|---|---|---|---|
| NameTextId | FString | Localized name text identifier for this shop item. | Category: B1CatShopTableRow StringTableKey: Id |
| DescTextId | FString | Localized description text identifier for this shop item. | Category: B1CatShopTableRow StringTableKey: Id |
| EffectTextId | FString | Localized effect description text identifier for this shop item. | Category: B1CatShopTableRow StringTableKey: Id |
| Icon | FName | Icon texture identifier for this shop item. | Category: B1CatShopTableRow Foreign: B1Texture2D.Id |
| Price | int64 | Purchase price of this shop item. | Category: B1CatShopTableRow |
| ScriptIds | TArray | Script IDs executed when this item is purchased. | Category: B1CatShopTableRow Foreign: Script.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |