-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[MoM] Rebalance Banked Fire (the item) #76395
[MoM] Rebalance Banked Fire (the item) #76395
Conversation
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
If you have 4 or 8 tentacles instead of arms, shouldn't it be possible to use 1 tentacle for the fire and some number between 2 and 7 for cooking? In which case, I wouldn't expect an additional large cooking slowdown from the banked fire (but there still is 30 encumbrance from having tentacles instead of arms and hands). |
That is true but I think it will have to wait for limbification to really be taken into effect (where having hand_3, hand_4, etc all being encumbrance-free should hopefully lower the overall burden). As it is, the encumbrance is only applied to a single hand. It’s currently not possible to make item encumbrance mutation-conditional. Edit: actually, there might be something I can do about it |
Summary
Mods "[MoM] Rebalance Banked Fire (the item)"
Purpose of change
Talking with someone and they suggested that the actual experience of using Banked Fire in-game doesn't really match the description of it (that there's an open flame burning above your hand).
Describe the solution
Change the following things:
SEMITANGIBLE
flag and add 25 encumbrance to one of your hands, representing that you need to keep it open with the flame over it. This encumbrance goes down if you have more hands (4 tentacles, spider arms, etc), though those mutations generally add encumbrance of their own.RESTRICT_HANDS
flag, since you can't wield a two-handed weapon if you need one of your hands for Banked Fire. This does not apply if you're a mutant with more than two handsDescribe alternatives you've considered
Testing
Crafting is properly slowed (hard to cook with one hand), two-handed weapons are restricted, and fire damage is increased. Mutations are accounted for.
Additional context
You might ask "Why can't you just directly heat the pan to cook?" and the answer is the same as "Why can't a telekinetic use a computer from across the room?"--the psion doesn't have that degree of fine control. A pyrokinetic can't heat a pan to 175°C and keep it there, they can heat it up burning hot and hope that any pancakes they make aren't charred to the pan. If the flame is over your hand, you can at least control how far the pan is from it and take it off the heat if you need to.
It doesn't have the
BOIL
quality becauseBOIL
represents a container where boiling can take place, not the ability to boil things.