Template:Synthesis/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{#cargo_declare:
{{#cargo_declare:
_table = Synthesis
_table = Synthesis
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis); Items(_localField=item_id, _remoteField=id, _alias=BoardSynthesis);  
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis);  
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|material_1_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|success_rate = Integer
|quantity_1 = Integer (mandatory)
|max_nb_craft = Integer
|material_2_id = String (regex=[A-F0-9]{8};size=8)
|craft_time = Integer
|quantity_2 = Integer
|bot_stat_striking = Integer
|material_3_id = String (regex=[A-F0-9]{8};size=8)
|bot_stat_ranged = Integer
|quantity_3 = Integer
|bot_stat_technic = Integer
|material_4_id = String (regex=[A-F0-9]{8};size=8)
|bot_stat_armor = Integer
|quantity_4 = Integer
|select_quantity = Boolean
|item_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|select_slot_1 = Integer
|element = Integer
|select_slot_2 = Integer
|element_percent = Integer
|select_slot_3 = Integer
|select_slot_4 = Integer
}}</noinclude>
}}</noinclude>

Latest revision as of 16:04, 21 January 2025


This template defines the table "Synthesis". View table.