Update default config
This commit is contained in:
parent
08d5e806ea
commit
1d803e0f60
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ health_config:
|
|||
# Mob types can be found at
|
||||
PLAYER:
|
||||
# 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
|
||||
# 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)
|
||||
# is dropped or added to the player.
|
||||
vampire_multiplicator: 0.5
|
||||
vampire_multiplicator: 0.3
|
||||
|
||||
# Example:
|
||||
# drop_config:
|
||||
|
|
Loading…
Reference in a new issue