From ZeldaMods (Breath of the Wild)
Jump to navigation
Jump to search
JumpToTargetAI definition |
---|
Type |
Action |
---|
Contents
- 1 StaticInstParams
- 2 DynamicInstParams
- 3 Derived definitions
- 3.1 行動 (Stal_Bokoblin_Junior_Body, ナビメッシュ無し)
- 3.2 行動 (Stal_Bokoblin_Junior_Body, ナビメッシュ無し_0)
- 3.3 ジャンプ (Octarock_Forest, 帰還)
- 3.4 解凍後 (Lizalfos, 通常)
- 3.5 擬態解除 (Lizalfos, 壁張り付き)
- 3.6 行動 (Bokoblin_Red, ナビメッシュ無し)
- 3.7 行動 (Bokoblin_Red, ナビメッシュ無し_0)
- 3.8 行動 (Chuchu, ジャンプ近づき)
- 3.9 先行動 (Chuchu, ジャンプ)
- 3.10 解凍後 (Lizalfos_Fire, 通常)
- 3.11 擬態解除 (Lizalfos_Fire, 壁張り付き)
- 3.12 行動 (Bokoblin_Senior, ナビメッシュ無し)
- 3.13 行動 (Bokoblin_Senior, ナビメッシュ無し_0)
- 3.14 行動 (Bokoblin_Rapid, ナビメッシュ無し)
- 3.15 行動 (Bokoblin_Rapid, ナビメッシュ無し_0)
- 3.16 解凍後 (Lizalfos_Electric, 通常)
- 3.17 擬態解除 (Lizalfos_Electric, 壁張り付き)
- 3.18 行動 (Moriblin_Senior, ナビメッシュ無し)
- 3.19 解凍後 (Lizalfos_Bone, 通常)
- 3.20 擬態解除 (Lizalfos_Bone, 壁張り付き)
- 3.21 行動 (Moriblin_Blue, ナビメッシュ無し)
- 3.22 行動 (Chuchu_Middle, ジャンプ近づき)
- 3.23 先行動 (Chuchu_Middle, ジャンプ)
- 3.24 行動 (Stal_Moriblin_Bone, ナビメッシュ無し)
- 3.25 ジャンプ (Octarock_Snow, 帰還)
- 3.26 ジャンプ (Octarock_Stone, 帰還)
- 3.27 行動 (Chuchu_Senior, ジャンプ近づき)
- 3.28 先行動 (Chuchu_Senior, ジャンプ)
- 3.29 解凍後 (Lizalfos_Senior, 通常)
- 3.30 擬態解除 (Lizalfos_Senior, 壁張り付き)
- 3.31 解凍後 (Lizalfos_Middle, 通常)
- 3.32 擬態解除 (Lizalfos_Middle, 壁張り付き)
- 3.33 解凍後 (Lizalfos_Ice, 通常)
- 3.34 擬態解除 (Lizalfos_Ice, 壁張り付き)
StaticInstParams
Name |
Type |
Default value |
Description
|
PreJumpAS |
String |
|
|
JumpAS |
String |
|
|
LandAS |
String |
|
|
MaxSpeed |
Float |
|
|
JumpHeight |
Float |
|
|
JumpGravity |
Float |
|
|
PosReduceRatioOnGround |
Float |
|
|
RotReduceRatioOnGround |
Float |
|
|
InWaterDepth |
Float |
|
|
DynamicInstParams
Name |
Type |
Default value |
Description
|
TargetPos |
Vec3 |
|
|
Derived definitions
行動 (Stal_Bokoblin_Junior_Body, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.7
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Stal_Bokoblin_Junior_Body, ナビメッシュ無し_0)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
ジャンプ (Octarock_Forest, 帰還)
Name |
Value
|
PreJumpAS |
GroundToWaterStart
|
JumpAS |
GroundToWaterLoop
|
LandAS |
GroundToWaterEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.5
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.15
|
RotReduceRatioOnGround |
0.45
|
InWaterDepth |
0.2
|
解凍後 (Lizalfos, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Red, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.7
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Red, ナビメッシュ無し_0)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Chuchu, ジャンプ近づき)
Name |
Value
|
PreJumpAS |
|
JumpAS |
HighJump
|
LandAS |
|
MaxSpeed |
0.4
|
JumpHeight |
3.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
先行動 (Chuchu, ジャンプ)
Name |
Value
|
PreJumpAS |
|
JumpAS |
Jump
|
LandAS |
|
MaxSpeed |
0.2
|
JumpHeight |
2.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Fire, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Fire, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Senior, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.7
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Senior, ナビメッシュ無し_0)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Rapid, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.7
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Bokoblin_Rapid, ナビメッシュ無し_0)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Electric, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Electric, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Moriblin_Senior, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
0.6
|
JumpGravity |
-50.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Bone, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Bone, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Moriblin_Blue, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
0.6
|
JumpGravity |
-50.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Chuchu_Middle, ジャンプ近づき)
Name |
Value
|
PreJumpAS |
|
JumpAS |
HighJump
|
LandAS |
|
MaxSpeed |
0.4
|
JumpHeight |
3.2
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
先行動 (Chuchu_Middle, ジャンプ)
Name |
Value
|
PreJumpAS |
|
JumpAS |
Jump
|
LandAS |
|
MaxSpeed |
0.2
|
JumpHeight |
2.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
行動 (Stal_Moriblin_Bone, ナビメッシュ無し)
Name |
Value
|
PreJumpAS |
JumpMoveStart
|
JumpAS |
JumpMove
|
LandAS |
JumpMoveEnd
|
MaxSpeed |
0.3
|
JumpHeight |
0.6
|
JumpGravity |
-50.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
ジャンプ (Octarock_Snow, 帰還)
Name |
Value
|
PreJumpAS |
GroundToWaterStart
|
JumpAS |
GroundToWaterLoop
|
LandAS |
GroundToWaterEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.5
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.15
|
RotReduceRatioOnGround |
0.45
|
InWaterDepth |
0.2
|
ジャンプ (Octarock_Stone, 帰還)
Name |
Value
|
PreJumpAS |
GroundToWaterStart
|
JumpAS |
GroundToWaterLoop
|
LandAS |
GroundToWaterEnd
|
MaxSpeed |
0.3
|
JumpHeight |
1.5
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.15
|
RotReduceRatioOnGround |
0.45
|
InWaterDepth |
0.2
|
行動 (Chuchu_Senior, ジャンプ近づき)
Name |
Value
|
PreJumpAS |
|
JumpAS |
HighJump
|
LandAS |
|
MaxSpeed |
0.4
|
JumpHeight |
3.7
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
先行動 (Chuchu_Senior, ジャンプ)
Name |
Value
|
PreJumpAS |
|
JumpAS |
Jump
|
LandAS |
|
MaxSpeed |
0.2
|
JumpHeight |
2.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.2
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Senior, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Senior, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Middle, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Middle, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
解凍後 (Lizalfos_Ice, 通常)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|
擬態解除 (Lizalfos_Ice, 壁張り付き)
Name |
Value
|
PreJumpAS |
JumpStart
|
JumpAS |
Jump
|
LandAS |
JumpEnd
|
MaxSpeed |
0.6
|
JumpHeight |
1.0
|
JumpGravity |
0.0
|
PosReduceRatioOnGround |
0.1
|
RotReduceRatioOnGround |
0.2
|
InWaterDepth |
-1.0
|