본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

원본

Trainers,

Pokémon GO was just updated to 0.85.1 on Android, bringing full support for this week’s Generation III release. We managed to quickly grab an APK and dive into the depths of the inner workings of Gen 3. We know you’re all very excited, and we won’t lie: there is a lot to be excited about!

Table of contents

Asset changes

  1. New loading screen added
  2. New weather icons added
  3. New item (Star Piece) icon added
  4. New bizarrely funny icons added
  5. New Battle Party icon found

Code changes

  1. Nine new moves added in the APK, including Delibird’s Present move
  2. Weather effects guarantees higher IV values
  3. Weather has levels and severity
  4. Stardust boost discovered
  5. More battle party code added

The Generation III / Christmas loading screen is live

The new loading screen is live, bringing a new look to the app loading process and rekindling your passion for Pokémon GO. Generation III + Christmas, who can ask for more? We don’t know if all of the featured Pokémon will be available initially, but we surely hope so.

New loading screen is in

New weather icons are in the APK

We extracted all of the new assets on our usual github repository. Among the extracted assets, we’ve found also the new weather icons, which look crazy good, especially the more experimental ones. Our favourite is the Windy weather icon!

Weather clear day

weatherIcon_large_clearDay.png

Weather cloudy

weatherIcon_large_overcastDay.png

Weather partly cloudy

weatherIcon_large_partlyCloudyDay.png

Weather rainy

weatherIcon_large_rainDay.png

Weather snow

weatherIcon_large_snowDay.png

Weather fog

weatherIcon_large_fogDay.png

Weather windy

weatherIcon_large_windyDay.png

New item added: Star Piece

We are not 100% sure what this item is used, but we believe it will be a Lucky Egg for Stardust (we go more in depth below in the code section). It comes in x1, x8 and x25 quantities and it’s now in the APK and in the code base it’s referred to as .ITEM_STAR_PIECE:

starpiece.pngstarpiece.25.png

starpiece.25.png

Two bizarre images added to the APK

Two new assets have been added to the APK, with seemingly no reason at all. Meet file btn_avatar_clothing.png and donut.png. We believe that these images are intentional hints left by Niantic for data miners. Thank you for the acknowledgment, we’ve found it!

donut.png

A new icon for the upcoming battle party feature added

If you haven’t been following along, Niantic is working on a feature called “Battle Parties” which enables players to create and organize attackers into simple lists of 6 Pokémon. This feature hasn’t been actively developed, but it seems that it’s reaching maturity, as the final UI elements have been added.

Meet btn_new_party.png:

btn_new_party.png


Nine new moves added in the APK, including Delibird’s Present move

The following moves are now part of the APK, and yes, PRESENT_FAST is in. For the uninitiated, Present is Delibird’s signature move! We are super excited to see which Pokémon gets which move, but we’ll have more to share about that soon.

.V0282_MOVE_TAKE_DOWN_FAST
.V0283_MOVE_WATERFALL_FAST
.V0284_MOVE_SURF
.V0285_MOVE_DRACO_METEOR
.V0286_MOVE_DOOM_DESIRE
.V0287_MOVE_YAWN_FAST
.V0288_MOVE_PSYCHO_BOOST
.V0289_MOVE_ORIGIN_PULSE
.V0290_MOVE_PRECIPICE_BLADES
.V0291_MOVE_PRESENT_FAST

Weather effects guarantees higher IV values and higher stats

We already heard from Niantic that weather spawns will be more powerful versions of the existing wild Pokémon, with a guaranteed set of higher IV values. The following fields are contained in each weather encounter (duplicate getters and setters redacted for brevity):

.WeatherAffinityProto
.WeatherBonusProto
.get_CpBaseLevelBonus
.get_GuaranteedIndividualValues
.get_StardustBonusMultiplier
.get_AttackBonusMultiplier
.get_RaidEncounterCpBaseLevelBonus
.get_RaidEncounterGuaranteedIndividualValues

In other words, it will pay off to go out and hunt in the snow / rain / wind, as you have a chance to get a good IV specimen without much fuss.

Weather has multiple levels and severity category

We were surprised to see that the weather effects have several levels, from 0 to 3, and that those levels fall into two severity categories: moderate and extreme. Also, it seems there is actually 7 weather effects:

.CLEAR
.RAINY
.PARTLY_CLOUDY
.OVERCAST
.WINDY
.SNOW
.FOG

But only Rain, Wind, Fog and Snow can have levels:

.RainLevel
.WindLevel
.SnowLevel
.FogLevel
.WindDirection
.DisplayLevel
.LEVEL_0
.LEVEL_1
.LEVEL_2
.LEVEL_3

We are curious to see how this affects the gameplay, but it’s probably just a visual indicator for the in-game rendering engine.

Stardust boost discovered!

When we initially saw the new Star Piece item, we were confused, expecting it to be something connected to Delibird. However, upon further inspection of the APK, we’ve found it to be something completely else.

We now believe that Star Piece (item listed above) will be used as a Stardust gain booster, similar to how Lucky Eggs are used to boost XP gain!

And we have code to support this:

.ITEM_TYPE_STARDUST_BOOST
.ITEM_CATEGORY_STARDUST_BOOST
.USE_ITEM_STARDUST_BOOST
.UseItemStardustBoostProto
.UseItemStardustBoostOutProto
.ERROR_STARDUST_BOOST_ALREADY_ACTIVE

More battle party code added

Battle Parties are one step closer, with the following code being added to support the feature:

.ACTION_BATTLE_PARTY_ADD
.ACTION_BATTLE_PARTY_REMOVE
.ACTION_BATTLE_PARTY_GYM_BATTLE
.ACTION_BATTLE_PARTY_RAID_BATTLE

 

In other words, we’ll be able to create, delete and use the Battle Party in a Gym battle or a Raid. Seems simple enough!

번역기

트레이너

Pokémon GO는 Android에서 0.85.1로 업데이트되었으며 이번 주에 3 세대 버전을 완벽하게 지원합니다. 우리는 신속하게 APK를 가져 와서 Gen 3의 내부 동작의 깊이로 뛰어 들었습니다. 우리는 여러분 모두가 매우 흥분하고 있으며, 거짓말하지 않을 것이라는 점을 알고 있습니다. 흥분 할 것이 많습니다!

목차

자산 변경

  1. 새 로딩 화면이 추가되었습니다.
  2. 새로운 날씨 아이콘이 추가됨
  3. 새 항목 (Star Piece) 아이콘이 추가되었습니다.
  4. 새로운 기괴하게 재미있는 아이콘이 추가되었습니다.
  5. 새 배틀 파티 아이콘이 발견되었습니다.

코드 변경

  1. Delibird의 현재 이동을 포함하여 APK에 9 개의 새로운 동작이 추가되었습니다.
  2. 날씨 효과가 높은 IV 값 보장
  3. 날씨 수준 및 심각도
  4. 스타 더스트 부스트가 발견되었습니다.
  5. 전투 파티 코드 추가 추가
  6.  

Generation III / Christmas 로딩 화면이 실시간입니다.

새로운 로딩 화면이 생겨서 앱로드 프로세스가 새로워지고 Pokémon GO에 대한 열정이 다시 불어납니다. 세대 III + 크리스마스, 더 많은 것을 요구할 수 있습니까? 포켓몬의 모든 기능을 처음 사용할 수 있는지는 알 수 없습니다. 

 

3mOM7xzl.jpg

새로드 화면이 표시됩니다.

새로운 날씨 아이콘이 APK에 있습니다.

우리는 일반적인 github 저장소 에서 모든 새 자산을 추출했습니다 추출 된 자산 중에서도 우리는 미친 듯이 보인 새로운 날씨 아이콘, 특히 실험적인 아이콘을 발견했습니다. 우리가 가장 좋아하는 것은 Windy 날씨 아이콘입니다!

날씨가 맑은 날

weatherIcon_large_clearDay.png

날씨가 흐림

weatherIcon_large_overcastDay.png

날씨가 부분적으로 흐림

weatherIcon_large_partlyCloudyDay.png

날씨 비오는 날

weatherIcon_large_rainDay.png

날씨 눈

weatherIcon_large_snowDay.png

날씨 안개

weatherIcon_large_fogDay.png

바람 강한 날씨

weatherIcon_large_windyDay.png

새로운 아이템 추가 : Star Piece

우리는이 항목이 사용되는 것을 100 % 확신하지는 않지만 Stardust 의 Lucky Egg 가 될 것이라고 믿습니다 (코드 섹션에서 좀더 깊이있게 설명합니다). x1, x8 및 x25 수량으로 제공되며 현재 APK에 있으며 코드 기반에서 다음과 같이 표시됩니다 .ITEM_STAR_PIECE.

starpiece.pngstarpiece.25.png

starpiece.25.png

두 개의 기괴한 이미지가 APK에 추가되었습니다.

두 가지 새로운 자산이 APK에 추가되었으며, 전혀 이유가 없습니다. btn_avatar_clothing.png 및 donut.png 파일을 참고 하십시오. 우리는 이러한 이미지가 Niantic에서 데이터 광부에게 남겨둔 의도적 인 힌트라고 생각합니다. 인정해 주셔서 감사합니다. 찾았습니다!

donut.png

다가오는 전투 파티 기능을위한 새로운 아이콘이 추가되었습니다.

당신이 따라 오지 않았다면, Niantic은 "Battle Parties"라는 기능을 사용하여 공격자를 만들고 포켓 몬스터 6 개 목록으로 구성 할 수 있습니다. 이 기능은 아직 개발되지 않았지만 최종 UI 요소가 추가됨에 따라 성숙 단계에 도달 한 것 같습니다.

btn_new_party.png보기 :

btn_new_party.png


Delibird의 현재 이동을 포함하여 APK에 9 개의 새로운 동작이 추가되었습니다.

다음은 현재 APK의 일부이며 예, PRESENT_FAST가 들어 있습니다. 초보자에게는 Present가 Delibird의 서명 이동입니다! 우리는 어느 포켓몬이 어떤 움직임을 취하는 지 알기 위해 매우 흥분되지만, 곧 그에 관해 더 많은 것을 공유 할 것입니다.


.V0291_MOVE_PRESENT_FAST

날씨 효과가 높은 IV 값 및 높은 통계를 보장합니다.

우리는 이미 Niantic에서 날씨 기원이 더 높은 IV 값을 보장하면서 기존의 야생 Pokémon의 더 강력한 버전이 될 것이라고 들었습니다. 다음과 같은 필드가 각 기상 발생기에 포함됩니다 (간결하게하기 위해 중복 된 게터 및 설정자).


.get_ 보장 된 개인 가치

다른 말로하면, 눈과 비 / 바람을 사냥하고 나가서 땀을 흘리지 않고 좋은 IV 표본을 얻을 수있는 기회를 얻으면서 갚아야합니다.

날씨에는 여러 수준과 심각도 범주가 있습니다.

우리는 기상 이펙트가 0에서 3까지의 몇 가지 레벨을 가지고 있고, 그 레벨이 중도 및 극단 이라는 두 가지 심각도 카테고리로 떨어지는 것을보고 놀랐습니다 또한 실제로 7 개의 날씨 효과가있는 것으로 보입니다.


 

그러나 비, 바람, 안개 및 눈만 레벨을 가질 수 있습니다.


 

이것이 게임 플레이에 어떤 영향을 주는지 궁금하지만 게임 내 렌더링 엔진의 시각적 인 지표 일뿐입니다.

스타 더스트 부스트가 발견되었습니다!

새 Star Piece 항목을 처음 보았을 때, Delibird에 연결될 것으로 예상되어 혼란 스러웠습니다. 그러나 APK에 대한 추가 검사를 통해 우리는 그것이 완전히 다른 것으로 밝혀졌습니다.

우리는 이제 Star Piece (위에 나열된 항목)가 Stardust gain booster  로 사용될 것이라고 믿습니다. Lucky Eggs가 XP gain을 높이는 방법과 비슷합니다!

그리고 우리는 이것을 지원하는 코드를 가지고 있습니다 :

.ITEM_TYPE_STARDUST_BOOST 
.ITEM_CATEGORY_STARDUST_BOOST 
.USE_ITEM_STARDUST_BOOST

전투 파티 코드 추가 추가

배틀 파티는 한 걸음 더 나아가 다음 코드를 추가하여이 기능을 지원합니다.


 

 

다시 말해 우리는 체육관 전투 나 레이드에서 배틀 파티를 만들고, 삭제하고 사용할 수 있습니다. 충분히 단순 해 보입니다!

 

도움이 될 정보 과 소식이라면 로켓맵 홍보 와 추천좀 많이 눌러 주세요 

추천 과 로켓맵 홍보는 저희가 오래 동안  로켓맵을 지킬수 있고 유지 하는데 아주 큰 도움이 됩니다.  

 

마지막으로 시간 있을때 마다  사이트 및 각 지역 맵 보실때 나오는 공략 클릭도 많이 해주세요

 

추가 적으로 현재 여러분들 하고 동일하게 똑같은 일반 회원 입니다.

 

 

 

 


List of Articles
번호 추천 수 제목 글쓴이 날짜 조회 수
140 1 포켓몬GO 0.85.2버전 지금 업데이트 시작 했습니다. 2 file 인천/코타 2017.12.07 270
» 5 포켓몬GO 0.85.1 버전에서 3세 업데이트 및 크리스마스 이벤트 로딩 화면 발견 1 file 인천/코타 2017.12.07 287
138 3 이번주 주말 3세가 등장 합니다. 오피셜 5 인천/코타 2017.12.07 181
137 1 (허브)3세대 포켓몬 12월달에 등장 확정 해외 일부 국가 보고 (확인) 4 file 인천/코타 2017.12.06 223
136 3 (오피셜) 칠색조 48시간 연장-12월14일 오후1시(PST)까지 6 file 성남/헐크 2017.12.06 192
135 6 (나이언틱 소식) 12월2일 칠색조 레이드 버그 인정 및 연장(미확정)?? file 인천/코타 2017.12.05 194
134 5 (미확정 소식) 한국시간 12월15일 3세대 공개 소식 2 file 인천/코타 2017.12.04 357
133 1 나이언틱에서 인그레스 2.0 버전을 발표 했습니다. 신규 프로젝트 공개 (포켓몬 맵 및 체육관) 1 인천/코타 2017.12.04 252
132 4 해외(허브소식) 11월말12월1일 업데이트 및 뉴스 모음 2 file 인천/코타 2017.12.02 261
131 3 이번 나이언틱에서 글로벌 이벤트 마무리 영상 공개 인천/코타 2017.12.01 199
130 1 12월10일 로스엔젤레스 이벤트 일정 공개 file 인천/코타 2017.12.01 231
129 5 12/12(화)까지 레이드에서 칠색조 등장 3 file 성남/헐크 2017.11.28 204
128 2 11월26일 글로벌 이벤트 30억 마리 잡은 후 일본에서 오전10시30분에 칠색조 EX레이드 급습 확인 4 file 인천/코타 2017.11.26 198
127 0 글로벌 챌린지 이벤트-30억마리 돌파(아시아 캥카 출현) 3 file 성남/헐크 2017.11.26 161
126 0 곧 30억 마리 달성 가능~오늘 캥카를 1 file 인천/Messi 2017.11.26 96
125 5 북미 소식 12월14일 크리스마스 이벤트 개최 예정 2 인천/코타 2017.11.25 274
124 2 [허브] 일본 트래커에 의해 목격된 칠색조 EX 레이드 테스트 file 부천l훈님 2017.11.25 239
123 2 [불확실 정보] 칠색조 EX레이드 등장 소문 file 부천l훈님 2017.11.25 141
122 0 20억마리 돌파~~이 정도 패턴이면.. 4 file 인천/Messi 2017.11.24 170
121 4 포켓몬 40렙 강화!! 0.83.3 업데이트 3 file 부천|바람 2017.11.24 221
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9