Smooch for the snotty Orthos-like dragon
This Update covers the last update(s):
Aberrations, Arlos Hibden stuff and Springswarm Not-yet-Announced Item
Next update will probably be for Wind-fest 2022
Let's start with the small part. Corrections and small edits.
New Hib Den tasks with Arlo stuff were added
Forgot to add the newest genes in the Settings tab.
Also Flare was changed to Flair (because typing is hard)
Newly added ones are:
Primary
Ribbon
Fade (Banescale)
Fade (Gaoler)
Pharaoh
Ground
|
++
|
Secondary
Eel
Blend (Banescale)
Blend (Gaoler)
Sarcophagus
Fissure
|
++
|
Tertiary
Capsule (Banescale)
Capsule (Gaoler)
Gliders (Banescale)
Pinions (Gaoler)
Angler (Veilspun)
|
The typo in the Specialty item was also corrected and is now
Secondary Gene: Flair
The Specialty item Vista: Sweetheart Rose had its ID corrected from 43881 to 43381
The scene for Springswarm is already in the database so it also got added in the SHO :>
And now for the big part since it also requires some bigger changes.
Yes, Aberrations.
A ton of new genes were added to Specialty, Baldwin, Swipp and the hidden Settings tab.
But with the introduction of the Aberration Ground/Fissure gene we also have to edit the Specialty tab itself to show those modern gene versions as being used by Baldwin.
Meaning, between the column for
Type and
Hib Den Get we need 4 new ones for Swipp and Baldwin.
Easiest is to mark the 4 columns starting from
Hib Den Get and ending with
Wanted Value, right click and hit "Add 4 columns to the left". then add the headlines and the code.
Technically only Baldwin is needed but who knows what the future holds, right?
You can copy paste the code from any other tab that has those. Copying the entire columns is not recommended as you would end up with a lot of oddly empty rows if the length of where you copy and Specialty differs.
Is it done at that? NOPE. At least not unless you use the SHC as separate sheet. Make sure to add 4 new columns in the hidden Specialty tab as well. Just do the same as in the SHO and add 4 columns between Type and Hib Den Get. The pulled Data will do the rest so don't freak out if it looks odd, jumps and magicall adds data.
But it is important that you add them at the right place to make the formulas auto-update throughout the sheet. Doing that manually would be a pain.
If you notice suddenly broken or very odd behaving tools then you might've messed it up. Replacing the Specialty tab in the SHC also won't auto update the code unless you replace the entire SHC. (Which is technically easier since the SHC doesn't save personal hoard-data unlike the SHO)
And that's it already :u
I also corrected a small error and added a little something in the Statistics tab.
Since the correction is affected by the change it's written here :>
first the error correction in cell J70. That one was checking the Other tab and not Specialty.
The correct code is:
Code:
=CONCATENATE(COUNTA(IFERROR(FILTER(Specialty!$E$3:$E, Specialty!$C$3:$C, Specialty!U$3:$U>0))), " / ", COUNTA(IFERROR(FILTER(Specialty!$E$3:$E, Specialty!$C$3:$C))))
The Swipp area in the Statistics tab also got some corrections.
Cells C66 to F66 was deleted since all Swipp Skins were retire.
New code for cell C70. It doesn't show anything yet, but maybe someday.
Code:
=CONCATENATE(COUNTA(IFERROR(FILTER(Specialty!$E$3:$E, Specialty!$B$3:$B, Specialty!U$3:$U>0))), " / ", COUNTA(IFERROR(FILTER(Specialty!$E$3:$E, Specialty!$B$3:$B))))
To get the percentages for cells D70 to F70 just copy it from another spot
Currently working on another SHC addon to help price Baldwin and Swipp recipes better but I'm still unsure how to not make it a coding tangle~
Oh and I updated all SHC tools that need manual input like the SwapObtain.
I noticed there is an error in the Sale/Wishlist Generator regarding searching for items needed for Baldwin, Swipp etc with the Specialty and Battle Type. I'm looking into it but it will take time to fix it without breaking anything else :'D
Or rather remembering how it actually works ...
Changes were made in:
Settings, Statistics, SwippSwap, BaldwinSwap, HibDenSwap, Specialty
SHC sheet edits:
Specialty, SwapObtain, ApparelPackTracker