-
Notifications
You must be signed in to change notification settings - Fork 97
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
Neuvillette Implementation #1727
Conversation
Charlie-Zheng
commented
Sep 28, 2023
•
edited by k0l11
Loading
edited by k0l11
- New character package
- Config in character package
- Run pipeline with added config
- Character key
- Shortcuts for character key
- Add Character package to imports
- Character talent stats
- Character curve
- Normal Attack
- Charge Attack / Aimed Shot
- Skill
- Burst
- A1
- A4
- C0
- C1
- C2
- C3
- C4
- C5
- C6
- Other necessary talents (custom dash/jump, low/high plunge, ...)
- Hitlag
- ICD
- StrikeType
- Hitboxes
- Attack durability
- Particles
- Frames
- Update documentation
- Update localization (IngameNames.json)
Need to add filter to A1 event subscription to only do enemy reactions |
Also Neuv c6 is very very scuffed because it cannot pick up any droplets that generate during the duration of Neuv CA (primarily from c4). This is a system limitation since the action frames get cached immediately instead of being checked at CanQueueAfter. Additionally, if the CA extends beyond the CanQueueAfter time, the CA might extend again so multiples calls to calculate the action frames are required. Is there a way to make like c6 Neuv give an error and prevent people from simming c6? |
d29aee1
to
f89ced3
Compare
…v A1 dmg bonus being calculated wrong
…d double checking.Implemented choosing less than 8 ticks of CA to channel
…dom, added droplets field. Added log event for spawning droplets. Added errors when trying to early cancel with inappropriate ability
… run at the right time.
…nstead of ATK scaling
…er specific fields should be used for getting droplets in range
…plet spawn lcoation, added aligned attack hitlag. Fixed canqueueafter.
…ld to neuv for CA/C6 droplets in range
--------- Co-authored-by: imring <vitaliyvorobets25@gmail.com>
--------- Co-authored-by: imring <vitaliyvorobets25@gmail.com>
* Navia Initial Commit. Todo, fix SurgingBlade() and SkillCB() not being registered, and add skill buffs, and cons. Also fix Burst hitbox and targetting. Also Frames * Fixed Stackoverflow from lack of Init, added CDs for Skill, along with DMG%, CR and CD buffs. Burst adjusted firerate and hitboxes * Fixed All Burst hits granting Shrapnel Shotgun Scaling (was divided by 5) Core ordering Minor Skill Stuff * Added: - Burst Status - Conditionals Fixed: - Burst Targetting - Burst Snapshot - C2 - C4 - Particle Gen - Skill ICDs * Added: - Basic Frames Fixed: - Skill AoE (still rudimentary) * Fixed: - Skill Array length * Fixed: - Character Curve * Added: - Nighttime Whispers of the Echoing Woods TODO: - Fix how the Crystallise Bonus works * Fixed: - Nighttime Whispers array error and converted to AttackMod instead of Stat mod * Fixed: - Burst and C2 Snapshotting - C2 only working with Burst up - Nighttime Whispers granting Damage% instead of Geo% - Renamed nighttimewhispers.go * Fixed: - Nighttime Whispers' 2nd Buff - Added comments * Fixed: - c4 Applying on skill instead of Burst * Update for v2 * Update for v2 * Refactored some callbacks * Neuvillette Implementation (#1727) --------- Co-authored-by: imring <vitaliyvorobets25@gmail.com> * Navia Initial Commit. Todo, fix SurgingBlade() and SkillCB() not being registered, and add skill buffs, and cons. Also fix Burst hitbox and targetting. Also Frames * Reverted some things I missed when rebasing * Fixed Keys * Removed nighttimewhispers.go * Fixed missing import, and infusion timing out * Fixed shot calculation * Fixed shot calculation again * Correct Frames based on footage Fixed Normal Attack Hitboxes Fixed Burst Artillery Timings Fixed Surging blade being a callback Adjusted for New Crystallise mechanism * Added N0 timings and removed incorrect import * Fixed NA out of range error, and incorrect Skill hitboxes * Cleaned up Pull Crystal Code Slightly * Fixed Navia's Skill buffs not applying to her shotgun due to timeout * Fixed NA starting during Hold Skill * Fixed NA starting during Hold Skill * Fixed comments, updated locale, ran pipeline, added documentation, fixed pruning hitbox for skill * Fix linting, hopefully * Fix linting again, hopefully * third linting change * addressed comments, updated grammar, fixed skill, icd, updated documentation * fixed typos --------- Co-authored-by: Charlie-Zheng <Charlie-Zheng@users.noreply.github.com> Co-authored-by: imring <vitaliyvorobets25@gmail.com>
* Navia Initial Commit. Todo, fix SurgingBlade() and SkillCB() not being registered, and add skill buffs, and cons. Also fix Burst hitbox and targetting. Also Frames * Fixed Stackoverflow from lack of Init, added CDs for Skill, along with DMG%, CR and CD buffs. Burst adjusted firerate and hitboxes * Fixed All Burst hits granting Shrapnel Shotgun Scaling (was divided by 5) Core ordering Minor Skill Stuff * Added: - Burst Status - Conditionals Fixed: - Burst Targetting - Burst Snapshot - C2 - C4 - Particle Gen - Skill ICDs * Added: - Basic Frames Fixed: - Skill AoE (still rudimentary) * Fixed: - Skill Array length * Fixed: - Character Curve * Added: - Nighttime Whispers of the Echoing Woods TODO: - Fix how the Crystallise Bonus works * Fixed: - Nighttime Whispers array error and converted to AttackMod instead of Stat mod * Fixed: - Burst and C2 Snapshotting - C2 only working with Burst up - Nighttime Whispers granting Damage% instead of Geo% - Renamed nighttimewhispers.go * Fixed: - Nighttime Whispers' 2nd Buff - Added comments * Fixed: - c4 Applying on skill instead of Burst * Update for v2 * Update for v2 * Refactored some callbacks * Neuvillette Implementation (genshinsim#1727) --------- Co-authored-by: imring <vitaliyvorobets25@gmail.com> * Navia Initial Commit. Todo, fix SurgingBlade() and SkillCB() not being registered, and add skill buffs, and cons. Also fix Burst hitbox and targetting. Also Frames * Reverted some things I missed when rebasing * Fixed Keys * Removed nighttimewhispers.go * Fixed missing import, and infusion timing out * Fixed shot calculation * Fixed shot calculation again * Correct Frames based on footage Fixed Normal Attack Hitboxes Fixed Burst Artillery Timings Fixed Surging blade being a callback Adjusted for New Crystallise mechanism * Added N0 timings and removed incorrect import * Fixed NA out of range error, and incorrect Skill hitboxes * Cleaned up Pull Crystal Code Slightly * Fixed Navia's Skill buffs not applying to her shotgun due to timeout * Fixed NA starting during Hold Skill * Fixed NA starting during Hold Skill * Fixed comments, updated locale, ran pipeline, added documentation, fixed pruning hitbox for skill * Fix linting, hopefully * Fix linting again, hopefully * third linting change * addressed comments, updated grammar, fixed skill, icd, updated documentation * fixed typos --------- Co-authored-by: Charlie-Zheng <Charlie-Zheng@users.noreply.github.com> Co-authored-by: imring <vitaliyvorobets25@gmail.com>