rules_query
Query Civilization VI game rules with read-only SQL. Join localized text to get English names for techs, civics, units, and districts.
Instructions
Run a read-only SELECT against the gameplay database. The localization DB is attached as loc:
JOIN loc.LocalizedText l ON l.Tag = t.Name AND l.Language = 'en_US' to get English names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No |