[Magiclysm] fix blood as fuel stuff #62327
Merged
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
Mods "[Magiclysm] Fix follow-up stuff from blood volume changes"
Purpose of change
The Blood Power Generator CBM's tank allows default, human and tainted blood, but it currently can't fit a single unit of those. Then I found more blood-volume related inconsistencies...
Fixes #54030
Fixes #56765
I think this closes #45040
Describe the solution
Describe alternatives you've considered
Testing
Additional context
dragon_blood
still has a unit volume of 1 ml, not the (now) usual 250 ml of all the other blood types, but changing that seemed like it'd get weird with all thoseglass flask > dragon blood (250)
presumedly lying around. (Also would have made its use in the Decaying Boneclub spell way overpriced.)This also made me realise that the Blood Draw Kit can only get 1 ml of the stuff since
iuse::blood_draw
doesn't care about volume, it always adds a single blood unit and is then considered full. As I don't have a C++ setup (yet), that's definitely out of my range.mana_infused_blood
currently can not be used as fuel for the CBM but maybe should, but that seems out of scope for this PR (and I have no idea how many kJ it should burn for).