Jump to content

Cooking Effects Wrapper


NubbbZ
 Share

Recommended Posts

Cooking Effects Wrapper


Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies.

Notes:

  • Effects: Vomit, Blur, Lick, Breathe, Shake

Configuration:

{
  "Recipes": {
    "hamburger": {
      "vomit": {
        "Enabled": true,
        "InstantEffect": true,
        "LengthIsBuffDuration": true,
        "EffectLengthInSeconds": 60,
        "EffectInterval": 3.0
      },
      "lick": {
        "Enabled": true,
        "InstantEffect": true,
        "LengthIsBuffDuration": true,
        "EffectLengthInSeconds": 60,
        "EffectInterval": 4.0
      },
      "breathe": {
        "Enabled": true,
        "InstantEffect": true,
        "LengthIsBuffDuration": true,
        "EffectLengthInSeconds": 60,
        "EffectInterval": 2.0
      },
      "shake": {
        "Enabled": true,
        "InstantEffect": true,
        "LengthIsBuffDuration": true,
        "EffectLengthInSeconds": 60,
        "EffectInterval": 3.0
      },
      "blur": {
        "Enabled": true,
        "InstantEffect": true,
        "LengthIsBuffDuration": true,
        "EnableFlashing": true,
        "StaticBlurOpacity": 0.5,
        "FlashingBlurOpacity": 0.3,
        "EffectLengthInSeconds": 60,
        "EffectInterval": 0.5
      }
    }
  }
}

 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...