Template:Weapon/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
(Created page with "<noinclude>{{{{FULLPAGENAME}}/doc}} {{#cargo_declare: _table = Weapons |_parentTables = Items(_localField=item_id, _remoteField=id, _alias=ItemWeapon); |item_id = String (mandatory;unique;regex=[A-F0-9]{8}) |name = String |description = Text |rarity = Integer (allowed values=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14) |rank = Integer (allowed values=1,2,3,4) <!-- rarity is 0-indexed, rank is not --> |buy_price = Integer <!-- Unused. Should we ditch this field? --> |sell_price =...")
 
(change elements from boolean array to string array)
Line 30: Line 30:
|pp_recovery_tick = Integer
|pp_recovery_tick = Integer
|pp_recovery_normal = Integer
|pp_recovery_normal = Integer
|elements = List (,) of Integer
|elements = List (,) of String (allowed values=Neutral, Fire, Ice, Lightning, Ground, Light, Dark)
<!-- Stats: Modifiers -->
<!-- Stats: Modifiers -->
|atp = Integer
|atp = Integer

Revision as of 13:35, 18 March 2024

Template used for declaring weapon properties in Cargo. This template defines the table "Weapons". View table.