Consumable Effects List - Catman-232/Homebrewery GitHub Wiki
This page was up to date as of version 4.7.22
Shortcut back to Consumables "cond1name"
Ends and removes all other effects immediately, same as if you die.
Does a self-damage effect with the damage number particle. With a Duration setting, this will apply the Power amount per Interval. Setting it to 0 or negative will just make it "Miss", it can occasionally get blocked as well.
Applies the Gash condition effect to you. Does not use Duration, Power or Interval.
Important
This effect was a vanilla ScriptableCondition that was being applied using a vanilla method that was removed in 12026.a1, so currently it does nothing, I do not yet know if I will be able to reimplement it.
Applies the Cold condition effect to you. Does not use Duration, Power or Interval.
Important
This effect was a vanilla ScriptableCondition that was being applied using a vanilla method that was removed in 12026.a1, so currently it does nothing, I do not yet know if I will be able to reimplement it.
Applies the Burn condition effect to you. Does not use Duration, Power or Interval.
Important
This effect was a vanilla ScriptableCondition that was being applied using a vanilla method that was removed in 12026.a1, so currently it does nothing, I do not yet know if I will be able to reimplement it.
Alters your gravity, positive or negative values accepted. Interval works on this effect but no clue what its actually doing. This effect is Safe Zone Only. I recommend low values like 0.15 for lowered gravity.
Alters your movement speed. Low values only give a small boost while negative boosts reduce your speed. Interval works on this effect but no clue what its actually doing. This effect is Safe Zone Only. I recommend 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!
The game directly adds this float to your "Mov Spd%" stat in-game on top of your current Movement Speed:
0.01 = 1%, 0.1 = 10%, 1 = 100%, 10 = 1000%, etc, same applies to negative.
Alters your jump strength. Low values only give a small boost while negative boosts reduce your jump strength. Interval works on this effect but no clue what its actually doing. This effect is Safe Zone Only. Similar to "speed" above in both problematic and scaling. (I think)
Sets you to the invisible state like Mist Veil does. Does not use Power or Interval. This effect is Safe Zone Only.
Effectively just a macro for sending "/sit" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/sit2" in chat. Does not use Duration, Power or Interval. (Normally this would just become /sit for non-Imp & non-Chang, but if a mod alters that, who knows?)
Effectively just a macro for sending "/dance" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/point" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/ponder" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/think" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/taunt" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/nod" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/shrug" in chat. Does not use Duration, Power or Interval.
Effectively just a macro for sending "/clap" in chat. Does not use Duration, Power or Interval.
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. Does not use Interval.
Removes all drunk effects. Does not use Duration, Power or Interval.
Applies a permanent* sliding Hue wheel effect to your hair. Does not use Duration, Power or Interval.
Applies a permanent* sliding Hue wheel effect to your body and hair. Does not use Duration, Power or Interval.
Applies a permanent* sliding Hue wheel effect to your misc thing. Does not use Duration, Power or Interval.
Searches for rainbow dye effects like the three above and ends them immediately. Does not use Duration, Power or Interval.
Toggles the boobs on/off. Does not use Duration, Power or Interval.
Toggles the boobs on. Does not use Duration, Power or Interval.
Toggles the boobs off. Does not use Duration, Power or Interval.
Applies the flattened state to your character. Does not use Power or Interval.
Currently disabled due to Kiseff removing the code it was operating with!
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.
Rotates your character to face straight down. Does not use Duration, Power or Interval.
Rotates your character to face straight up. Does not use Duration, Power or Interval.
Rotates your character to frontflip or backflip, will stop when hitting the ground unless the power is very high, where it gets violent. Power is how much you move per Interval, negative will reverse the direction. Strafe will try to counteract its effects but it just struggles at higher strengths. 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.
Rotates your character to spin around. Power is how much you move per Interval, negative will reverse the direction.
Rotates your character to roll, like a barrel, it will clip through the ground like flip. Power is how much you move per Interval, negative will reverse the direction. Strafe will try to counteract its effects but it just struggles at higher strengths. 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.
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
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
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
Alters all three axes simultaneously, this applies to 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
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
Alters your height and width simultaneously, this applies to the X and Y axes of your character's Transform. 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
Alters your height and depth simultaneously, this applies to the Y and Z axes of your character's Transform. 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
Alters your width, this applies to the X axis 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
Alters your width and depth simultaneously, this applies to the X and Z 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
Alters your depth, this applies to the Z axis of your character's Transform (You only stretch 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 Width values defined for the race you are playing as in either BepInEx/config/HBLimitCFGs/ HB_*race*_YourLimits.cfg or HB_*race*_OthersLimits.cfg
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
Alters your torso 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
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
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your eye state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your mouth state. 0 duration will make it permanent. Does not use Power or Interval.
Alters your mouth state. 0 duration will make it permanent. Does not use Power or Interval.