Data:Sample:Components: Difference between revisions

From Desynced Wiki
(Created page with "Category:Data:Sample {{#cargo_query: tables=component |fields=name,CONCAT( '64x64px|link=', name, '')=Image,damage,charge_duration_sec,projectile_delay_sec,splash_range |where=damage > 0 |format=dynamic table |order by=damage DESC }}")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Data:Sample]]
[[Category:Data:Sample]]
== Weapons ==


{{#cargo_query:
{{#cargo_query:
tables=component
tables=component
|fields=name,CONCAT( '[[File:', name, '.png|64x64px|link=', name, ']]')=Image,damage,charge_duration_sec,projectile_delay_sec,splash_range
|fields=name,CONCAT( '[[File:', name, '.png|64x64px|link=', name, ']]')=Image,damage,charge_duration_sec=Shot Delay,projectile_delay_sec=Projectile Travel Time,splash_range
|where=damage > 0
|where=damage > 0
|format=dynamic table
|format=dynamic table
|order by=damage DESC
|order by=damage DESC
}}
== Power Storage ==
{{#cargo_query:
tables=component
|fields=name,CONCAT( '[[File:', name, '.png|64x64px|link=', name, ']]')=Image,power_storage=Power Storage,drain_rate,charge_rate
|where=power_storage> 0
|format=dynamic table
|order by=power_storage DESC
}}
}}

Latest revision as of 03:57, 14 August 2023


Weapons[edit source]

Error: No field named "charge_duration_sec" found for any of the specified database tables.

Power Storage[edit source]

Error: No field named "power_storage" found for any of the specified database tables.