Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

AIDef:AI/GuardianBeam and AIDef:AI/GuardianBeamAttack: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
imported>Leoetlino
(import AI definitions from 1.5.0)
 
Line 1: Line 1:
{{AIDef
{{AIDef
|name=GuardianBeam
|name=GuardianBeamAttack
|type=AI
|type=AI
}}
}}
Line 8: Line 8:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| MaxDistance || Float ||  ||  
| LightRadius || Float ||  ||
|-
| LightLength || Float ||  ||
|-
| LightLengthOffset || Float ||  ||
|-
| AdjustRadius || Bool ||  ||
|-
| EarSpeed || Float ||  ||  
|-
|-
|}
|}
Line 17: Line 25:
! Name !! Description
! Name !! Description
|-
|-
| 爆発 ||  
| チャージ ||  
|-
|-
| 爆発後 ||  
| 待機 ||  
|-
|-
| 着弾前 ||  
| 照準 ||
|-
| 照準準備 ||
|-
| 発射 ||
|-
| 破壊 ||  
|-
|-
|}
|}


== Derived definitions ==
== Derived definitions ==
=== Root (GuardianBeam) ===
=== Root (GuardianBeamCannon) ===
{{AIDefDerived
{{AIDefDerived
|name=Root
|name=Root
|group_name=
|group_name=
|derived_from=GuardianBeam
|derived_from=GuardianBeamAttack
|aiprog=GuardianBeam
|aiprog=GuardianBeamCannon
}}
}}
{|class="wikitable"
{|class="wikitable"
! Name !! Value
! Name !! Value
|-
|-
| MaxDistance || 300.0
| LightRadius || 8.0
|-
|-
|}
| LightLength || 25.0
=== Root (GuardianBeam_RemainsWind) ===
{{AIDefDerived
|name=Root
|group_name=
|derived_from=GuardianBeam
|aiprog=GuardianBeam_RemainsWind
}}
{|class="wikitable"
! Name !! Value
|-
|-
| MaxDistance || 500.0
| LightLengthOffset || 0.5
|-
|-
|}
| AdjustRadius || True
=== Root (GuardianMiniFinalBeam) ===
{{AIDefDerived
|name=Root
|group_name=
|derived_from=GuardianBeam
|aiprog=GuardianMiniFinalBeam
}}
{|class="wikitable"
! Name !! Value
|-
|-
| MaxDistance || 300.0
| EarSpeed || 0.02
|-
|-
|}
|}

Latest revision as of 18:09, 14 October 2018

GuardianBeamAttack
AI definition
Type AI

StaticInstParams

Name Type Default value Description
LightRadius Float
LightLength Float
LightLengthOffset Float
AdjustRadius Bool
EarSpeed Float


Children

Name Description
チャージ
待機
照準
照準準備
発射
破壊

Derived definitions

Root (GuardianBeamCannon)

Name Value
LightRadius 8.0
LightLength 25.0
LightLengthOffset 0.5
AdjustRadius True
EarSpeed 0.02