Add: [CN] core monthly shop supply items filter (torpedo / AP shell / heavy shell) - #5837
Merged
LmeSzinc merged 1 commit intoJul 24, 2026
Merged
Conversation
Owner
|
使用游戏内物品名称,不要自定义缩写 |
Add item templates (Type93PureOxygenTorpedo / Type1ArmorPiercingShell / SuperHeavyShell) and FILTER_REGEX tokens for the core monthly shop, so they can be recognized and selected via the CoreShop filter. Ref LmeSzinc#5835
wanwan-doudou
force-pushed
the
feature/core-shop-ammo-filter
branch
from
July 24, 2026 01:22
d974c50 to
dd15d7d
Compare
Contributor
Author
|
感谢 review!已按照游戏内物品名称修改,去掉了自定义缩写:
模板文件名与 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the request in #5835 — support buying the core monthly shop (核心月度商店) supply items that currently have no template / filter support:
Type93PureOxygenTorpedoType1ArmorPiercingShellSuperHeavyShellChanges
assets/shop/core/, cropped from a 1280×720 CN client frame using the existingCoreShop_250814.shop_gridgeometry (origin=(265, 238),delta=(169, 223),button_shape=(64, 64)), so they match the runtime crop exactly.type93pureoxygentorpedo|type1armorpiercingshell|superheavyshelltoFILTER_REGEXinmodule/shop/base.pyso these items parse into a filtergroupand can be recognized / selected.Usage
Add any of
Type93PureOxygenTorpedo/Type1ArmorPiercingShell/SuperHeavyShellto the Core Shop filter (>sets priority), e.g.Type93PureOxygenTorpedo > SuperHeavyShell > Type1ArmorPiercingShell.Testing
Verified against a live CN core monthly shop screenshot using the actual shop detection code:
FILTER_REGEXparses each token to itsgroup.The buy flow itself is unchanged (reuses the existing path already used by
Array/Chip).