From ZeldaMods (Breath of the Wild)
Jump to navigation
Jump to search
ForkSeqNoWeaponAttackAI definition |
---|
Type |
Action |
---|
Contents
- 1 StaticInstParams
- 2 Derived definitions
- 2.1 右腕のみ (Enemy_Golem_Fire_R, 回転攻撃判定)
- 2.2 左腕のみ (Enemy_Golem_Fire_R, 回転攻撃判定)
- 2.3 両腕有 (Enemy_Golem_Fire_R, 回転攻撃判定)
- 2.4 腕なし (Enemy_Golem_Fire_R, 回転攻撃判定)
- 2.5 子1 (ForestGiant_Middle, 横になる)
- 2.6 子1 (ForestGiant_Middle, 起き上がる)
- 2.7 子2 (ForestGiant_Middle, 弱点ダメージ)
- 2.8 子2 (ForestGiant_Middle, 弱点爆破ダメージ)
- 2.9 子1 (ForestGiant_Senior, 横になる)
- 2.10 子1 (ForestGiant_Senior, 起き上がる)
- 2.11 子2 (ForestGiant_Senior, 弱点ダメージ)
- 2.12 子2 (ForestGiant_Senior, 弱点爆破ダメージ)
- 2.13 子1 (ForestGiant, 横になる)
- 2.14 子1 (ForestGiant, 起き上がる)
- 2.15 子2 (ForestGiant, 弱点ダメージ)
- 2.16 子2 (ForestGiant, 弱点爆破ダメージ)
- 2.17 右腕のみ (Golem_Senior, 回転攻撃判定)
- 2.18 左腕のみ (Golem_Senior, 回転攻撃判定)
- 2.19 両腕有 (Golem_Senior, 回転攻撃判定)
- 2.20 腕なし (Golem_Senior, 回転攻撃判定)
- 2.21 子2 (GanonBeast, 移動攻撃コリジョン)
- 2.22 右腕のみ (Golem_Middle, 回転攻撃判定)
- 2.23 左腕のみ (Golem_Middle, 回転攻撃判定)
- 2.24 両腕有 (Golem_Middle, 回転攻撃判定)
- 2.25 腕なし (Golem_Middle, 回転攻撃判定)
- 2.26 子1 (StalForestGiant, 起き上がる)
StaticInstParams
Name |
Type |
Default value |
Description
|
IsImpulseLarge |
Bool |
|
|
AttackType |
Int |
|
|
ExcludeAtkName0 |
String |
|
|
ExcludeAtkName1 |
String |
|
|
AttackIntensity |
Int |
|
|
IsGuardPierce |
Bool |
|
|
IsForceGuardBreak |
Bool |
|
|
IsIniviciblePierce |
Bool |
|
|
IsHeavy |
Bool |
|
|
IsHammer |
Bool |
|
|
Derived definitions
右腕のみ (Enemy_Golem_Fire_R, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
左腕のみ (Enemy_Golem_Fire_R, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmR
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
両腕有 (Enemy_Golem_Fire_R, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
腕なし (Enemy_Golem_Fire_R, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
ArmR
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
子1 (ForestGiant_Middle, 横になる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子1 (ForestGiant_Middle, 起き上がる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant_Middle, 弱点ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant_Middle, 弱点爆破ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子1 (ForestGiant_Senior, 横になる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子1 (ForestGiant_Senior, 起き上がる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant_Senior, 弱点ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant_Senior, 弱点爆破ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子1 (ForestGiant, 横になる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子1 (ForestGiant, 起き上がる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant, 弱点ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
子2 (ForestGiant, 弱点爆破ダメージ)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|
右腕のみ (Golem_Senior, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
左腕のみ (Golem_Senior, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmR
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
両腕有 (Golem_Senior, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
腕なし (Golem_Senior, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
ArmR
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
子2 (GanonBeast, 移動攻撃コリジョン)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
3
|
IsGuardPierce |
True
|
IsForceGuardBreak |
False
|
IsIniviciblePierce |
False
|
IsHeavy |
False
|
IsHammer |
False
|
右腕のみ (Golem_Middle, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
左腕のみ (Golem_Middle, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmR
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
両腕有 (Golem_Middle, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
腕なし (Golem_Middle, 回転攻撃判定)
Name |
Value
|
IsImpulseLarge |
True
|
AttackType |
0
|
ExcludeAtkName0 |
ArmL
|
ExcludeAtkName1 |
ArmR
|
AttackIntensity |
2
|
IsGuardPierce |
False
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
False
|
子1 (StalForestGiant, 起き上がる)
Name |
Value
|
IsImpulseLarge |
False
|
AttackType |
0
|
ExcludeAtkName0 |
|
ExcludeAtkName1 |
|
AttackIntensity |
2
|
IsGuardPierce |
True
|
IsForceGuardBreak |
True
|
IsIniviciblePierce |
False
|
IsHeavy |
True
|
IsHammer |
True
|