Skip to content

Commit

Permalink
#1 More explicit flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Javarome committed Mar 25, 2017
1 parent 9b9c35e commit 1ce5cdd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
* @type {{MAP: string, GND: string, CST: string, SEA: string, AIR: string, MIL: string, CIV: string, HQO: string}}
*/
exports.locationFlagsLabels = {
MAP: 'Coordinates are known. OK to place event on screen maps.',
MAP: {
name: 'Map',
description: 'Coordinates are known. OK to place event on screen maps.'
},
GND: {
name: 'Ground',
description: 'At least ONE observer (or radar) was on land.'
Expand All @@ -12,7 +15,10 @@ exports.locationFlagsLabels = {
name: 'Coast',
description: 'Sighting in coastal area, possibly just offshore.'
},
SEA: 'Sighting was at sea, typically from some marine craft.',
SEA: {
name: 'Sea',
description: 'Sighting was at sea, typically from some marine craft.'
},
AIR: {
name: 'Airborne',
description: 'Airborne observer. Observer aboard aircraft.'
Expand Down Expand Up @@ -300,6 +306,6 @@ exports.miscellaneousDetailsLabels = {
},
CMF: {
name: 'Camouflage',
description: 'Apparent attempt of UFO or alien to hide or disguise itself or its operations in any way: Cloud cigars, flying buses or haystacks, false scenery or settings..'
description: 'Apparent attempt of UFO or alien to hide or disguise itself or its operations in any way: Cloud cigars, flying buses or haystacks, false scenery or settings..'
}
};

0 comments on commit 1ce5cdd

Please sign in to comment.