There are some interesting bits in here, such as that Incense, which attracts Pokemon to your current location, is 5x more effective when you're moving vs standing still.<p><pre><code> Items {
TemplateId: "ITEM_INCENSE_ORDINARY"
Item {
UniqueId: 401
ItemType: ITEM_TYPE_INCENSE
Category: ITEM_CATEGORY_INCENSE
Incense {
IncenseLifetimeSeconds: 1800
StandingTimeBetweenEncountersSec: 300
MovingTimeBetweenEncounterSec: 60
DistanceRequiredForShorterIntervalMeters: 200
}
}
}</code></pre>