Commit deb4d25
authored
Update impls with
Update existing implementations with `CanDispel: true,` where needed, by checking modifiers that are Buffs or Debuffs
There are only a handful of currently known "Dispellable Other"-type modifiers on characters (i.e., Firefly, Jade, MarchHunt, ) and LCs (i.e., Earthly Escapade), all of which are unimplemented at this time
Additional notes:
* fix DHIL A4, Cornucopia (LC) to correctly be considered Other instead of Buff
* fix Bronya E2 Spd Buff with correct Stacking and Flag
* fix Bronya Skill Buff with correct Stacking
* fix Bronya A4 with correct Stacking
* fix Bronya Ult with correct Stacking
* fix Gepard Ult with correct Stacking
* fix Qingque Talent Atk Buff with correct Stacking
* fix Huohuo Ult Atk Buff with correct Stacking
* fix Silver Wolf E6 with correct StatusType/remove unnecessary fields
* fix Kafka E1 Debuff to correctly apply damage taken increase
* fix Mutual Demise (LC) with correct stacking
* Blade will be reworked in a separate PR
* Something Irreplacable (LC) will be reworked in a separate PRCanDispel + bugfixes to Buffs/Debuffs (#335)1 parent 3d4e16c commit deb4d25
File tree
94 files changed
+132
-23
lines changed- internal
- character
- asta
- bronya
- clara
- danhengimbibitorlunae
- danheng
- gallagher
- gepard
- guinaifen
- herta
- himeko
- huohuo
- kafka
- luka
- march7th
- natasha
- pela
- qingque
- sampo
- seele
- silverwolf
- sushang
- xueyi
- global/common
- lightcone
- abundance
- cornucopia
- echoesofthecoffin
- heyoverhere
- destruction
- mutualdemise
- onthefallofanaeon
- themoleswelcomeyou
- theunreachableside
- underthebluesky
- whereaboutsshoulddreamsrest
- erudition
- afterthecharmonyfall
- beforedawn
- geniusesrepose
- nightonthemilkyway
- sagacity
- thedaythecosmosfell
- theseriousnessofbreakfast
- harmony/carvethemoonweavetheclouds
- hunt
- adversarial
- arrows
- cruisinginthestellarsea
- dartingarrow
- riverflowsinspring
- sleeplikethedead
- swordplay
- nihility
- alongthepassingshore
- incessantrain
- patienceisallyouneed
- resolutionshinesaspearlsofsweat
- preservation
- textureofmemories
- wearewildfire
- relic
- cavern
- championboxing
- duke
- hunterofglacialforest
- valorous
- planar/lushaka
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+132
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments