#都バス で4時間ちょっとの #LuxAdventure




Via Lux Adventurer

すっかりプレーしなくなって一年ほど経つのでございますが、各種 SNS 方面で何やら新しいメダルの付与があるとの投稿をチラチラ目にすることがございまして、ソースを探しましたところ、


Visit 300 new unique portals during the month of September to earn
the Via Lux Adventurer medal. This medal will serve as a celebration of
the experiences you found along the way.
https://plus.google.com/+Ingress/posts/2ocJHk7LXBp

との事でございましたので久しぶにスキャナを起動致しました。


300 UPV ...

#INGRESS 【メダルアート】「西宮周遊ミッション ~西宮の虎になれ~」を完成させて以降ほぼ隠遁 Agent に堕しており、まったくプレーする気も起きない状況が続いておりました。都内在住ながら新たに 300 UPV を稼ぐのが非常に高いハードルに感じるほどでございます。

そんな奴が新たなメダルを欲するな、とお叱りを受けそうでございますが、ここは恥を忍んで頂けるものは頂戴しておこうと、重い腰をあげました。

しかし 300 UPV でございます。【メダルアート】を進めて稼ごうかしらと思ったのでございますが、情けないことにその気も起きないのでございます。如何にしてノルマを達成するか妙案思いつかないままタイムラインを眺めておりましたところ、知恵者は居るものでございます。


バスグレス

新しいプレースタイルではございません。以前より「稼げる」との言及を目にしておりましたが、実際に試したことはございませんでした。

スペシャルバージョンのメダルを目指して「バスグレス」に勤しむ Agent に倣い、今回は私も 300 UPV を達成してまいりました。以下、所要時間4時間ちょっと、池袋発大塚行きの周遊 #LuxAdventure の実績となります。


Agent Stats
  池86
池袋駅東口→渋谷駅
都06
渋谷駅東口→新橋駅
東22
東京駅丸の内北口→錦糸町駅南口
都02
錦糸町駅北口→大塚駅
TOTAL
explorer 79 75 81 70305
hacker 96 75 85 121377
trekker 1 1 1 14
AP 10,448 8,765 12,145 21,69753,055

※ 途中、新橋駅→東京駅の移動に山手線を使っております。(歩ける。。。)

error: could not install *smartsocket* listener: Address already in use

adb command returns an error.
$ adb devices
(snip)
error: could not install *smartsocket* listener: Address already in use
(snip)
Change Genymotion settings below, to fix this error.

check 'Use custom Android SDK tools'

#INGRESS #メダルアート 「『暫』SHIBARAKU 東京江戸歌舞伎散歩」




Ingress Mission Map

途中 agent-stats.com に実績のアップロードをし忘れる

その上、一日にじっくり6ミッションのつもりで始めたはずが完全に初心を忘れまして、後半は12個毎の記録となっております。レポートとしては不完全なものになってしまいました。大変申し訳ございません。


Agent Stats

1->6 7->1213->1819->2425->3031->4243->54
explorer +91 +68 +123 - - +152 +193
pioneer +66 +77 +81 - - +78 +102
liberator +91 +125 +81 - - +87 +104
purifier +736 +463 +358 - - +325 +527
trekker +9 +7 +5 - - +9 +12
specops +6 +6 +6 - - +12(!) +12(!)
AP +222,355 +169,431 +141,942 - - +128,843 +194,011

これまでの完遂ミッションまとめ

Shibaraku Statue

ngVisibleInView - angular.js custom directive

Github

  • https://github.com/ktakeda47/ngVisibleInView

ngVisibleInView

This is an Angular.js custom directive which emit an event when an element is visible.
(This custom directive depends on jquery-visible.)

Installation

  • $ bower install ngVisibleInView

Usage

  1. Load jquery-visible : <script src="/bower_components/df-visible/jquery.visible.min.js"></script>
  2. Load ngVisibleInView : <script src="/bower_components/ngVisibleInView/ng-visible-in-view.js"></script>
  3. Inject ngVisibleInView to your angular app : angular.module("yourApp", ["ngVisibleInView"]);
  4. Add visible-in-view attribute to target element. : <div visible-in-view>hoge</div>
  5. Listen onVisibleInView event in parent scope :
    // When a target element is visible, this function receive onVisibleInView event.
    $scope.$on("onVisibleInView", function(event, args) {
     // do something...
    });
    

Detail

  • See sample directory.

Demo