Consumable Effects List - Catman-232/Homebrewery GitHub Wiki
Shortcut back to Consumables "cond1name"
"damage"
Does a self-damage effect with the damage number particle. With a Duration setting, this will apply the Power amount per Interval. I think a negative Power here would just do nothing.
"hurt" or "gash"
Applies the Gash condition effect to you. Does not use Duration or Interval.
"cold"
Applies the Cold condition effect to you. Does not use Duration or Interval.
"spicy" or "burn"
Applies the Burn condition effect to you. Does not use Duration or Interval.
"gravity"
Alters your gravity, positive or negative values accepted. I don't know what would happen if you used an Interval for this effect. This effect is Safe Zone Only. I reccomend low values like 0.15 for lowered gravity.
"speed" or "hyper"
Alters your movement speed. Low or negative values will stop you from being able to move. I don't know what an Interval would do for this effect. This effect is Safe Zone Only. I reccomend not going too high with the value as this scales as a multiplier, something high can cause you to crash from going too fast. Don't make me have to implement a limit!
"jump" or "superjump"
Alters your jump strength. Low or negative values will probably stop you from being able to jump. I don't know what an Interval would do for this effect. This effect is Safe Zone Only. Like "speed" above, this will probably be problematic for your game if you set it too high.
"invisible"
Sets you to the invisible state like Mist Veil does. Does not use Power or Interval. This effect is Safe Zone Only.
"sit" or "sitdown"
Effectively just a macro for sending "/sit" in chat. Does not use Duration, Power or Interval.
"sit2"
Effectively just a macro for sending "/sit2" in chat. Does not use Duration, Power or Interval. (Normally this would just become /sit for non-Chang, but if a mod alters that, who knows?)
"dance" or "bustamove"
Effectively just a macro for sending "/dance" in chat. Does not use Duration, Power or Interval.
"point"
Effectively just a macro for sending "/point" in chat. Does not use Duration, Power or Interval.
"ponder"
Effectively just a macro for sending "/ponder" in chat. Does not use Duration, Power or Interval.
"think"
Effectively just a macro for sending "/think" in chat. Does not use Duration, Power or Interval.
"taunt"
Effectively just a macro for sending "/taunt" in chat. Does not use Duration, Power or Interval.
"nod"
Effectively just a macro for sending "/nod" in chat. Does not use Duration, Power or Interval.
"shrug"
Effectively just a macro for sending "/shrug" in chat. Does not use Duration, Power or Interval.
"clap"
Effectively just a macro for sending "/clap" in chat. Does not use Duration, Power or Interval.
"drunk"
Applies a special stacking debuff that progressively gets worse with shaking and swaying the camera, changing your movement speed, pulsing the FOV, and increasing the chance that your attacks will miss. It's pretty awful imo haha. Each instance of the effect adds its own Power to the Drunk stat in the CondEffectManager, the same amount is removed when the instance wears off. I don't know what Interval would do for this effect.
"rainbowhair"
Applies a permanent* sliding Hue wheel effect to your hair. Does not use Duration, Power or Interval.
"rainbowfur"
Applies a permanent* sliding Hue wheel effect to your body and hair. Does not use Duration, Power or Interval.
"hairwash"
Searches for hair/fur dye effects like the two above and ends them immediately. Does not use Duration, Power or Interval.
"chestbinded"
Toggles the boobs on/off. Does not use Duration, Power or Interval.
"boobson"
Toggles the boobs on. Does not use Duration, Power or Interval.
"boobsoff"
Toggles the boobs off. Does not use Duration, Power or Interval.
"flattened"
Applies the flattened state to your character. Does not use Power or Interval.
"knockback"
Hits your character in a random generally upwards direction, does not deal damage. Power scales the force of the hit, but it caps at something like 80 I think. It has a tendency to get you stuck in the ground, if this happens, jumping a couple times will hopefully activate the nudge to save you. Hopefully. Does not use Duration or Interval.
"fallforwards"
Rotates your character to face straight down. Does not use Duration, Power or Interval.
"fallbackwards"
Rotates your character to face straight up. Does not use Duration, Power or Interval.
"flip"
Rotates your character to frontflip or backflip, will stop when hitting the ground unless the power is very high. Power is how much you move per Interval, negative will reverse the direction. It has a tendency to get you stuck in the ground, if this happens, jumping a couple times will hopefully activate the nudge to save you. Hopefully.
"spin"
Rotates your character to spin around. Power is how much you move per Interval, negative will reverse the direction.
"roll"
Rotates your character to roll, like a barrel roll, will stop when hitting the ground unless the power is very high. Power is how much you move per Interval, negative will reverse the direction. It has a tendency to get you stuck in the ground, if this happens, jumping a couple times will hopefully activate the nudge to save you. Hopefully.
"boobs" or "megamilk"
Alters your boobs size. Obviously you won't see anything happen if the boobs are not toggled on. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"butt" , "cakedup"
Alters your butt size. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"belly" or "muffintop"
Alters your belly size. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"height" , "elongate"
Alters your height, this applies to the Y axis of your character's Transform (You only stretch taller). 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"width" , "wideload"
Alters your width, this applies to the X and Z axes of your character's Transform (You only stretch wider and deeper(?)). 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"heightwidth"
Alters your height and width simultaneously, this applies to all axes of your character's Transform, so you will scale proportionately. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"arms"
Alters your arms size. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"torso"
Alters your arms size. Obviously you won't see anything happen if the boobs are toggled on. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
"voicepitch"
Alters your voice pitch. 0 duration will apply the Power in one tick only. Interval will add a delay between each application of Power. This effect cannot push your proportions beyond the values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/
HB_*race*_YourLimits.cfg
or HB_*race*_OthersLimits.cfg
Notes
The effects above that change your character proportions are generally possible to reset just by using the Vanity Mirror (which you can get to quickly via the HB Phone on Ctrl+P), since they don't actually edit the character's saved appearance but the mirror UI notices the values are different even if they are beyond your slider caps.
This doesn't work for the height and width ones though since the game doesn't really look at any values beyond the slider itself and it rescales the player object rather than editing a shapekey, so to reset those you just have to edit something minor about your character to get the mirror to let you apply and restore your scale.