Cursed (Condition Type): Difference between revisions

Jump to navigation Jump to search
(Cursed is a type of condition)
(Fix the query)
Line 12: Line 12:
{{ConditionsTableHeader}}
{{ConditionsTableHeader}}
{{#cargo_query: tables = conditions
{{#cargo_query: tables = conditions
| fields = name, icon, type, effects
| fields = name, icon, types, effects
| limit = 100
| limit = 100
| where = type='curse'
| where = types HOLDS 'curse'
| order by = name
| order by = name
| default = {{ConditionsTableEmpty}}
| default = {{ConditionsTableEmpty}}