diff --git a/data/fields/resource.json b/data/fields/resource.json index 29d011b3..671df4dc 100644 --- a/data/fields/resource.json +++ b/data/fields/resource.json @@ -1,5 +1,18 @@ { "key": "resource", "type": "semiCombo", - "label": "Resources" + "label": "Resources", + "strings": { + "options": { + "aggregate": "Aggregate", + "clay": "Clay", + "coal": "Coal", + "gold": "Gold", + "gravel": "Gravel", + "iron_ore": "Iron Ore", + "limestone": "Limestone", + "peat": "Peat", + "sand": "Sand" + } + } }