Every hero gets a Snowball
A new cosmetic Snowball ability is equipped in every hero's cosmetic slot, with throw distance and other properties improving through the 2025 Holiday Challenge. Snowballs thrown at allies deal no damage and refund the cooldown.
Gunslinger
The Boss
Generic Person
Thumper
CadenceGeneral
2 new- New item: Snowball. Throw snowballs at your friends and enemies. Distance and other properties improve as you make progress in the 2025 Holiday Challenge. Throwing a Snowball at an ally won't inflict damage and will reset its cooldown.
- Snowball displays two new stats: Throw Speed, measured in m/s, and Snowballs Thrown, counted in projectiles.
MISC
26 changesOther file and data updates.
- Hotel Guest: hotel modifier data updated.
View code changes (1 records)
ability_doorman_hotel · gameplay.m_HotelModifier.m_nEnabledStateMask (changed)
{ "before": "MODIFIER_STATE_INVALID_TELEPORT_TARGET", "after": "MODIFIER_STATE_INVALID_TELEPORT_TARGET | MODIFIER_STATE_IGNORE_OUT_OF_PLAY_AREA_CHECK" } - npc units citadel hideout ball: model data updated.
View code changes (1 records)
npc_units:citadel_hideout_ball · gameplay.m_hModel (changed)
{ "before": "models/hideout/hideout_sandbox_ball.vmdl", "after": "models/hideout/hideout_tree_ornament_ball.vmdl" } - Network messages: 2 definitions added.
View code changes (1 records)
Protobufs/citadel_gameevents.proto · declarations (changed)
{ "before": [], "after": [ "optional bool ability_as_bullet = 25;", "optional float bullet_radius_override = 12;" ] } - Network messages: 3 definitions added; 1 definitions removed.
View code changes (1 records)
Protobufs/citadel_gcmessages_common.proto · declarations (changed)
{ "before": [ "repeated uint32 account_awards = 20 [packed = true];" ], "after": [ "optional bool hideout_holiday_award_2024 = 30;", "repeated uint32 hideout_holiday_awards_2025 = 31 [packed = true];", "optional bool earned_holiday_award_2025 = 29;" ] } - Network messages: 2 definitions added.
View code changes (1 records)
Protobufs/citadel_gcmessages_server.proto · declarations (changed)
{ "before": [], "after": [ "repeated .CMsgAccountHeroStats account_stats = 2;", "optional uint32 total_holiday_awards_2025 = 9;" ] } - Network messages: 3 definitions added; 3 definitions removed.
View code changes (1 records)
Protobufs/citadel_usermessages.proto · declarations (changed)
{ "before": [ "message CCitadelUserMsg_SeasonalAchievementUnlocked {", "optional uint32 account_id = 1;", "optional uint32 hero_id = 2;" ], "after": [ "message CCitadelUserMsg_SeasonalKill {", "optional uint32 killer = 1 [default = 16777215];", "optional uint32 victim = 2 [default = 16777215];" ] } - 2 ability new records added.
View code changes (2 records)
cosmetic_base · (entity_added)
{ "before": null, "after": { "kind": "other" } }cosmetic_item_snowball · (entity_added)
{ "before": null, "after": { "kind": "other" } } - 1 cosmetic record updated.
View code changes (1 records)
npc_units:citadel_hideout_ball · cosmetic.m_AmbientParticle (changed)
{ "before": "particles/hideout/hideout_sandbox_ball_fx.vpcf", "after": "particles/hideout/hideout_sandbox_ball_fx_winter.vpcf" } - 2 loc ui records removed.
View code changes (2 records)
citadel_main · Citadel_Hud_Toast_SeasonalAchievementUnlocked (removed)
{ "before": "{g:citadel_persona:account_id} achieved holiday cheer for {s:hero_name}!", "after": null }citadel_main · Citadel_Shop_AbilityisImbued (removed)
{ "before": "Imbued with {s:imbuing_ability_name}", "after": null } - 16 loc ui records added.
View code changes (16 records)
citadel_main · Citadel_Hideout_News_Button (added)
{ "before": null, "after": "Press {g:citadel_binding:'HideoutUse'} to view the news" }citadel_main · Citadel_Showcase_SeasonalAchievement2025 (added)
{ "before": null, "after": "December 2025" }citadel_main · Citadel_Hud_Toast_SeasonalKill (added)
{ "before": null, "after": "<span class=\"Emphasis\"{g:citadel_persona:killer_account_id}</span> got a" }citadel_main · Citadel_Hud_Toast_SeasonalKill2 (added)
{ "before": null, "after": "Snowball Kill!" }citadel_main · Citadel_Hud_Toast_SeasonalAchievement2024Unlocked (added)
{ "before": null, "after": "{g:citadel_persona:account_id} achieved holiday cheer for {s:hero_name}!" }citadel_main · citadel_keybind_cosmetic1 (added)
{ "before": null, "after": "Cosmetic 1" }citadel_main · Citadel_Event_Holiday_Challenge2025_Snowball_Level (added)
{ "before": null, "after": "Level {i:item_level} / {i:item_max_level}" }citadel_main · Citadel_Hideout_HolidayChallenge (added)
{ "before": null, "after": "Press {g:citadel_binding:'HideoutUse'} to view Holiday Challenge Progress" }citadel_main · Citadel_Event_Holiday_Challenge2025_Title (added)
{ "before": null, "after": "2025 Holiday Challenge" }citadel_main · menu_seasonal_2025 (added)
{ "before": null, "after": "Holiday Challenge" }citadel_main · Citadel_Shop_AbilityIsImbued (added)
{ "before": null, "after": "Imbued by {s:imbuing_ability_name}" }citadel_main · menu_news (added)
{ "before": null, "after": "News" }citadel_main · Citadel_Event_Holiday_Challenge2025_Desc (added)
{ "before": null, "after": "Win a match with each hero to receive a unique ornament for your hideout tree." }citadel_main · Citadel_Event_Holiday_Challenge2025_Snowball (added)
{ "before": null, "after": "Upgrade your throwable <span class=\"Emphasis\">Snowball</span> active item by adding more ornaments to your tree." }citadel_main · Citadel_Hud_Toast_SeasonalAchievement2025Unlocked (added)
{ "before": null, "after": "{s:hero_name} ornament unlocked by {g:citadel_persona:account_id}!" }citadel_main · Citadel_Shop_AbilityIsImbuing (added)
{ "before": null, "after": "Imbued upon {s:imbued_ability_name}" } - 10 other assets updated.
View code changes (10 records)
soundevents/gameplay.vsndevts_c · crc (changed)
{ "before": "0083783c05", "after": "00912a63dd" }pulse/maps/dev/bobb/bobb_test.vpulse_c · crc (changed)
{ "before": "00f95597c0", "after": "00b9343511" }pulse/maps/hideout_sandbox.vpulse_c · crc (changed)
{ "before": "00fcc92a87", "after": "0034d76aad" }cfg/citadel_keys.lst · crc (changed)
{ "before": "004244e9cf", "after": "00dc08cc9c" }soundevents/music.vsndevts_c · crc (changed)
{ "before": "00ef1f951a", "after": "00de7caeac" }smart_props/cable_ornaments.vsmart_c · crc (changed)
{ "before": "00a238272f", "after": "00105eed7d" }animgraphs/ghost_pigeon.vanmgrph_c · crc (changed)
{ "before": "00d00cf171", "after": "00a9b5c228" }pulse/maps/dl_hideout.vpulse_c · crc (changed)
{ "before": "00064adab8", "after": "00f1d20856" }soundevents/vo/generated_vo_misc.vsndevts_c · crc (changed)
{ "before": "00416f8e7b", "after": "00ee7811e7" }soundevents/hero/drifter.vsndevts_c · crc (changed)
{ "before": "0036474ec8", "after": "00cc17bc8f" } - 16 material assets added.
View code changes (16 records)
materials/particle/events/christmas/snowball_projectile_impact_ground_projected_vmat_g_tnormalroughness_d52512a9.vtex_c · crc (added)
{ "before": null, "after": "004e343a41" }materials/snow/snow_generic_01_vmat_g_trevealmask2_79deb0d0.vtex_c · crc (added)
{ "before": null, "after": "0041774e28" }materials/dev/primary_white_emissive_glowing.vmat_c · crc (added)
{ "before": null, "after": "00dc085f06" }materials/snow/snow_generic_01_overlay_normal_tga_33c547f1.vtex_c · crc (added)
{ "before": null, "after": "00efc1ec40" }materials/snow/snow_generic_01_mask_tga_d5209ffb.vtex_c · crc (added)
{ "before": null, "after": "00de45ca04" }materials/snow/snow_generic_01_overlay_color_tga_c2fadd98.vtex_c · crc (added)
{ "before": null, "after": "00f3a8c70f" }materials/snow/snowball.vmat_c · crc (added)
{ "before": null, "after": "00d36b1dd8" }materials/snow/snow_generic_layer_01.vmat_c · crc (added)
{ "before": null, "after": "00e0c24a81" }materials/particle/events/christmas/snowball_projectile_impact_ground_projected.vmat_c · crc (added)
{ "before": null, "after": "0082667024" }materials/snow/snow_generic_01.vmat_c · crc (added)
{ "before": null, "after": "00b831348e" }materials/snow/snow_generic_01_color_tga_f1e57481.vtex_c · crc (added)
{ "before": null, "after": "00771ff40e" }materials/skybox/sky_dl_hideout_sunset_clouds_01_winter.vmat_c · crc (added)
{ "before": null, "after": "0082773123" }materials/snow/snow_generic_01_color_tga_2a2965d7.vtex_c · crc (added)
{ "before": null, "after": "00907a6f09" }materials/snow/snow_generic_01_normal_tga_1ba7478d.vtex_c · crc (added)
{ "before": null, "after": "00d99b8cd9" }materials/skybox/sky_dl_hideout_sunset_clouds_01_winter_exr_c8909eb.vtex_c · crc (added)
{ "before": null, "after": "00deb83f50" }materials/snow/snow_generic_01_color_tga_1bc4d8d6.vtex_c · crc (added)
{ "before": null, "after": "007069b055" } - 29 model assets updated.
View code changes (29 records)
models/hideout/hideout_bear_xmas_earned.vmdl_c · crc (changed)
{ "before": "0055d87422", "after": "00c943f082" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_15.vmdl_c · crc (changed)
{ "before": "007f6c8a79", "after": "0019bfd2bc" }models/npc/trooper/trooper_mid_boss.vmdl_c · crc (changed)
{ "before": "00c57a326c", "after": "008fe08d9a" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_14.vmdl_c · crc (changed)
{ "before": "0062920837", "after": "00df7e706c" }models/npc/trooper/trooper_mid_boss.vanmgrph_c · crc (changed)
{ "before": "002bd59711", "after": "00e8001ee2" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_12.vmdl_c · crc (changed)
{ "before": "00ac18f476", "after": "007a9a80f4" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_15.vmdl_c · crc (changed)
{ "before": "005e7a3aad", "after": "00ca0761a0" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_12.vmdl_c · crc (changed)
{ "before": "007b22d555", "after": "00f22949a5" }models/props_gameplay/item_container_breakable/xmas_giftbox02.vmdl_c · crc (changed)
{ "before": "00b0e2a266", "after": "009c0311dd" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_11.vmdl_c · crc (changed)
{ "before": "00608ab237", "after": "00fc137a12" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_14.vmdl_c · crc (changed)
{ "before": "00983f43f5", "after": "00b905a4e0" }models/hideout/materials/sconce_ball.vmat_c · crc (changed)
{ "before": "009ad704d7", "after": "00c17fb0a0" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_16.vmdl_c · crc (changed)
{ "before": "0055400c00", "after": "0007e2434b" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_15.vmdl_c · crc (changed)
{ "before": "00d78696d4", "after": "0077092bff" }models/props_gameplay/zip_tower_hover.vanmgrph_c · crc (changed)
{ "before": "00974ba48d", "after": "005810bb9f" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_11.vmdl_c · crc (changed)
{ "before": "005bbdda0c", "after": "00411d304d" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_12.vmdl_c · crc (changed)
{ "before": "00070eb5a5", "after": "004f2703fa" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_13.vmdl_c · crc (changed)
{ "before": "006bd5dcb9", "after": "00d4b2d983" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_16.vmdl_c · crc (changed)
{ "before": "00d060d473", "after": "00d90d9a05" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_13.vmdl_c · crc (changed)
{ "before": "009445fcd4", "after": "00df9aa9a1" }models/props_gameplay/item_container_breakable/xmas_giftbox03.vmdl_c · crc (changed)
{ "before": "00cf11e16f", "after": "0072f6aadf" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_16.vmdl_c · crc (changed)
{ "before": "0029ba4aae", "after": "006403d05a" }models/architecture/arch_interior_structure_wood_01/arch_interior_structure_wood_stairs_corner_01.vmdl_c · crc (changed)
{ "before": "006e5371b2", "after": "001be3cce8" }models/props_gameplay/item_container_breakable/xmas_giftbox.vmdl_c · crc (changed)
{ "before": "0048fd6086", "after": "006c9dc10b" }models/particle/ghost_pigeon.vmdl_c · crc (changed)
{ "before": "003491981b", "after": "002112844c" }models/props_gameplay/item_container_breakable/xmas_giftbox03/piece_13.vmdl_c · crc (changed)
{ "before": "00aa78cb21", "after": "006294e3fe" }models/props_gameplay/item_container_breakable/xmas_giftbox/piece_11.vmdl_c · crc (changed)
{ "before": "004c62792e", "after": "001f3afaf3" }models/props_gameplay/zip_tower_hover.vmdl_c · crc (changed)
{ "before": "0055ff5cef", "after": "00b2e76c5a" }models/props_gameplay/item_container_breakable/xmas_giftbox02/piece_14.vmdl_c · crc (changed)
{ "before": "00e4132305", "after": "00040beebf" } - 276 model assets added.
View code changes (276 records)
models/hideout/materials/hideout_winter_stringlights_tintable.vmat_c · crc (added)
{ "before": null, "after": "00222858cf" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_chrono_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_krill_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winter_stringlights_tintable_animated_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_synth_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_wraith_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_forge.vmat_c · crc (added)
{ "before": null, "after": "004c7211af" }models/hideout/hideout_windows_snowdrift.vmdl_c · crc (added)
{ "before": null, "after": "00314ce726" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_atlas_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_ornament_heroicon_vmat_g_tcolor_142e2b9e.vtex_c · crc (added)
{ "before": null, "after": "00d4e173ff" }models/hideout/materials/hideout_ornament_heroicon_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_forge_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_chrono_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_shiv_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_yamato_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_magician_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_winter_fir_leaves_psd_af6a4072.vtex_c · crc (added)
{ "before": null, "after": "00bcc2c030" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_tengu_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_haze_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_winter_wreath_antlers.vmdl_c · crc (added)
{ "before": null, "after": "00c283c49c" }models/hideout/materials/hideout_winter_jack_title_psd_39bf95d1.vtex_c · crc (added)
{ "before": null, "after": "00c2d73443" }models/hideout/materials/hideout_winter_jackfrost_parts_psd_98169761.vtex_c · crc (added)
{ "before": null, "after": "007633799a" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_dynamo_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_portraits02.vmat_c · crc (added)
{ "before": null, "after": "00d3f10fad" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_synth_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_winter_frosted_panes01_psd_8a5a44c4.vtex_c · crc (added)
{ "before": null, "after": "00d4651a04" }models/hideout/materials/newspaper_photos_stack01_color_psd_acb4c857.vtex_c · crc (added)
{ "before": null, "after": "00d3b9b574" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_chrono.vmat_c · crc (added)
{ "before": null, "after": "0006a0556a" }models/hideout/hideout_winter_column_garland.vmdl_c · crc (added)
{ "before": null, "after": "00ec9d980a" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_drifter_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_vertex_metal_ornamenttop_color.vmat_c · crc (added)
{ "before": null, "after": "00abce86d7" }models/hideout/materials/winter_jackfrost_title_vmat_g_tnormalroughness_2984f4a9.vtex_c · crc (added)
{ "before": null, "after": "005ca46180" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_shiv_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_newspaper_photos_stack01_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_mirage_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_winter_wreath01.vmdl_c · crc (added)
{ "before": null, "after": "003ee8d599" }models/hideout/materials/hideout_vertex_metal_ornamenttop_color_vmat_g_tnormalroughness_1c3f0167.vtex_c · crc (added)
{ "before": null, "after": "00e4a6c471" }models/hideout/materials/hideout_winteraccessories_color_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_ghost_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_doorman_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winteraccessories_color_vmat_g_tnormalroughness_2984f4a9.vtex_c · crc (added)
{ "before": null, "after": "005ca46180" }models/hideout/materials/endgame_patron_amber_vmat_g_tnormalroughness_f0c5e471.vtex_c · crc (added)
{ "before": null, "after": "00e6ef09d7" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_atlas.vmat_c · crc (added)
{ "before": null, "after": "004d5b4fd1" }models/hideout/materials/hideout_newspaper_photos_stack01.vmat_c · crc (added)
{ "before": null, "after": "001d658c1a" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_dynamo_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bebop_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viscous.vmat_c · crc (added)
{ "before": null, "after": "00a40b1afe" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_wraith_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/snowdrift_window01_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_nano_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viscous_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_drifter.vmat_c · crc (added)
{ "before": null, "after": "00a916dbd6" }models/hideout/materials/hideout_candle_1_simple_vmat_g_tcolor_6dbd2408.vtex_c · crc (added)
{ "before": null, "after": "00873a305c" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_haze.vmat_c · crc (added)
{ "before": null, "after": "0056f52ba7" }models/hideout/materials/winter_jackfrost_parts.vmat_c · crc (added)
{ "before": null, "after": "0004ed2e81" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_wraith.vmat_c · crc (added)
{ "before": null, "after": "00034632dc" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_punkgoat_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viper_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_kelvin_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_drifter_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_punkgoat_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_ghost_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_mug_marshmellow.vmdl_c · crc (added)
{ "before": null, "after": "0013c13e3b" }models/hideout/hideout_winter_pinecone01.vmdl_c · crc (added)
{ "before": null, "after": "00b4ec861e" }models/hideout/materials/hideout_winter_string_light_alpha_psd_4c424a3d.vtex_c · crc (added)
{ "before": null, "after": "00d7239930" }models/hideout/hideout_blue_candle.vmdl_c · crc (added)
{ "before": null, "after": "0015c4d7e3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bebop_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_punkgoat_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_tengu_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_lash_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_warden_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_doorman_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winter_snowdrift_psd_85e1876b.vtex_c · crc (added)
{ "before": null, "after": "00fae62836" }models/hideout/materials/hideout_winter_string_light_redgreen_psd_b7c15fea.vtex_c · crc (added)
{ "before": null, "after": "00e7939eb3" }models/hideout/hideout_winter_railing_garland01.vmdl_c · crc (added)
{ "before": null, "after": "0046e58360" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_drifter_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winteraccessories_color_vmat_g_tselfillummask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_warden_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/hideout_candle01.vmdl_c · crc (added)
{ "before": null, "after": "00987ee05c" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_synth_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/winter_jackfrost_parts_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_forge_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_ornament_heroicon_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/hideout_winter_mistletoe.vmdl_c · crc (added)
{ "before": null, "after": "003e7d879a" }models/hideout/hideout_tree_ornament_ball.vmdl_c · crc (added)
{ "before": null, "after": "006771de73" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_kelvin_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_vampirebat_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_atlas_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_gigawatt_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viscous_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_jackfrost_toybox.vmdl_c · crc (added)
{ "before": null, "after": "00fa5a97fe" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_gigawatt_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_inferno_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winter_string_light_alpha_psd_4c6cc881.vtex_c · crc (added)
{ "before": null, "after": "00acf2a181" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_tengu_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_yamato_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_warden_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_vertex_metal_chrome_color_vmat_g_tnormalroughness_7444c7b4.vtex_c · crc (added)
{ "before": null, "after": "00a55fe26c" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_ghost_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_wraith_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_ornament_heroicon_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_krill_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_orion_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_winter_frosted_pane01_vmat_g_tnormalroughness_d52512a9.vtex_c · crc (added)
{ "before": null, "after": "004e343a41" }models/hideout/hideout_winter_tree_topper.vmdl_c · crc (added)
{ "before": null, "after": "0007ab7277" }models/hideout/materials/hideout_winter_fir_leaves_large.vmat_c · crc (added)
{ "before": null, "after": "00d94ee2da" }models/hideout/hideout_wintertree01.vmdl_c · crc (added)
{ "before": null, "after": "00c0920499" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_synth_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_dynamo_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/winter_jackfrost_title_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_drifter_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_nano.vmat_c · crc (added)
{ "before": null, "after": "006bce1e21" }models/hideout/materials/hideout_newspaper_photos_stack01_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/endgame_patron_amber_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_warden_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_dynamo.vmat_c · crc (added)
{ "before": null, "after": "003592f61d" }models/hideout/materials/hideout_winter_fir_leaves_large_color_psd_93355089.vtex_c · crc (added)
{ "before": null, "after": "001177d246" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_forge_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_tengu_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_yamato.vmat_c · crc (added)
{ "before": null, "after": "00df28285c" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_tengu.vmat_c · crc (added)
{ "before": null, "after": "00e329dd2e" }models/hideout/materials/hideout_vertex_color_unlit_vmat_g_tnormalroughness_9b6baee2.vtex_c · crc (added)
{ "before": null, "after": "007a6dc1b5" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_ghost.vmat_c · crc (added)
{ "before": null, "after": "00ca4b256b" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bookworm_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/hideout_winter_garland01.vmdl_c · crc (added)
{ "before": null, "after": "00f4b0308d" }models/hideout/materials/hideout_winter_berries01_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winter_frosted_pane01.vmat_c · crc (added)
{ "before": null, "after": "004765593d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_kelvin.vmat_c · crc (added)
{ "before": null, "after": "00ff2f4ac3" }models/hideout/materials/hideout_vertex_metal_shiny_color_vmat_g_tnormalroughness1_eaa796bc.vtex_c · crc (added)
{ "before": null, "after": "00f9d14030" }models/hideout/materials/hideout_vertex_color_unlit.vmat_c · crc (added)
{ "before": null, "after": "00d17f6db9" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_yamato_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_shiv.vmat_c · crc (added)
{ "before": null, "after": "000947d5e2" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_astro.vmat_c · crc (added)
{ "before": null, "after": "006dddb684" }models/hideout/materials/hideout_winter_fir_leaves_large_bg_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winter_berries01.vmat_c · crc (added)
{ "before": null, "after": "0087c70794" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_frank_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_doorman_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_newspaper_stack01_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bookworm.vmat_c · crc (added)
{ "before": null, "after": "003967e7a6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_nano_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_newspaper_stack01.vmat_c · crc (added)
{ "before": null, "after": "004ff54ed0" }models/hideout/materials/hideout_newspaper_photos_stack01_vmat_g_tnormalroughness_f0c5e471.vtex_c · crc (added)
{ "before": null, "after": "00e6ef09d7" }models/props_nature/materials/tree_spruce_bark_01_rough_psd_794b04c0.vtex_c · crc (added)
{ "before": null, "after": "0065536839" }models/hideout/materials/winter_jackfrost_title.vmat_c · crc (added)
{ "before": null, "after": "007084f75c" }models/hideout/materials/hideout_winter_fir_leaves_normal_psd_c6c6c911.vtex_c · crc (added)
{ "before": null, "after": "009e50dc2c" }models/hideout/materials/hideout_winter_fir_leaves_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_inferno.vmat_c · crc (added)
{ "before": null, "after": "00aac57197" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_synth.vmat_c · crc (added)
{ "before": null, "after": "00afb823e8" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_forge_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_frank_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_magician_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_gigawatt_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_jackfrost_model.vmdl_c · crc (added)
{ "before": null, "after": "009d3c87e1" }models/hideout/materials/hideout_winter_string_light_seq_psd_d79067f3.vtex_c · crc (added)
{ "before": null, "after": "00f6c9429f" }models/hideout/materials/hideout_vertex_metal_shiny_color.vmat_c · crc (added)
{ "before": null, "after": "007e53c09c" }models/hideout/materials/hideout_winter_fir_leaves_large_bg.vmat_c · crc (added)
{ "before": null, "after": "00ba38d467" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_nano_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_lash_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_hornet_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_doorman.vmat_c · crc (added)
{ "before": null, "after": "003689ef9a" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viper_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_lash.vmat_c · crc (added)
{ "before": null, "after": "0032dc9b56" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_wraith_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/winter_jackfrost_parts_vmat_g_tnormalroughness_2984f4a9.vtex_c · crc (added)
{ "before": null, "after": "005ca46180" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_hornet_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_lash_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_astro_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_krill_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_winter_snowdrift.vmat_c · crc (added)
{ "before": null, "after": "00910567ef" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_vampirebat_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winter_fir_leaves.vmat_c · crc (added)
{ "before": null, "after": "004ad2837a" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_magician.vmat_c · crc (added)
{ "before": null, "after": "00cbbcdbd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viscous_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_atlas_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_hornet_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/hideout_candle03.vmdl_c · crc (added)
{ "before": null, "after": "006a2afa86" }models/hideout/materials/hideout_newspaper_stack01_vmat_g_tjittermask_ad4bb4e5.vtex_c · crc (added)
{ "before": null, "after": "00c01b7fcc" }models/hideout/materials/hideout_winteraccessories_color_psd_27823f4b.vtex_c · crc (added)
{ "before": null, "after": "00a5b428d3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_ghost_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_winter_stringlights_tintable_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_candle_1_simple.vmat_c · crc (added)
{ "before": null, "after": "005a6c8046" }models/hideout/materials/hideout_winteraccessories_color.vmat_c · crc (added)
{ "before": null, "after": "0000768aa6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_atlas_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_yamato_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_mirage_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_chrono_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/hideout_tree_ornament_hero.vmdl_c · crc (added)
{ "before": null, "after": "004471023e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_kelvin_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_mirage_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_orion.vmat_c · crc (added)
{ "before": null, "after": "00537aca10" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_lash_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_magician_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_astro_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bebop.vmat_c · crc (added)
{ "before": null, "after": "0059ec5122" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_magician_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_doorman_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_krill.vmat_c · crc (added)
{ "before": null, "after": "005dc6517b" }models/hideout/materials/hideout_ornament_heroicon.vmat_c · crc (added)
{ "before": null, "after": "00a08d7d71" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_punkgoat.vmat_c · crc (added)
{ "before": null, "after": "00dd90b695" }models/hideout/materials/hideout_newspaper_photos_stack01_vmat_g_tjittermask_ad4bb4e5.vtex_c · crc (added)
{ "before": null, "after": "00c01b7fcc" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_inferno_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_ornament_heroicon_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_vertex_metal_shiny_color_vmat_g_tcolor1_ef8a35db.vtex_c · crc (added)
{ "before": null, "after": "00f0b76aac" }models/hideout/materials/hideout_winter_berries01_color_psd_1b5ed0f.vtex_c · crc (added)
{ "before": null, "after": "001796cb0b" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_gigawatt_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bebop_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_newspaper_stack01_vmat_g_ttintmask_2b2ebb3f.vtex_c · crc (added)
{ "before": null, "after": "00bd5038c3" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_dynamo_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_haze_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winter_fir_leaves_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_nano_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winter_string_light_redgreen_psd_67962e1.vtex_c · crc (added)
{ "before": null, "after": "00f0783814" }models/hideout/materials/hideout_vertex_color_unlit_vmat_g_tcolor_498635a.vtex_c · crc (added)
{ "before": null, "after": "0007a013ed" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_inferno_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_astro_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viper_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/hideout_wintertree_button.vmdl_c · crc (added)
{ "before": null, "after": "00b33e8210" }models/hideout/materials/endgame_patron_amber_vmat_g_tmetalness_e9052f71.vtex_c · crc (added)
{ "before": null, "after": "008a01f9c4" }models/hideout/hideout_candle02.vmdl_c · crc (added)
{ "before": null, "after": "00d7699dac" }models/hideout/hideout_winter_fireplace_garland01.vmdl_c · crc (added)
{ "before": null, "after": "007481bf4b" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_mirage_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viper.vmat_c · crc (added)
{ "before": null, "after": "002ddc47cb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_hornet.vmat_c · crc (added)
{ "before": null, "after": "0055d559e2" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_frank_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_vampirebat.vmat_c · crc (added)
{ "before": null, "after": "00f79a6fea" }models/hideout/materials/newspaper_stack01_color_psd_6bb69f8c.vtex_c · crc (added)
{ "before": null, "after": "001c7ac838" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_hornet_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hideout_winter_mistletoe_psd_93f2f31.vtex_c · crc (added)
{ "before": null, "after": "0012d00f02" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_vampirebat_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_vertex_metal_ornamenttop_color_vmat_g_tcolor_fc31022b.vtex_c · crc (added)
{ "before": null, "after": "00247b3a85" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_frank.vmat_c · crc (added)
{ "before": null, "after": "0065b47590" }models/hideout/materials/hideout_winter_mistletoe_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/hideout_button_news.vmdl_c · crc (added)
{ "before": null, "after": "00e1eafb0d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_vampirebat_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_haze_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bookworm_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_krill_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_gigawatt.vmat_c · crc (added)
{ "before": null, "after": "00c4f2784e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_punkgoat_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_orion_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_vertex_metal_chrome_color_vmat_g_tcolor_1d537e48.vtex_c · crc (added)
{ "before": null, "after": "005a411cc6" }models/hideout/materials/hideout_winter_snowdrift_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/endgame_patron_amber_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_orion_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bookworm_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_winter_stringlights_redgreen.vmat_c · crc (added)
{ "before": null, "after": "0062d85fc0" }models/hideout/materials/hideout_winter_stringlights_redgreen_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bebop_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/endgame_patron_amber.vmat_c · crc (added)
{ "before": null, "after": "00d7b59e1e" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_shiv_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_newspaper_stack01_vmat_g_tnormalroughness_f0c5e471.vtex_c · crc (added)
{ "before": null, "after": "00e6ef09d7" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_chrono_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hideout_winter_fir_leaves_large_color_psd_ab5f9705.vtex_c · crc (added)
{ "before": null, "after": "0026b440d5" }models/hideout/materials/hideout_portraits_02_color_psd_e147c504.vtex_c · crc (added)
{ "before": null, "after": "003d8ce061" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_mirage.vmat_c · crc (added)
{ "before": null, "after": "00fc258016" }models/hideout/hideout_winter_exterior_snowcap01_left_building.vmdl_c · crc (added)
{ "before": null, "after": "005cd6a37c" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_frank_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_vertex_metal_ornamenttop_color_vmat_g_ttintmask_73100e5a.vtex_c · crc (added)
{ "before": null, "after": "00de0be6fb" }models/hideout/materials/hideout_vertex_metal_chrome_color.vmat_c · crc (added)
{ "before": null, "after": "00fc03d20f" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_astro_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_shiv_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/snowdrift_window01.vmat_c · crc (added)
{ "before": null, "after": "00c63e65ca" }models/hideout/materials/hideout_winter_stringlights_tintable_animated.vmat_c · crc (added)
{ "before": null, "after": "00366755cd" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_orion_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_bookworm_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_vertex_metal_shiny_color_vmat_g_tpacked1_cb510edd.vtex_c · crc (added)
{ "before": null, "after": "00996d0885" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_warden.vmat_c · crc (added)
{ "before": null, "after": "00332a83c1" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_haze_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/hideout_winter_exterior_snowcap01.vmdl_c · crc (added)
{ "before": null, "after": "00f51e70a7" }models/hideout/materials/hideout_winter_mistletoe.vmat_c · crc (added)
{ "before": null, "after": "008b3ce5cf" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_inferno_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/hideout/materials/hideout_winter_fir_leaves_large_vmat_g_tambientocclusion_9782fd5c.vtex_c · crc (added)
{ "before": null, "after": "00630ef92e" }models/props_nature/materials/tree_spruce_bark_01_rough_psd_18b12893.vtex_c · crc (added)
{ "before": null, "after": "008ad5cf6d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viscous_vmat_g_tnormalroughness_22a54961.vtex_c · crc (added)
{ "before": null, "after": "00aaa24e4d" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_kelvin_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" }models/hideout/materials/hero_ornanaments/hideout_ornament_heroicon_viper_vmat_g_tmetalness_bbd8f9d9.vtex_c · crc (added)
{ "before": null, "after": "003676bfd6" } - 32 hero image assets added.
View code changes (32 records)
panorama/images/heroes/warden_sm_psd_a295c3cd.vtex_c · crc (added)
{ "before": null, "after": "006f809032" }panorama/images/heroes/gigawatt_sm_psd_afd01f47.vtex_c · crc (added)
{ "before": null, "after": "00f0df7cbb" }panorama/images/heroes/digger_sm_psd_1a97df18.vtex_c · crc (added)
{ "before": null, "after": "007c7f2c6c" }panorama/images/heroes/vampirebat_sm_psd_6e719088.vtex_c · crc (added)
{ "before": null, "after": "00f321f628" }panorama/images/heroes/chrono_sm_psd_55af99f2.vtex_c · crc (added)
{ "before": null, "after": "00f518dbf5" }panorama/images/heroes/lash_sm_psd_8b6cde8.vtex_c · crc (added)
{ "before": null, "after": "0033adcebe" }panorama/images/heroes/engineer_sm_psd_de81f570.vtex_c · crc (added)
{ "before": null, "after": "00434e603f" }panorama/images/heroes/punkgoat_sm_psd_3a39969e.vtex_c · crc (added)
{ "before": null, "after": "00be508e8c" }panorama/images/heroes/inferno_sm_psd_681d8fde.vtex_c · crc (added)
{ "before": null, "after": "003b0c2cea" }panorama/images/heroes/archer_sm_psd_1ba0ed8b.vtex_c · crc (added)
{ "before": null, "after": "009a9e8a98" }panorama/images/heroes/kelvin_sm_psd_df3ec331.vtex_c · crc (added)
{ "before": null, "after": "00f07dda91" }panorama/images/heroes/synth_sm_psd_d0ab575b.vtex_c · crc (added)
{ "before": null, "after": "004b5a2cc6" }panorama/images/heroes/hornet_sm_psd_d09ce06e.vtex_c · crc (added)
{ "before": null, "after": "000b4a4b11" }panorama/images/heroes/nano_sm_psd_ead3e21c.vtex_c · crc (added)
{ "before": null, "after": "00c123cdb2" }panorama/images/heroes/bebop_sm_psd_b336c136.vtex_c · crc (added)
{ "before": null, "after": "00e80e2d96" }panorama/images/heroes/tengu_sm_psd_9af0ec12.vtex_c · crc (added)
{ "before": null, "after": "00c28f0840" }panorama/images/heroes/magician_sm_psd_2489d4ee.vtex_c · crc (added)
{ "before": null, "after": "005b0f9583" }panorama/images/heroes/kali_sm_psd_277d7c61.vtex_c · crc (added)
{ "before": null, "after": "00fd5a6f5e" }panorama/images/heroes/doorman_sm_psd_7ca04256.vtex_c · crc (added)
{ "before": null, "after": "005153a60f" }panorama/images/heroes/haze_sm_psd_5de7ffe8.vtex_c · crc (added)
{ "before": null, "after": "00e3e3c123" }panorama/images/heroes/mirage_sm_psd_ab02b6b6.vtex_c · crc (added)
{ "before": null, "after": "0068a57f0c" }panorama/images/heroes/spectre_sm_psd_f08fb1f3.vtex_c · crc (added)
{ "before": null, "after": "00f5b038fe" }panorama/images/heroes/drifter_sm_psd_d94dcb01.vtex_c · crc (added)
{ "before": null, "after": "00d5120361" }panorama/images/heroes/wraith_sm_psd_8dd14209.vtex_c · crc (added)
{ "before": null, "after": "0037060ad6" }panorama/images/heroes/bookworm_sm_psd_e27afc2a.vtex_c · crc (added)
{ "before": null, "after": "000107d51d" }panorama/images/heroes/astro_sm_psd_e2407af5.vtex_c · crc (added)
{ "before": null, "after": "003d5083b1" }panorama/images/heroes/yamato_sm_psd_9fe8a987.vtex_c · crc (added)
{ "before": null, "after": "006d8edbf7" }panorama/images/heroes/bull_sm_psd_19f8ca40.vtex_c · crc (added)
{ "before": null, "after": "009e77d0da" }panorama/images/heroes/frank_sm_psd_37f238ad.vtex_c · crc (added)
{ "before": null, "after": "003d0d1daa" }panorama/images/heroes/sumo_sm_psd_78ede35f.vtex_c · crc (added)
{ "before": null, "after": "0087de4831" }panorama/images/heroes/shiv_sm_psd_c5be71fa.vtex_c · crc (added)
{ "before": null, "after": "0032974c98" }panorama/images/heroes/viscous_sm_psd_bc2a6d79.vtex_c · crc (added)
{ "before": null, "after": "004209c6b7" } - 1 item image asset added.
View code changes (1 records)
panorama/images/items/seasonal/2025_snowball_psd.vtex_c · crc (added)
{ "before": null, "after": "00cd385cf2" } - 19 ui assets updated.
View code changes (19 records)
panorama/styles/hud.vcss_c · crc (changed)
{ "before": "0054e23661", "after": "00632d7b48" }panorama/layout/popups/popup_settings_old.vxml_c · crc (changed)
{ "before": "00f296ae1c", "after": "00c5464052" }panorama/styles/citadel_db_page_news_entry.vcss_c · crc (changed)
{ "before": "00d4294c94", "after": "00f17c291b" }panorama/styles/in_world_hideout_panel.vcss_c · crc (changed)
{ "before": "0015796355", "after": "0072917335" }panorama/images/main_menu/training_herotesting_psd.vtex_c · crc (changed)
{ "before": "002670193a", "after": "00b483acb2" }panorama/layout/hideout/hideout_in_world_label.vxml_c · crc (changed)
{ "before": "00cb959fe6", "after": "0059899ca4" }panorama/layout/hud_ability_icon_active.vxml_c · crc (changed)
{ "before": "0086802642", "after": "005ad6c444" }panorama/layout/dashboard.vxml_c · crc (changed)
{ "before": "00550072e9", "after": "00f9e66c38" }panorama/styles/hud_ability_icon_active.vcss_c · crc (changed)
{ "before": "00dd2928ce", "after": "003945f73f" }panorama/styles/dashboard.vcss_c · crc (changed)
{ "before": "008adc2943", "after": "009cc46fc6" }panorama/styles/tooltips/citadel_tooltip_mod_details.vcss_c · crc (changed)
{ "before": "0031e94355", "after": "00ce7b45ca" }panorama/styles/citadel_db_page_profile.vcss_c · crc (changed)
{ "before": "00f357c125", "after": "0099eab02a" }panorama/layout/citadel_ability_details_panel.vxml_c · crc (changed)
{ "before": "00985f4610", "after": "00e479d69a" }panorama/styles/citadel_db_page_news.vcss_c · crc (changed)
{ "before": "00557d7323", "after": "00b5570e62" }panorama/layout/citadel_db_page_news_entry.vxml_c · crc (changed)
{ "before": "00a5bfcf81", "after": "0055aef80d" }panorama/layout/tooltips/citadel_tooltip_mod_details.vxml_c · crc (changed)
{ "before": "006b37c9ca", "after": "008ad1d52b" }panorama/styles/citadel_base_styles.vcss_c · crc (changed)
{ "before": "00a95c28ff", "after": "00a41cb827" }panorama/layout/citadel_db_page_news.vxml_c · crc (changed)
{ "before": "00f97c98cf", "after": "000aa9a8ef" }panorama/layout/hud.vxml_c · crc (changed)
{ "before": "00b68e3cc4", "after": "008e7851c9" } - 12 ui assets added.
View code changes (12 records)
panorama/images/seasonal/2025/ornament_green_psd.vtex_c · crc (added)
{ "before": null, "after": "00cbfc9b34" }panorama/styles/citadel_db_page_holiday_2025.vcss_c · crc (added)
{ "before": null, "after": "008eb3409c" }panorama/styles/citadel_ui_hero_challenge_status.vcss_c · crc (added)
{ "before": null, "after": "00d166d0fa" }panorama/images/seasonal/2025/ornament_blue_psd.vtex_c · crc (added)
{ "before": null, "after": "007c4c8513" }panorama/images/seasonal/2025/snowball_tooltip_bg_psd.vtex_c · crc (added)
{ "before": null, "after": "0067e2b516" }panorama/layout/citadel_ui_hero_challenge_status.vxml_c · crc (added)
{ "before": null, "after": "00eab64473" }panorama/images/seasonal/2025/ornament_red_psd.vtex_c · crc (added)
{ "before": null, "after": "00c3f6d517" }panorama/images/seasonal/2025/snowball_toast_bg_psd.vtex_c · crc (added)
{ "before": null, "after": "00a3f059d9" }panorama/images/seasonal/2025/snowball_active_backer_psd.vtex_c · crc (added)
{ "before": null, "after": "007c3e8326" }panorama/images/seasonal/2025/hideout_label_backer_psd.vtex_c · crc (added)
{ "before": null, "after": "00f94f5d2c" }panorama/images/seasonal/2025/snowball_tooltip_header_psd.vtex_c · crc (added)
{ "before": null, "after": "00cc6037d7" }panorama/layout/citadel_db_page_holiday_2025.vxml_c · crc (added)
{ "before": null, "after": "003ab3dacc" } - 37 particle assets added.
View code changes (37 records)
particles/hideout/hideout_sandbox_ball_fx_winter.vpcf_c · crc (added)
{ "before": null, "after": "000799a83e" }particles/event/christmas/snowball_projectile_bits_lvl3.vpcf_c · crc (added)
{ "before": null, "after": "005a639154" }particles/event/christmas/snowball_projectile_bits.vpcf_c · crc (added)
{ "before": null, "after": "00cdab2b0c" }particles/event/christmas/snowball_projectile_impact_projected.vpcf_c · crc (added)
{ "before": null, "after": "00f68ccc79" }particles/status_fx/status_fx_snowball.vpcf_c · crc (added)
{ "before": null, "after": "00e00e0a74" }particles/event/christmas/snowball_tgt_screen_detail.vpcf_c · crc (added)
{ "before": null, "after": "00175acc89" }particles/event/christmas/snowball_projectile_impact_mist.vpcf_c · crc (added)
{ "before": null, "after": "00ac50b3cb" }particles/event/christmas/christmas_hideout_exterior_snow_flakes_longerfall_neonsigncolor.vpcf_c · crc (added)
{ "before": null, "after": "00eaa64b76" }particles/event/christmas/snowball_projectile_trail.vpcf_c · crc (added)
{ "before": null, "after": "00d2b5b4df" }particles/event/christmas/snowball_projectile_trail_lvl3.vpcf_c · crc (added)
{ "before": null, "after": "00dcbfa284" }particles/event/christmas/christmas_hideout_exterior_snow_longerfall.vpcf_c · crc (added)
{ "before": null, "after": "00fcf75c6b" }particles/event/christmas/christmas_hideout_exterior_snow_flakes_longerfall_initial.vpcf_c · crc (added)
{ "before": null, "after": "0078339f3a" }particles/event/christmas/snowball_projectile_impact_symbol.vpcf_c · crc (added)
{ "before": null, "after": "0092379eac" }particles/event/christmas/snowball_projectile.vpcf_c · crc (added)
{ "before": null, "after": "00923ef436" }particles/hideout/hideout_winter_treetopper_model.vpcf_c · crc (added)
{ "before": null, "after": "00f88f839e" }particles/event/christmas/snowball_projectile_impact_magic.vpcf_c · crc (added)
{ "before": null, "after": "004b56f4f6" }particles/event/christmas/snowball_projectile_mist.vpcf_c · crc (added)
{ "before": null, "after": "004fa40a58" }particles/event/christmas/snowball_projectile_halo.vpcf_c · crc (added)
{ "before": null, "after": "000cbe33e4" }particles/event/christmas/snowball_projectile_impact_rays.vpcf_c · crc (added)
{ "before": null, "after": "00e842cf10" }particles/event/christmas/snowball_projectile_trail_lvl2.vpcf_c · crc (added)
{ "before": null, "after": "00ddf363f9" }particles/event/christmas/snowball_tgt_screen.vpcf_c · crc (added)
{ "before": null, "after": "00698bd400" }particles/event/christmas/christmas_hideout_exterior_snow_flakes.vpcf_c · crc (added)
{ "before": null, "after": "00eb8adb4f" }particles/event/christmas/snowball_projectile_impact_bits.vpcf_c · crc (added)
{ "before": null, "after": "004a474684" }particles/hideout/hideout_winter_treetopper_maxearned_beams.vpcf_c · crc (added)
{ "before": null, "after": "00a371a37a" }particles/event/christmas/snowball_projectile_impact.vpcf_c · crc (added)
{ "before": null, "after": "00ea8978fa" }particles/hideout/hideout_fireplace_shadowedlight.vpcf_c · crc (added)
{ "before": null, "after": "008a7cc0e9" }particles/event/christmas/snowball_debuff_bits.vpcf_c · crc (added)
{ "before": null, "after": "004f408399" }particles/event/christmas/snowball_debuff_smoke.vpcf_c · crc (added)
{ "before": null, "after": "00428dad5f" }particles/event/christmas/christmas_hideout_exterior_snow_brokenwindow.vpcf_c · crc (added)
{ "before": null, "after": "00207ccb15" }particles/event/christmas/snowball_projectile_model.vpcf_c · crc (added)
{ "before": null, "after": "00d9463c1d" }particles/hideout/hideout_winter_treetopper_default.vpcf_c · crc (added)
{ "before": null, "after": "009a0ea5fc" }particles/event/christmas/christmas_hideout_exterior_snow.vpcf_c · crc (added)
{ "before": null, "after": "00ec9059ca" }particles/event/christmas/snowball_projectile_impact_flash.vpcf_c · crc (added)
{ "before": null, "after": "00dee85e66" }particles/hideout/hideout_winter_treetopper_maxearned.vpcf_c · crc (added)
{ "before": null, "after": "0068936e93" }particles/event/christmas/snowball_debuff.vpcf_c · crc (added)
{ "before": null, "after": "00cccddae6" }particles/event/christmas/christmas_hideout_exterior_snow_flakes_longerfall.vpcf_c · crc (added)
{ "before": null, "after": "00084ea9f9" }particles/event/christmas/snowball_projectile_impact_snow.vpcf_c · crc (added)
{ "before": null, "after": "0046d32b85" } - 1 particle asset updated.
View code changes (1 records)
particles/hideout/hideout_fireplace_fire.vpcf_c · crc (changed)
{ "before": "00a94f0509", "after": "0088d932a9" } - 84 script assets updated.
View code changes (84 records)
scripts/talker/generated_response_rules_hero_doorman.vrr_c · crc (changed)
{ "before": "006c415c98", "after": "00ed54d91c" }scripts/talker/response_rules_inferno.vrr_c · crc (changed)
{ "before": "00da6d480c", "after": "007bb40b7f" }scripts/talker/response_rules_frank.vrr_c · crc (changed)
{ "before": "00a8c2b373", "after": "00650bb5c6" }scripts/talker/response_rules_yamato.vrr_c · crc (changed)
{ "before": "00ba9b1bdc", "after": "00611de67d" }scripts/talker/response_rules_bookworm.vrr_c · crc (changed)
{ "before": "00a54f74ce", "after": "00f040589b" }scripts/talker/generated_response_rules_hero_slork.vrr_c · crc (changed)
{ "before": "002e3359ec", "after": "005195134c" }scripts/talker/generated_response_rules_hero_hornet.vrr_c · crc (changed)
{ "before": "00cf6ac97c", "after": "00871f4698" }scripts/talker/generated_response_rules_hero_atlas.vrr_c · crc (changed)
{ "before": "00255ece99", "after": "004bae983d" }scripts/talker/generated_response_rules_hero_bookworm.vrr_c · crc (changed)
{ "before": "00166d62ca", "after": "0048e2318b" }scripts/talker/response_rules_astro.vrr_c · crc (changed)
{ "before": "0016c21c82", "after": "004993e8ea" }scripts/talker/generated_response_rules_hero_viscous.vrr_c · crc (changed)
{ "before": "008de54527", "after": "0090146aef" }scripts/talker/response_rules_krill.vrr_c · crc (changed)
{ "before": "0029befd4f", "after": "00fb667490" }scripts/talker/generated_response_rules_hero_operative.vrr_c · crc (changed)
{ "before": "00f205a175", "after": "0061925432" }scripts/talker/response_rules_forge.vrr_c · crc (changed)
{ "before": "0015e6735b", "after": "005c34b2cb" }scripts/talker/generated_response_rules_hero_lash.vrr_c · crc (changed)
{ "before": "00e1d46b33", "after": "00e27bf4eb" }scripts/talker/generated_response_rules_hero_synth.vrr_c · crc (changed)
{ "before": "00574a8c97", "after": "00a873dabb" }scripts/talker/response_rules_bebop.vrr_c · crc (changed)
{ "before": "0096290c6c", "after": "005ba113aa" }scripts/talker/response_rules_atlas.vrr_c · crc (changed)
{ "before": "0032d43864", "after": "00a22d3cfb" }scripts/talker/generated_response_rules_hero_magician_henry.vrr_c · crc (changed)
{ "before": "0079d46a2b", "after": "00b03f75e2" }scripts/talker/generated_response_rules_announcer.vrr_c · crc (changed)
{ "before": "00e5e3431b", "after": "00a981d1c1" }scripts/talker/response_rules_trapper.vrr_c · crc (changed)
{ "before": "001966208e", "after": "0062927014" }scripts/talker/generated_response_rules_hero_warden.vrr_c · crc (changed)
{ "before": "0021923ad5", "after": "00f92fcbfe" }scripts/talker/generated_response_rules_hero_kelvin.vrr_c · crc (changed)
{ "before": "00c036d5b9", "after": "004779f34f" }scripts/talker/generated_response_rules_hero_magician_savannah.vrr_c · crc (changed)
{ "before": "008b253358", "after": "0004532c50" }scripts/npc_units.vdata_c · crc (changed)
{ "before": "00bb1893f5", "after": "00aaeb8771" }scripts/talker/response_rules_wraith.vrr_c · crc (changed)
{ "before": "00af9767c1", "after": "0014ea1322" }scripts/talker/response_rules_kelvin.vrr_c · crc (changed)
{ "before": "00701f536e", "after": "00cd8d25a1" }scripts/talker/generated_response_rules_hero_inferno.vrr_c · crc (changed)
{ "before": "0042751bd9", "after": "0021eca17f" }scripts/talker/generated_response_rules_hero_boho.vrr_c · crc (changed)
{ "before": "00f6fc6f7c", "after": "00dedc2bd6" }scripts/talker/generated_response_rules_hero_krill.vrr_c · crc (changed)
{ "before": "006db57088", "after": "006567e004" }scripts/talker/response_rules_mirage.vrr_c · crc (changed)
{ "before": "00c995d932", "after": "002c228de2" }scripts/talker/response_rules_wrecker.vrr_c · crc (changed)
{ "before": "0023cf5ae0", "after": "0039260fa4" }scripts/talker/generated_response_rules_hero_wraith.vrr_c · crc (changed)
{ "before": "00675350d2", "after": "00a366ab96" }scripts/talker/response_rules_magician_henry.vrr_c · crc (changed)
{ "before": "00f6776c6c", "after": "006a1798f3" }scripts/talker/generated_response_rules_hero_drifter.vrr_c · crc (changed)
{ "before": "00aa5edf4c", "after": "001791f313" }scripts/talker/response_rules_boho.vrr_c · crc (changed)
{ "before": "00ac8f6b1b", "after": "00f2e7e6ef" }scripts/talker/generated_response_rules_hero_haze.vrr_c · crc (changed)
{ "before": "001b781169", "after": "000a18821f" }scripts/talker/generated_response_rules_hero_shiv.vrr_c · crc (changed)
{ "before": "00d00484fd", "after": "00f8765812" }scripts/heroes.vdata_c · crc (changed)
{ "before": "0004b7100e", "after": "00b22aa4f2" }scripts/talker/response_rules_vampirebat.vrr_c · crc (changed)
{ "before": "00f4c0fc1e", "after": "0080adef32" }scripts/talker/generated_response_rules_hero_ghost.vrr_c · crc (changed)
{ "before": "00ba55bbaa", "after": "00f20ff771" }scripts/talker/generated_response_rules_hero_viper.vrr_c · crc (changed)
{ "before": "00c88380d2", "after": "00044ba900" }scripts/talker/response_rules_gigawatt.vrr_c · crc (changed)
{ "before": "00da458ef1", "after": "0058ed2b66" }scripts/talker/response_rules_dynamo.vrr_c · crc (changed)
{ "before": "00d4285c04", "after": "0042df5d6b" }scripts/talker/response_rules_hornet.vrr_c · crc (changed)
{ "before": "00a54fa4ce", "after": "00d04bc2e3" }scripts/abilities.vdata_c · crc (changed)
{ "before": "007a887c53", "after": "005deb862a" }scripts/talker/idol.vrr_c · crc (changed)
{ "before": "00ae5c616b", "after": "0028ba0c95" }scripts/talker/generated_response_rules_hero_yamato.vrr_c · crc (changed)
{ "before": "00d561416d", "after": "000a77c3ea" }scripts/talker/generated_response_rules_hero_astro.vrr_c · crc (changed)
{ "before": "008d04b3af", "after": "00458a7eb6" }scripts/talker/generated_response_rules_hero_chrono.vrr_c · crc (changed)
{ "before": "006cb95747", "after": "00b58273a2" }scripts/talker/response_rules_lash.vrr_c · crc (changed)
{ "before": "00e1e8955d", "after": "0069e6b1af" }scripts/talker/generated_response_rules_hero_tengu.vrr_c · crc (changed)
{ "before": "007ade33b1", "after": "00102f39af" }scripts/talker/response_rules_doorman.vrr_c · crc (changed)
{ "before": "0027028c9f", "after": "007ba929df" }scripts/talker/response_rules_punkgoat.vrr_c · crc (changed)
{ "before": "0042092662", "after": "00df1b12bc" }scripts/talker/generated_response_rules_hero_dynamo.vrr_c · crc (changed)
{ "before": "004e8ee1df", "after": "007e5085ba" }scripts/talker/generated_response_rules_hero_mirage.vrr_c · crc (changed)
{ "before": "00332de8ca", "after": "007c14cb34" }scripts/talker/response_rules_priest.vrr_c · crc (changed)
{ "before": "0017abfd2f", "after": "00ee916897" }scripts/talker/response_rules_ghost_soldier.vrr_c · crc (changed)
{ "before": "00db75b180", "after": "00bc4ac9fd" }scripts/talker/response_rules_drifter.vrr_c · crc (changed)
{ "before": "0084b8425e", "after": "0055dd5017" }scripts/talker/generated_response_rules_hero_vampirebat.vrr_c · crc (changed)
{ "before": "001a13c2bd", "after": "0099942517" }scripts/talker/generated_response_rules_hero_trapper.vrr_c · crc (changed)
{ "before": "006c41dd46", "after": "0021a87ad3" }scripts/talker/generated_response_rules_hero_bebop.vrr_c · crc (changed)
{ "before": "008bd19eec", "after": "009339544a" }scripts/talker/response_rules_tengu.vrr_c · crc (changed)
{ "before": "00fd30cc85", "after": "002766ce46" }scripts/talker/generated_response_rules_hero_frank.vrr_c · crc (changed)
{ "before": "000ab96134", "after": "0053969f41" }scripts/talker/response_rules.vrr_c · crc (changed)
{ "before": "0073f460ec", "after": "008c3fd966" }scripts/talker/response_rules_orion.vrr_c · crc (changed)
{ "before": "00e4d7148f", "after": "001f856659" }scripts/talker/response_rules_chrono.vrr_c · crc (changed)
{ "before": "00a1475dab", "after": "00c65bbf7c" }scripts/talker/response_rules_magician_savannah.vrr_c · crc (changed)
{ "before": "001a08516e", "after": "003afce514" }scripts/talker/response_rules_shiv.vrr_c · crc (changed)
{ "before": "00b5c6d93d", "after": "00a9f8b449" }scripts/talker/generated_response_rules_hero_punkgoat.vrr_c · crc (changed)
{ "before": "001a98f8c6", "after": "0060d5e3e7" }scripts/talker/generated_response_rules_hero_nano.vrr_c · crc (changed)
{ "before": "0067f839d9", "after": "00a24100c3" }scripts/talker/response_rules_neutrals.vrr_c · crc (changed)
{ "before": "00bfa0e059", "after": "00f937292f" }scripts/talker/generated_response_rules_hero_wrecker.vrr_c · crc (changed)
{ "before": "00da18a80a", "after": "009fe70b08" }scripts/talker/response_rules_warden.vrr_c · crc (changed)
{ "before": "001d8b63b3", "after": "003df74b7f" }scripts/talker/response_rules_pocket.vrr_c · crc (changed)
{ "before": "0058729f93", "after": "005ea4f455" }scripts/talker/generated_hero_response_rules.vrr_c · crc (changed)
{ "before": "008067cbc1", "after": "00f325a9b8" }scripts/talker/generated_response_rules_hero_forge.vrr_c · crc (changed)
{ "before": "001253f2a5", "after": "00d9c35a00" }scripts/talker/newscaster.vrr_c · crc (changed)
{ "before": "001bfad53a", "after": "00c6d821b9" }scripts/talker/generated_response_rules_hero_priest.vrr_c · crc (changed)
{ "before": "00037a0744", "after": "00c4a23be7" }scripts/talker/response_rules_operative.vrr_c · crc (changed)
{ "before": "007a70c7e8", "after": "008a6da586" }scripts/talker/response_rules_viscous.vrr_c · crc (changed)
{ "before": "00dc495b37", "after": "008de05b6d" }scripts/talker/generated_response_rules_hero_orion.vrr_c · crc (changed)
{ "before": "00a34d7f9a", "after": "00d24a8a34" }scripts/talker/response_rules_haze.vrr_c · crc (changed)
{ "before": "008cb2a10d", "after": "00da4d4662" }scripts/talker/generated_response_rules_hero_gigawatt.vrr_c · crc (changed)
{ "before": "00bfd25345", "after": "00f429151b" } - 47 sound assets added.
View code changes (47 records)
sounds/seasonal/winter/snowball/snowball_whizby_03.vsnd_c · crc (added)
{ "before": null, "after": "000adaa861" }sounds/music/music_menu_winter24_lp.vsnd_c · crc (added)
{ "before": null, "after": "0050f67775" }sounds/gameplay/hideout_ball/hideout_ball_jingle_10.vsnd_c · crc (added)
{ "before": null, "after": "008359c8e2" }sounds/seasonal/winter/snowball/snowball_whizby_09.vsnd_c · crc (added)
{ "before": null, "after": "003efd96e1" }sounds/seasonal/winter/snowball/snowball_cast_03.vsnd_c · crc (added)
{ "before": null, "after": "00af3f717b" }sounds/seasonal/winter/snowball/snowball_cast_01.vsnd_c · crc (added)
{ "before": null, "after": "0021066762" }sounds/gameplay/hideout_ball/hideout_ball_jingle_03.vsnd_c · crc (added)
{ "before": null, "after": "003a98e4c3" }sounds/seasonal/winter/snowball/snowball_impact_10.vsnd_c · crc (added)
{ "before": null, "after": "007135783a" }sounds/gameplay/hideout_ball/hideout_ball_jingle_09.vsnd_c · crc (added)
{ "before": null, "after": "00cc92e7a1" }sounds/seasonal/winter/snowball/snowball_impact_03.vsnd_c · crc (added)
{ "before": null, "after": "004736f59b" }sounds/seasonal/winter/snowball/snowball_impact_02.vsnd_c · crc (added)
{ "before": null, "after": "00590b1527" }sounds/gameplay/hideout_ball/hideout_ball_jingle_12.vsnd_c · crc (added)
{ "before": null, "after": "00f065a987" }sounds/seasonal/winter/snowball/snowball_impact_04.vsnd_c · crc (added)
{ "before": null, "after": "00b2cafcc1" }sounds/seasonal/winter/snowball/snowball_whizby_02.vsnd_c · crc (added)
{ "before": null, "after": "0099f5cbdb" }sounds/seasonal/winter/snowball/snowball_impact_07.vsnd_c · crc (added)
{ "before": null, "after": "00a8835477" }sounds/seasonal/winter/snowball/snowball_cast_06.vsnd_c · crc (added)
{ "before": null, "after": "00d391b8ff" }sounds/gameplay/hideout_ball/hideout_ball_jingle_08.vsnd_c · crc (added)
{ "before": null, "after": "007ab07bdd" }sounds/seasonal/winter/snowball/snowball_whizby_01.vsnd_c · crc (added)
{ "before": null, "after": "00efd9808f" }sounds/seasonal/winter/snowball/snowball_impact_11.vsnd_c · crc (added)
{ "before": null, "after": "00c23a7200" }sounds/gameplay/hideout_ball/hideout_ball_jingle_07.vsnd_c · crc (added)
{ "before": null, "after": "006bc7ff53" }sounds/seasonal/winter/snowball/snowball_whizby_04.vsnd_c · crc (added)
{ "before": null, "after": "0055d9b7fc" }sounds/gameplay/hideout_ball/hideout_ball_jingle_14.vsnd_c · crc (added)
{ "before": null, "after": "008c45bdb4" }sounds/seasonal/winter/snowball/snowball_impact_06.vsnd_c · crc (added)
{ "before": null, "after": "000ae3e573" }sounds/gameplay/hideout_ball/hideout_ball_jingle_04.vsnd_c · crc (added)
{ "before": null, "after": "0076ebf9e5" }sounds/seasonal/winter/snowball/snowball_cast_04.vsnd_c · crc (added)
{ "before": null, "after": "007a50d42c" }sounds/seasonal/winter/snowball/snowball_whizby_08.vsnd_c · crc (added)
{ "before": null, "after": "004556ced0" }sounds/gameplay/hideout_ball/hideout_ball_jingle_11.vsnd_c · crc (added)
{ "before": null, "after": "00b3120408" }sounds/seasonal/winter/snowball/snowball_whizby_10.vsnd_c · crc (added)
{ "before": null, "after": "00716e7629" }sounds/seasonal/winter/snowball/snowball_impact_01.vsnd_c · crc (added)
{ "before": null, "after": "004c0b6b13" }sounds/seasonal/winter/snowball/snowball_cast_05.vsnd_c · crc (added)
{ "before": null, "after": "006e630eb6" }sounds/seasonal/winter/snowball/snowball_whizby_06.vsnd_c · crc (added)
{ "before": null, "after": "00467e0aa1" }sounds/seasonal/winter/snowball/snowball_cast_07.vsnd_c · crc (added)
{ "before": null, "after": "00ecfc11ae" }sounds/seasonal/winter/snowball/snowball_impact_09.vsnd_c · crc (added)
{ "before": null, "after": "0081868170" }sounds/gameplay/hideout_ball/hideout_ball_jingle_05.vsnd_c · crc (added)
{ "before": null, "after": "003ed98956" }sounds/gameplay/hideout_ball/hideout_ball_jingle_15.vsnd_c · crc (added)
{ "before": null, "after": "00f1fba4ce" }sounds/seasonal/winter/snowball/snowball_cast_02.vsnd_c · crc (added)
{ "before": null, "after": "00d4b18bc5" }sounds/gameplay/hideout_ball/hideout_ball_jingle_06.vsnd_c · crc (added)
{ "before": null, "after": "000b831c11" }sounds/gameplay/hideout_ball/hideout_ball_jingle_13.vsnd_c · crc (added)
{ "before": null, "after": "00c9a8208b" }sounds/abilities/drifter/a4/drifter_terror_victim_mod_lp_holidays_02.vsnd_c · crc (added)
{ "before": null, "after": "00696b768d" }sounds/seasonal/winter/snowball/snowball_whizby_07.vsnd_c · crc (added)
{ "before": null, "after": "00d8fc399f" }sounds/gameplay/hideout_ball/hideout_ball_jingle_02.vsnd_c · crc (added)
{ "before": null, "after": "00601d2f45" }sounds/seasonal/winter/snowball/snowball_impact_05.vsnd_c · crc (added)
{ "before": null, "after": "001728c3d3" }sounds/abilities/drifter/a4/drifter_terror_victim_mod_lp_holidays_03.vsnd_c · crc (added)
{ "before": null, "after": "001483e045" }sounds/seasonal/winter/snowball/snowball_whizby_05.vsnd_c · crc (added)
{ "before": null, "after": "00f59bebcd" }sounds/seasonal/winter/snowball/snowball_impact_08.vsnd_c · crc (added)
{ "before": null, "after": "00ffdad456" }sounds/gameplay/hideout_ball/hideout_ball_jingle_01.vsnd_c · crc (added)
{ "before": null, "after": "001a043af1" }sounds/abilities/drifter/a4/drifter_terror_victim_mod_lp_holidays_01.vsnd_c · crc (added)
{ "before": null, "after": "008bebbc75" } - 171 vo assets added.
View code changes (171 records)
sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_frank_01.vsnd_c · crc (added)
{ "before": null, "after": "00650a1251" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viscous_01.vsnd_c · crc (added)
{ "before": null, "after": "00a2fe462d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_punkgoat_03.vsnd_c · crc (added)
{ "before": null, "after": "0099216ba4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_forge_01.vsnd_c · crc (added)
{ "before": null, "after": "00501f0281" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_nano_03.vsnd_c · crc (added)
{ "before": null, "after": "00aaa45ac4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bookworm_02.vsnd_c · crc (added)
{ "before": null, "after": "00cd81e270" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_yamato_03.vsnd_c · crc (added)
{ "before": null, "after": "00ca312c29" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_vampirebat_02.vsnd_c · crc (added)
{ "before": null, "after": "00492c2cb7" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_02.vsnd_c · crc (added)
{ "before": null, "after": "006f840af7" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_doorman_03.vsnd_c · crc (added)
{ "before": null, "after": "004bf232e4" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_bookworm_05.vsnd_c · crc (added)
{ "before": null, "after": "004b41ec79" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_13.vsnd_c · crc (added)
{ "before": null, "after": "00ea655a4c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_13.vsnd_c · crc (added)
{ "before": null, "after": "00ba187bb1" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_07.vsnd_c · crc (added)
{ "before": null, "after": "00fa1f336c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_12.vsnd_c · crc (added)
{ "before": null, "after": "002b51f701" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_shiv_02.vsnd_c · crc (added)
{ "before": null, "after": "007005bb6b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_forge_03.vsnd_c · crc (added)
{ "before": null, "after": "005b883f27" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_doorman_01.vsnd_c · crc (added)
{ "before": null, "after": "00df1ef9c4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_08.vsnd_c · crc (added)
{ "before": null, "after": "00a44c3f81" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_doorman_03.vsnd_c · crc (added)
{ "before": null, "after": "00312c9315" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_frank_03.vsnd_c · crc (added)
{ "before": null, "after": "0073c3d439" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_10.vsnd_c · crc (added)
{ "before": null, "after": "00080f3484" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viper_02.vsnd_c · crc (added)
{ "before": null, "after": "002b608a8f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_07.vsnd_c · crc (added)
{ "before": null, "after": "004662c9a4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_01.vsnd_c · crc (added)
{ "before": null, "after": "00733aff13" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_kelvin_02.vsnd_c · crc (added)
{ "before": null, "after": "005b773f61" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_punkgoat_01.vsnd_c · crc (added)
{ "before": null, "after": "008d2c8ab4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_dynamo_03.vsnd_c · crc (added)
{ "before": null, "after": "00cad2e125" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_drifter_01.vsnd_c · crc (added)
{ "before": null, "after": "001c917206" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_drifter_02.vsnd_c · crc (added)
{ "before": null, "after": "00ca2830fc" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_frank_01.vsnd_c · crc (added)
{ "before": null, "after": "00fa969446" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_punkgoat_02.vsnd_c · crc (added)
{ "before": null, "after": "00c5ff2992" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_09.vsnd_c · crc (added)
{ "before": null, "after": "00d7a929f8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_02.vsnd_c · crc (added)
{ "before": null, "after": "004a13ed03" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_09.vsnd_c · crc (added)
{ "before": null, "after": "008af5e265" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_orion_03.vsnd_c · crc (added)
{ "before": null, "after": "0000774e1d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bebop_03.vsnd_c · crc (added)
{ "before": null, "after": "002b0e94be" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_bookworm_04.vsnd_c · crc (added)
{ "before": null, "after": "00cca33bba" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_mirage_03.vsnd_c · crc (added)
{ "before": null, "after": "00e1bcb18d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_05.vsnd_c · crc (added)
{ "before": null, "after": "002ec9c2d7" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_tengu_01.vsnd_c · crc (added)
{ "before": null, "after": "00ed3d5143" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_doorman_02.vsnd_c · crc (added)
{ "before": null, "after": "0027b51c26" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_punkgoat_01.vsnd_c · crc (added)
{ "before": null, "after": "00493910d8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_08.vsnd_c · crc (added)
{ "before": null, "after": "0018be9141" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viscous_02.vsnd_c · crc (added)
{ "before": null, "after": "008a7aff4c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_chrono_03.vsnd_c · crc (added)
{ "before": null, "after": "00cc0bd55b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_synth_03.vsnd_c · crc (added)
{ "before": null, "after": "00d282798c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_14.vsnd_c · crc (added)
{ "before": null, "after": "0077cf15eb" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_atlas_03.vsnd_c · crc (added)
{ "before": null, "after": "000ea0fb47" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_inferno_03.vsnd_c · crc (added)
{ "before": null, "after": "00b638beae" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_02.vsnd_c · crc (added)
{ "before": null, "after": "0000c20fcc" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_astro_03.vsnd_c · crc (added)
{ "before": null, "after": "00a30fee10" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_krill_03.vsnd_c · crc (added)
{ "before": null, "after": "0040b02ba5" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_04.vsnd_c · crc (added)
{ "before": null, "after": "007f309230" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_07.vsnd_c · crc (added)
{ "before": null, "after": "004a0f7867" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_drifter_04.vsnd_c · crc (added)
{ "before": null, "after": "00d7ea2ee4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_wraith_03.vsnd_c · crc (added)
{ "before": null, "after": "00f543136c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_06.vsnd_c · crc (added)
{ "before": null, "after": "000a343e5c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_ghost_03.vsnd_c · crc (added)
{ "before": null, "after": "003571623f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_12.vsnd_c · crc (added)
{ "before": null, "after": "00feb28006" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_03.vsnd_c · crc (added)
{ "before": null, "after": "00a3d68066" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_lash_02.vsnd_c · crc (added)
{ "before": null, "after": "006b4d0fb2" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_drifter_05.vsnd_c · crc (added)
{ "before": null, "after": "004bd7d4f0" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_haze_03.vsnd_c · crc (added)
{ "before": null, "after": "00461e6b1a" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_vampirebat_03.vsnd_c · crc (added)
{ "before": null, "after": "00d8ed8940" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_06.vsnd_c · crc (added)
{ "before": null, "after": "0024b3c3fe" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_doorman_02.vsnd_c · crc (added)
{ "before": null, "after": "003b36663c" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_doorman_04.vsnd_c · crc (added)
{ "before": null, "after": "00fe4173f3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_forge_02.vsnd_c · crc (added)
{ "before": null, "after": "00d913153c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_warden_01.vsnd_c · crc (added)
{ "before": null, "after": "001a02589d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_hornet_02.vsnd_c · crc (added)
{ "before": null, "after": "000717d8fa" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_frank_02.vsnd_c · crc (added)
{ "before": null, "after": "00aac01c55" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_chrono_01.vsnd_c · crc (added)
{ "before": null, "after": "00eed154de" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_frank_05.vsnd_c · crc (added)
{ "before": null, "after": "00705eff30" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_inferno_01.vsnd_c · crc (added)
{ "before": null, "after": "00132da4a6" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_lash_03.vsnd_c · crc (added)
{ "before": null, "after": "0071ce0d2b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_kelvin_01.vsnd_c · crc (added)
{ "before": null, "after": "00b3ccd9a8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_wraith_01.vsnd_c · crc (added)
{ "before": null, "after": "00ccaa9e98" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_vampirebat_05.vsnd_c · crc (added)
{ "before": null, "after": "00584eeddc" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_krill_01.vsnd_c · crc (added)
{ "before": null, "after": "00c1d8ce8f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_magician_03.vsnd_c · crc (added)
{ "before": null, "after": "00b75913a4" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_gigawatt_01.vsnd_c · crc (added)
{ "before": null, "after": "000ce8f61e" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_drifter_01.vsnd_c · crc (added)
{ "before": null, "after": "003dd6ae73" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_mirage_02.vsnd_c · crc (added)
{ "before": null, "after": "0011adb0ba" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_chrono_02.vsnd_c · crc (added)
{ "before": null, "after": "00ea04741c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_dynamo_01.vsnd_c · crc (added)
{ "before": null, "after": "00bfff5605" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bebop_01.vsnd_c · crc (added)
{ "before": null, "after": "00d345272f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viscous_03.vsnd_c · crc (added)
{ "before": null, "after": "00b99c8cc6" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_astro_02.vsnd_c · crc (added)
{ "before": null, "after": "002c53ee44" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_doorman_01.vsnd_c · crc (added)
{ "before": null, "after": "009a7fc71d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_14.vsnd_c · crc (added)
{ "before": null, "after": "0068eeaeeb" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_hornet_03.vsnd_c · crc (added)
{ "before": null, "after": "00ad62ee76" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_kelvin_03.vsnd_c · crc (added)
{ "before": null, "after": "0001778f91" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_inferno_02.vsnd_c · crc (added)
{ "before": null, "after": "0052d58d58" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_vampirebat_02.vsnd_c · crc (added)
{ "before": null, "after": "00f4b400e7" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_01.vsnd_c · crc (added)
{ "before": null, "after": "003ce559d2" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_frank_02.vsnd_c · crc (added)
{ "before": null, "after": "00e2d16b0c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viper_03.vsnd_c · crc (added)
{ "before": null, "after": "00ccffb1b3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_15.vsnd_c · crc (added)
{ "before": null, "after": "001c803137" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_punkgoat_02.vsnd_c · crc (added)
{ "before": null, "after": "0024b41ff0" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_15.vsnd_c · crc (added)
{ "before": null, "after": "001d74a0ca" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_09.vsnd_c · crc (added)
{ "before": null, "after": "002ab8c5fe" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_dynamo_02.vsnd_c · crc (added)
{ "before": null, "after": "00dce22013" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_orion_02.vsnd_c · crc (added)
{ "before": null, "after": "007b10e2e5" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bookworm_03.vsnd_c · crc (added)
{ "before": null, "after": "00597fce38" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_drifter_03.vsnd_c · crc (added)
{ "before": null, "after": "00667bb7d2" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_synth_01.vsnd_c · crc (added)
{ "before": null, "after": "00144e1c4d" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_frank_04.vsnd_c · crc (added)
{ "before": null, "after": "00f5a561c8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_magician_01.vsnd_c · crc (added)
{ "before": null, "after": "006f083eca" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_gigawatt_03.vsnd_c · crc (added)
{ "before": null, "after": "00f50887b0" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_magician_02.vsnd_c · crc (added)
{ "before": null, "after": "00dcf74554" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_05.vsnd_c · crc (added)
{ "before": null, "after": "00f0558999" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bookworm_01.vsnd_c · crc (added)
{ "before": null, "after": "0011c1aa5b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_gigawatt_02.vsnd_c · crc (added)
{ "before": null, "after": "00ff398474" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_bebop_02.vsnd_c · crc (added)
{ "before": null, "after": "00be29bb1c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_10.vsnd_c · crc (added)
{ "before": null, "after": "0042323de3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_yamato_01.vsnd_c · crc (added)
{ "before": null, "after": "00221cbc19" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_05.vsnd_c · crc (added)
{ "before": null, "after": "00aae669c2" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_shiv_01.vsnd_c · crc (added)
{ "before": null, "after": "00e4b16849" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_15.vsnd_c · crc (added)
{ "before": null, "after": "004d93f6d0" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_tengu_02.vsnd_c · crc (added)
{ "before": null, "after": "006326ce33" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_punkgoat_05.vsnd_c · crc (added)
{ "before": null, "after": "002bd3cd6a" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_punkgoat_04.vsnd_c · crc (added)
{ "before": null, "after": "00f017391c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_orion_01.vsnd_c · crc (added)
{ "before": null, "after": "00e044fc73" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_06.vsnd_c · crc (added)
{ "before": null, "after": "006b2c5671" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_13.vsnd_c · crc (added)
{ "before": null, "after": "00a03da190" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_drifter_03.vsnd_c · crc (added)
{ "before": null, "after": "005aeaad50" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_11.vsnd_c · crc (added)
{ "before": null, "after": "00fae542c8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_haze_02.vsnd_c · crc (added)
{ "before": null, "after": "001e50c4e3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_03.vsnd_c · crc (added)
{ "before": null, "after": "00e5521732" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_nano_02.vsnd_c · crc (added)
{ "before": null, "after": "0055db1c29" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_bookworm_03.vsnd_c · crc (added)
{ "before": null, "after": "00a1677186" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_shiv_03.vsnd_c · crc (added)
{ "before": null, "after": "00b4ce136c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_warden_02.vsnd_c · crc (added)
{ "before": null, "after": "00d3aec24b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_viper_01.vsnd_c · crc (added)
{ "before": null, "after": "00cc3022e3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_04.vsnd_c · crc (added)
{ "before": null, "after": "0016ce7891" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_ghost_02.vsnd_c · crc (added)
{ "before": null, "after": "0085db8b83" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_11.vsnd_c · crc (added)
{ "before": null, "after": "00505d3800" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_warden_03.vsnd_c · crc (added)
{ "before": null, "after": "00840cecf0" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_vampirebat_01.vsnd_c · crc (added)
{ "before": null, "after": "00a1aa536b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_ghost_01.vsnd_c · crc (added)
{ "before": null, "after": "008639df07" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_haze_01.vsnd_c · crc (added)
{ "before": null, "after": "000a180cd8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_krill_02.vsnd_c · crc (added)
{ "before": null, "after": "003d064d8e" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_bookworm_02.vsnd_c · crc (added)
{ "before": null, "after": "0028e8a7d6" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_lash_01.vsnd_c · crc (added)
{ "before": null, "after": "0053a0488b" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_drifter_02.vsnd_c · crc (added)
{ "before": null, "after": "0061b341fb" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_frank_03.vsnd_c · crc (added)
{ "before": null, "after": "0018e1621c" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_atlas_01.vsnd_c · crc (added)
{ "before": null, "after": "0014ef2b01" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_punkgoat_03.vsnd_c · crc (added)
{ "before": null, "after": "00047b063e" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_synth_02.vsnd_c · crc (added)
{ "before": null, "after": "002a4fce0b" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_12.vsnd_c · crc (added)
{ "before": null, "after": "009f7860a8" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_03.vsnd_c · crc (added)
{ "before": null, "after": "00834c1620" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_vampirebat_03.vsnd_c · crc (added)
{ "before": null, "after": "00fa6115a3" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_01.vsnd_c · crc (added)
{ "before": null, "after": "003cc1083f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_atlas_02.vsnd_c · crc (added)
{ "before": null, "after": "0038944b0d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_wraith_02.vsnd_c · crc (added)
{ "before": null, "after": "00df66b209" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_04.vsnd_c · crc (added)
{ "before": null, "after": "00e882cb62" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_astro_01.vsnd_c · crc (added)
{ "before": null, "after": "0058eee9bb" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_yamato_02.vsnd_c · crc (added)
{ "before": null, "after": "00a0500f75" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_tengu_03.vsnd_c · crc (added)
{ "before": null, "after": "00a56afa17" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_vampirebat_04.vsnd_c · crc (added)
{ "before": null, "after": "005be0b992" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_nano_01.vsnd_c · crc (added)
{ "before": null, "after": "000e7ccd72" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_bookworm_01.vsnd_c · crc (added)
{ "before": null, "after": "00f5be5121" }sounds/vo/shopkeeper/shopkeeper_hotdog_t4_doorman_05.vsnd_c · crc (added)
{ "before": null, "after": "002027041e" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_14.vsnd_c · crc (added)
{ "before": null, "after": "00f0c0752d" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_tech_11.vsnd_c · crc (added)
{ "before": null, "after": "001f757cf2" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_gun_08.vsnd_c · crc (added)
{ "before": null, "after": "00dc08fbcc" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_vampirebat_01.vsnd_c · crc (added)
{ "before": null, "after": "00b6e771e7" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_hornet_01.vsnd_c · crc (added)
{ "before": null, "after": "00ef2ad22f" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_t4_mirage_01.vsnd_c · crc (added)
{ "before": null, "after": "005d441216" }sounds/vo/shopkeeper/shopkeeper_hotdog_seasonal_buy_armor_10.vsnd_c · crc (added)
{ "before": null, "after": "00f7a20f1d" } - 1 ui asset removed.
View code changes (1 records)
panorama/layout/popups/popup_settings.vxml_c · crc (removed)
{ "before": "00fe00a0a2", "after": null } - 29 tracked files updated.
View code changes (29 records)
game/citadel/pak01_dir/panorama/styles/citadel_db_page_profile.css · file (changed)
{ "before": { "hash": "5081cd49306a73a9feb0ae43b3163c6b6628d6cd" }, "after": { "hash": "31f54e862516ceceefd7eb42d050157940d62503" } }game/citadel/pak01_dir/panorama/styles/hud.css · file (changed)
{ "before": { "hash": "4932e87e96e06c3771d544b2f3b82ddd46b02bd3" }, "after": { "hash": "293532a6891d5aae172355dbad6f17a20951e091" } }game/citadel/pak01_dir/panorama/layout/citadel_db_page_news_entry.xml · file (changed)
{ "before": { "hash": "814f5e308ea5b6504e851753de4ff38e9097762a" }, "after": { "hash": "e1374594442a0ce431c41238f6733c672eb15e2a" } }game/citadel/pak01_dir/panorama/styles/citadel_db_page_news_entry.css · file (changed)
{ "before": { "hash": "24a9926ac5fb78f1e12ca03a0ea9f7afaeeb53f3" }, "after": { "hash": "aad996c8704b397210b8fdb724ce5a12ceb91e63" } }game/citadel/pak01_dir/pulse/maps/dl_hideout.vpulse · file (changed)
{ "before": { "hash": "52c7dadcddca526e2f6822b056eecdddb5ea37a2" }, "after": { "hash": "06994cc543d1038efaf843829f9e390ff7915ebc" } }game/citadel/pak01_dir/panorama/styles/dashboard.css · file (changed)
{ "before": { "hash": "4b4981eb69fa607aae6154bf4ce56aa1e3e46e9c" }, "after": { "hash": "f7b31d2687d17c54887f05a354044a6a19327b2c" } }game/citadel/pak01_dir/scripts/heroes.vdata · file (changed)
{ "before": { "hash": "d8b9a93f6ae4e95bfeb01fa69cb9109cae826a3f" }, "after": { "hash": "9d5da49a9dee36a3e27219f1b517a68c47a7467b" } }game/citadel/pak01_dir/panorama/layout/dashboard.xml · file (changed)
{ "before": { "hash": "74781266427a9569e3298a3f9e89952329baf7ec" }, "after": { "hash": "059d19cc7265a5e441e3c807976c6b927c259fcf" } }game/citadel/pak01_dir/soundevents/music.vsndevts · file (changed)
{ "before": { "hash": "e40c409b110cf32b7ab44b4393fedcd421a1e8f7" }, "after": { "hash": "9433f38564ad074b17c1c7ff076824dd130477f8" } }game/citadel/pak01_dir/panorama/layout/tooltips/citadel_tooltip_mod_details.xml · file (changed)
{ "before": { "hash": "ed052f194ee5887660c7cd2784e118593dae43eb" }, "after": { "hash": "ddeb632f84dc9978244728b088ec420cfc45b268" } }game/citadel/pak01_dir/soundevents/vo/generated_vo_misc.vsndevts · file (changed)
{ "before": { "hash": "82bc119e0f6e4b8863b870f7e4913908fbd3df01" }, "after": { "hash": "2073525589cbb6f1fa13869ba54b114709eb5f14" } }game/citadel/pak01_dir.txt · file (changed)
{ "before": { "hash": "613e768b9b9d1f8383f451800a91f869c58c2b56" }, "after": { "hash": "61b3b4401d6ad35649c980d240be8a0aec04b8a0" } }game/citadel/pak01_dir/soundevents/hero/drifter.vsndevts · file (changed)
{ "before": { "hash": "dc5a46c914bb97f0697673ea5a6410f16d575ec9" }, "after": { "hash": "7f962fd7c74cac54ca31fd4f2a7baa808ce66f81" } }game/citadel/pak01_dir/scripts/abilities.vdata · file (changed)
{ "before": { "hash": "632c46f975d260431ea5352ed2ce932cf2b711e4" }, "after": { "hash": "9095a1a563f0fd6808e8da2b398f31bf94f46005" } }game/citadel/pak01_dir/panorama/layout/citadel_db_page_news.xml · file (changed)
{ "before": { "hash": "6a63890c6ba3098d1ee325f9adcefb5c4c733b61" }, "after": { "hash": "608bef7b65ea9c7d26d3f0f6941d332e0f580f4f" } }game/citadel/pak01_dir/panorama/styles/tooltips/citadel_tooltip_mod_details.css · file (changed)
{ "before": { "hash": "3633c2ec9a144dbd5d5319585600abc18716e709" }, "after": { "hash": "1b32c26123f919cfa7a7098ed27f5be1e822c79b" } }game/citadel/pak01_dir/panorama/styles/citadel_db_page_news.css · file (changed)
{ "before": { "hash": "14df86f805d5ff57dcf4d524177d303f12b1ee83" }, "after": { "hash": "942fdd5b734b78abe11af13117e1c51454691c52" } }game/citadel/pak01_dir/scripts/npc_units.vdata · file (changed)
{ "before": { "hash": "0dd0916769630f5bcb3e40b9433261974e0b0c9c" }, "after": { "hash": "5f365a3014cbef9c68e818129ee73484df18f73d" } }game/citadel/pak01_dir/panorama/styles/citadel_base_styles.css · file (changed)
{ "before": { "hash": "ad197c45b3dad51933b251ff934e45485436aeed" }, "after": { "hash": "ca9cb345090848fb8db42dceacea91143cf7ac38" } }game/citadel/resource/localization/citadel_mods/citadel_mods_english.txt · file (changed)
{ "before": { "hash": "47117be721e08b88d8be9385d8c3e3a14941a91a" }, "after": { "hash": "ada9916c183af193c9a58f55668f4c98ffcd50cc" } }game/citadel/pak01_dir/panorama/layout/hud_ability_icon_active.xml · file (changed)
{ "before": { "hash": "29e59cb7da49c27c003b6890dc4631d6bcb79580" }, "after": { "hash": "c4c489e6abf1f352f1cd093a3871bfdf58f23ef5" } }game/citadel/pak01_dir/panorama/styles/hud_ability_icon_active.css · file (changed)
{ "before": { "hash": "87e5b2b616e1e0d63ebfad1037edcfa02208bc97" }, "after": { "hash": "07eb2a52498100f58e4fe6e9e816e36f0a08efdf" } }game/citadel/pak01_dir/soundevents/gameplay.vsndevts · file (changed)
{ "before": { "hash": "e4d888df6b6e94258c1cbefa5f1bffa4af1a770e" }, "after": { "hash": "d4a6cf3907907d6b62b35bf65553d8022a71ec76" } }game/citadel/pak01_dir/panorama/layout/popups/popup_settings_old.xml · file (changed)
{ "before": { "hash": "72dccbe8feb5eeae0be7ff484fbe0b14026335e2" }, "after": { "hash": "b858e80ec48e0a14638ca1200c086a3e6f5c7807" } }game/citadel/pak01_dir/panorama/styles/in_world_hideout_panel.css · file (changed)
{ "before": { "hash": "1789d6b6b03f00cf1722c20efb4c280c0967224a" }, "after": { "hash": "6e3af0ebeec9f166eba58f35ebe229c32f7ee90e" } }game/citadel/resource/localization/citadel_main/citadel_main_english.txt · file (changed)
{ "before": { "hash": "d55593967b4d2c37b5832195962d3d67e1deb0ee" }, "after": { "hash": "b4d222c33a6a83504683346a4d9aa2f284906091" } }game/citadel/pak01_dir/panorama/layout/hud.xml · file (changed)
{ "before": { "hash": "a3f2c52bc202c3c0bfda838f76752292e9c6b2ed" }, "after": { "hash": "cd6ce2895461ba5f1f89bd189ac1b57b66906f97" } }game/citadel/pak01_dir/panorama/layout/hideout/hideout_in_world_label.xml · file (changed)
{ "before": { "hash": "f9ae9374d6eff72147417e6cbf84b03f9373d87e" }, "after": { "hash": "555b4c72192f312abf8e9604e9a589041f359fce" } }game/citadel/pak01_dir/panorama/layout/citadel_ability_details_panel.xml · file (changed)
{ "before": { "hash": "6af892a76984f7dd796848eed4045aeaba2c2e70" }, "after": { "hash": "09ef10bf829a8b774454380206d0634da6ef8f6a" } } - 4 tracked files added.
View code changes (4 records)
game/citadel/pak01_dir/panorama/styles/citadel_db_page_holiday_2025.css · file (added)
{ "before": null, "after": { "hash": "a69ecce77a8c8dfee33457a6f89263e62416676e" } }game/citadel/pak01_dir/panorama/layout/citadel_db_page_holiday_2025.xml · file (added)
{ "before": null, "after": { "hash": "9f8e2ea3b11b4201616e4a16eeae5f368ed6e029" } }game/citadel/pak01_dir/panorama/layout/citadel_ui_hero_challenge_status.xml · file (added)
{ "before": null, "after": { "hash": "1252f4cd00b62b9b86d6ce8fff401f13129991db" } }game/citadel/pak01_dir/panorama/styles/citadel_ui_hero_challenge_status.css · file (added)
{ "before": null, "after": { "hash": "c17770d3c866d816643c2bca0e3b6141c7ecfe97" } }