Paste #126464: Unnamed Denizen Script Paste

Date: 2024/09/12 11:36:11 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6


after player consumes item permission:bloods.passives.vampire:
        - if <context.item> !in <script[misclists].parsed_key[food.vampirefood]>:
            - cast hunger <player> amplifier:2 duration:20 no_ambient no_clear no_icon hide_particles
            - cast poison <player> amplifier:2 duration:5 no_ambient no_clear no_icon hide_particles
        - else:
            - stop