AIDef:AI/GiantEarthReleaseAttack: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino import AI definitions from 1.5.0 |
imported>Leoetlino import AI definitions from 1.5.0 (add missing AITreeVariables) |
||
| Line 3: | Line 3: | ||
|type=AI | |type=AI | ||
}} | }} | ||
== AITreeVariables == | |||
{|class="wikitable" | |||
! Name !! Type !! Default value !! Description | |||
|- | |||
| IsArrivedAtDestination || Bool || False || | |||
|- | |||
| KeepDistFromGround || Float || -1.0 || | |||
|- | |||
| DestinationPos || Vec3 || [0.0, 0.0, 0.0] || | |||
|- | |||
|} | |||
== StaticInstParams == | == StaticInstParams == | ||
Latest revision as of 15:00, 22 October 2018
| AI definition | |
|---|---|
| Type | AI |
AITreeVariables
| Name | Type | Default value | Description |
|---|---|---|---|
| IsArrivedAtDestination | Bool | False | |
| KeepDistFromGround | Float | -1.0 | |
| DestinationPos | Vec3 | [0.0, 0.0, 0.0] |
StaticInstParams
| Name | Type | Default value | Description |
|---|---|---|---|
| StartHeight | Float | ||
| StartDistFromTarget | Float | ||
| EarthReleaseActorName | String | ||
| EarthReleasePartsName | String | ||
| AttackPower | Int | ||
| EnlargeTime | Float | ||
| Range | Float | ||
| Scale | Float | ||
| UseAfterAction | Bool |
Children
| Name | Description |
|---|---|
| 先行動 | |
| 後行動 | |
| 準備 |
Derived definitions
大土遁 (Priest_Boss_Giant, 通常)
| Name | Value |
|---|---|
| StartHeight | 4.5 |
| StartDistFromTarget | 5.0 |
| EarthReleaseActorName | Priest_Boss_EarthRelease_Giant |
| EarthReleasePartsName | Grave |
| AttackPower | 40 |
| EnlargeTime | 60.0 |
| Range | 50.0 |
| Scale | 1.0 |
| UseAfterAction | False |