Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a tons of errors to make the drop system to accord with that in the actual game #1802

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

909101
Copy link
Contributor

@909101 909101 commented Sep 23, 2022

Generally, all monsters will not drop the following items anymore, though I don't understand why they will initially:

221 : Masterless Starglitter
222 : Masterless Stardust
201 : Primogem
305 : Anemo Sigil

Monsters which cost 体力 to get reward will not drop items anymore. Those monsters include world bosses and weekly bosses.

The following monsters will not drop items anymore, as they would not in the actual game (To shorten the list, only one ID will be shown if there are multiple IDs for a same monsters):

25090201:Maguu Kenki:Lone Gale
25090301:Maguu Kenki:Galloping Frost
25090401:Maguu Kenki:Mask of Terror
25050101:Millelith Soldier
25050201:Millelith Sergeant
26080101:Beisht
20011601:Hydro Hypostasis Summon:Split (L)
20011701:Hydro Hypostasis Summon:Split (S)
20011801:Hydro Hypostasis Summon:Self-Destruct
20011901:Hydro Hypostasis Summon:Heal
20050201:Oceanid Boar
20050301:Oceanid Crane
20050401:Oceanid Crab
20050501:Oceanid Finch
20050601:Oceanid Mallard
20050701:Oceanid Ferret
20050801:Oceanid Frog
20050901:Oceanid Raptor
25080401:Yoriki Samurai
25010103:Treasure Hoarders:Liuliu (and other Treasure Hoarders appeared in plots only)
25050101:Millelith Soldier
25050201:Millelith Sergeant
25050301:Shogunate Infantry
25050401:Shogunate Infantry Captain
25050501:Sangonomiya Cohort

The following monsters now will drop correct items:

All Samachurls
All Nobushis and Kairagis
26060101:Electro Cicin
26060201:Hydro Cicin
26060301:Cryo Cicin
21011501:Unusual Hilichurl

Errors awaiting further corrections, which are difficult to fixed without tools (yes, I fixed the above errors by hands):

Some Churls will drop wrong items. There are too many Churls, and it takes too much time to check everyone of them without a tool.

Monsters added after v2.8 are not in the list. There are too many new monsters, and it takes too much time to add them without a tool.

Some Bathysmal Vishaps are not in the list. It takes too much time to test and add them without a tool.

Some Fatuis will drop wrong items. There are too many Fatuis, and it takes too much time to check everyone of them without a tool.

Checklist:

  • My code follows the style guidelines of this project
  • My pull request is unique and no other pull requests have been opened for these changes
  • I have read the Contributing note and Code of conduct
  • I am responsible for any copyright issues with my code if it occurs in the future.

@Birdulon
Copy link
Member

(yes, I fixed the above errors by hands)

Good effort!

@Birdulon Birdulon merged commit 2f2eb1d into Grasscutters:development Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants