Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /battle/wazaeffecttable/wazaeffecttable_array:
- The "raidFrameLength" of several moves was changed:
- Transform: 1 -> 70
- Substitute: 2 -> 90
- Population Bomb: 60 -> 64
- /battle/plib_item_conversion/plib_item_conversion_array:
- One item conversion was changed:
- "itemID": 0, "plibID": 70 -> "itemID": 1103, "plibID": 70
- /encount/pokedata/pokedata_array:
- One of the "enabletable" parameters for Dratini spawns in North Province (Area One)/North Province (Area Two) was changed:
- "up_water": false, -> "up_water": true,
- /event/prohibit_event/gymtest_event/gymtest_event_array:
- For the Ice gym test, the parameter "EventCheckerJoinPicnic" was added, set to false.
- For the Grass gym test, the parameter "EventCheckerScanmode" was changed from false to true, and the parameter "EventCheckerJoinPicnic" was added, set to true.
- For the Bug gym test, the parameters "DisableBallThrow" and "EventCheckerGo" were changed from false to true, and the parameter "EventCheckerJoinPicnic" was added, set to false.
- /field/area/field_inside_area/field_inside_area_array:
- One new set of area data was added:
- {
- "name": "battlebg_a_t06_g10",
- "areaInfo": {
- "type": "Room",
- "locationNameMain": "PLACENAME_subarea_t06_01",
- "locationNameSub": "PLACENAME_subarea_t06_02",
- "bgm": "A_T06_G10",
- "envBaseSound": "A_T06_G10",
- "weatherTable": "weather_table_room_default",
- "lightFile_p1": "fel_interior",
- "lightFile_p2": "fel_t06_g10",
- "lightFile_p3": "fel_t06_g10_battle",
- "shadowClipHeightOffset": 5.0,
- "shadowClipHeightMinOffset": -5.0,
- "disableLightOffset": false,
- "noDisplayLocationName": true,
- "noRide": true,
- "noFly": true,
- "noPicnic": true,
- "noPartner": true,
- "noSpawnSection": false,
- "noPokeExchange": false,
- "noOcclusionCulling": false,
- "minEncLv": 0,
- "maxEncLv": 0,
- "baseBiome": "none",
- "tag": "None",
- "overrideBiome": {
- "attr1": "dummy",
- "biome1": "none",
- "attr2": "dummy",
- "biome2": "none",
- "attr3": "dummy",
- "biome3": "none"
- }
- /gem/gem/gem_array:
- The "IndividualModelData" parameters (re: Tera hat placement) of two Pokémon were changed:
- Sinistea (both forms): Various X/Y/Z positions tweaked, and "IndividualModelLocaterData" settings changed from "head" to "waist"
- Bramblin: Various X positions tweaked, and "IndividualModelLocaterData" settings changed from "waist" to "spine_02"
- /gym/gym_mizu_seri_item/gym_mizu_seri_item_array:
- The flags set by two special auctions were changed:
- Griseous Orb: FEVT_SERI_LEGEND_0112 -> FEVT_SERI_LEGEND_0112_v2
- Griseous Core: FEVT_SERI_LEGEND_0112 -> FEVT_SERI_LEGEND_1779_v2
- /item/itemdata/itemdata_array:
- Some parameters of a few items were changed:
- Griseous Core: "EquipPower" was changed from 0 to 20
- Scroll of Darkness and Scroll of Waters: "NoSpend" was changed from false to true, and "SetToPoke" was changed from true to false
- playreport/playreport_key_data/playreport_key_data_array:
- Several new parameters were added:
- "haircolor": "sendclear",
- "eye": "sendclear",
- "eyecolor": "sendclear",
- "uniform": "sendclear",
- "raid_result": "_",
- "opp_mons_gemtype_2": "_",
- "ingredient_5": "_",
- "ingredient_6": "_",
- "opp_mons_no_2": "_",
- "opp_mons_lv_2": "_",
- "easy_to_fight": "_",
- "impressive": "_",
- "hard_to_fight": "_",
- "favorite": "_"
- Some existing parameters were changed across all keys:
- "hat": "sendclear" -> "_"
- "glasses": "sendclear" -> "_"
- "gloves": "sendclear" -> "_"
- "socks": "sendclear" -> "_"
- "sbattle_result": renamed to "s_battle_result"
- Changed only for the "raid" key:
- "table_no": "sendclear" -> "_"
- "raidtime": "sendclear" -> "_"
- Changed only for the "rentalteam_rent" and "rentalteam_lend" keys:
- "battle_mons_1": "sendclear" -> "_"
- "battle_mons_2": "sendclear" -> "_"
- "battle_mons_3": "sendclear" -> "_"
- "battle_mons_4": "sendclear" -> "_"
- "battle_mons_5": "sendclear" -> "_"
- "battle_mons_6": "sendclear" -> "_"
- Changed only for the "picnic_p2p" key:
- "wash_poke_cnt": "sendclear" -> "send"
- "stroke_poke_cnt": "sendclear" -> "_"
- "photo_cnt": "sendclear" -> "send"
- "egg_cnt": "sendclear" -> "send"
- Changed only for the "multi_play" key:
- "multi_playtime": "sendclear" -> "_"
- "emot_cnt": "sendclear" -> "_"
- "raid_cnt": "sendclear" -> "_"
- Changed only for the "check_point_dan" key:
- "dan_total_zako_count": "sendclear" -> "_"
- "dan_s_battle_count": "sendclear" -> "_"
- Changed only for the "record" key:
- "picnic_stroke": "send" -> "_"
- Also, a new key was added, "gym_leader_question".
- /pokemon/ai_action/action/play_emotion_loop/play_emotion_loop_array:
- Two new sets of values were added:
- {
- "ActionID": "PATCH_0_PLAY_SLEEP_LAND",
- "LoopEmotionType": "SLEEP",
- "IsAutoBlink": false,
- "IsPlay": true,
- "IsUpdateNuts": false,
- "IsOccupyPoint": false,
- "LocationType": "ON_THE_GROUND"
- },
- {
- "ActionID": "PATCH_0_PLAY_EAT_1_ORANGE_LAND",
- "LoopEmotionType": "EAT",
- "IsAutoBlink": false,
- "IsPlay": true,
- "IsUpdateNuts": true,
- "IsOccupyPoint": false,
- "LocationType": "ON_THE_GROUND"
- },
- /pokemon/ai_action/trigger/condition_is_playing_wild_loop/condition_is_playing_wild_loop_array:
- Two new sets of values were added:
- {
- "TriggerID": "PATCH_0_EQUAL_RESTING_EMOTION",
- "LoopWildType": "REST",
- "ComparisonOperatorType": "EQUAL"
- },
- {
- "TriggerID": "PATCH_0_NOT_RESTING_EMOTION",
- "LoopWildType": "REST",
- "ComparisonOperatorType": "NOT_EQUAL"
- },
- /pokemon/ai_action/trigger/condition_player_state/condition_player_state_array:
- One new set of values was added:
- {
- "TriggerID": "PATCH_0_CONDITION_PLAYER_SQUAT",
- "State": "PlayerSquating",
- "ComparisonOperatorType": "EQUAL"
- },
- /pokemon/pokemon_contact_data/:
- Glimmet's "DisableEraseFaceEffect" parameter was changed from false to true.
- /raid/raid_poke_scale/raid_poke_scale_array:
- Raid scale data was added or corrected for various alternate forms (all matching the base forms' data):
- Pikachu, form 9 (replaces an entry for form 8)
- Slowbro, form 2 (replaces an entry for form 1)
- Arceus, form 0
- Basculin, form 1
- Deerling, forms 1/2/3
- Greninja, form 1
- Pyroar, form 0 (female; replaces an entry for female form 1)
- Rockruff, form 1
- Sinistea, form 1
- Polteageist, form 1
- Urshifu, form 1
- Zarude, form 1
- Basculegion, form 1
- Squawkabilly, forms 1/2/3
- /ui/battle_bgm_select/battle_bgm_select_data:
- The "is_initial_release" parameter for song "VS_SELECT_02" was changed from false to true.
- /ui/map_icon_data/ui_map_icon_data/ui_map_icon_data_array:
- The "mapIconKind" parameters for icons "C02_RIDE_01" and "C03_LEFT_RIDE_01" were changed from "SHOP_UTIL" to "BOUTIQUE".
- Some more changes to wild Pokémon AI data that are too lengthy and uninteresting for me to want to cover here were made involving the following paths:
- /pokemon/ai_action/template/action_template_1/action_template_1_array
- /pokemon/ai_action/template/action_template_2/action_template_2_array
- /pokemon/ai_action/template/action_template_5/action_template_5_array
- /pokemon/ai_action/template/action_template_6/action_template_6_array
- /pokemon/ai_action/template/action_template_12/action_template_12_array
- /pokemon/ai_action/template/action_template_13/action_template_13_array
- /pokemon/ai_action/template/action_template_14/action_template_14_array
- /pokemon/ai_action/template/action_template_16/action_template_16_array
- /pokemon/ai_action/template/action_template_17/action_template_17_array
- /pokemon/wild/wild_pokemon_action_data/wild_pokemon_action_data_array
- /pokemon/wild/wild_pokemon_group_data/
- /pokemon/wild/wild_pokemon_single_data/
- /pokemon/wild/wild_pokemon_special_data/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement