Update default config

This commit is contained in:
Leon Grünewald 2019-09-01 20:51:38 +02:00
parent 08d5e806ea
commit 1d803e0f60

View file

@ -10,7 +10,7 @@ health_config:
# Mob types can be found at # Mob types can be found at
PLAYER: PLAYER:
# Sets how you get the heart (as a drop or direct) and how health is calculated. # Sets how you get the heart (as a drop or direct) and how health is calculated.
health_type: "DIRECT_VALUE" health_type: "DROP_VAMPIRE"
# When using DIRECT_VALUE or DROP_VALUE health_value # When using DIRECT_VALUE or DROP_VALUE health_value
# is dropped or added to the max health of the player # is dropped or added to the max health of the player
@ -18,7 +18,7 @@ health_config:
# When using DIRECT_VAMPIRE or DROP_VAMPIRE (vampire_multiplicator * killed enemy health) # When using DIRECT_VAMPIRE or DROP_VAMPIRE (vampire_multiplicator * killed enemy health)
# is dropped or added to the player. # is dropped or added to the player.
vampire_multiplicator: 0.5 vampire_multiplicator: 0.3
# Example: # Example:
# drop_config: # drop_config: