X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yoweb-scrape;h=31c75ae9f0a3ad774b1e2d3b5475f159933da6f8;hp=270c09243a9d863d2c24ae570eb29dc7f7894c39;hb=f62749dec2d8b67a9b4b4a910e1159907654d426;hpb=0a9410eb192a51310353f1d4ca0d28dccdb7a50d diff --git a/yoweb-scrape b/yoweb-scrape index 270c092..31c75ae 100755 --- a/yoweb-scrape +++ b/yoweb-scrape @@ -68,7 +68,7 @@ duty_puzzles = ([ 'Navigating', 'Battle Navigation' ] + core_duty_puzzles + [ 'Treasure Haul' ]) -standingvals = ('Able/Distinguished/Respected/Master'+ +standingvals = ('Able/Proficient/Distinguished/Respected/Master'+ '/Renowned/Grand-Master/Legendary/Ultimate').split('/') standing_limit = len(standingvals) @@ -1213,8 +1213,7 @@ actions: display modes (for --display) apply to ship-aid: --display=dumb just print new information, scrolling the screen - --display=overwrite use cursor motion, selective clear, etc. to redraw at top -''') + --display=overwrite use cursor motion, selective clear, etc. to redraw at top''') ao = pa.add_option ao('-O','--ocean',dest='ocean', metavar='OCEAN', default=None, help='select ocean OCEAN')