geocaches for the atmosphere

forgot to add the gosh darn extra files #5

merged opened by freyja-lynx.dev targeting main

self explanatory

Labels

None yet.

Participants 1
AT URI
at://did:plc:gormnems4iydljgsojdyvpvt/sh.tangled.repo.pull/3mbcnw2szo222
+38
Diff #1
+38
lexicon/world.geocache.cache.status.json
··· 1 + { 2 + "lexicon": 1, 3 + "id": "world.geocache.cache.status", 4 + "defs": { 5 + "main": { 6 + "type": "string", 7 + "description": "The status of the geocache", 8 + "default": "world.geocache.cache#staging", 9 + "knownValues": [ 10 + "world.geocache.cache.status#active", 11 + "world.geocache.cache.status#dead", 12 + "world.geocache.cache.status#done", 13 + "world.geocache.cache.status#staging", 14 + "world.geocache.cache.status#asleep" 15 + ] 16 + }, 17 + "active": { 18 + "type": "token", 19 + "description": "This geocache is accessible." 20 + }, 21 + "dead": { 22 + "type": "token", 23 + "description": "This geocache is inaccessible, and not expected to become accessible again." 24 + }, 25 + "done": { 26 + "type": "token", 27 + "description": "This geocache was a time limited experience, and has since been put to rest." 28 + }, 29 + "staging": { 30 + "type": "token", 31 + "description": "This geocache has yet to be deployed." 32 + }, 33 + "asleep": { 34 + "type": "token", 35 + "description": "This geocache is temporarily inaccessible, but may become accessible again at some known time." 36 + } 37 + } 38 + }

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
53cf2569
actually added the new lexicon files lol
expand 0 comments
pull request successfully merged
1 commit
expand
2c88880b
actually added the new lexicon files lol
expand 1 comment

forgot to remove the stub because we didn't actually go that route