Added two new damage reactions to the default config:
Code (YAML):
Zombie Infection:
damage triggers
: Zombie Scratch
potion effects
:
[Short Mild Wither,Short Mild Slow
]
SpiderMan:
damage triggers
: Cave Spider Bite
potion effects
:
[Short Intense Jump Boost,Short Mild Glowing
]
To make it happen i also added 3 default Potion Effects to Potion Effects.yml:
Code (YAML):
Short Intense Jump Boost:
effect type
: jump
intensity
: 2
duration
: 60
Short Mild Glowing:
effect type
: glowing
intensity
: 1
duration
: 80
Short Mild Wither:
intensity
: 1
#Wither 1 does 1 half heart of damage every 20ticks
duration
: 60
effect type
: wither
And 2 damage triggers to Damage Triggers.yml:
Code (YAML):
Cave Spider Bite:
damage required
: 1
attacker entities
: cave_spider
affected entities
: Player
Zombie Scratch:
damage required
: 1
attacker entities
: Zombie
affected entities
: Player
You can copy and paste all of them to your config if you desire
Enjoy!