Data disk: Difference between revisions

42 bytes added ,  18:57, 8 September 2021
m
no edit summary
m (Add BitUsed)
mNo edit summary
Line 37: Line 37:
{{#cargo_query:table=ItemsTable,GeneralData
{{#cargo_query:table=ItemsTable,GeneralData
|join on=ItemsTable.JoinKey=GeneralData.JoinKey
|join on=ItemsTable.JoinKey=GeneralData.JoinKey
|fields=CONCAT('<span style="font-family: Source Code Pro; font-weight: 900; font-size: 17px;">{{((}}qud text{{!}}data disk:{{)}} ',DisplayName,' {{((}}bits{{!}}',Bits,'{{)}}</span>')=Data Disk,TinkerTier=Tinker Tier
|fields=CONCAT('<span style="font-family: Source Code Pro; font-weight: 900; font-size: 17px;">{{((}}qud text{{!}}data disk:{{)}} ',DisplayName,' {{((}}bits{{!}}',Bits,'{{)}}</span>')=Data Disk,CONCAT('[[',TinkerTier,']]')=Required Skill
|where=Complexity IS NOT NULL AND Complexity > 0 AND CanBuild = 1
|where=Complexity IS NOT NULL AND Complexity > 0 AND CanBuild = 1
|order by=PlainName ASC
|order by=PlainName ASC
Line 45: Line 45:
These data discs can teach a player how to apply the associated [[item mod]] to any item that qualifies for that mod.
These data discs can teach a player how to apply the associated [[item mod]] to any item that qualifies for that mod.
{{#cargo_query:table=Mods
{{#cargo_query:table=Mods
|fields=CONCAT('<span style="font-family: Source Code Pro; font-weight: 900; font-size: 17px;">{{((}}qud text{{!}}data disk: [&WItem mod&y] - &C',PlainName,'{{)}} {{((}}bits{{!}}',BitUsed,'{{)}}</span>')=Data Disk,TinkerTier=Tinker Tier
|fields=CONCAT('<span style="font-family: Source Code Pro; font-weight: 900; font-size: 17px;">{{((}}qud text{{!}}data disk: [&WItem mod&y] - &C',PlainName,'{{)}} {{((}}bits{{!}}',BitUsed,'{{)}}</span>')=Data Disk,CONCAT('[[',TinkerTier,']]')=Required Skill
|where=Tinkerable = 1
|where=Tinkerable = 1
|order by=PlainName ASC
|order by=PlainName ASC