NML:Badgetable
From GRFSpecs
Jump to navigationJump to search
Vehicles, Stations, Canals, Bridges, Towns, Houses, Industries (Tiles), Cargos, Airports+Tiles, Objects, Railtypes, Roadtypes, Tramtypes, Roadstops, Terrain
Badgetable is a set of string entries separated by comma. It allows to use badges property of common items.
badgetable {
"ENTRY" [, "ENTRY"]*
}
Each ENTRY consist of labels separated with slash. Last label is considered to identify the badge, others refer to classes that the badge belongs to.
Note: Currently badges allow only for one level of nesting.
badgetable {
"flag",
"flag/GB",
"flag/US",
"power",
"power/steam",
"power/diesel",
"power/electric",
}
A badge listed in a badgetable will automatically be created if it is not otherwise provided. However, it will not appear in the UI then (It still can be viewed in the NewGRF debug window).