AIDef:Action/IncreasePlayerMaxHeart: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
imported>Leoetlino
No edit summary
Line 8: Line 8:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| Value || Int ||  ||  
| Value || Int ||  || Number of hearts (not HP) to add
|-
|-
| IsMoveCenter || Bool ||  ||  
| IsMoveCenter || Bool ||  || Move the heart UI widget closer to the center of the screen
|-
|-
|}
|}

Revision as of 13:41, 18 November 2018

IncreasePlayerMaxHeart
AI definition
Type Action

DynamicInstParams

Name Type Default value Description
Value Int Number of hearts (not HP) to add
IsMoveCenter Bool Move the heart UI widget closer to the center of the screen


Derived definitions

Demo_IncreasePlayerMaxHeart (EventSystemActor)

No overridden parameters.