Template:Item/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
(constrain varchar)
Line 5: Line 5:
|name = String (size=32)
|name = String (size=32)
|description = Text
|description = Text
|rarity = Float
|rarity = Integer
|buy_price = Float
|buy_price = Integer
|sell_price = Float
|sell_price = Integer
<!-- Derived Properties --> <!-- The duplicated storage is intentional to save on subquerying. -->
<!-- Derived Properties --> <!-- The duplicated storage is intentional to save on subquerying. -->
|category_id = String (mandatory)
|category_id = String (mandatory;size=2)
|subcategory_id = String (mandatory)
|subcategory_id = String (mandatory;size=2)
|subcategory_item_id = String (mandatory)
|subcategory_item_id = String (mandatory;size=2)
|extra_id = String (mandatory)
|extra_id = String (mandatory;size=2)
}}</noinclude>
}}</noinclude>

Revision as of 16:00, 9 April 2024

Template used for declaring item properties in Cargo. This template defines the table "Items". View table.