Template:Synthesis/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{{{FULLPAGENAME}}/doc}}
<noinclude>{{{{FULLPAGENAME}}/doc}}
{{#cargo_declare:
{{#cargo_declare:
_table = BoardMaterials
_table = Synthesis
|_parentTables = Boards(_localField=id, _remoteField=id, _alias=BoardsBoardMaterials);
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis);  
|id = String (mandatory;regex=[A-F0-9]{8})
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|material = String (mandatory;regex=[A-F0-9]{8})
|success_rate = Integer
|cost = Integer
|max_nb_craft = Integer
|craft_time = Integer
|bot_stat_striking = Integer
|bot_stat_ranged = Integer
|bot_stat_technic = Integer
|bot_stat_armor = Integer
|select_quantity = Boolean
|select_slot_1 = Integer
|select_slot_2 = 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.