Hearts

Hearts 1.0

Hearts ability!

Add more hearts!




Code (Text):
# 20 = DEFAULT MAX HEALTH
creator:
events:
'1':
event: AbilityLevelEvent
conditions: []
effects:
# {ABILITY_LEVEL;hearts} = Player ability level | == +1 heart (2 HEALTH) per level.
- 'MAX_HEAL=20+{ABILITY_LEVEL;hearts}*2!IGNORE_CHECK'
- 'HEAL={SELF_MAX_HEALTH}!IGNORE_CHECK'
options: []
secondary_events: []
'2':
event: AbilityEnableEvent
conditions: []
effects:
- 'MAX_HEAL=20+{ABILITY_LEVEL;hearts}*2!IGNORE_CHECK'
- 'HEAL={SELF_MAX_HEALTH}!IGNORE_CHECK'
options: []
secondary_events: []
'3':
event: AbilityDisableEvent
conditions: []
effects:
- 'MAX_HEAL=20'
- 'HEAL=20'
options: []
secondary_events: []
'4':
event: PlayerLoadedEvent
conditions: []
effects:
- 'MAX_HEAL=20+{ABILITY_LEVEL;hearts}*2!IGNORE_CHECK'
- 'HEAL={SELF_MAX_HEALTH}!IGNORE_CHECK'
options: []
secondary_events: []
'5':
event: PlayerRespawnEvent
conditions: []
effects:
- 'MAX_HEAL=20+{ABILITY_LEVEL;hearts}*2!IGNORE_CHECK'
- 'HEAL={SELF_MAX_HEALTH}!IGNORE_CHECK'
options: []
secondary_events: []
Author
Mined
Downloads
7
Views
31
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

Top